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

h1, h2, h3, h4, h5, h6, p {
  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 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  color: #b92222;
  text-align: center;
  font-size: 1.88em;
  line-height: 1;
}

.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: 0;
  padding-top: 0;
  padding-bottom: 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: #ffefef;
  border-radius: 60px;
  padding: 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;
  font-family: Lato, sans-serif;
  font-weight: 700;
  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 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 8em;
  padding-bottom: 8em;
  display: none;
  position: relative;
  overflow: visible;
}

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

.content._2 {
  display: none;
}

.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: #fff;
  text-align: center;
  text-transform: none;
  padding-top: 8em;
  padding-bottom: 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: 100%;
  padding-bottom: 2em;
  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: #0c398400;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.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: #ffffffc9;
  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 {
  display: flex;
}

.back {
  display: none;
  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: #cce4ec;
  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: #000;
  text-align: center;
  font-family: Exo, 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: right;
  font-size: 4em;
  font-weight: 400;
}

.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: auto;
  padding-bottom: 4em;
}

.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;
}

.home-hero_section-2.footer {
  background-color: #ce3e41;
  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;
  margin-top: 1em;
  margin-bottom: 2em;
  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%;
  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.rhino {
  z-index: 33333;
  background-color: #0c3984;
  border: 1px #005eff;
}

.paragraph-25 {
  color: #fff;
  text-transform: none;
  padding-left: 1em;
  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: #e56e70;
  text-align: center;
  letter-spacing: .7em;
  text-transform: uppercase;
  font-weight: 900;
}

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

.heading-34.rhino {
  color: #fff;
  -webkit-text-stroke-color: #032d3d;
}

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

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

.price-old {
  padding-left: .25em;
  padding-right: .25em;
}

.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;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 4em;
  line-height: 1;
}

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

.heading-36.xtrazex {
  color: #000;
  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.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: .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;
}

.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-top: 0;
  padding-bottom: 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: 2em;
  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 {
  border: 1px #000;
  border-bottom: 1px dashed #ff3838;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 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;
}

.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: 1em;
  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 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 1.6em;
}

.paragraph-29.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: block;
}

.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;
}

.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, .bold-text-54 {
  color: #e56e70;
}

.icon {
  font-size: 6em;
}

.bold-text-55 {
  color: #0c3984;
}

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

.form-block {
  background-color: #e8f1f4;
  border-radius: 20px;
  margin-left: 8em;
  margin-right: 8em;
  padding: 2em 2em 4em;
}

.card-image-prod {
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

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

.image-21.proman {
  width: 12em;
}

.div-block-53 {
  background-color: #daedff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
}

.heading-40 {
  color: #0c3984;
  padding: .5em 2em;
  font-family: Lato, sans-serif;
  font-size: 2em;
}

.text-field {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
}

.text-field::placeholder {
  color: #000;
  font-size: 1.2em;
}

.field-label {
  text-align: left;
  font-family: Lato, sans-serif;
}

.heading-41 {
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Lato, sans-serif;
  line-height: 1;
}

.bold-text-56 {
  color: #1bc089;
  font-size: 2em;
  font-weight: 900;
}

.submit-button {
  border-radius: 90px;
  padding: 1em 8em;
  font-size: 1em;
}

.bold-text-57 {
  direction: ltr;
  color: #ea512b;
  text-transform: none;
  text-decoration: line-through;
}

.form {
  padding-left: 2em;
  padding-right: 2em;
}

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

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

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

.bt-descount.yellow.round {
  text-transform: uppercase;
  background-image: linear-gradient(5deg, #fbff00, #ffce1c);
  border: 1px solid #ffdb0e;
  border-radius: 70px;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Lato, sans-serif;
  font-weight: 700;
  box-shadow: 5px 6px 15px #ffd900ab;
}

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

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

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

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

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

.bt-border.yellow.round {
  color: #0c3984;
  text-transform: uppercase;
  background-color: #14ffb100;
  background-image: none;
  border: 2px solid #0c3984;
  border-radius: 70px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.bt-border.yellow.round:hover {
  color: #fff;
  background-color: #0c3984;
  background-image: none;
}

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

.bold-text-59 {
  color: #0c3984;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 1;
  transform: translate(0, -48px);
}

html.w-mod-js [data-ix="dfdfd"] {
  transform: translate(0, -62px);
}

@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 {
    padding: 8em 2em;
  }

  .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;
  }

  .p-tu.xtrazex {
    font-size: 4em;
  }

  .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;
  }

  .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: 2em;
    padding-right: 2em;
  }

  .paragraph-29.left {
    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 {
    flex-flow: column;
  }

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

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

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

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }
}

