body{
  font-family: "Nunito Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 34px;
  color: #404245;
}

a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}


.container {
  max-width: 1297px; 
}

.vl {
  border-left: 1px solid #000;
  height: 60px;
  position: relative;
  left: 50%;
  width: 3px;
  margin-left: -3px;
  top: 0;
  display: inline-block;
}

.bg-blue{
  background: #ecf2fa;
}

.text-red{
  color:#b23001!important;
}
.text-green{
  color: #79ab09!important;
}

.btn {
  -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
  box-shadow:inset 0px 1px 0px 0px #a4e271;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
  background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
  background-color:#89c403;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  border:1px solid #74b807;
  display:inline-block;
  color:#ffffff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-style: normal;
  height: auto;
  line-height: 1.4em;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 1px 0px #528009;
  white-space: normal;
  padding: 20px 30px;
}
.btn:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
  background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
  background-color:#77a809;
  color:#fff;

      -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
}
.btn:focus{
  color:#fff;
}
.btn:active {
  position:relative;
  top:1px;
  color:#fff;
}

@media (max-width: 550px) {
  .btn{
    font-size: 22px;
  }
}


/* Section Hero */

.section-hero {
 padding: 20px 0 0px 0;
 background: rgb(231,247,255);
 background: linear-gradient(180deg, rgba(231,247,255,1) 0%, rgba(255,255,255,1) 61%);
}

.section-hero .logo{
  max-width: 100%;
  width: 300px;
  margin-bottom: 15px;
}

.section-hero h1{
  font-size: 2.7em;
  line-height: 1.1em;
  font-weight: 900!important;
  letter-spacing:0em;
  max-width: 980px;
  margin: 0 auto 15px auto;
  color: #000;
}

.section-hero h1 i{
      font-style: italic;
      font-weight: 300;
}

.section-hero h1 u{
  color: #6aa24f;
}

.section-hero h1 span{
  color: #3084c6;
}

.section-hero h3{
  font-size: 16px;
  font-weight: 800!important;
  letter-spacing: 0.15em;
  margin: 0 auto 2px auto;
  color: #9E1A1A;
  text-transform: uppercase;
}


.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}

.section-hero .paragraph{
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  max-width: 590px;
  margin: 20px auto 20px auto;
  color:#000;
}

