body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  color: #1f05c4;
  border-bottom: 1px solid #1f05c4;
  padding-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7em;
  line-height: 1.3;
}

.text-size-h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.88em;
  line-height: 1;
}

.text-size-h4.testimonal-name {
  color: #75f666;
  padding-top: 1em;
  padding-bottom: 0;
}

.text-size-h4.testimonal-name.blue {
  color: #1f05c4;
  text-transform: none;
  border-bottom: 1px solid #1f05c4;
  padding-bottom: 1em;
  font-size: 1.5em;
  font-weight: 400;
}

.text-size-h4.testimonal-age {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
}

.text-size-h5 {
  font-family: Exo, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
}

.text-size-h5.center {
  text-align: center;
}

.text-size-h6 {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  font-family: Lato, sans-serif;
  font-size: 2em;
  line-height: 1;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-home-hero {
  margin-top: -4em;
  padding: 0 0 0 0%;
  display: block;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.paragraph-24 {
  color: #000;
  text-align: center;
  letter-spacing: 4em;
  background-color: #ffefef00;
  border: 1px solid #1f05c4;
  border-radius: 60px;
  padding: 1em 1em 1em 2em;
  font-family: Lato, sans-serif;
  font-size: .6em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.button-8 {
  color: #371053;
  background-color: #38ecb0;
  border-radius: 40px;
  padding-left: 4em;
  padding-right: 4em;
  font-weight: 700;
}

.button-8.yellow {
  color: #371053;
  text-align: center;
  background-color: #14ffb1;
  background-image: linear-gradient(5deg, #fbff00, #ffce1c);
  border-radius: 15px;
  width: 20em;
  padding: 1em 2em;
}

.button-8.yellow:hover {
  color: #371053;
  background-color: #0a9c6c;
  background-image: linear-gradient(#f9ff90 48%, #adff14 71%);
}

.button-8.yellow.round {
  text-transform: uppercase;
  background-image: linear-gradient(5deg, #fbff00, #ffce1c);
  border: 1px solid #ffdb0e;
  border-radius: 70px;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1;
  box-shadow: 5px 6px 15px #ffd900ab;
}

.button-8.yellow.round:hover {
  background-image: linear-gradient(#f3ff10 48%, #fffb00 71%);
}

.button-8.yellow.round.card {
  background-image: linear-gradient(5deg, #fbff00, #ffce1c);
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 1;
}

.content {
  background-color: #fff;
  border: 1.5px #1ca8da;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content.features, .content.guarantee {
  margin-top: 8em;
  padding-top: 4em;
  padding-bottom: 4em;
}

.content.base {
  background-color: #e1f3f9;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #1ca8da00;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 8em;
  display: block;
  position: relative;
  overflow: visible;
}

.content.base.blue {
  background-color: #1f05c4;
}

.content.base.blue-copy {
  background-color: #1f05c4;
  margin-right: 0;
  padding-top: 8em;
  padding-right: 8em;
}

.content.base.green {
  background-color: #75f666;
  padding-top: 8em;
}

.content.base.white {
  background-color: #e1f3f9;
  padding-bottom: 5.4em;
}

.content.base.reaction {
  padding-top: 8em;
}

.content.base.reaction._0-margim {
  padding-top: 0;
}

.content._1 {
  background-color: #75f666;
  border-bottom-style: none;
  border-bottom-color: #68d9ff5c;
  border-radius: 0;
  padding-top: 4em;
  display: block;
  position: relative;
}

.content.prices {
  padding-bottom: 8em;
  padding-left: 2em;
  padding-right: 2em;
}

.option-2 {
  margin-left: .5em;
  margin-right: .5em;
  padding-top: 0;
}

.page-wrapper-2 {
  background-color: #ffdb0e;
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-action-2 {
  background-color: #0ebbe2;
  border-radius: 15px;
  width: 10em;
  height: 9em;
  padding-bottom: 2em;
  padding-right: 0;
}

.card-action-2:hover {
  background-color: #000;
}

.card-action-2.rhino {
  background-color: #205144;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 8em;
  padding: 2em 0;
  display: flex;
}

.card-action-2.rhino:hover {
  background-color: #000;
}

.lottie-animation {
  width: 2em;
  display: flex;
}

.hero-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-left.desconunt {
  background-color: #fff0;
  display: flex;
}

.paragraph-26 {
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-26.white {
  color: #1f05c4;
  text-align: center;
  text-transform: none;
  padding: 0 8em 4em;
  font-size: .7em;
}

.bold-text-33 {
  color: #ffd814;
}

.bold-text-33.billionaire {
  color: #001315;
}

.bold-text-33.billionaire.green {
  color: #2bff64;
  font-size: 4em;
}

.txt-option-2 {
  color: #fff;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.italic-text-3 {
  -webkit-text-stroke-color: #0051ff;
}

.offer {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 1em;
  display: flex;
}

.year {
  z-index: 22222;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-buynow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #371053;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 4em;
  padding-left: 2em;
  padding-right: .6em;
  display: flex;
  position: fixed;
  top: .4em;
}

.fixed-buynow.down {
  z-index: 999;
  background-color: #1ca8da;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 6em;
  padding-right: 2em;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.fixed-buynow.down.color {
  opacity: 1;
  background-color: #1f05c4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em 4em 0;
  display: block;
}

.hero-right {
  flex: 0 auto;
  width: 90%;
  display: block;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-h1 {
  color: #2c96ef;
}

.text-size-h2-2 {
  color: #fff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.text-size-h2-2.billionaire {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-size-h2-2.billionaire.descount {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  display: none;
}

.pedido {
  background-color: #000000c9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.terms-and-condition {
  color: #000;
  border-bottom: 1px #fff;
  padding-top: 1em;
  padding-bottom: 4em;
}

.offer-box {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.back {
  position: absolute;
  inset: 5% 2% auto auto;
}

.img {
  width: 12em;
  max-width: none;
}

.img.rhino2 {
  width: 9em;
}

.div-block-38 {
  text-align: right;
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-38.cupom {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.circle {
  background-color: #eef3fd;
  border-radius: 300px;
  width: 23em;
  height: 23em;
}

.circle.rhino {
  background-color: #82e976;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  display: flex;
}

.button-5 {
  color: #2d2929;
  background-color: #17ff8b;
  border-radius: 90px;
  padding: 1em 4em;
  font-family: Lato, sans-serif;
  font-weight: 900;
  box-shadow: 6px 7px 16px #40ff8c8a;
}

.button-5:hover {
  background-color: #ffd814;
  box-shadow: 6px 7px 16px #ffd814;
}

.button-5.cookie {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  margin-left: 2em;
  margin-right: 2em;
}

.button-5.cookie:hover {
  background-color: #0c167e;
}

.button-5.cookie.preferences {
  color: #000;
  vertical-align: baseline;
  background-color: #dadada;
  display: none;
}

.button-5.cookie.preferences:hover {
  background-color: #989898;
}

.text-size-h1-2 {
  color: #1f05c4;
  text-align: center;
  padding-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h1-2.sub {
  color: #e56e70;
  text-align: center;
  letter-spacing: .6em;
  font-size: 1.8em;
}

.text-size-h1-2.right {
  text-align: center;
  font-size: 4em;
  font-weight: 400;
}

.text-size-h1-2.right.green {
  color: #75f666;
  text-align: right;
  padding-left: 0;
}

.text-size-h1-2.right.blue {
  text-align: center;
}

.text-size-h1-2.right.blue.price {
  text-align: center;
  padding-bottom: .5em;
}

.home-hero_layout-2 {
  padding-top: 0;
  display: block;
}

.home-hero_layout-2.certificado {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.card-special-offer-2 {
  background-color: #c8edc8;
  border-radius: 40px;
  width: 62em;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.card-special-offer-2.verniselle {
  background-color: #fff;
  background-image: none;
  width: 50em;
  padding-bottom: 1em;
}

.prices {
  display: flex;
}

.div-block-42 {
  text-align: center;
  background-color: #eef3fd00;
  border: 1.5px #1ca8da;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-33 {
  display: none;
}

.adress {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rhino-photo-2 {
  width: 12em;
  max-width: none;
}

.rhino-photo-2._2 {
  width: 21em;
}

.rhino-photo-2._2.prod {
  width: 18em;
}

.home-hero_section-2 {
  background-color: #e8f1f4;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 0;
}

.home-hero_section-2.footer {
  background-color: #75f666;
  margin-top: 0;
  margin-bottom: 8em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.hero-2 {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-image {
  width: 100px;
}

.checkbox-image.xtrazex {
  color: #005eff;
}

.image-17 {
  width: 1.5em;
  max-width: none;
}

.paragraph-19 {
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
}

.paragraph-19.subt {
  color: #7640d5;
  text-transform: uppercase;
  background-color: #ebe0ff;
  border: .7px #7640d5;
  border-radius: 90px;
  margin-bottom: .5em;
  padding: .25em 1em;
  font-family: Lato, sans-serif;
  font-size: .7em;
  display: inline-block;
}

.paragraph-19.subt.rhino {
  color: #313131;
  background-color: #b6ffff00;
  border-style: solid;
  border-color: #205144;
  padding: 1em 2em;
  font-weight: 900;
}

.paragraph-19.center {
  text-align: center;
  line-height: 1;
}

.cta {
  z-index: 4444;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 2%;
}

.nav {
  z-index: 222;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #371053;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 3em;
  max-height: 100000px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
  top: .4em;
}

.nav.city {
  z-index: 33333;
  background-color: #20514400;
  border: 1px #005eff;
  border-top: 1px solid #75f666;
  border-radius: 0;
  height: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.paragraph-25 {
  color: #fff;
  text-align: left;
  text-transform: none;
  padding-left: 0;
  padding-right: .5em;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.politica {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-44 {
  color: #063550;
  -webkit-text-stroke-color: #063550;
  font-size: 1.3em;
}

.bold-text-44.prod {
  color: #1f05c4;
  text-align: center;
  letter-spacing: .7em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 900;
  display: block;
}

.heading-34 {
  color: #38ecb0;
  font-size: 1em;
}

.heading-34.rhino {
  color: #fff;
  -webkit-text-stroke-color: #032d3d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-43 {
  color: #000;
  font-size: .4em;
  line-height: 1;
  text-decoration: underline;
}

.bold-text-43:hover {
  color: #c292e3;
}

.price-old {
  padding-left: .25em;
  padding-right: .25em;
  font-weight: 300;
  text-decoration: line-through;
}

.heading-35 {
  color: #14ffb1;
  font-family: Lato, sans-serif;
}

.heading-35.xtrazex-ron {
  color: #ffdb0e;
  font-size: 2.4em;
}

.p-tu {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.p-tu.xtrazex {
  color: #000;
  font-size: 2em;
  line-height: 1;
}

.footer {
  background-color: #75f666;
  padding-top: 2em;
  padding-bottom: 11.8em;
}

.heading-36 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.heading-36.xtrazex {
  text-transform: uppercase;
}

.heading-36.price-old {
  font-weight: 400;
  text-decoration: line-through;
}

.col._50 {
  width: 50%;
  display: flex;
}

.col._50.right {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: .5em;
  padding-left: 8em;
  display: flex;
}

.col._50.margin {
  border: 1px #1ca8da;
  border-left: 3px #2c96ef;
  width: auto;
  padding: 0 0 8em;
  display: block;
  position: sticky;
}

.col._50.margin.topo {
  padding-bottom: 0;
}

.col._50.how-buy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 4em;
}

.col._50.how-buy.sticky {
  position: sticky;
}

.col._50.how-buy.sticky.txt {
  z-index: auto;
  height: 100%;
}

.col._50.how-buy.sticky.txt._100 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.col._50.how-buy.sticky.txt._100.block {
  display: block;
}

.col._50.how-buy.sticky.txt.final {
  padding-top: 3.7em;
}

.col._50.how-buy.sticky.txt.cards {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 6em;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.col._50.left {
  background-color: #ededed;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em 2em;
  display: block;
}

.col._30 {
  width: 25%;
  margin-left: 2em;
  margin-right: 2em;
}

.col._50 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.col._50.sticky {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  position: sticky;
  top: 25px;
  bottom: 29px;
}

.col._50.sticky.img {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 5.9em;
  top: 0;
}

.col._50.sticky.img-right {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 4.5em;
  top: 0;
}

.col._50.sticky.img-right._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4em;
  padding-right: 4em;
  position: static;
}

.col._50.sticky.img-right.final {
  justify-content: flex-end;
  align-items: center;
  position: static;
}

.col._50.sticky.center {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 5.9em;
  top: 0;
}

.col._50.sticky.center.no-slcky {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.col._50.sticky.center.no-slcky.blue {
  color: #1f05c4;
  justify-content: center;
  align-items: flex-start;
}

.col._50.sticky.center.no-slcky.block {
  padding-top: 0;
  padding-left: 8em;
  display: block;
}

.col._50.no-sticky {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  position: sticky;
  top: 25px;
  bottom: 29px;
}

.col._50.no-sticky.img {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 5.9em;
  top: 0;
}

.col._50.no-sticky.img-right {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 4.5em;
  top: 0;
}

.col._50.no-sticky.img-right._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4em;
  padding-right: 4em;
  position: static;
}

.col._50.no-sticky.img-right.final {
  justify-content: flex-end;
  align-items: center;
  position: static;
}

.col._50.no-sticky.center {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  padding-top: 5.9em;
  top: 0;
}

.col._50.no-sticky.center.no-slcky.blue {
  color: #1f05c4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  position: relative;
}

.question {
  text-align: center;
}

.feature {
  padding-left: 1em;
  padding-right: 1em;
}

.tittle {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: .7em;
  display: flex;
}

.ico-grafism {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: .7em;
  display: flex;
}

.paragraph-28 {
  color: #2c96ef;
  text-align: center;
  font-size: 1.5em;
}

.promotion {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2em;
  padding-left: 0;
  display: flex;
}

.div-block-44 {
  background-color: #ededed;
  border-radius: 20px;
  display: flex;
}

.image-18 {
  width: 5em;
  max-width: none;
  padding: .5em;
}

.ico {
  padding-bottom: .5em;
}

.bold-text-45 {
  color: #283189;
}

.feature-buy {
  background-color: #75f666;
  border: 1px #000;
  border-bottom-color: #ff3838;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 4em;
  display: flex;
}

.feature-buy._30 {
  background-color: #fff1f1;
  border-bottom-style: none;
  border-radius: 20px;
  width: 25%;
  height: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 4em 2em 8em;
  display: block;
}

.feature-buy._100 {
  border-style: none;
}

.feature-buy.white {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.feature-buy.center {
  padding-left: 4em;
  padding-right: 4em;
  display: block;
}

.feature-buy.center.blue {
  background-color: #1f05c4;
}

.feature-buy.center.price {
  padding: 8em;
}

.feature-buy.center.veredit {
  padding: 8em 0;
}

.image-19 {
  border-radius: 60px;
  height: 100%;
  padding-left: 0;
  position: sticky;
  bottom: -7px;
}

.ico-cum {
  width: 10em;
  max-width: none;
}

.ico-cum.guaaranteed {
  width: 9em;
}

.ico-cum.pays {
  width: 18em;
  padding-top: 2em;
}

.ico-cum.money-back {
  width: 12em;
  padding-top: 2em;
  padding-right: 4em;
}

.txt-cum {
  padding-left: 2em;
  display: block;
}

.txt-cum.intro {
  padding-left: 0;
  display: block;
}

.ico-feature {
  width: 8em;
}

.ico-feature.flex {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.ico-feature.flex.moneyback {
  background-color: #fff1f1;
  border-radius: 20px;
  padding: 4em;
}

._100 {
  width: 100%;
  padding-top: 0;
  padding-left: 19em;
  padding-right: 19em;
  display: block;
}

.paragraph-29 {
  color: #1f05c4;
  text-align: center;
  padding-top: 0;
  padding-left: 8em;
  padding-right: 8em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.paragraph-29.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-top: .5em;
  padding-right: 0;
  font-size: 1.5em;
  line-height: 1.3;
  display: block;
}

.paragraph-29.left.black {
  color: #000;
  padding-right: 4em;
  font-size: 1.7em;
  line-height: 1.6;
}

.paragraph-29.left.l-left {
  color: #000;
  text-align: center;
  padding-top: 0;
  line-height: 1.2;
}

.paragraph-29.left.l-left.price {
  text-align: center;
  background-color: #fff0;
  border: 1px #75f666;
  border-bottom: 1px solid #1f05c4;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.paragraph-29.left.l-left.price.no-margin-bottom {
  margin-bottom: 0;
}

.paragraph-29.left.l-left.price.no-margin-bottom.new-price {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-29._2em {
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  line-height: 1.3;
}

.paragraph-29._2em.border {
  border-top: 1px solid #1f05c4;
  border-bottom: 1px solid #1f05c4;
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 1.3;
}

.paragraph-29._2em.border.green {
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.6em;
  line-height: 1.6;
}

.paragraph-29._2em.border.testimonal {
  color: #fff;
  padding: .5em 2em;
  font-size: 1.6em;
  line-height: 1.6;
}

.paragraph-29._2em.especialist {
  border-top: 1px solid #1f05c4;
  border-bottom: 1px solid #1f05c4;
  padding: 2em 0;
  line-height: 1.3;
}

.paragraph-29._2em.especialist.green {
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.6em;
  line-height: 1.6;
}

.paragraph-29._2em.reaction {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.paragraph-29.left-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  font-size: 1.5em;
  line-height: 1.3;
  display: block;
}

.paragraph-29.left-copy.black {
  color: #000;
}

.paragraph-29.left-copy.l-left {
  text-align: center;
  background-color: #e1f3f9;
  border-radius: 20px;
  margin-top: 1em;
  padding: .5em 2em;
}

.paragraph-29.especialist-name {
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 1.3;
}

.paragraph-29.especialist-name.border {
  border-top: 1px solid #1f05c4;
  border-bottom: 1px solid #1f05c4;
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 1.3;
}

.paragraph-29.especialist-name.border.green {
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.6em;
  line-height: 1.6;
}

.paragraph-29.especialist-name.especialist {
  border-top: 1px solid #1f05c4;
  border-bottom: 1px solid #1f05c4;
  padding: 2em 0;
  line-height: 1.3;
}

.paragraph-29.especialist-name.especialist.green {
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.6em;
  line-height: 1.6;
}

.left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 8em;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  text-align: center;
}

._50 {
  width: 50%;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 8em;
  display: block;
}

.paragraph-30 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 1.8em;
  line-height: 2;
}

.div-block-48 {
  border: 1px #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-49 {
  border: 1px dashed #ff3838;
  width: 90%;
  height: 1px;
}

.div-block-50 {
  display: flex;
}

.div-block-50.block {
  display: block;
}

.div-block-50.testimonial {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bold-text-46, .bold-text-47, .bold-text-48 {
  color: #e56e70;
}

.lottie-animation-2 {
  width: 5em;
}

.heading-37 {
  font-family: Exo, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3;
}

.heading-38 {
  color: #e56e70;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Exo, sans-serif;
  font-size: 3em;
  display: flex;
}

.bold-text-49 {
  font-size: 1em;
}

.subscript, .bold-text-50 {
  font-size: .5em;
}

.color-b {
  color: #e56e70;
}

.bold-text-51 {
  font-size: .9em;
}

.div-block-51 {
  padding-left: 4em;
}

.paragraph-31 {
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Exo, sans-serif;
  font-size: .8em;
}

.bold-text-52 {
  font-family: Exo, sans-serif;
}

.div-block-52 {
  border-right: 1px solid #000;
}

.bold-text-53 {
  color: #1f05c4;
}

.bold-text-54 {
  color: #e56e70;
}

.icon {
  font-size: 6em;
}

.bold-text-55 {
  color: #205144;
}

.image-20 {
  width: 3em;
  max-width: none;
}

.paragraph {
  color: #1f05c4;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.paragraph.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  font-size: 1.3em;
  line-height: 1.3;
  display: block;
}

.paragraph.left.black {
  color: #000;
}

.div-block-53 {
  border-bottom: 1px #1f05c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-56 {
  color: #1f05c4;
  text-align: left;
}

.nav-b {
  background-color: #1f00e4;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu {
  z-index: 22;
  background-color: #1f05c4;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  width: 60%;
  height: auto;
}

.div-block-54 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-right: 2em;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 2em;
  display: flex;
}

.paragraph-32 {
  text-transform: uppercase;
  padding-left: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
}

.image-21 {
  width: 3em;
  max-width: none;
}

.bold-text-57 {
  color: #75f666;
  font-family: Exo, sans-serif;
}

.nav-link {
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.card-testimonial {
  background-color: #75f666;
  border: 1px #000;
  border-bottom-color: #ff3838;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 4em 8em 4em 4em;
  display: flex;
}

.card-testimonial._30 {
  background-color: #fff1f1;
  border-bottom-style: none;
  border-radius: 20px;
  width: 25%;
  height: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 4em 2em 8em;
  display: block;
}

.card-testimonial._100 {
  border-style: none;
}

.card-testimonial.white {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.card-testimonial.center {
  padding-left: 8em;
  padding-right: 8em;
  display: block;
}

.card-testimonial.center.blue {
  background-color: #1f05c4;
  width: 25%;
  height: 42em;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.card-testimonial.center.green {
  background-color: #fff;
  width: 25%;
  height: auto;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 2em;
  padding: 4em;
}

.card-testimonial.center.green.opacy {
  opacity: 1;
}

.card-testimonial.center.green.op0 {
  background-color: #fff0;
  padding-top: 0;
  display: block;
}

.image-22 {
  width: 8em;
  max-width: none;
}

.image-23 {
  width: 6em;
}

.stars {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: .5em;
  display: flex;
}

.image-24 {
  width: 34em;
  max-width: none;
}

.person-testimonal {
  border-bottom: 1px #1f05c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.submit-button {
  color: #1f05c4;
  background-color: #efdc05;
  border-radius: 9px;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-field {
  color: #fff;
  background-color: #fff;
  border: 1px #75f666;
  border-radius: 6px;
  margin-bottom: 0;
}

.heading-40 {
  color: #fff;
  border: 1px #000;
  border-bottom-color: #75f666;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.heading-40.h-form {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
}

.input {
  display: flex;
}

.bold-text-58 {
  color: #75f666;
}

.div-block-56 {
  display: flex;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 12em;
  max-width: none;
  padding-bottom: 2em;
}

.bold-text-59 {
  color: #75f666;
}

.bold-text-59.city {
  text-align: left;
  font-size: 1.2em;
  line-height: 1;
}

.priceold--big {
  color: #1f05c4;
  font-size: 2.8em;
}

.priceold--big.risk {
  text-decoration: line-through;
}

.div-block-58 {
  border-top: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  padding-top: 2em;
  display: block;
}

.button-9 {
  color: #75f666;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffd000;
  background-image: linear-gradient(209deg, #1f05c4, #6957da);
  border-radius: 9px;
  width: 100%;
  padding: 2em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-59 {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #75f666;
  border-radius: 20px;
  outline: 2px #333;
  padding: 4em;
  display: block;
}

.div-block-60 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-33 {
  color: #1f05c4;
  text-align: center;
  padding-bottom: 2em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-41 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.bold-text-60 {
  color: #75f666;
}

.entrega {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-63 {
  display: flex;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  display: flex;
}

.ico-reaction {
  background-color: #e1f3f9;
  border-bottom: 1px #1f05c4;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66 {
  background-color: #e1f3f9;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 5em;
  margin-right: 2em;
  padding: 1em;
  display: flex;
}

.heading-42 {
  color: #1f05c4;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.3em;
  line-height: .7;
}

.heading-43 {
  font-size: 1.6em;
}

.bold-text-62 {
  font-size: .8em;
  font-weight: 300;
}

.heading-44 {
  text-align: center;
  padding-top: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .text-size-h4 {
    text-align: center;
  }

  .text-size-h6 {
    text-align: center;
    padding-left: 0;
  }

  .page-padding.is-home-hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-24 {
    text-align: center;
  }

  .content {
    flex-flow: column;
    margin-left: 4em;
    margin-right: 4em;
    padding-top: 4em;
  }

  .content.base {
    margin-left: 0;
    margin-right: 0;
    padding: 8em 2em;
  }

  .content.base.blue, .content.base.blue-copy, .content.base.green, .content.base.white {
    padding-top: 0;
    display: block;
  }

  .content._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .content._2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .content.prices {
    padding-top: 8em;
    padding-left: 0;
    padding-right: 0;
  }

  .card-action-2 {
    width: 8em;
    height: 10em;
  }

  .paragraph-26.white {
    padding-left: 4em;
    padding-right: 4em;
  }

  .fixed-buynow.down {
    width: 80%;
    height: 5em;
    padding-right: .9em;
  }

  .fixed-buynow.down.color {
    width: 90%;
  }

  .text-size-h2-2 {
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .img {
    width: 20em;
  }

  .img.rhino2 {
    width: 8em;
  }

  .div-block-38, .div-block-38.cupom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle.rhino {
    width: 12em;
    height: 12em;
  }

  .text-size-h1-2, .text-size-h1-2.right {
    text-align: center;
  }

  .card-special-offer-2 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .card-special-offer-2.verniselle {
    position: relative;
  }

  .rhino-photo-2 {
    width: 20em;
  }

  .home-hero_section-2.footer {
    padding-bottom: 2em;
  }

  .checkbox-image.xtrazex {
    font-size: .9em;
  }

  .paragraph-19 {
    padding-left: 0;
  }

  .paragraph-19.center {
    text-align: left;
  }

  .heading-36.xtrazex {
    font-size: .7em;
  }

  .col._50.right {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .col._50.margin {
    border-top-style: none;
    border-top-width: 3px;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
    padding: 0 2em 2em;
  }

  .col._50.margin.topo {
    width: 100%;
  }

  .col._50.how-buy.sticky.txt {
    width: 100%;
    padding-left: 1em;
    padding-right: 2em;
    position: static;
  }

  .col._50.how-buy.sticky.txt._100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .col._30, .col._50 {
    width: 90%;
  }

  .col._50.sticky.img {
    width: 30%;
  }

  .col._50.sticky.img-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: static;
  }

  .col._50.sticky.img-right._100 {
    padding-right: 0;
  }

  .col._50.sticky.img-right.final {
    justify-content: center;
    align-items: center;
  }

  .col._50.sticky.center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .col._50.sticky.center.no-slcky {
    position: static;
  }

  .col._50.no-sticky.img {
    width: 30%;
  }

  .col._50.no-sticky.img-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: static;
  }

  .col._50.no-sticky.img-right._100 {
    padding-right: 0;
  }

  .col._50.no-sticky.img-right.final {
    justify-content: center;
    align-items: center;
  }

  .col._50.no-sticky.center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .col._50.no-sticky.center.no-slcky {
    position: static;
  }

  .promotion {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-buy {
    justify-content: center;
    align-items: center;
  }

  .feature-buy._30 {
    width: 50%;
    height: 12em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .feature-buy.final {
    border-bottom-style: none;
  }

  .image-19 {
    width: 12em;
    max-width: none;
  }

  .ico-cum {
    width: 7em;
    padding-right: 0;
  }

  .ico-cum.guaaranteed {
    width: 7em;
  }

  .ico-cum.money-back {
    padding-right: 0;
  }

  .txt-cum {
    padding-left: 0;
  }

  .ico-feature.flex.moneyback {
    flex-flow: column;
  }

  ._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-29.left, .paragraph-29.left-copy {
    text-align: center;
    padding-top: 0;
  }

  ._50 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-49 {
    width: 60%;
  }

  .div-block-50.react {
    flex-flow: column;
    display: flex;
  }

  .div-block-50.guaranteed, .div-block-50.especialist, .div-block-50.testimonial {
    flex-flow: column;
  }

  .div-block-51 {
    padding-left: 0;
  }

  .heading-39, .paragraph-31 {
    text-align: center;
  }

  .div-block-52 {
    border-right-style: none;
  }

  .paragraph.left {
    text-align: center;
    padding-top: 0;
  }

  .card-testimonial {
    justify-content: center;
    align-items: center;
  }

  .card-testimonial._30 {
    width: 50%;
    height: 12em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .card-testimonial.final {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 767px) {
  .checkbox_wrap {
    flex-flow: row;
    justify-content: center;
  }

  .card-action-2 {
    width: 7em;
    height: 10em;
    padding-bottom: 2em;
  }

  .txt-option-2 {
    line-height: 1;
  }

  .form-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-size-h3 {
    text-align: center;
    padding-top: .5em;
  }

  .text-size-h4.testimonal-name {
    font-size: 1.5em;
  }

  .text-size-h5 {
    text-align: center;
    padding-top: .5em;
    font-size: 1.3em;
    line-height: 1;
  }

  .text-size-h6 {
    text-align: center;
    padding-left: 0;
    font-size: 1.4em;
  }

  .checkbox_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-24 {
    text-align: center;
    margin-left: 4em;
    margin-right: 4em;
    padding-left: 2em;
    padding-right: 1em;
    font-size: .7em;
    display: block;
  }

  .button-8 {
    padding-left: 2em;
    padding-right: 2em;
    font-size: .7em;
  }

  .button-8.yellow {
    width: 15em;
    margin-top: .25em;
    margin-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .9em;
  }

  .button-8.yellow.round {
    width: 18em;
    margin-bottom: 1em;
    font-size: .8em;
  }

  .button-8.yellow.round.card {
    display: block;
  }

  .content {
    background-color: #fff;
    border-bottom-style: none;
    border-radius: 20px;
    flex-flow: column;
    width: 90%;
    margin-top: 1.8em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .content.features {
    margin-top: 4em;
    padding-top: 2em;
  }

  .content.guarantee {
    margin-top: 4em;
  }

  .content.base {
    width: 100%;
    margin-top: 0;
    padding: 0 .5em 2em .25em;
  }

  .content.base.blue-copy {
    padding-right: 0;
  }

  .content.base.green {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .content.base.white {
    padding-left: 0;
    padding-right: 0;
  }

  .content.base.reaction {
    padding-top: 4em;
  }

  .content._1 {
    width: 100%;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .content._2 {
    margin-top: 0;
    padding: 4em 1em;
  }

  .content.prices {
    margin-top: 0;
    padding: 2em 1em;
  }

  .option-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: .25em;
    display: flex;
  }

  .div-block-40 {
    display: block;
  }

  .card-action-2 {
    width: 12em;
    height: auto;
    padding-top: 0;
    padding-bottom: .5em;
    display: block;
  }

  .card-action-2.rhino {
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 5.5em;
    padding: 0;
    display: flex;
  }

  .paragraph-26 {
    text-align: center;
    text-transform: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .paragraph-26.white {
    background-color: #75f666;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .bold-text-33.billionaire {
    color: #fbff00;
  }

  .txt-option-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    display: flex;
  }

  .italic-text-3 {
    font-size: 2em;
  }

  .offer {
    flex-flow: column;
    padding: .25em 0;
  }

  .year {
    background-color: #000000c4;
    display: none;
  }

  .fixed-buynow.down {
    border-radius: 9px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 1em .5em;
  }

  .fixed-buynow.down.color {
    opacity: 0;
    background-color: #1f05c4;
    background-image: none;
    border-radius: 0;
    width: 100%;
    padding: 1em 1em 0;
  }

  .text-size-h2-2 {
    text-align: center;
    padding: 2em 1em;
    font-size: 1.5em;
  }

  .text-size-h2-2.billionaire {
    padding-top: 2em;
  }

  .text-size-h2-2.billionaire.descount {
    padding-top: .5em;
    padding-bottom: .25em;
    display: block;
  }

  .pedido {
    background-color: #000000c9;
  }

  .terms-and-condition {
    border: 1px #000;
    margin-bottom: 2em;
    padding-bottom: 0;
  }

  .offer-box {
    flex-flow: column;
    width: 100%;
  }

  .back {
    position: absolute;
    inset: 1% 5% auto auto;
  }

  .img {
    width: 6em;
    margin-left: 0;
  }

  .img.rhino2 {
    width: 7em;
  }

  .div-block-38 {
    text-align: center;
    margin-left: 0;
  }

  .div-block-38.cupom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .7em;
  }

  .circle.rhino {
    background-color: #cce4ec;
    justify-content: center;
    align-items: center;
    width: 9em;
    height: 9em;
    display: flex;
  }

  .button-5 {
    padding: 2em;
    font-size: .8em;
  }

  .button-5.cookie {
    box-shadow: none;
    color: #fff;
    background-color: #000;
    width: 80%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: .5em 2em;
    font-size: 1em;
  }

  .button-5.cookie.preferences {
    color: #000;
    background-color: #dcdcdc;
  }

  .text-size-h1-2 {
    color: #000;
    text-align: center;
    font-size: 2.5em;
  }

  .text-size-h1-2.sub {
    font-size: 1em;
  }

  .text-size-h1-2.right {
    color: #1f05c4;
    text-align: center;
    padding-right: 0;
    font-size: 2em;
  }

  .text-size-h1-2.right.green {
    text-align: center;
  }

  .text-size-h1-2.right.blue.price {
    text-align: center;
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .home-hero_layout-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.3em;
    display: flex;
  }

  .home-hero_layout-2.certificado {
    padding-top: 0;
  }

  .italic-text {
    color: #fff;
  }

  .card-special-offer-2 {
    width: 90%;
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
  }

  .card-special-offer-2.verniselle {
    border-radius: 15px;
    width: auto;
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .prices, .div-block-42 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-fixed {
    width: 100%;
  }

  .rhino-photo-2 {
    width: 3em;
  }

  .rhino-photo-2._2, .rhino-photo-2._2.prod {
    width: 12em;
  }

  .home-hero_section-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .home-hero_section-2.footer {
    padding-top: 2em;
  }

  .checkbox-image {
    width: 80px;
  }

  .checkbox-image.xtrazex {
    width: 50px;
  }

  .image-17 {
    width: 1em;
  }

  .paragraph-19 {
    text-align: center;
    padding: .5em 0 1em;
    font-size: 1.2em;
  }

  .paragraph-19.subt.rhino {
    margin-bottom: 0;
    font-size: .6em;
  }

  .cta {
    opacity: 1;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav.city {
    z-index: 33333;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .paragraph-25 {
    color: #fff;
    font-size: .9em;
  }

  .bold-text-44.prod {
    font-size: 1.2em;
  }

  .heading-34.rhino {
    color: #fff;
  }

  .price-old {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.5em;
  }

  .heading-35 {
    font-size: 1.3em;
    line-height: 1;
  }

  .heading-35.xtrazex-ron {
    font-size: 1em;
  }

  .p-tu.xtrazex {
    padding: .25em .5em .5em;
    font-size: 1.9em;
    line-height: 1;
  }

  .footer {
    padding-bottom: 7.5em;
  }

  .heading-36 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9em;
    line-height: 1;
  }

  .heading-36.xtrazex {
    color: #fff;
    font-size: 1em;
  }

  .heading-36.price-old {
    padding-bottom: 0;
    font-size: 1.1em;
  }

  .col._50.right {
    width: 100%;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .col._50.margin {
    border-top: 2px #3a0a66;
    border-left-style: none;
    width: 100%;
    padding: 0 0 .5em;
    display: block;
  }

  .col._50.how-buy {
    padding-left: 0;
  }

  .col._50.how-buy.sticky.txt {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .col._50.how-buy.sticky.txt._100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .col._50.how-buy.sticky.txt.final {
    padding-top: 1em;
  }

  .col._50.how-buy.sticky.txt.cards {
    flex-flow: column;
    padding-top: 3.3em;
  }

  .col._30, .col._50 {
    width: 90%;
  }

  .col._50.sticky.img {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.9em;
    position: static;
  }

  .col._50.sticky.img-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: static;
  }

  .col._50.sticky.img-right._100 {
    width: auto;
    height: auto;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .col._50.sticky.img-right.final {
    justify-content: center;
    align-items: center;
  }

  .col._50.sticky.center {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .col._50.sticky.center.no-slcky {
    padding-top: 4em;
  }

  .col._50.sticky.center.no-slcky.block {
    height: auto;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .col._50.no-sticky.img {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .col._50.no-sticky.img-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: static;
  }

  .col._50.no-sticky.img-right._100 {
    width: auto;
    height: auto;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .col._50.no-sticky.img-right.final {
    justify-content: center;
    align-items: center;
  }

  .col._50.no-sticky.center {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .col._50.no-sticky.center.no-slcky.blue, .question {
    padding-top: 0;
  }

  .feature {
    padding-left: .25em;
    padding-right: .25em;
  }

  .paragraph-28 {
    font-size: 1.2em;
  }

  .promotion {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 1em 1em;
  }

  .image-18 {
    width: 4em;
  }

  .ico {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .feature-buy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 2em;
  }

  .feature-buy._30 {
    width: 90%;
    height: auto;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0;
  }

  .feature-buy._100 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-buy.final, .feature-buy.end {
    border-bottom-style: none;
  }

  .feature-buy.white {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-buy.center {
    padding-left: 2em;
    padding-right: 2em;
  }

  .feature-buy.center.price, .feature-buy.center.veredit {
    padding: 2em;
  }

  .image-19 {
    width: 3em;
    height: auto;
    padding-left: 0;
  }

  .ico-cum {
    width: 6em;
    margin-right: 0;
    padding-right: 0;
  }

  .ico-cum.guaaranteed {
    width: 6em;
  }

  .ico-cum.pays {
    width: 13em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .ico-cum.money-back {
    width: 8em;
    padding-top: 0;
    padding-bottom: 1em;
    padding-right: 0;
  }

  .txt-cum {
    padding-left: 0;
  }

  .ico-feature {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ico-feature.flex {
    flex-flow: column;
    padding-top: 0;
  }

  .ico-feature.flex.moneyback {
    padding: 2em;
  }

  ._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .paragraph-29.left {
    text-align: center;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .paragraph-29.left.black {
    padding-right: 0;
    font-size: 1.2em;
  }

  .paragraph-29.left.black.down {
    padding-top: 2em;
  }

  .paragraph-29.left.l-left {
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .paragraph-29.left.l-left.price {
    background-color: #fff0;
    border: 2px #000;
    border-radius: 20px;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .paragraph-29.left.l-left.price.no-margin-bottom.new-price {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .paragraph-29._2em {
    padding-top: 1em;
  }

  .paragraph-29._2em.border.green {
    font-size: 1.6em;
  }

  .paragraph-29._2em.border.testimonal {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.4em;
  }

  .paragraph-29._2em.especialist.green, .paragraph-29._2em.reaction {
    font-size: 1.6em;
  }

  .paragraph-29.left-copy {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .paragraph-29.left-copy.l-left {
    text-align: center;
    background-color: #75f666;
    margin-top: -1.4em;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
  }

  .paragraph-29.especialist-name {
    padding-top: 1em;
  }

  .paragraph-29.especialist-name.border.green, .paragraph-29.especialist-name.especialist.green {
    font-size: 1.6em;
  }

  ._50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50 {
    flex-flow: column;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-50.block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50.especialist, .div-block-50.testimonial {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-2 {
    width: 3em;
  }

  .heading-37 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
  }

  .heading-38 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-49, .subscript {
    color: #ce3e41;
  }

  .bold-text-50 {
    font-size: .9em;
  }

  .bold-text-51 {
    font-size: .7em;
  }

  .div-block-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-39, .paragraph-31 {
    text-align: center;
  }

  .bold-text-52 {
    font-size: .8em;
    line-height: .7;
  }

  .icon {
    justify-content: center;
    align-items: center;
    font-size: 3em;
    display: flex;
  }

  .bold-text-55 {
    font-weight: 900;
  }

  .txt {
    width: 100%;
  }

  .image-20 {
    width: 2em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.left {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .div-block-53 {
    margin-top: 0;
  }

  .paragraph-32 {
    font-size: 1em;
  }

  .image-21 {
    width: 2em;
  }

  .card-testimonial {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .card-testimonial._30 {
    width: 90%;
    height: auto;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0;
  }

  .card-testimonial._100 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-testimonial.final, .card-testimonial.end {
    border-bottom-style: none;
  }

  .card-testimonial.center.blue, .card-testimonial.center.green {
    width: 90%;
    height: auto;
    margin-bottom: 4em;
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 2em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .card-testimonial.center.green.dd {
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-testimonial.center.green.opacy {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-24 {
    width: 14em;
    max-width: none;
  }

  .image-25 {
    width: 5em;
    max-width: none;
  }

  .person-testimonal {
    margin-top: -4.1em;
  }

  .form-block {
    width: 100%;
  }

  .form {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .field-label {
    display: none;
  }

  .submit-button {
    width: auto;
    height: 100%;
    margin-left: 0;
    padding: 1em;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;
  }

  .text-field {
    margin-bottom: .25em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-40 {
    border-bottom-style: none;
    padding: .5em 2em 1em;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1;
  }

  .heading-40.h-form {
    padding-bottom: 1em;
  }

  .input {
    display: block;
  }

  .bt {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: .5em;
    display: flex;
  }

  .bold-text-58 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .div-block-56 {
    width: 70%;
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .bold-text-59 {
    font-size: 2em;
  }

  .bold-text-59.city {
    padding-top: 0;
    padding-bottom: .5em;
    line-height: 1;
  }

  .priceold--big {
    font-size: 2.4em;
  }

  .priceold--big.new-price {
    font-size: 3em;
  }

  .priceold--big.risk {
    font-size: 2.4em;
  }

  .div-block-58 {
    border-top-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .button-9 {
    color: #1f05c4;
    text-align: center;
    text-transform: uppercase;
    background-color: #1f05c400;
    background-image: none;
    border: 2px solid #1f05c4;
    border-radius: 80px;
    width: 100%;
    padding: 2em 3em;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: .7em;
  }

  .div-block-59 {
    border-width: 2px;
    margin-top: 2em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-33 {
    text-align: center;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
    padding-right: .5em;
    display: flex;
  }

  .heading-41 {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .entrega {
    display: block;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-64 {
    display: block;
  }

  .bold-text-61 {
    font-size: .6em;
  }

  .ico-reaction {
    margin-top: -4.1em;
  }

  .div-block-66 {
    padding: .5em;
  }

  .heading-43 {
    font-size: 1.4em;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    padding-top: 3em;
    display: flex;
  }
}


