@import url(/../../../common/COM/css/normalize.css);@charset "UTF-8";
/**--------------------------------------
 * Setting
 *---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto !important;
  width: auto;
  display: block; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

/**--------------------------------------
 * border radius
 *---------------------------------------*/
/**--------------------------------------
 * Common
 *---------------------------------------*/
.bg-grey {
  background: #f4f5f7; }

.section {
  padding: 90px 0; }

.wrapper {
  width: 1160px;
  margin: 0 auto;
  font-size: 0.7rem; }

.ad {
  width: 100%;
  height: 120px;
  position: relative; }
  .ad .adSlot {
    width: 728px;
    height: 90px;
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

/**--------------------------------------
 * Body
 *---------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #646464;
  background: #fafafa;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 2; }

ul {
  list-style: none; }

.white-bg {
  background: #fff; }

.gr-bg {
  background-color: #f4f5f7; }

/**--------------------------------------
 * Header
 *---------------------------------------*/
#header {
  position: relative;
  font-size: 0.7rem;
  width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }
  #header #header-top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 1.8rem;
    padding: 1.25rem 2rem 1.25rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; }
    #header #header-top.active {
      background: rgba(255, 255, 255, 0.9);
      padding: 0.75rem 3rem 0.75rem; }
  #header #logo {
    float: left;
    margin: 0.2rem 0 .2rem 0;
    width: 3.5rem;
    height: auto;
    text-align: center; }
    #header #logo a img {
      width: 100%; }
      #header #logo a img.logo-white {
        opacity: 1; }
    #header #logo.active img {
      opacity: 1; }
      #header #logo.active img.logo-white {
        opacity: 0; }
  #header #top-nav {
    position: relative;
    float: right;
    height: 36px; }
    #header #top-nav #login {
      float: right;
      display: block;
      color: #fff;
      width: 100px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -o-border-radius: 18px;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #header #top-nav #login:hover {
        color: #ac957e;
        background: rgba(255, 255, 255, 0.3); }
      #header #top-nav #login:active {
        color: #ac975e;
        background: rgba(255, 255, 255, 0.2); }
    #header #top-nav #blog {
      display: inline-block;
      margin: 0 40px 0 0;
      padding: 6px 0;
      line-height: 24px; }
      #header #top-nav #blog span {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      #header #top-nav #blog:hover {
        text-decoration: underline; }
        #header #top-nav #blog:hover span {
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }
      #header #top-nav #blog:active span {
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #header #top-nav.active #login {
      color: #ac975e;
      border-color: rgba(172, 151, 83, 0.3); }
      #header #top-nav.active #login:hover {
        color: #bda460;
        border-color: rgba(172, 151, 83, 0.3);
        background: rgba(255, 255, 255, 0.3); }
      #header #top-nav.active #login:active {
        color: #978450;
        border-color: rgba(172, 151, 83, 0.5);
        background: rgba(255, 255, 255, 0.3); }
    #header #top-nav.active #blog span {
      color: #ac975e; }
    #header #top-nav.active #blog:hover span {
      color: #bda460;
      border-color: rgba(172, 151, 83, 0.3); }
    #header #top-nav.active #blog:active span {
      color: #978450;
      border-color: rgba(172, 151, 83, 0.5); }
  #header #slogan {
    position: absolute;
    top: 50%;
    left: 1rem;
    right: 1rem;
    color: #ffffff;
    text-align: center;
    margin: -5rem 0 0; }
    #header #slogan h1 {
      font-size: 1.9rem;
      font-family: "Microsoft YaHei";
      line-height: 1.4;
      font-weight: 400;
      color: #fff;
      margin: 0;
      padding: 0; }
    #header #slogan h3 {
      font-size: 0.8rem;
      line-height: 1.3rem;
      color: #fefeff;
      padding: 1.3rem 0 1.9rem;
      font-family: 'open_sanslight' !important;
      margin: 0; }