.section-hero .social-proof-text {
  color: #929292;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}

.section-hero .social-proof-text span{
  position: relative;
  top: -2px;
}
.section-hero .social-proof-text span:before{
  content: ' ';
  width: 28px;
  height: 27px;
  background-image: url(../img/click-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.video-container {
    position: relative;
    overflow: hidden;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -40px;
}

/* PHONE */
@media (max-width: 550px) {
  .section-hero {
  padding: 10px 0 0 0;
  }

  .section-hero .logo{
  margin-bottom: 5px!important;
  width: 220px;
  margin-top: 0!important;
  max-width: 70%;
  }

  .section-hero h1{
    font-size: 1.4em;
  }

  .section-hero h3{
    font-size:11px
  }
  .section-hero .paragraph{
    font-size: 18px;
    line-height: 1.15em;
    font-weight: 600;
    margin-top: -5px!important;
    margin: 10px auto;
  }

  .video-container{
    border-radius: 0;
    border: 0;
    background: none;
    margin-bottom: -5px!important;
  }
  .section-hero .social-proof-text {
  }

  .section-hero .social-proof-text span{
  }
  .section-hero .social-proof-text span:before{
  }
}









.section{
  font-size:20px;
}
.section .container{
  max-width: 947px;
}
.section p{
  margin-bottom: 15px;
  font-size: 24px;
}
.section-title{
  font-weight: 900;
  letter-spacing: 0;
  font-size: 56px;
  text-align: center;
  color: #000;
}

.section p:last-child{
  margin-bottom:0;
}

/* PHONE */
@media (max-width: 550px) {
  .section{
  }
  .section .container{
  }
  .section p{
  font-size: 19px;
  line-height: 26px;
  }
  .section-title{
  font-size: 32px;
  text-align: left;
  }

  .section p:last-child{
  }
}




.score-people{
  width: 250px;
  max-width: 90%;
  text-align: center;
}


/* SECTION INTRO */

.section-intro .container{
  background-image: url(../img/check-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 6rem 6rem;
  max-width: 900px;
  text-align: center;
}

.section-intro ul{
      margin: 0 auto 5.5rem auto;
      padding: 0;
      text-align: left;
      max-width: 450px;
      list-style: none;
}

.section-intro ul li {
    font-weight: 700;
    background-image: url(../img/wrong-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 50px;
    line-height: 1.4;
    background-size: 25px;
    color: #b23001;
}
.section-intro p{
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 700px;
}



/* PHONE */
@media (max-width: 550px) {
  .section-intro .container{
  padding: 5rem 1.5rem;
  text-align: left;
  }

  .section-intro ul{
  }

  .section-intro ul li {
  font-size: 19px;
  }
  .section-intro p{
  }
}






/* SECTION PROBLEM */

.section-problem ul{
      margin: 3.5rem auto 3.5rem auto;
      padding: 0;
      text-align: left;
      max-width: 800px;
      list-style: none;
}

.section-problem ul li {
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
    background-size: 80px;
    color: #444;
}

.section-problem ul li.bad-score {
    background-image: url(../img/bad-score.png);
    color:#b23001;
}

.section-problem ul li.good-score {
    background-image: url(../img/good-score.png);
    color: #78ab08;
}

/* PHONE */
@media (max-width: 550px) {
  .section-problem ul{
  margin: 2.5rem auto 3.5rem auto;
  }

  .section-problem ul li {
  font-size: 19px;
  }
}



/* SECTION PROBLEMS */

.section-problems ul{
      margin: 2.5rem auto 4.5rem auto;
      padding: 0;
      text-align: left;
      max-width: 900px;
      list-style: none;
}

.section-problems ul li {
    font-weight: 700;
    background-image: url(../img/wrong-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 55px;
    line-height: 1.4;
    background-size: 30px;
    color: #444;
}

@media (max-width: 550px) {
  .section-problems ul{
  margin: 2.5rem auto 3.5rem auto;
  }

  .section-problems ul li {
  font-size: 19px;
  }
}




/* SECTION AUTHOR */

.section-author{
  padding:0;
  background-color: #002b4e;
  width: 1500px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  max-width: 95%
}
.section-author .container{
  max-width: 1550px;
  width: 100%
}
.section-author .section-title{
  text-align: left!important;
  color: #fff;
  font-size:2.2em;
  letter-spacing: 0;
}

.section-author .author-name{
  position: relative;
  background-image: url(../img/ricardo.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.section-author .author-name span{
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 20px;
  line-height: 1.4em;
  font-style: italic;
  padding: 2px 12px;
  background: #002b4e;
  display: inline-flex;
  font-weight: 500;
  border-radius: 29px;
}

.section-author p{
  color:#fff;
}

.section-author .author-content{
  padding: 60px 60px 60px 0px;
  background-color: #002b4e;
}


@media (max-width: 550px) {
  .section-author .author-name{
    width: 100%;
    height: 450px;
  }
  .section-author .author-content{
    padding: 5rem 1.5rem;
  }
  .section-author .section-title{
    font-size: 32px;
  }
}



/* SECTION BENEFITS */

.section-benefits .section-title{
  font-size:54px;
}

.section-benefits .section-title.text-left{
  text-align: left!important;
  font-size:44px;
}

.section-benefits .logo{
  max-width:90%;
}

.section-benefits ul{
      margin: 3.5rem auto 4.5rem auto;
      padding: 0;
      list-style: none;
      max-width: 695px;
}

.section-benefits ul li {
    font-weight: 700;
    padding:10px 0;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 85px;
    line-height: 1.4;
    background-size: 55px;
    color: #444;
    overflow: visible;
}

.section-benefits ul li:first-child{
  padding-top:15px;
  padding-bottom:10px;
  margin-bottom:15px;
}

.section-benefits ul li.house{background-image: url(../img/icon-house.svg);}
.section-benefits ul li.car{ background-image: url(../img/icon-car.svg); }
.section-benefits ul li.credit-card{ background-image: url(../img/icon-credit-card.svg); }
.section-benefits ul li.target{ background-image: url(../img/icon-target.svg); }
.section-benefits ul li.credit-fees{ background-image: url(../img/icon-percentage.svg); }

@media (max-width: 550px) {
  .section-benefits ul li{
    font-size:19px;
  }
  .section-benefits .section-title{
    font-size:32px;
  }
}



/* SECTION TESTIMONIALS */

.section-testimonials .container{
  max-width: 1197px;
}

.embed-vimeo {
    height: calc(100vh);
    width: 100%;
    max-height:640px;
}
.embed-vimeo iframe {
    width: 100%;
    height: 100%;
}

/* SECTION NUMBERS */

.section-numbers .container{
  max-width: 1097px;
}


.section-numbers .boxes .box{
  text-align: center;
  display: flex;
  height: auto;
  padding: 25px 25px 20px 25px;
  border-radius: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 25px -5px #e2e2e2;
}



.section-numbers .boxes .box .icon{
  margin-bottom: 15px;
}

.section-numbers .boxes .box .icon img{
  width: 100px;
  max-width:100%;
}

.section-numbers .boxes .box p{
  font-size: 15px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.section-numbers .boxes .box p strong{
  font-size: 50px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 900;
  color: #79ab09;
}


@media (max-width: 550px) {
  .section-numbers .boxes .box{
    width: 50%;
  }
  .section-numbers .boxes .box p strong{
    font-size:36px;
  }
  .section-numbers .boxes .box p{
    font-size: 14px;
  }
}






.section-objections ul{
      margin: 3.5rem auto 4.5rem auto;
      padding: 0;
      list-style: none;
      max-width: 700px;
}

.section-objections ul li {
    font-weight: 700;
    margin-bottom:20px;
    background-image: url(../img/green-check-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 52px;
    line-height: 1.4;
    background-size: 25px;
    color: #628a09;
    overflow: visible;
}

@media (max-width: 550px) {
  .section-objections ul li{
    font-size:19px;
  }
}





/* SECTION BONUS */

.section-bonus{

}

.section-bonus .container{
  max-width: 997px;
}
.section-bonus .banner-box .shadowed {
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(64,67,69,.17);
}

.section-bonus .banner-box .banner-box-badge{
  background-color: #79ab09;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
  color: #fff;
  display: inline-block;
  margin: 0 0 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.0975em;
}

.section-bonus .banner-box h3{
  font-weight: 900;
  padding: 0;
  font-size: 1.6em;
  letter-spacing: -0.001em;
}

.section-bonus .banner-box p{
  font-size:1em;
  line-height:1.4em;
}

@media (max-width: 550px) {
  .section-bonus .banner-box .shadowed{
    margin-left:0;
    margin-top:20px;
  }
  .section-bonus .banner-box .text-right{
    text-align: left!important;
  }
  .section-bonus .banner-box .pl-medium{
    padding-left:0!important;
  }
  .column-reverse-phone{
    flex-direction: column-reverse;
  }
}





.section-pricing ul{
      margin: 3.5rem auto 4.5rem auto;
      padding: 0;
      list-style: none;
      max-width: 700px;
}

.section-pricing ul li {
    font-weight: 700;
    margin-bottom:20px;
    background-image: url(../img/green-check-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    padding-left: 52px;
    line-height: 1.4;
    background-size: 25px;
    color: #444;
    overflow: visible;
}

.section-pricing .pricing-wrapper{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background:#002b4e;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 6rem 6rem;
}

.section-pricing .b-pricing-old{
  display:inline-block;
}
.section-pricing .pricing-wrapper .btn{
  width: 100%!important;
}

.section-pricing .pricing-wrapper img{
  max-width: 100%;
}

.b-pricing-txt1 {
   color: #ffffff;
   font-size: 14px;
   line-height: 2.2em;
   letter-spacing: 1.5px;
}
.b-pricing-txt-before {
   padding-right: 10px;
   padding-left: 10px;
   color: #ffffff;
   font-size: 36px;
   line-height: 50px;
   font-weight: 500;
   text-decoration: none;
}
.b-pricing-div {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.b-pricing-div-line {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 3px;
    background-color: #81b805;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.b-pricing-txt3 {
   color: #81b805;
       font-size: 70px;
       line-height: 1em;
       font-weight: 900;
}
.b-pricing-txt2 {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
}
.b-pricing-logo {
    width: 200px;
    margin-top: 25px;
}
.b-span-rs {
    margin-right: 10px;
    font-size: 0.4em;
    font-weight: 300;
    position: relative;
    top: -25px;
}


.section-warranty h3{
  font-weight: 900;
  letter-spacing: 0;
  font-size: 42px;
  text-align: center;
  color: #000;
}



@media (max-width: 550px) {
  .section-pricing ul li {
    font-size:19px;
  }
  .section-warranty h3{
    font-size:32px;
  }
}



/* SECTION ALERT */


.section-alert .alert-box {
    border-radius: 20px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 6rem 6rem;
    max-width: 900px;
    border:6px solid #dc3545;
    /* text-align: center; */
    background: rgb(254,217,220);
    background: linear-gradient(0deg, rgba(254,217,220,1) 0%, rgba(251,230,232,1) 70%);
}

.section-alert .btn{
  width: 100%;
}

@media (max-width: 550px) {
  .section-alert .alert-box{
    padding: 5rem 1.5rem;
  }
}



.size-30{
  font-size:30px!important;
}




/* SECTION FAQ */

.section-faq .accordion{
  width: 780;
  max-width: 100%;
  margin: 0 auto;
}

.section-faq .accordion .accordion__item__title {
  display: block;
  padding: 30px 30px 30px 0px;
  cursor: pointer;
  color: #333;
  position: relative;
  text-decoration: none;
  border-top: 1px solid rgba(86,141,185,.2);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
}

.section-faq .accordion .accordion__item__title:hover{
  color:#81b805;
}

.section-faq .accordion .accordion__item:target .accordion__item__title{
  color:#81b805;
  padding: 30px 30px 15px 0px;
}

.section-faq .accordion .accordion__item:target .accordion__item__content {
  display: block;
  max-height: 500px;
  padding: 0px 0 30px 0;
}



.section-faq .accordion .accordion__item__title:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 38px;
  background-image: url(../img/plus-icon.svg);
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 22px;
}

.section-faq .accordion .accordion__item:target .accordion__item__title:after{
  background-image: url(../img/minus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}


.section-faq .accordion .accordion__item:nth-of-type(2n) .accordion__item__title {
    /* background: #ddd; */
  }


.section-faq .accordion .accordion__item__content {
  font-weight: 300;
  color: #8e8e8e;
  max-height: 0;
  overflow: hidden;
  line-height: 1.6em;
}




.section-faq .accordion .accordion__item:last-child .accordion__item__title{ 
  border-bottom: 1px solid rgba(86,141,185,.2);
}

.section-faq .accordion .accordion__item:last-child:target .accordion__item__title{ 
  border-bottom: 1px solid transparent;
}


@media (max-width: 550px) {
  
  .section-faq .accordion .accordion__item__title{font-size: 19px;}

  .section-faq .accordion .accordion__item:target .accordion__item__content {
    font-size: 17px;
    line-height: 1.6em;
  }

}














.section-footer-cta .container{
  max-width: 1180px;
}

.footer-cta-container {
    background-color: #6cbe45;
    background-image: url(../img/green-cta-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}


.footer-cta-content {
    float: right;
    width: 57.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7rem 5rem 8rem 0;
}


.footer-cta-image {
    position: absolute;
    top: 15px;
}


.clear {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.footer-cta-content h2 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 5.6rem;
    font-weight: 900;
}
.footer-cta-content h2 span {
    font-family: Muli,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: italic;
}

.cta-check-box {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 200px;
    padding-right: 3rem;
    padding-left: 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(..//img/white-check-icon.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 5rem;
}

.footer-cta-image img {
    max-width: 75%;
    left: 50px;
    position: relative;
    top: 25px;
}

a.button, a.button:visited {
    padding: 20px 38px 22px 38px;
    background-color: #6cbe45;
    display: inline-block;
    line-height: 1.05;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

a.button.whitebg, a.button:visited.whitebg {
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}







footer{
    background-color: #002b4e;
  padding: 3.5rem 0 0 0;
}

footer .container{
  max-width: 1197px;
  text-align: center;
}

.footer-text {
    color: rgba(255,255,255,.8);
    font-size: 15px;
    margin-bottom: 2rem;
    line-height: 1.4em;
}

.copy-right {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 2rem 0;
    font-size: 16px;
    margin-top: 3rem;
    color: rgba(255,255,255,.4);
}

footer a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
}

footer a:hover {
  color: rgba(255,255,255,1);
}



/* WHATSAPP BTN */

.wpp-button{
  position: fixed;
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 10px;
      background-color: #66a836;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      z-index: 99;
}

.wpp-button svg{
width: 25px;
    height: 25px;
    position: relative;
    top: 12px;
}


.wpp-button svg path{
  fill:#fff;
}


/* LEAD FORM */

body.modal-open{
    overflow:hidden;
}

.popup-wrap{
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0; 
  background: rgba(0,43,78,0.95);
  z-index: 9999999999999;
  height:auto;
    overflow:auto;
}


.popup-wrap h3{
  font-size:24px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  color:#78a909;
  padding:10px 0;
}

.popup-wrap form{
  margin-bottom: 0;
}

.popup-wrap input{
  width: 100%;
  font-size: 22px;
  padding: 30px 20px;
  font-weight: 700;
  color: #000;
  border-color: #69bf3b;
  border-width: 2px!important;
}

.popup-wrap input.error{
  border-color: #ff0033;
  background-color: #fce6e8;
}
.popup-wrap button{
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}


.popup-wrap .popup {
 padding:0;
 width:100%;
 transition: all 1s ease-in-out;
 z-index: 100000;
}
.popup-wrap .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup-wrap .popup .close:hover {
  color: #06D85F;
}
.popup-wrap .popup .content {
  overflow: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 450px;
  max-width: 90%;
  margin: 70px auto;
  z-index: 100000;
}








#loading-center{
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0; 
  background: rgba(0,43,78,0.95);
  display: none;
  z-index: 100000;
}

#loading-center .center {
  position: absolute;
   padding-top:20px;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
}

#loading-center .quote {
  position: relative;
  text-align: center;
  color: #fff;
  width: 400px;
  max-width: 85%;
  line-height: 1.6em;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  margin: 0 auto;
  margin-top:10px;
}

#loading-center .redirecting{
  color:#fff;
  text-align: center;
  font-size:16px;
  font-style: italic;
  margin-bottom:10px;
}


@keyframes ldio-q1fnl4xdsb {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.ldio-q1fnl4xdsb div { box-sizing: border-box!important }
.ldio-q1fnl4xdsb > div {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #81b805 transparent #81b805 transparent;
  animation: ldio-q1fnl4xdsb 0.9528571428571428s linear infinite;
}

.ldio-q1fnl4xdsb > div:nth-child(2), .ldio-q1fnl4xdsb > div:nth-child(4) {
  width: 54px;
  height: 54px;
  top: 23px;
  left: 23px;
  animation: ldio-q1fnl4xdsb 0.9528571428571428s linear infinite reverse;
}
.ldio-q1fnl4xdsb > div:nth-child(2) {
  border-color: transparent #ffffff transparent #ffffff
}
.ldio-q1fnl4xdsb > div:nth-child(3) { border-color: transparent }
.ldio-q1fnl4xdsb > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-q1fnl4xdsb > div:nth-child(3) div:before, .ldio-q1fnl4xdsb > div:nth-child(3) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 24px;
  background: #81b805;
  border-radius: 50%;
  box-shadow: 0 64px 0 0 #81b805;
}
.ldio-q1fnl4xdsb > div:nth-child(3) div:after {
  left: -8px;
  top: 24px;
  box-shadow: 64px 0 0 0 #81b805;
}

.ldio-q1fnl4xdsb > div:nth-child(4) { border-color: transparent; }
.ldio-q1fnl4xdsb > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-q1fnl4xdsb > div:nth-child(4) div:before, .ldio-q1fnl4xdsb > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 15px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 46px 0 0 #ffffff;
}
.ldio-q1fnl4xdsb > div:nth-child(4) div:after {
  left: -8px;
  top: 15px;
  box-shadow: 46px 0 0 0 #ffffff;
}
.loadingio-spinner-double-ring-hz7o9k72tcv {
  width: 88px;
  height: 88px;
  display: block;
  overflow: hidden;
  background: none;
  margin: 0 auto;
}
.ldio-q1fnl4xdsb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.88);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-q1fnl4xdsb div { box-sizing: content-box; }




/* BOX OFFER */

.box-offer{
  margin: 0 auto;
  max-width: 550px;
  margin-top: 3rem;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  border-radius: 20px;
}

.timer{padding: 20px 15px 15px 15px;background: #e3493b;border-radius: 10px;}
.timer .txt{
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
}

/* COUNTDOWN */
.countDown__cont{font-size: 13px;display:flex;justify-content: center; /* center items horizontally, in this case */align-items: center;color: #404040;}.countDown__interval_cont{display:flex;justify-content:space-around;width:auto}.countDown__interval_cont:nth-child(n+1):not(:last-child){margin-right:1em}.countDown__interval_basic_cont{display:flex;flex-direction:column;}.countDown__interval_basic_cont_description{display:flex;margin-right: .4em;margin-top: .6em;font-size: 0.975em;color: #ffffff;text-align: center;flex-direction: inherit;text-transform: uppercase;letter-spacing: 0.07em;}.countDown__digit_cont{perspective:1.6em * 2;box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.14);width:1em;height:1.6em;position:relative;line-height:1.6em;font-size: 3.8em;font-weight:700;border-radius:.08em;}.countDown__digit_cont:nth-child(n+1):not(:last-child){margin-right:.05em}.countDown__digit_last_placeholder,.countDown__digit_new_placeholder{position:absolute;left:0;width:100%;height:50%;text-align:center;overflow:hidden}.countDown__digit_last_placeholder{bottom:0;background:#fff;border-radius:0 0 .08em .08em;}.countDown__digit_last_placeholder_inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;bottom:50%;position:absolute;}.countDown__digit_new_placeholder{top:0;background:#f7f7f7;border-radius:.08em .08em 0 0;}.countDown__digit_last_rotate,.countDown__digit_new_rotate{display:flex;justify-content:center;width:100%;height:50%;font-weight:700;position:absolute;top:0;overflow:hidden;animation-duration:.4s;animation-timing-function:linear;border-radius:.08em .08em 0 0;animation-fill-mode:forwards;transform-origin:100% 100%}.countDown__digit_last_rotate:after,.countDown__digit_new_rotate:after{content:"";position:absolute;z-index:1001;left:0;bottom:0;width:100%;height:100%;border-bottom:.01em solid rgba(0,0,0,.1)}.countDown__digit_last_rotate{animation-name:countDown_flip_1;background: #e3493b;}.countDown__digit_new_rotate{animation-name:countDown_flip_2;background:#fff;}.countDown__digit_new_rotated{transform:rotateX(180deg);width:100%;height:100%}.countDown__digit_new_rotated_inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;bottom:50%;position:absolute}@keyframes countDown_flip_1{0%{transform:rotateX(0);z-index:1}100%{transform:rotateX(-180deg);z-index:0}}@keyframes countDown_flip_2{0%{transform:rotateX(0);z-index:0}100%{transform:rotateX(-180deg);z-index:1}}

@media(max-width:500px){
  .countDown__digit_cont{
    font-size:2.4em;
  }
}


.price-section{
  margin-bottom: 30px!important;
  margin-top: 0;
  text-transform: uppercase;
}
.price-section,
.price-section p,
.price-section .regular-price{
  color:#000;
  font-size: 1.195em;
  line-height: 1.2em;
  margin-bottom: 14px;
}

.price-section .regular-price{
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.price-section .regular-price strike{
  color:#eb4c3d;
}

.price-section .promotional-price-installments{
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
  display: inline-block;
  color: #6aa24f;
}

.price-section .promotional-price-installments strong{
  color: #6aa24f;
}

.price-section .promotional-price-installments u{
  font-weight:900;
}

.price-section .promotional-price-installments-value{
  font-weight: bold;
  font-size: 1.8em;
  color: #6aa24f;
}

.price-section .promotional-price{
  font-size: 1.4em;
  text-transform: none;
  font-weight: 500;
}

.price-section .promotional-price span{
  color:#6aa24e;
  font-weight: 700;
}


.b-pricing-div {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    box-sizing: border-box;
}

.b-pricing-txt-before {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6em;
    line-height: 45px;
    font-weight: 600;
    text-decoration: none;
    color: #e3493b;
}

.b-pricing-div-line {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 3px;
    background-color: #000000;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.promotional-discount {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px dashed  #ffff00;
    display: inline-block;
    padding: 10px 20px;
    color: #ffff00;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
}

@media (max-width: 550px) {
  .price-section, .price-section p, .price-section .regular-price{
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  .b-pricing-txt-before{
    font-size: 1.2em;
  }
  .price-section .promotional-price-installments-value{
    font-size: 1.4em;
  }
  .price-section .promotional-price{
    font-size: 1.2em;
  }
  .pay-methods img:not(:first-child){
    max-width: 40px!important;
  }
  .box-offer{
    margin-bottom: 20px!important;
  }
}


/* TERMOS DE USO */


.terms-of-use {
 padding: 20px 0 0px 0;
 background: rgb(231,247,255);
 background: linear-gradient(180deg, rgba(231,247,255,1) 0%, rgba(255,255,255,1) 61%);
}

.terms-of-use .container{
   max-width: 800px;
}

.terms-of-use .logo{
  max-width: 100%;
  width: 250px;
  margin-bottom: 10px;
}

.terms-of-use h1{
  font-size: 2.6em;
  line-height: 1.05em;
  font-weight: 900!important;
  letter-spacing:0em;
  max-width: 980px;
  margin: 20px auto 30px auto;
  color: #000;
}

.terms-of-use h2{
  font-size:1.4em;
  font-weight: 700;
}

.terms-of-use p{
  font-size:16px;
  line-height: 1.6em;
}



/* COMENTARIOS */


    #comentarios {
  font-family: arial;
  background-color: #f6f7f9;
  font-size: 14px;
  text-align: left;
  padding: 20px 20px 0;
  margin: 0 auto;
  margin-bottom:30px;
  margin-top:20px;
  width:800px;
  max-width: 100%;
      box-sizing: border-box;

}
.titulo {
  border-bottom: 1px solid #e9ebee;
  display: block;
  padding-bottom: 6px;
}
.perfil {
  display: block;
  padding: 10px 0;
  line-height: 20px;
}
.perfil p {
  margin: 0;
  padding: 0;
}
.perfil img {
  width: 50px;
  height: 50px;
}
.perfil .nome {
  color: #365899;
  font-weight: 700;
}
.nome img {
  float: left;
  padding-right: 10px;
}
.info {
  font-size: 11px;
  color: #90949c;
}
.info span {
  color: #4267b2;
  text-decoration: none;
}
.resp {
  border-left: 1px solid #e9ebee;
  margin-left: 50px;
  padding: 0 0 0 9px;
}

header {
  padding-top: 1.5rem !important;
}

.background-black {
  background-color: #030303;
  color: #fefefe
}

div.subtitle {
  color: #fefefe !important;
}



/* PAYMENT METHODS */

.pay-methods{
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pay-methods img{
  margin:0 10px;
}

@media (max-width: 550px) {
  .pay-methods{
    display: inline;
  }
}


/*Motion CSS The library of CSS3 animation create by Petr Pavlyuk  - http://pavlyukpetr.com Copyright (c) 2015-2016 Petr Pavlyuk*/
#animation{visibility:hidden}.animation{visibility:visible!important;animation-fill-mode:both!important;-webkit-animation-fill-mode:both!important}.replay{-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important}.delay-05s{-webkit-animation-delay:.5s!important;animation-delay:.5s!important}.delay-1s{-webkit-animation-delay:1s!important;animation-delay:1s!important}.delay-1-5s{-webkit-animation-delay:1.5s!important;animation-delay:1.5s!important}.delay-2s{-webkit-animation-delay:2s!important;animation-delay:2s!important}.delay-3s{-webkit-animation-delay:3s!important;animation-delay:3s!important}.fade-in{-webkit-animation:fade-in 1.2s;animation:fade-in 1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-out{-webkit-animation:fade-out 1s;animation:fade-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.fade-in-right{-webkit-animation:fade-in-right 1s;animation:fade-in-right 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0%);opacity:1}}@keyframes fade-in-right{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0%);opacity:1}}.fade-in-left{-webkit-animation:fade-in-left 1s;animation:fade-in-left 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(100%);opacity:0}100%{-webkit-transform:translateX(0%);opacity:1}}@keyframes fade-in-left{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0%);opacity:1}}.fade-in-up{-webkit-animation:fade-in-up 1s;animation:fade-in-up 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0%);opacity:1}}@keyframes fade-in-up{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.fade-in-down{-webkit-animation:fade-in-down 1s;animation:fade-in-down 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0%);opacity:1}}@keyframes fade-in-down{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.fade-out-right{-webkit-animation:fade-out-right 1s;animation:fade-out-right 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(100%);opacity:0}}@keyframes fade-out-right{0%{transform:translateX(0%);opacity:1}100%{transform:translateX(100%);opacity:0}}.fade-out-left{-webkit-animation:fade-out-left 1s;animation:fade-out-left 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes fade-out-left{0%{transform:translateX(0%);opacity:1}100%{transform:translateX(-100%);opacity:0}}.fade-out-up{-webkit-animation:fade-out-up 1s;animation:fade-out-up 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(-100%);opacity:0}}@keyframes fade-out-up{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(-100%);opacity:0}}.fade-out-down{-webkit-animation:fade-out-down 1s;animation:fade-out-down 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(100%);opacity:0}}@keyframes fade-out-down{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(100%);opacity:0}}.slide-in-right{-webkit-animation:slide-in-right 1.2s;animation:slide-in-right 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0px)}}@keyframes slide-in-right{0%{transform:translateX(-2000px)}100%{transform:translateX(0px)}}.slide-in-left{-webkit-animation:slide-in-left 1.2s;animation:slide-in-left 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0px)}}@keyframes slide-in-left{0%{transform:translateX(2000px)}100%{transform:translateX(0px)}}.slide-in-up{-webkit-animation:slide-in-up 1.2s;animation:slide-in-up 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-up{0%{-webkit-transform:translateY(1000px)}100%{-webkit-transform:translateY(0px)}}@keyframes slide-in-up{0%{transform:translateY(1000px)}100%{transform:translateY(0px)}}.slide-in-down{-webkit-animation:slide-in-down 1.2s;animation:slide-in-down 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-down{0%{-webkit-transform:translateY(-1000px)}100%{-webkit-transform:translateY(0px)}}@keyframes slide-in-down{0%{transform:translateY(-1000px)}100%{transform:translateY(0px)}}.slide-out-right{-webkit-animation:slide-out-right 1.5s;animation:slide-out-right 1.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-right{0%{-webkit-transform:translateX(0px)}100%{-webkit-transform:translateX(2000px)}}@keyframes slide-out-right{0%{transform:translateX(0px)}100%{transform:translateX(2000px)}}.slide-out-left{-webkit-animation:slide-out-left 1.5s;animation:slide-out-left 1.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0px)}100%{-webkit-transform:translateX(-2000px)}}@keyframes slide-out-left{0%{transform:translateX(0px)}100%{transform:translateX(-2000px)}}.slide-out-up{-webkit-animation:slide-out-up 1.2s;animation:slide-out-up 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-up{0%{-webkit-transform:translateY(0px)}100%{-webkit-transform:translateY(-1000px)}}@keyframes slide-out-up{0%{transform:translateY(0px)}100%{transform:translateY(-1000px)}}.slide-out-down{-webkit-animation:slide-out-down 1.2s;animation:slide-out-down 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-down{0%{-webkit-transform:translateY(0px)}100%{-webkit-transform:translateY(1000px)}}@keyframes slide-out-down{0%{transform:translateY(0px)}100%{transform:translateY(1000px)}}.bounce-in{-webkit-animation:bounce-in 1.2s;animation:bounce-in 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in{0%{transform:scale(.9);opacity:0}25%{transform:scale(1.2)}40%{transform:scale(.8)}50%{transform:scale(1.1)}60%{transform:scale(.9)}70%{transform:scale(1.05);opacity:1}80%{transform:scale(.95)}90%{transform:scale(1.01)}100%{transform:scale(1)}}@-webkit-keyframes bounce-in{0%{-webkit-transform:scale(.9);opacity:0}25%{-webkit-transform:scale(1.2)}40%{-webkit-transform:scale(.8)}50%{-webkit-transform:scale(1.1)}60%{-webkit-transform:scale(.9)}70%{-webkit-transform:scale(1.05);opacity:1}80%{-webkit-transform:scale(.95)}90%{-webkit-transform:scale(1.01)}100%{-webkit-transform:scale(1)}}.bounce-in-right{-webkit-animation:bounce-in-right 1.2s;animation:bounce-in-right 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-right{0%{transform:translateX(-2000px)}63%{transform:translateX(30px)}70%,80%,90%,100%{transform:translateX(0px)}75%{transform:translateX(14px)}85%{transform:translateX(8px)}95%{transform:translateX(4px)}}@-webkit-keyframes bounce-in-right{0%{-webkit-transform:translateX(-2000px)}63%{-webkit-transform:translateX(30px)}70%,80%,90%,100%{-webkit-transform:translateX(0px)}75%{-webkit-transform:translateX(14px)}85%{-webkit-transform:translateX(8px)}95%{-webkit-transform:translateX(4px)}}.bounce-in-left{-webkit-animation:bounce-in-left 1.2s;animation:bounce-in-left 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-left{0%{transform:translateX(2000px)}63%{transform:translateX(-30px)}70%,80%,90%,100%{transform:translateX(0px)}75%{transform:translateX(-14px)}85%{transform:translateX(-8px)}95%{transform:translateX(-4px)}}@-webkit-keyframes bounce-in-left{0%{-webkit-transform:translateX(2000px)}63%{-webkit-transform:translateX(-30px)}70%,80%,90%,100%{-webkit-transform:translateX(0px)}75%{-webkit-transform:translateX(-14px)}85%{-webkit-transform:translateX(-8px)}95%{-webkit-transform:translateX(-4px)}}.bounce-in-up{-webkit-animation:bounce-in-up 1.2s;animation:bounce-in-up 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-up{0%{transform:translateY(1000px)}25%{transform:translateY(50px)}30%,55%,70%,80%,90%,100%{transform:translateY(0px)}45%{transform:translateY(25px)}63%{transform:translateY(15px)}75%{transform:translateY(7px)}85%{transform:translateY(4px)}95%{transform:translateY(2px)}}@-webkit-keyframes bounce-in-up{0%{-webkit-transform:translateY(1000px)}25%{-webkit-transform:translateY(50px)}30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}45%{-webkit-transform:translateY(25px)}63%{-webkit-transform:translateY(15px)}75%{-webkit-transform:translateY(7px)}85%{-webkit-transform:translateY(4px)}95%{-webkit-transform:translateY(2px)}}.bounce-in-down{-webkit-animation:bounce-in-down 1.2s;animation:bounce-in-down 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-down{0%{transform:translateY(-1000px)}25%{transform:translateY(-50px)}30%,55%,70%,80%,90%,100%{transform:translateY(0px)}45%{transform:translateY(-25px)}63%{transform:translateY(-15px)}75%{transform:translateY(-7px)}85%{transform:translateY(-4px)}95%{transform:translateY(-2px)}}@-webkit-keyframes bounce-in-down{0%{-webkit-transform:translateY(-1000px)}25%{-webkit-transform:translateY(-50px)}30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}45%{-webkit-transform:translateY(-25px)}63%{-webkit-transform:translateY(-15px)}75%{-webkit-transform:translateY(-7px)}85%{-webkit-transform:translateY(-4px)}95%{-webkit-transform:translateY(-2px)}}.roll-in-right{-webkit-animation:roll-in-right 1.2s;animation:roll-in-right 1.2s}@keyframes roll-in-right{0%{transform:translateX(-100%) rotate(-130deg);opacity:0}100%{transform:translateX(0%) rotate(0deg);opacity:1}}@-webkit-keyframes roll-in-right{0%{-webkit-transform:translateX(-100%) rotate(-130deg);opacity:0}100%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}}.roll-in-left{-webkit-animation:roll-in-left 1.2s;animation:roll-in-left 1.2s}@keyframes roll-in-left{0%{transform:translateX(100%) rotate(130deg);opacity:0}100%{transform:translateX(0%) rotate(0deg);opacity:1}}@-webkit-keyframes roll-in-left{0%{-webkit-transform:translateX(100%) rotate(130deg);opacity:0}100%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}}.roll-out-right{-webkit-animation:roll-out-right 1.2s;animation:roll-out-right 1.2s}@keyframes roll-out-right{0%{transform:translateX(0%) rotate(0deg);opacity:1}100%{transform:translateX(100%) rotate(130deg);opacity:0}}@-webkit-keyframes roll-out-right{0%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}100%{-webkit-transform:translateX(100%) rotate(130deg);opacity:0}}.roll-out-left{-webkit-animation:roll-out-left 1.2s;animation:roll-out-left 1.2s}@keyframes roll-out-left{0%{transform:translateX(0%) rotate(0deg);opacity:1}100%{transform:translateX(-100%) rotate(-130deg);opacity:0}}@-webkit-keyframes roll-out-left{0%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}100%{-webkit-transform:translateX(-100%) rotate(-130deg);opacity:0}}.rotbo-in-right{-webkit-animation:rotbo-in-right 1.1s;animation:rotbo-in-right 1.1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-in-right{0%{transform:translateX(-1000px) rotateZ(-540deg)}63%{transform:translateX(15px) rotateZ(20deg)}75%{transform:translateX(-7px) rotateZ(-7deg)}85%{transform:translateX(4px) rotateZ(4deg)}95%{transform:translateX(-2px) rotateZ(-2deg)}100%{transform:translateX(0px) rotateZ(0deg)}}@-webkit-keyframes rotbo-in-right{0%{-webkit-transform:translateX(-1000px) rotateZ(-540deg)}63%{-webkit-transform:translateX(15px) rotateZ(20deg)}75%{-webkit-transform:translateX(-7px) rotateZ(-7deg)}85%{-webkit-transform:translateX(4px) rotateZ(4deg)}95%{-webkit-transform:translateX(-2px) rotateZ(-2deg)}100%{-webkit-transform:translateX(0px) rotateZ(0deg)}}.rotbo-in-left{-webkit-animation:rotbo-in-left 1.1s;animation:rotbo-in-left 1.1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-in-left{0%{transform:translateX(1000px) rotateZ(540deg)}63%{transform:translateX(-15px) rotateZ(-20deg)}75%{transform:translateX(7px) rotateZ(7deg)}85%{transform:translateX(-4px) rotateZ(-4deg)}95%{transform:translateX(2px) rotateZ(2deg)}100%{transform:translateX(0px) rotateZ(0deg)}}@-webkit-keyframes rotbo-in-left{0%{-webkit-transform:translateX(1000px) rotateZ(540deg)}63%{-webkit-transform:translateX(-15px) rotateZ(-20deg)}75%{-webkit-transform:translateX(7px) rotateZ(7deg)}85%{-webkit-transform:translateX(-4px) rotateZ(-4deg)}95%{-webkit-transform:translateX(2px) rotateZ(2deg)}100%{-webkit-transform:translateX(0px) rotateZ(0deg)}}.rotbo-out-left{-webkit-animation:rotbo-out-left 2s;animation:rotbo-out-left 2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-out-left{0%{transform:translateX(0%) rotateZ(0deg)}20%{transform:translateX(15px) rotateZ(20deg)}100%{transform:translateX(-2000px) rotateZ(-1080deg)}}@-webkit-keyframes rotbo-out-left{0%{-webkit-transform:translateX(0%) rotateZ(0deg)}20%{-webkit-transform:translateX(15px) rotateZ(20deg)}100%{-webkit-transform:translateX(-2000px) rotateZ(-1080deg)}}.rotbo-out-right{-webkit-animation:rotbo-out-right 2s;animation:rotbo-out-right 2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-out-right{0%{transform:translateX(0%) rotateZ(0deg)}20%{transform:translateX(-15px) rotateZ(-20deg)}100%{transform:translateX(2000px) rotateZ(1080deg)}}@-webkit-keyframes rotbo-out-right{0%{-webkit-transform:translateX(0%) rotateZ(0deg)}20%{-webkit-transform:translateX(-15px) rotateZ(-20deg)}100%{-webkit-transform:translateX(2000px) rotateZ(1080deg)}}.flip{-webkit-animation:flip 1.3s;animation:flip 1.3s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes flip{0%{transform:rotateY(-360deg)}40%{transform:scale(1.6) rotateY(-190deg)}50%{transform:scale(1.6) rotateY(-150deg)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes flip{0%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateX(-50deg)}45%{-webkit-transform:perspective(500px) rotateX(30deg)}65%{-webkit-transform:perspective(500px) rotateX(-20deg)}85%{-webkit-transform:perspective(500px) rotateX(10deg)}100%{-webkit-transform:perspective(500px) rotateX(0deg)}}.flip-in-x{-webkit-animation:flip-in-x 1.2s;animation:flip-in-x 1.2s}@keyframes flip-in-x{0%{transform:perspective(500px) rotateX(70deg);opacity:.2}30%{transform:perspective(500px) rotateX(-50deg)}45%{transform:perspective(500px) rotateX(30deg)}65%{transform:perspective(500px) rotateX(-20deg)}85%{transform:perspective(500px) rotateX(10deg)}100%{transform:perspective(500px) rotateX(0deg)}}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateX(-50deg)}45%{-webkit-transform:perspective(500px) rotateX(30deg)}65%{-webkit-transform:perspective(500px) rotateX(-20deg)}85%{-webkit-transform:perspective(500px) rotateX(10deg)}100%{-webkit-transform:perspective(500px) rotateX(0deg)}}.flip-in-y{-webkit-animation:flip-in-y 1.2s;animation:flip-in-y 1.2s}@keyframes flip-in-y{0%{transform:perspective(500px) rotateY(70deg);opacity:.2}30%{transform:perspective(500px) rotateY(-50deg)}45%{transform:perspective(500px) rotateY(30deg)}65%{transform:perspective(500px) rotateY(-20deg)}85%{transform:perspective(500px) rotateY(10deg)}100%{transform:perspective(500px) rotateY(0deg)}}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(500px) rotateY(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateY(-50deg)}45%{-webkit-transform:perspective(500px) rotateY(30deg)}65%{-webkit-transform:perspective(500px) rotateY(-20deg)}85%{-webkit-transform:perspective(500px) rotateY(10deg)}100%{-webkit-transform:perspective(500px) rotateY(0deg)}}.flip-out-x{-webkit-animation:flip-out-x 1s;animation:flip-out-x 1s}@keyframes flip-out-x{0%{transform:perspective(500px) rotateX(0deg)}50%{transform:perspective(500px) rotateX(-30deg);opacity:1}100%{transform:perspective(500px) rotateX(70deg);opacity:0}}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(500px) rotateX(0deg)}50%{-webkit-transform:perspective(500px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:0}}.flip-out-y{-webkit-animation:flip-out-y 1s;animation:flip-out-y 1s}@keyframes flip-out-y{0%{transform:perspective(500px) rotateY(0deg)}50%{transform:perspective(500px) rotateY(-30deg);opacity:1}100%{transform:perspective(500px) rotateY(70deg);opacity:0}}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(500px) rotateY(0deg)}50%{-webkit-transform:perspective(500px) rotateY(-30deg);opacity:1}100%{-webkit-transform:perspective(500px) rotateY(70deg);opacity:0}}.rotate{-webkit-animation:rotate 1s;animation:rotate 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.rotate-in{-webkit-animation:rotate-in 1s;animation:rotate-in 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes rotate-in{0%{transform:rotate(-0deg);opacity:0}80%{opacity:1}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-0deg);opacity:0}80%{opacity:1}100%{-webkit-transform:rotate(360deg)}}.rotate-out{-webkit-animation:rotate-out 1s;animation:rotate-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotate-out{0%{transform:rotate(-360deg)}20%{opacity:1}100%{transform:rotate(0deg);opacity:0}}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(-360deg)}20%{opacity:1}100%{-webkit-transform:rotate(0deg);opacity:0}}.rotate-in-x{-webkit-animation:rotate-in-x 1s;animation:rotate-in-x 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-x{0%{transform:rotateX(180deg);opacity:0}80%{opacity:1}100%{transform:rotateX(0deg)}}@-webkit-keyframes rotate-in-x{0%{-webkit-transform:rotateX(180deg);opacity:0}80%{opacity:1}100%{-webkit-transform:rotateX(0deg)}}.rotate-out-x{-webkit-animation:rotate-out-x 1s;animation:rotate-out-x 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-x{0%{transform:rotateX(0deg)}20%{opacity:1}100%{transform:rotateX(180deg);opacity:0}}@-webkit-keyframes rotate-out-x{0%{-webkit-transform:rotateX(0deg)}20%{opacity:1}100%{-webkit-transform:rotateX(180deg);opacity:0}}.rotate-in-y{-webkit-animation:rotate-in-y 1s;animation:rotate-in-y 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-y{0%{transform:rotateY(-180deg);opacity:0}100%{transform:rotateY(0deg);opacity:1}}@-webkit-keyframes rotate-in-y{0%{-webkit-transform:rotateY(0deg);opacity:0}60%{opacity:1}100%{-webkit-transform:rotateY(360deg)}}.rotate-out-y{-webkit-animation:rotate-out-y 1s;animation:rotate-out-y 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-y{0%{transform:rotateY(0deg);opacity:1}100%{transform:rotateY(-180deg);opacity:0}}@-webkit-keyframes rotate-out-y{0%{-webkit-transform:rotateY(0deg);opacity:1}100%{-webkit-transform:rotateY(-180deg);opacity:0}}.rotate-in-3d{-webkit-animation:rotate-in-3d 1s;animation:rotate-in-3d 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-3d{0%{transform:rotate3d(1,1,0,0deg);opacity:0}60%{opacity:1}100%{transform:rotate3d(1,1,0,360deg)}}@-webkit-keyframes rotate-in-3d{0%{-webkit-transform:rotate3d(1,1,0,0deg);opacity:0}60%{opacity:1}100%{-webkit-transform:rotate3d(1,1,0,360deg)}}.rotate-out-3d{-webkit-animation:rotate-out-3d 1s;animation:rotate-out-3d 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-3d{0%{transform:rotate3d(1,1,0,360deg)}40%{opacity:1}100%{transform:rotate3d(1,1,0,0deg);opacity:0}}@-webkit-keyframes rotate-out-3d{0%{-webkit-transform:rotate3d(1,1,0,360deg)}40%{opacity:1}100%{-webkit-transform:rotate3d(1,1,0,0deg);opacity:0}}.rotate-in-scale{-webkit-animation:rotate-in-scale 1s;animation:rotate-in-scale 1s;-webkit-animation-timing-function:easec;animation-timing-function:ease-in-out}@keyframes rotate-in-scale{0%{transform:scale(0) rotate(-540deg);opacity:0}80%{opacity:1}100%{transform:scale(1) rotate(0deg)}}@-webkit-keyframes rotate-in-scale{0%{-webkit-transform:scale(0) rotate(-540deg);opacity:0}80%{opacity:1}100%{-webkit-transform:scale(1) rotate(0deg)}}.rotate-out-scale{-webkit-animation:rotate-out-scale 1s;animation:rotate-out-scale 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-scale{0%{transform:scale(1) rotate(0deg)}40%{opacity:1}100%{transform:scale(0) rotate(540deg);opacity:0}}@-webkit-keyframes rotate-out-scale{0%{-webkit-transform:scale(1) rotate(0deg)}40%{opacity:1}100%{-webkit-transform:scale(0) rotate(540deg);opacity:0}}.turn-in-x{-webkit-animation:turn-in-x 1s;animation:turn-in-x 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-in-x{0%{transform:rotateX(360deg) scale(0);opacity:0}100%{transform:rotateX(0deg) scale(1);opacity:1}}@-webkit-keyframes turn-in-x{0%{-webkit-transform:rotateX(360deg) scale(0);opacity:0}100%{-webkit-transform:rotateX(0deg) scale(1);opacity:1}}.turn-out-x{-webkit-animation:turn-out-x 1s;animation:turn-out-x 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-out-x{0%{transform:rotateX(0deg) scale(1);opacity:1}80%{opacity:0}100%{transform:rotateX(360deg) scale(0)}}@-webkit-keyframes turn-out-x{0%{-webkit-transform:rotateX(0deg) scale(1);opacity:1}80%{opacity:0}100%{-webkit-transform:rotateX(360deg) scale(0)}}.turn-in-y{-webkit-animation:turn-in-y 1s;animation:turn-in-y 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-in-y{0%{transform:rotateY(0deg) scale(0);opacity:0}100%{transform:rotateY(360deg) scale(1);opacity:1}}@-webkit-keyframes turn-in-y{0%{-webkit-transform:rotateY(0deg) scale(0);opacity:0}100%{-webkit-transform:rotateX(360deg) scale(1);opacity:1}}.turn-out-y{-webkit-animation:turn-out-y 1s;animation:turn-out-y 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-out-y{0%{transform:rotateY(0deg) scale(1);opacity:1}80%{opacity:0}100%{transform:rotateY(360deg) scale(0)}}@-webkit-keyframes turn-out-y{0%{-webkit-transform:rotateY(0deg) scale(1);opacity:1}80%{opacity:0}100%{-webkit-transform:rotateY(360deg) scale(0)}}.back-in-right{-webkit-animation:back-in-right 1.5s;animation:back-in-right 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-right{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-right{0%{-webkit-transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-right{-webkit-animation:back-out-right 1.5s;animation:back-out-right 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-right{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:translateX(2000px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-right{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateX(2000px) scale(.7);opacity:.7}}.back-in-left{-webkit-animation:back-in-left 1.5s;animation:back-in-left 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-left{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-left{0%{-webkit-transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-left{-webkit-animation:back-out-left 1.5s;animation:back-out-left 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-left{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:translateX(-2000px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-left{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateX(-2000px) scale(.7);opacity:.7}}.back-in-up{-webkit-animation:back-in-up 1.5s;animation:back-in-up 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-up{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-up{0%{-webkit-transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-up{-webkit-animation:back-out-up 1.5s;animation:back-out-up 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-up{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:translateY(-1200px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-up{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateY(-1200px) scale(.7);opacity:.7}}.back-in-down{-webkit-animation:back-in-down 1.5s;animation:back-in-down 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-down{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-down{0%{-webkit-transform:translateY(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-down{-webkit-animation:back-out-down 1.5s;animation:back-out-down 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-down{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:translateY(1200px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-down{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateY(1200px) scale(.7);opacity:.7}}.push-in-up{transform-origin:50% 100% 0;-webkit-animation:push-in-up 1s;animation:push-in-up 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-in-up{0%{transform:rotateX(90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-up{0%{-webkit-transform:rotateX(90deg);opacity:0}100%{-webkit-transform:none}}.push-out-down{transform-origin:50% 100% 0;-webkit-animation:push-out-down 1s;animation:push-out-down 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-down{0%{transform:none}100%{transform:rotateX(90deg);opacity:0}}@-webkit-keyframes push-out-down{0%{-webkit-transform:none}100%{-webkit-transform:rotateX(90deg);opacity:0}}.push-in-down{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:push-in-down 1s;animation:push-in-down 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-in-down{0%{transform:rotateX(-90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-down{0%{-webkit-transform:rotateX(-90deg);opacity:0}100%{-webkit-transform:none}}.push-out-up{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:push-out-up 1s;animation:push-out-up 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-up{0%{transform:none}100%{transform:rotateX(-90deg);opacity:0}}@-webkit-keyframes push-out-up{0%{-webkit-transform:none}100%{-webkit-transform:rotateX(-90deg);opacity:0}}.push-in-right{-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-animation:push-in-right 1s;animation:push-in-right 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-in-right{0%{transform:rotateY(90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-right{0%{-webkit-transform:rotateY(90deg);opacity:0}100%{-webkit-transform:none}}.push-out-left{-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-animation:push-out-left 1s;animation:push-out-left 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-left{0%{transform:none}100%{transform:rotateY(90deg);opacity:0}}@-webkit-keyframes push-out-left{0%{-webkit-transform:none}100%{-webkit-transform:rotateY(90deg);opacity:0}}.push-in-left{-webkit-transform-origin:100% 50% 0;transform-origin:100% 50% 0;-webkit-animation:push-in-left 1s;animation:push-in-left 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-in-left{0%{transform:rotateY(-90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-left{0%{-webkit-transform:rotateY(-90deg);opacity:0}100%{-webkit-transform:none}}.push-out-right{-webkit-transform-origin:100% 50% 0;transform-origin:100% 50% 0;-webkit-animation:push-out-right 1s;animation:push-out-right 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-out-right{0%{transform:none}100%{transform:rotateY(-90deg);opacity:0}}@-webkit-keyframes push-out-right{0%{-webkit-transform:none}100%{-webkit-transform:rotateY(-90deg);opacity:0}}.clip-x-in{-webkit-animation:clip-x-in 1s;animation:clip-x-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-x-in{0%{transform:scale(1,0)}100%{transform:none}}@-webkit-keyframes clip-x-in{0%{-webkit-transform:scale(1,0)}100%{-webkit-transform:none}}.clip-y-in{-webkit-animation:clip-y-in 1s;animation:clip-y-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-y-in{0%{transform:scale(0,1)}100%{transform:none}}@-webkit-keyframes clip-y-in{0%{-webkit-transform:scale(0,1)}100%{-webkit-transform:none}}.clip-xy-in{-webkit-animation:clip-xy-in 1s;animation:clip-xy-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-xy-in{0%{transform:scale(0,.5)}50%{transform:scale(1,.5)}100%{transform:none}}@-webkit-keyframes clip-xy-in{0%{-webkit-transform:scale(0,.5)}50%{-webkit-transform:scale(1,.5)}100%{-webkit-transform:none}}.clip-x-out{-webkit-animation:clip-x-out 1s;animation:clip-x-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-x-out{0%{transform:none}100%{transform:scale(1,0)}}@-webkit-keyframes clip-x-out{0%{-webkit-transform:none}100%{-webkit-transform:scale(1,0)}}.clip-y-out{-webkit-animation:clip-y-out 1s;animation:clip-y-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-y-out{0%{transform:none}100%{transform:scale(0,1)}}@-webkit-keyframes clip-y-out{0%{-webkit-transform:none}100%{-webkit-transform:scale(0,1)}}.clip-xy-out{-webkit-animation:clip-xy-out 1s;animation:clip-xy-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-xy-out{0%{transform:none}50%{transform:scale(1,.5)}100%{transform:scale(0,.5)}}@-webkit-keyframes clip-xy-out{0%{-webkit-transform:none}50%{-webkit-transform:scale(1,.5)}100%{-webkit-transform:scale(0,.5)}}.fanfare{-webkit-animation:fanfare 1.2s;animation:fanfare 1.2s}@keyframes fanfare{0%,100%{transform:scale(1)}30%{transform:scale(.8) rotateZ(5deg)}40%,60%,80%{transform:scale(1.15) rotateZ(-5deg)}50%,70%,90%{transform:scale(1.15) rotateZ(5deg)}}@-webkit-keyframes fanfare{0%,100%{-webkit-transform:scale(1)}30%{-webkit-transform:scale(.8) rotateZ(5deg)}40%,60%,80%{-webkit-transform:scale(1.15) rotateZ(-5deg)}50%,70%,90%{-webkit-transform:scale(1.15) rotateZ(5deg)}}.float{-webkit-animation:float 1.6s;animation:float 1.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@-webkit-keyframes float{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(-20px)}}.orbit{-webkit-animation:orbit 3s;animation:orbit 3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@keyframes orbit{0%{transform:rotate(0deg) translateX(20px) rotate(0deg)}100%{transform:rotate(360deg) translateX(20px) rotate(-360deg)}}@-webkit-keyframes orbit{0%{-webkit-transform:rotate(0deg) translateX(20px) rotate(0deg)}100%{-webkit-transform:rotate(360deg) translateX(20px) rotate(-360deg)}}.spiral{-webkit-animation:spiral 1s;animation:spiral 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes spiral{0%{transform:rotateY(-360deg) translateY(-150%)}100%{transform:rotateY(0) translateY(0px)}}@-webkit-keyframes spiral{0%{-webkit-transform:rotateY(-360deg) translateY(-150%)}100%{-webkit-transform:rotateY(0) translateY(0px)}}.bounce{-webkit-animation:bounce 1s;animation:bounce 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce{0%,30%,55%,70%,80%,90%,100%{transform:translateY(0px)}25%{transform:translateY(-50px)}45%{transform:translateY(-25px)}63%{transform:translateY(-15px)}75%{transform:translateY(-7px)}85%{transform:translateY(-4px)}95%{transform:translateY(-2px)}}@-webkit-keyframes bounce{0%,30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}25%{-webkit-transform:translateY(-50px)}45%{-webkit-transform:translateY(-25px)}63%{-webkit-transform:translateY(-15px)}75%{-webkit-transform:translateY(-7px)}85%{-webkit-transform:translateY(-4px)}95%{-webkit-transform:translateY(-2px)}}.vibro{-webkit-animation:vibro .5s;animation:vibro .5s}@keyframes vibro{0%,100%{transform:translateX(0px)}10%,30%,50%,70%,90%{transform:translateX(5px)}20%,40%,60%,80%{transform:translateX(-5px)}}@-webkit-keyframes vibro{0%,100%{-webkit-transform:translateX(0px)}10%,30%,50%,70%,90%{-webkit-transform:translateX(5px)}20%,40%,60%,80%{-webkit-transform:translateX(-5px)}}.heartbeat{-webkit-animation:heartbeat 8s;animation:heartbeat 8s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes heartbeat{0%,20%,40%,60%,80%,100%{transform:scale(1)}10%,30%,50%,70%,90%{transform:scale(1.15)}}@-webkit-keyframes heartbeat{0%,20%,40%,60%,80%,100%{-webkit-transform:scale(1)}10%,30%,50%,70%,90%{-webkit-transform:scale(1.15)}}.shake{-webkit-animation:shake 1s;animation:shake 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes shake{0%,100%{transform:translateX(0px)}12.5%,37.5%,62.5%,87.5%{transform:translateX(20px)}25%,50%,75%{transform:translateX(-20px)}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0px)}12.5%,37.5%,62.5%,87.5%{-webkit-transform:translateX(20px)}25%,50%,75%{-webkit-transform:translateX(-20px)}}.puff{-webkit-animation:puff 1s;animation:puff 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes puff{0%{transform:none}100%{transform:scale(1.2);opacity:0}}@-webkit-keyframes puff{0%{-webkit-transform:none}100%{-webkit-transform:scale(1.2);opacity:0}}.scale-in{-webkit-animation:scale-in 1.5s;animation:scale-in 1.5s}@keyframes scale-in{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}.scale-out{-webkit-animation:scale-out 1s;animation:scale-out 1s}@keyframes scale-out{0%{transform:none;opacity:1}80%{opacity:0}100%{transform:scale(0);opacity:0}}@-webkit-keyframes scale-out{0%{-webkit-transform:none;opacity:1}50%{opacity:.7}100%{-webkit-transform:scale(0);opacity:0}}.stretch{-webkit-animation:stretch 1s;animation:stretch 1s}@keyframes stretch{0%,100%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.3,.7,1)}40%{transform:scale3d(.7,1.3,1)}60%{transform:scale3d(1.2,.8,1)}75%{transform:scale3d(.8,1.2,1)}90%{transform:scale3d(1.05,.95,1)}}@-webkit-keyframes stretch{0%,100%{-webkit-transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.3,.7,1)}40%{-webkit-transform:scale3d(.7,1.3,1)}60%{-webkit-transform:scale3d(1.2,.8,1)}75%{-webkit-transform:scale3d(.8,1.2,1)}90%{-webkit-transform:scale3d(1.05,.95,1)}}.pulse{-webkit-animation:pulse 1s;animation:pulse 1s}@keyframes pulse{0%{transform:none}50%{transform:scale(1.15)}100%{transform:scale(1)}}@-webkit-keyframes pulse{0%{-webkit-transform:none}50%{-webkit-transform:scale(1.15)}100%{-webkit-transform:scale(1)}}.spin{-webkit-transform-origin:50% 50% -200px;transform-origin:50% 50% -200px;-webkit-animation:spin 1s;animation:spin 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes spin{0%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg)}}.spin-y{-webkit-transform-origin:left top;transform-origin:left top;-webkit-animation:spin-y 1s;animation:spin-y 1s}@keyframes spin-y{0%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}@-webkit-keyframes spin-y{0%{-webkit-transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg)}}.whirl{-webkit-animation:whirl 2s;animation:whirl 2s}@keyframes whirl{0%{transform:translateY(1000px) rotateY(0deg)}80%{transform:translateY(-100%) rotateY(720deg)}100%{transform:translateY(0px)}}@-webkit-keyframes whirl{0%{-webkit-transform:translateY(1000px) rotateY(0deg)}80%{-webkit-transform:translateY(-100%) rotateY(720deg)}100%{-webkit-transform:translateY(0px)}}.wabble{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:wabble 1.2s;animation:wabble 1.2s}@keyframes wabble{0%,100%{transform:rotateZ(0deg)}12.5%{transform:rotateZ(-20deg)}25%{transform:rotateZ(18deg)}37.5%{transform:rotateZ(-15deg)}50%{transform:rotateZ(13deg)}62.5%{transform:rotateZ(-10deg)}75%{transform:rotateZ(7deg)}87.5%{transform:rotateZ(-3deg)}}@-webkit-keyframes wabble{0%,100%{-webkit-transform:rotateZ(0deg)}12.5%{-webkit-transform:rotateZ(-20deg)}25%{-webkit-transform:rotateZ(18deg)}37.5%{-webkit-transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(13deg)}62.5%{-webkit-transform:rotateZ(-10deg)}75%{-webkit-transform:rotateZ(7deg)}87.5%{-webkit-transform:rotateZ(-3deg)}}

.js--socialproof-popup {
  border: 0 none;
  border-radius: 0;
  font-family: tahoma, sans-serif;
  padding: 5px;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 999999;
  /* max-width: 35em; */
  /* min-width: 23em; */
  background-color: #fff;
}
.js--socialproof-popup__top-left {
  left:20px;
  top:20px;
}
.js--socialproof-popup__bottom-left {
  left:20px;
  bottom:20px;
}
.js--socialproof-popup__top-right {
  right:20px;
  top:20px;
}
.js--socialproof-popup__bottom-right {
  right:20px;
  bottom:20px;
}
.js--socialproof-popup__details img {
  cursor: pointer;
  float: left;
  max-height: 50px;
  max-width: 50px;
  width: auto;
  align-self: center;
}
.js--socialproof-popup__details p {
  float: left;
  font-size: 11.5px;
  line-height: 15px;
  margin: 0 0 0 10px;
  padding: 4px 0 0px 0;
  width: auto;
}
.js--socialproof-popup__details p span {
    color: #000;
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    margin: 0;
    /* margin-top:4px; */
}
.js--socialproof-popup__details p small {
    display: block;
    font-size: 9.5px;
    color: #90949c;
}
.js--socialproof-popup__details p small i{
  margin-left: 5px;
}
.js--socialproof-hide {
    display:none;
}
.js--socialproof-show {
    display: block;
}
.js--socialproof-rounded {
    border-radius: 52px;
}
.js--socialproof-popup__close-button {
  border: none;
  cursor: pointer;
  margin: 0;
  width: 12px;
  height: 12px;
  right: 15px;
    top: 10px;
  position: absolute;
}
.js--socialproof-rounded .js--socialproof-popup__close-button {
  right: 25px;
  display: none;
}
.js--socialproof-rounded .js--socialproof-popup__details p {
  padding-right: 15px;
  color: #216ba5;
}

.icon-check-circle{
  width: 10px;
  height: 10px;
  background-image: url(../img/check-icon-green.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 2px;
}