@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%;
  }

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

  .form-block {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .bt-descount.yellow.round {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  .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: 1em;
    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 {
    margin-top: 0;
    padding: 0 .5em 4em .25em;
  }

  .content._1 {
    border-bottom-style: none;
    width: 90%;
    padding: 0 0 2em;
  }

  .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;
  }

  .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 {
    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 1em;
  }

  .year {
    background-color: #dfe6f494;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    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: 100;
    background-color: #0c398400;
    background-image: none;
    width: 100%;
    padding: .5em 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: #d2e2f4;
    height: auto;
    margin-top: 4.8em;
  }

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

  .offer-box {
    flex-flow: column;
  }

  .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 {
    text-align: center;
    padding-right: 0;
    font-size: 2em;
  }

  .home-hero_layout-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    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: 90%;
    margin-left: 1em;
    margin-right: 1em;
    padding: 2em 0;
  }

  .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 {
    background-color: #005eff;
    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;
    margin-left: 1em;
    margin-right: 1em;
    font-size: .7em;
  }

  .cta {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .nav.rhino {
    z-index: 33333;
  }

  .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;
  }

  .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-top: 0;
    padding-bottom: 0;
  }

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

  .heading-36.xtrazex {
    color: #000;
    padding-bottom: 1em;
    font-size: 1.3em;
    font-weight: 400;
  }

  .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._30, .col._50 {
    width: 90%;
  }

  .col._50.sticky.img {
    justify-content: center;
    align-items: center;
    width: 100%;
    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;
  }

  .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-top: 1em;
    padding-bottom: 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-top: 1em;
    padding-bottom: 1em;
  }

  .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;
  }

  .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.flex {
    flex-flow: column;
    padding-top: 0;
  }

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

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

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

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

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

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

  .div-block-50.block {
    width: 100%;
    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;
  }

  .form-block {
    background-color: #daedff;
    margin-left: 0;
    margin-right: 0;
    padding: 2em 0;
  }

  .image-21 {
    width: 7em;
  }

  .image-21.proman {
    width: 10em;
  }

  .div-block-53 {
    width: 8em;
    height: 8em;
  }

  .heading-40 {
    color: #0c3984;
    background-color: #1bc08900;
    border-top: 1px #000;
    padding: 0 1em 1em;
    font-size: 1.4em;
    line-height: 1;
  }

  .heading-40.clock {
    padding-bottom: .5em;
    font-size: 3em;
  }

  .text-field {
    color: #0c3984;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 2em;
    padding-left: .9em;
    padding-right: 0;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900;
  }

  .text-field:hover {
    font-weight: 900;
  }

  .text-field:active {
    font-weight: 700;
  }

  .text-field:focus {
    color: #0a0732;
    font-weight: 900;
  }

  .text-field:focus-visible, .text-field[data-wf-focus-visible] {
    color: #0c3984;
    font-weight: 900;
  }

  .text-field::placeholder {
    font-weight: 700;
  }

  .heading-41 {
    padding-top: 0;
    padding-bottom: 1em;
    font-size: 1.3em;
  }

  .bold-text-56 {
    font-size: 1.5em;
  }

  .submit-button {
    color: #000;
    background-color: #f9fc5c;
    border-radius: 9px;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    font-family: Lato, sans-serif;
    font-weight: 900;
  }

  .bold-text-57 {
    white-space: normal;
    text-decoration: line-through;
  }

  .form {
    background-color: #daedff00;
    border-radius: 12px;
    padding: 2em 1em 0;
  }

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

  .bt-descount {
    padding-left: 2em;
    padding-right: 2em;
    font-size: .7em;
  }

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

  .bt-descount.yellow.round {
    width: auto;
    margin-bottom: 1em;
    padding: 1em 4em;
    font-size: 1em;
  }

  .bt-descount.yellow.round.card {
    display: block;
  }

  .bt-border {
    padding-left: 2em;
    padding-right: 2em;
    font-size: .7em;
  }

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

  .bt-border.yellow.round {
    box-shadow: none;
    color: #0c3984;
    background-color: #14ffb100;
    background-image: none;
    border-width: 2px;
    border-color: #0c3984;
    width: 18em;
    margin-bottom: 1em;
    font-size: .8em;
  }

  .bt-border.yellow.round:hover {
    color: #000;
    background-color: #000;
  }

  .bt-border.yellow.round.card {
    display: block;
  }

  .bold-text-59 {
    color: #0c3984;
  }
}