a.golden {
  color: #ac975e;
  text-decoration: underline; }
  a.golden:hover {
    color: #bda460; }
  a.golden:active {
    color: #978450; }

.features_btn {
  min-width: 140px;
  font-size: 14px;
  outline: none;
  padding: 0 1.5rem;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
  height: 50px;
  transition: all .3s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  font-family: "Helvetica";
  vertical-align: middle;
  border: 1px solid #1375fa;
  color: #1375fa;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 50px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s; }
  .features_btn:hover {
    color: #fff !important;
    background-color: #1375fa; }

.features_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica-Light'; }

.row_2 .features_img_block {
  margin-right: 0 !important; }

.row_2 .features_text_block {
  margin-right: 80px; }

.features_img_block {
  width: 540px;
  margin-right: 80px; }

.features_text_block {
  width: 540px; }

.features_til {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
  color: #272b33;
  margin-bottom: 1rem;
  font-family: 'Helvetica-Light'; }

.features_text {
  font-size: 0.7rem;
  color: #7e838e;
  line-height: 1.2rem;
  letter-spacing: 0.0125rem;
  font-family: 'Helvetica-Light'; }

/*动态页面 分类*/
.section_cats {
  background: #272b34;
  padding: 90px 0; }
  .section_cats .section_inner_wrap {
    max-width: 1200px;
    margin: 0 auto; }
  .section_cats h3 {
    text-align: center;
    font-family: Helvetica-Light;
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal; }
  .section_cats .cats_wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 960px;
    margin: 50px auto 0;
    justify-content: space-between; }
    .section_cats .cats_wrap .cats_item {
      display: block;
      width: 210px;
      height: 34px;
      margin: 10px;
      background-color: #2e3239;
      border-radius: 2px;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      .section_cats .cats_wrap .cats_item:hover {
        background-color: #3d424c; }
      .section_cats .cats_wrap .cats_item:hover a {
        color: #fff; }
      .section_cats .cats_wrap .cats_item:hover a::before {
        background: #fff; }
      .section_cats .cats_wrap .cats_item a {
        font-size: 14px;
        color: #d2d3d4;
        display: block;
        text-align: left;
        position: relative;
        text-decoration: none;
        font-family: 'Helvetica';
        line-height: 34px;
        vertical-align: middle;
        letter-spacing: .25px;
        padding-left: 16px; }
        .section_cats .cats_wrap .cats_item a:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #7e838e;
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin-right: 16px; }

@media (max-width: 1280px) {
  main figure img {
    margin: 0 auto; }
  main .section {
    padding: 4rem 0; }
  main .wrapper {
    width: 100%;
    min-width: 100%; }
    main .wrapper .features_row .features_img_block {
      padding-right: 0; }
    main .wrapper .features_row .features_text_block {
      padding-right: 0; } }

@media (max-width: 1160px) {
  main figure img {
    margin: 0 auto; }
  main .wrapper {
    padding: 0; }
    main .wrapper .features_row {
      padding: 0 40px; }
      main .wrapper .features_row .features_img_block {
        margin-right: 40px; }
      main .wrapper .features_row .features_text_block {
        margin-right: 0; }
    main .wrapper .row_2 .features_img_block {
      margin-right: 0 !important; } }

@media (max-width: 978px) {
  main .features_til {
    font-size: 1.2rem;
    padding-top: 1rem; }
  main .wrapper {
    width: 100%; }
    main .wrapper .features_row {
      justify-content: center;
      flex-wrap: wrap;
      text-align: center;
      padding: 0 30px; }
      main .wrapper .features_row .features_img_block {
        margin-right: 0; }
      main .wrapper .features_row .features_text_block {
        margin-right: 0;
        text-align: left;
        width: 100%; }
    main .wrapper .row_2 .features_img_block {
      margin-right: 0 !important; }
    main .wrapper .row_2 .features_text_block {
      margin-right: 0;
      text-align: left;
      width: 100%; } }

@media (max-width: 768px) {
  main .wrapper {
    width: 100%;
    padding: 0 !important; }
  #paymentModule {
    display: none !important; } }

@media (max-width: 768px) {
  /*======halloween style=====*/
  #float-tips {
    display: none !important; }
  #section7 .left_h, #section7 .right_h {
    display: none !important; }
  #slogan .til .mob-text {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important; }
  #slogan .til .pc-text {
    display: none; }
  /*======halloween style=====*/
  #header #slogan {
    padding: 0 60px;
    height: 500px; }
    #header #slogan .til .main-title {
      font-size: 1.6rem;
      line-height: 2.5rem;
      margin-bottom: 1.75rem; }
    #header #slogan .til .subhead {
      font-size: 18px; }
    #header #slogan #linkAppBar .hi-icon {
      margin: 0 2.75rem;
      width: 7.25rem;
      height: 2.75rem;
      line-height: 2.75rem;
      display: block;
      margin: 59px auto; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      height: 59px;
      width: 7.25rem;
      border-radius: 10px;
      line-height: 59px;
      margin: 59px auto; }
      #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover:after {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
  .wrapper {
    width: 30rem; }
  .s-title {
    font-size: 25px; }
  .ad {
    display: none; }
  #section1 #sliderBar .s-container {
    height: 14rem; }
    #section1 #sliderBar .s-container li {
      padding: 0 0; }
      #section1 #sliderBar .s-container li .s-title {
        padding: 25px 20px 15px;
        line-height: 35px; }
      #section1 #sliderBar .s-container li .s-content {
        padding: 0 0 25px; }
  #section1 #sliderBar .sliderList {
    width: auto;
    height: auto; }
    #section1 #sliderBar .sliderList ul li {
      width: 200px;
      height: 128px; }
  #section5 #inspiration .inspiration-item {
    margin: 10px;
    width: 340px;
    height: 440px; }
    #section5 #inspiration .inspiration-item:hover {
      margin-top: 10px; }
  .techDisplay .wrapper {
    width: 600px; }
  #section7 .mobilePic {
    width: 85%; }
  .introduction .mid .tile {
    text-align: center; }
  .linkMobileBtn {
    margin: 35px auto 0; } }

@media (max-width: 618px) {
  canvas {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%; }
  #header {
    width: 100%;
    background-size: cover; }
    #header #bg-bg {
      display: none; }
    #header #scene {
      display: none; }
    #header #slogan {
      padding: 0 50px;
      height: 545px; }
      #header #slogan .til .main-title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem; }
      #header #slogan .til .subhead {
        font-size: 0.9rem;
        width: 85%;
        margin: 0 auto; }
    #header .honorContent .Con {
      border: 0; }
      #header .honorContent .Con span {
        display: none; }
  .wrapper {
    width: 24rem !important; }
  .section {
    padding: 2.25rem 0; }
  .s-title {
    font-size: 20px; }
  #section1 {
    display: none; }
  #section-1-mob {
    display: block; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    width: 100%;
    margin: 0; }
  #section2 .features-wrapper #canvas-wrapper .canvas-inner {
    height: 265.55px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 255.55px; }
  #section7 .mobilePic img {
    width: 100%; }
  #section3 .t-container {
    margin: 30px 0 0 30px;
    width: 304px; }
  #section3 .t-container .s-title {
    line-height: 26px;
    padding: 0 0 !important;
    font-size: 16px; }
  #section3 .t-container .s-content {
    font-size: 12px;
    padding: 10px 0 20px 0;
    line-height: 19px; }
  #section3 .template-bar .rotate-box {
    left: -628px;
    top: 75px;
    transform: scale(0.9) rotateX(88deg) rotateY(-14deg) rotate(57deg) translateY(0%) translateX(0); }
  #backToFlashBtn {
    display: none !important; }
  #top-nav #langBar {
    display: none !important; }
  .introduction .mid .tile {
    font-size: 23px; }
  .blockBr {
    display: none; }
  #section4 .s-title {
    font-size: 16px;
    margin-bottom: 20px !important; }
  #section4 .features-wrapper .exp-wrapper4 {
    padding-top: 0;
    margin-top: -20px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a {
    text-align: center;
    padding: 10px 0 10px 61px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
    left: 0;
    top: 30px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-til {
    font-size: 14px;
    padding-bottom: 3px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-des {
    font-size: 12px;
    line-height: 19px; }
  #section4 .features-wrapper .exp-wrapper4 ul li {
    margin-bottom: 0; } }

@media (max-width: 478px) {
  .wrapper {
    width: 370px !important; }
  #header #header-top {
    padding: 0.8rem 1.5rem; }
  #header #bg-bg {
    display: none; }
  #header #scene {
    display: none; }
  #header #slogan {
    padding: 0;
    height: 430px;
    width: 100%; }
    #header #slogan .til .main-title {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1rem; }
    #header #slogan .til .subhead {
      font-size: 0.8rem;
      width: 100%;
      margin: 0 auto;
      line-height: 24px; }
    #header #slogan #linkAppBar .hi-icon {
      width: 8rem;
      height: 2.5rem;
      line-height: 2.5rem;
      display: block;
      margin: 35px auto;
      font-size: 14px; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      width: 8rem;
      height: 2.5rem;
      line-height: 2.5rem; }
      #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover:after {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
  #header .honorContent .Con {
    border: 0;
    font-size: 12px;
    width: 60%; }
    #header .honorContent .Con span {
      display: none; }
  .device {
    width: 370px; }
  .techDisplay .tabBat .unit {
    margin: 0 auto 10px;
    width: 330px; }
  #section4 .s-title {
    margin-bottom: 20px;
    line-height: 26px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 265.55px; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    height: 300px; }
  .s-title {
    font-size: 16px;
    line-height: 26px !important;
    margin-bottom: 0 !important;
    padding: 0 20px; }
  #section2 .features-wrapper .exp-wrapper ul li a {
    padding: 10px 0 10px 61px; }
  #section2 .features-wrapper .exp-wrapper ul li a .features-icon {
    left: 0;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8); }
  #section2 .features-wrapper .exp-wrapper ul li a .features-til {
    font-size: 14px;
    padding-bottom: 3px; }
  #section2 .features-wrapper .exp-wrapper ul li a .features-des {
    font-size: 12px;
    line-height: 20px; }
  #section5 #inspiration {
    margin-top: 10px; }
  #section5 #inspiration .inspiration-item {
    width: 330px; }
  .techDisplay .topLeft-icon {
    display: none; }
  .techDisplay h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .introduction .mid .tile {
    font-size: 16px;
    padding-bottom: 20px; }
  #section7 .introduction {
    position: relative;
    top: 30px;
    width: 100%; }
  #section7 .bg-ft {
    bottom: 380px;
    height: 120px; }
  .introduction .mid .content {
    font-size: 12px; }
  .introduction .mid .m-content {
    padding: 10px 0 10px 20px; }
  .marginT60 {
    margin-top: 30px; }
  .slideDown {
    background: rgba(255, 255, 255, 0.2) !important; } }

@media (max-width: 335px) {
  .wrapper {
    width: 320px !important; }
  #header #header-top {
    padding: 0.7rem 1.4rem;
    background: rgba(255, 255, 255, 0.2); }
  #header #slogan {
    padding: 0;
    height: 390px; }
    #header #slogan .til .main-title {
      font-size: 14px;
      line-height: 1.3rem;
      margin-bottom: 0.75rem; }
    #header #slogan .til .subhead {
      font-size: 12px;
      width: 100%;
      margin: 0 auto;
      line-height: 22px; }
    #header #slogan #linkAppBar .hi-icon {
      width: 6.5rem;
      height: 2rem;
      line-height: 2rem;
      display: block;
      margin: 25px auto;
      font-size: 12px; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      width: 6.5rem;
      height: 2rem; }
  #header .honorContent .Con {
    border: 0;
    font-size: 12px;
    width: 60%; }
  .device {
    width: 320px; }
  #section2 .s-title {
    margin-bottom: 0; }
  #section2 .features-wrapper #canvas-wrapper .canvas-inner {
    height: 245.55px; }
  #section3 .t-container {
    margin: 20px 0 0 30px;
    width: 235px; }
  .introduction .mid .tile {
    font-size: 16px;
    padding-bottom: 20px; }
  #section4 .s-title {
    margin-bottom: 20px;
    line-height: 26px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 265.55px;
    margin: 20px 0; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    height: 300px;
    margin-top: 20px; }
  .s-title {
    font-size: 20px;
    line-height: 26px; } }

/*------------sdk-common-start-----------*/
.last-bg {
  text-align: center; }
  .last-bg .w-btn {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff;
    margin-left: 20px; }

.s-btn {
  background: #1375fa;
  color: #fff;
  font-size: 14px;
  outline: none;
  padding: 0 1.5rem !important;
  min-height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  font-family: "Helvetica";
  margin-top: 40px;
  box-sizing: border-box;
  border: 2px solid #1375fa; }
  .s-btn:hover {
    background: #1c93fa;
    border: 2px solid #1c93fa;
    color: #fff; }

.ft_btn {
  margin: 0 0 30px 0 !important; }

.sdk-til {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  color: #272b33;
  margin-bottom: 1.25rem;
  font-family: 'Helvetica-Light'; }

#top-nav {
  display: flex; }
  #top-nav .sdk-link {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    display: block;
    line-height: 36px;
    padding: 0 15px; }
    #top-nav .sdk-link:hover {
      opacity: 1; }
  #top-nav .mid-nav .introduction-link a {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    display: block;
    line-height: 36px;
    margin: 0 45px 0 15px; }
  #top-nav .mid-nav .introduction-link:hover .introduction-dropDown {
    display: block;
    animation: dropdown .3s; }
  #top-nav .mid-nav .introduction-link:hover a {
    opacity: 1; }
  #top-nav .mid-nav .introduction-link .introduction-dropDown {
    display: none;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    top: 50px !important;
    max-width: 180px;
    width: 180px !important;
    min-width: 160px;
    right: 125px !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    padding: 0; }
    #top-nav .mid-nav .introduction-link .introduction-dropDown:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -16px;
      left: 87px !important;
      border: 8px solid transparent;
      border-bottom: 8px solid #fff; }
    #top-nav .mid-nav .introduction-link .introduction-dropDown:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 20px;
      top: -16px;
      left: 0px;
      opacity: 0; }
    #top-nav .mid-nav .introduction-link .introduction-dropDown li {
      padding: 0 !important;
      line-height: 48px;
      border-top: 1px solid #f0f0f0; }
      #top-nav .mid-nav .introduction-link .introduction-dropDown li:first-child {
        border: 0; }
      #top-nav .mid-nav .introduction-link .introduction-dropDown li:hover {
        background-color: #f3f4f8;
        color: #565656;
        border-radius: 4px; }
      #top-nav .mid-nav .introduction-link .introduction-dropDown li a {
        display: block;
        padding: 6px 20px;
        color: #58585b;
        font-size: 14px;
        font-family: 'Helvetica-Light';
        margin: 0 !important; }

#top-nav.active #userinfo .user-info {
  color: #000 !important; }

#top-nav.active .introduction-link a, #top-nav.active .sdk-link {
  color: #58585b;
  opacity: 1; }

#header #header-top.active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

.introduction-link .i-arrow {
  color: #fff;
  font-size: 14px;
  opacity: .7;
  display: block;
  line-height: 36px;
  margin: 0 65px 0 15px !important;
  position: relative; }
  .introduction-link .i-arrow:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-color: #fff;
    opacity: .7;
    border-width: 0 0 2px 2px;
    border-style: solid;
    transform: rotate(-40deg) skewX(10deg);
    border-radius: 2px;
    right: -15px;
    top: 0;
    margin: 14px 0 0 0; }

.checkPricing {
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #7e838e;
  background: none;
  margin-left: 20px; }
  .checkPricing:hover {
    color: #fff !important;
    background: #ffc000;
    border: 2px solid #ffc000 !important; }

.tryDemo {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
  margin-left: 20px; }
  .tryDemo:hover {
    color: #fff !important;
    background: #50cc8b;
    border: 2px solid #50cc8b !important; }

#logo.active a .logo-white {
  opacity: 0; }

#logo.active a .logo-black {
  opacity: 1; }

#logo img {
  position: absolute;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  width: 70px !important;
  height: 25px; }

/*------------sdk-common-end-----------*/
img {
  max-width: inherit !important; }

/**--------------------------------------
 *
 *---------------------------------------*/
/*index animation delay*/
.animation-delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.animation-delay-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animation-delay-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animation-delay-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animation-delay-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animation-delay-6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.opacity-0 {
  opacity: 0; }

.animated {
  opacity: 1; }

.slogan {
  width: 100%;
  margin: auto;
  height: 540px;
  background-size: cover;
  text-align: center;
  position: relative;
  background: url(//pub-static.fotor.com/static/web/site/press/images/banner-bg9d4ae193b1fb67294bae9b0b21c564a7.jpg);
  justify-content: space-around;
  align-items: flex-end;
  display: flex; }
  .slogan .slogan-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .slogan .slogan-block-wrapper .block-text-left {
      opacity: 0;
      max-width: 508px;
      color: #fff;
      text-align: left;
      margin-right: 100px; }
      .slogan .slogan-block-wrapper .block-text-left .tile {
        font-family: Helvetica-Bold;
        font-size: 40px; }
      .slogan .slogan-block-wrapper .block-text-left .s-content {
        font-size: 16px;
        font-family: Helvetica-Light;
        line-height: 24px; }
    .slogan .slogan-block-wrapper .block-text-right {
      width: 539px; }
      .slogan .slogan-block-wrapper .block-text-right img {
        width: 100%; }

main .section {
  padding: 90px 0; }

main .common-til {
  color: RGBA(39, 43, 51, 1);
  font-size: 34px;
  line-height: 30px;
  text-align: center;
  font-family: Helvetica-Light;
  margin-bottom: 20px;
  letter-spacing: .5px;
  font-weight: normal; }

main .fotors-data {
  background: #fff; }
  main .fotors-data .num {
    width: 57px;
    display: inline-block; }
  main .fotors-data .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    main .fotors-data .wrapper .data-items {
      display: flex;
      justify-content: center;
      align-items: center; }
      main .fotors-data .wrapper .data-items .img-block {
        display: block;
        background-color: RGBA(44, 125, 250, 1);
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
        main .fotors-data .wrapper .data-items .img-block .svg-bg {
          width: 40px;
          position: absolute;
          height: 40px; }
        main .fotors-data .wrapper .data-items .img-block .bg1 {
          background: url(//pub-static.fotor.com/static/web/site/press/images/users_worldwide1ea26093e61998c3d015236460b1eee9d.svg); }
        main .fotors-data .wrapper .data-items .img-block .bg2 {
          background: url(//pub-static.fotor.com/static/web/site/press/images/user_territories11b89e52dfb38caa8ec9ae4c2edc68fd8.svg); }
        main .fotors-data .wrapper .data-items .img-block .bg3 {
          background: url(//pub-static.fotor.com/static/web/site/press/images/social_mediafans_10530cf67b9250eca0b8aca194188a4a3.svg);
          margin-top: -2px; }
      main .fotors-data .wrapper .data-items .text-block {
        text-align: left;
        margin-left: 15px; }
        main .fotors-data .wrapper .data-items .text-block h2 {
          font-family: Helvetica-Bold;
          font-size: 34px;
          color: RGBA(39, 43, 51, 1);
          line-height: 30px; }
        main .fotors-data .wrapper .data-items .text-block p {
          color: RGBA(126, 131, 142, 1);
          font-family: Helvetica;
          line-height: 24px; }

main .developing-line {
  height: 508px;
  background: url(//pub-static.fotor.com/static/web/site/press/images/kim09bdbaefd06652354761b524691efe5bec.jpg) fixed;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center; }
  main .developing-line .wrapper {
    width: 1200px !important; }
    main .developing-line .wrapper .d-til {
      color: #fff;
      font-size: 34px;
      text-align: center;
      font-family: Helvetica-Light;
      margin-bottom: 20px;
      letter-spacing: .5px;
      font-weight: normal; }
    main .developing-line .wrapper .flex-block {
      display: flex;
      align-items: center; }
      main .developing-line .wrapper .flex-block .text-left {
        font-family: Helvetica;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #fff;
        width: 519px;
        margin-right: 15px; }
      main .developing-line .wrapper .flex-block .time-line {
        position: relative; }
        main .developing-line .wrapper .flex-block .time-line:before {
          position: absolute;
          left: 16px;
          top: 34px;
          content: ' ';
          display: block;
          width: 2px;
          height: 88%;
          background: linear-gradient(to bottom, RGBA(46, 98, 235, 1), RGBA(103, 58, 251, 1));
          z-index: 0; }
        main .developing-line .wrapper .flex-block .time-line li {
          display: flex;
          margin: 30px 0;
          align-items: flex-start; }
          main .developing-line .wrapper .flex-block .time-line li .dot {
            display: inline-block;
            z-index: 1;
            width: 34px;
            height: 34px;
            background: RGBA(46, 98, 235, 1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center; }
            main .developing-line .wrapper .flex-block .time-line li .dot span {
              width: 16px;
              height: 16px;
              display: inline-block; }
            main .developing-line .wrapper .flex-block .time-line li .dot .bg1-s {
              background: url(//pub-static.fotor.com/static/web/site/press/images/imageb72cea3e1f25a5c66d43dbf82f13635e.svg); }
            main .developing-line .wrapper .flex-block .time-line li .dot .bg2-s {
              background: url(//pub-static.fotor.com/static/web/site/press/images/design_1a7c563522d6fd7d7b31dedf3031fc1a3.svg); }
            main .developing-line .wrapper .flex-block .time-line li .dot .bg3-s {
              background: url(//pub-static.fotor.com/static/web/site/press/images/h5_1e9657f54f0fbc122b9e0411d68e257db.svg); }
          main .developing-line .wrapper .flex-block .time-line li .secDot {
            background: linear-gradient(to bottom, RGBA(65, 85, 240, 1), RGBA(73, 79, 243, 1)); }
          main .developing-line .wrapper .flex-block .time-line li .lastDot {
            background: linear-gradient(to bottom, RGBA(46, 98, 235, 1), RGBA(103, 58, 251, 1)); }
          main .developing-line .wrapper .flex-block .time-line li p {
            font-family: Helvetica;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            margin-left: 15px;
            color: #fff;
            width: 536px;
            display: block;
            opacity: 0; }

main .company-news {
  background: #f4f5f6; }
  main .company-news .wrapper .c-til {
    margin-bottom: 40px; }
  main .company-news .wrapper .flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    main .company-news .wrapper .flex-block .img-items {
      width: 360px;
      height: 360px;
      border-radius: 4px;
      background-color: #fff;
      position: relative;
      transition: 0.3s all ease-out;
      top: 0;
      opacity: 0;
      display: block; }
      main .company-news .wrapper .flex-block .img-items:hover {
        box-shadow: 0 8px 16px rgba(21, 31, 47, 0.2);
        top: -10px; }
      main .company-news .wrapper .flex-block .img-items img {
        margin: 34px 30px 0; }
      main .company-news .wrapper .flex-block .img-items p {
        color: RGBA(39, 43, 51, 1);
        text-align: left;
        font-size: 14px;
        line-height: 26px;
        padding: 26px; }

main .media-mentions {
  background: #fff; }
  main .media-mentions h2 {
    margin-bottom: 45px; }
  main .media-mentions .flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    main .media-mentions .flex-block .media-items {
      opacity: 0;
      width: 260px;
      height: 230px;
      border-radius: 4px;
      background-color: #fff;
      position: relative;
      transition: 0.3s all ease-out;
      top: 0;
      background: white;
      box-sizing: border-box;
      border: 1px solid rgba(2, 0, 0, 0.1); }
      main .media-mentions .flex-block .media-items img {
        margin: 30px 30px 0; }
      main .media-mentions .flex-block .media-items p {
        color: RGBA(39, 43, 51, 1);
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        padding: 26px;
        font-family: Helvetica; }
  main .media-mentions .til-2 {
    margin-top: 80px; }
  main .media-mentions .logo-block {
    width: 260px;
    height: auto;
    display: block;
    opacity: 0; }
    main .media-mentions .logo-block .logo-img {
      width: 100%;
      height: 110px;
      box-sizing: border-box;
      border: 1px solid #E7E8E9;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      main .media-mentions .logo-block .logo-img img {
        width: 60%; }
    main .media-mentions .logo-block p {
      color: #7E838E;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      /* padding: 26px; */
      font-family: Helvetica;
      margin-top: 10px; }
      main .media-mentions .logo-block p a {
        text-decoration: underline;
        color: #7E838E; }
        main .media-mentions .logo-block p a:hover {
          color: #272B33; }

main .media-kit {
  background: url(//pub-static.fotor.com/static/web/site/press/images/kim01086f4bbb5b378a19154b733b89cd03a46.jpg) fixed;
  position: relative; }
  main .media-kit .m-til {
    color: #fff;
    margin: 0; }
  main .media-kit .m-text {
    margin: 40px 0;
    font-size: 16px;
    font-family: Helvetica-Light;
    font-weight: 300;
    color: white;
    line-height: 20px;
    opacity: 0.8;
    text-align: center; }
  main .media-kit .downLoadBtn {
    background-color: #2C7DFA;
    width: 298px;
    height: 80px;
    border-radius: 4px;
    line-height: 80px;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto; }
    main .media-kit .downLoadBtn .b-text {
      font-size: 16px;
      font-family: Helvetica-Bold;
      color: #fff;
      margin-right: 15px; }
    main .media-kit .downLoadBtn .d-icon {
      background: url(//pub-static.fotor.com/static/web/site/press/images/download-pdf21cd376305ff29b103d3eaf08bcef1d1.svg);
      width: 30px;
      height: 40px;
      display: block; }
    main .media-kit .downLoadBtn:hover {
      background-color: #3E89FD; }
    main .media-kit .downLoadBtn:active {
      background-color: #3E89FD;
      color: rgba(255, 255, 255, 0.5); }

main .contact-information {
  background: #F4F5F6;
  position: relative; }
  main .contact-information .c-til {
    margin-bottom: 40px; }
  main .contact-information .email-block p {
    color: #272B33;
    font-size: 14px;
    font-family: Helvetica;
    text-align: center; }
    main .contact-information .email-block p a {
      color: #2C7DFA; }

main .stay-connected {
  background-color: #fff; }
  main .stay-connected .wrapper {
    width: 1200px; }
  main .stay-connected .s-til {
    margin-bottom: 40px; }
  main .stay-connected .flex-block {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    main .stay-connected .flex-block .c-items {
      display: flex;
      justify-content: start;
      align-items: center;
      width: 390px; }
      main .stay-connected .flex-block .c-items .company-icon {
        width: 50px;
        height: 50px; }
      main .stay-connected .flex-block .c-items .fb-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/facebook_1b0dbe583782ec20198afc5dcb372c396.svg); }
      main .stay-connected .flex-block .c-items .insg-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/iInstagram_159d5bc82e9b344f10a16b41cce7c843b.svg); }
      main .stay-connected .flex-block .c-items .tw-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/twitter_178ad96491a24f5ad78a6c9976b4cb3a7.svg); }
      main .stay-connected .flex-block .c-items .YouTube-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/youtube_1726394a7017bc7e49f65048b2eb2e875.svg); }
      main .stay-connected .flex-block .c-items .Pinter-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/pinterest_11863206037074a844ea8ad2a9b0357da.svg); }
      main .stay-connected .flex-block .c-items .LinkedIn-icon {
        background: url(//pub-static.fotor.com/static/web/site/press/images/linkedIn_1542e5f04a9b69e2e0b9b9febf1a36017.svg); }
      main .stay-connected .flex-block .c-items .left-block {
        margin-left: 10px; }
        main .stay-connected .flex-block .c-items .left-block .c-name {
          font-size: 16px;
          font-family: Helvetica;
          font-weight: 500;
          color: #272b33;
          line-height: 24px; }
        main .stay-connected .flex-block .c-items .left-block .c-link {
          width: 289px;
          height: 12px;
          font-size: 14px;
          font-family: Helvetica-Light;
          font-weight: 300;
          text-decoration: underline;
          color: #7e838e;
          line-height: 20px; }
.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; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -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%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

@-webkit-keyframes fadeInDown_s {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown_s {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown_s {
  -webkit-animation-name: fadeInDown_s;
  animation-name: fadeInDown_s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    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, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -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) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -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) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -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) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

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

@-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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -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; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

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

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

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

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }
