.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/727f87e5-2f5e-4642-8080-04ccd4af52ad/ID_LANDING_TOKENS_02SEPARADO07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:block; }#yTW7BmvXTtGhGtPI61n3GULdDIrBPTxU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.3125rem;top:4.7683715820312E-7rem;left:0rem;overflow:hidden;display:block; }
#TWStmqkV9xfKuZCJbPe37uKoJTudxWCs { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:12.91875rem;display:block; }
#iEznaQmlI30h5SoInvEfeLk6uTbucPRc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.875001907349rem;left:0rem;height:6.3375rem;display:block; }
#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9d0ce9a-fc6d-4b17-b54a-72f63c8f4aad/ID_LANDING_TOKENS_02SEPARADO03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.adaptive-delivery-prevent-bg, #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.lazyload, #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.lazyloading { background-image: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { background-color: transparent; background-image: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container > .video-iframe-container { display: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row > .video-iframe-container { display: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { border-width: 0; border-radius: 0; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#ZzCg1dZQ14HTU4zUANLtTuI7hN4L29us { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#SRWvWTvTT89KS36C5achL6Ttloe4U9Hr { color:#029bde;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:5.375rem;height:2.35625rem;display:block; }
#zl0UyaoBivvNn8OP2N3soMoS3UBhhuRs { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.375rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mPhpvsWuIENFKp9wPdETP4izf6ooL5uT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:19.375rem;left:0rem;overflow:hidden;display:block; }
#CJm0DzyG72qgyHx4IsoUCmxFTM7O1ADW { color:#029bde;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:5.375rem;height:4.7125rem;display:block; }
#e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS { color:rgba(var(--color-primary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.9375rem;left:5.375rem;height:;display:block; }#e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_760b14c3d4b105b4689e83b0606e8fbd8591fb1a.svg); }
#muNPmRPsAryeWxuZwxS6F3DFWgdhIxsX { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
#Bhw7KTJxvEQcWDNPoBkfATBhGvhd6CP0 { color:#029bde;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.8125rem;left:5.375rem;height:2.35625rem;display:block; }
#CPQaAcIwk5tWK3nOxlcTxwLm0tMn0apZ { color:rgba(var(--color-primary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35rem;left:5.375rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LFBtZBiu6d9Zl6ousyvUtuTxKQ3rHwwm { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.8125rem;left:1.1875rem;height:2.6rem;display:block; }
#R6Atr9uqOdnVKBNvzsLsAWAHChxLtKIU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.8125rem;left:1.1875rem;height:1.3rem;display:block; }
#yyPckTGi0Xsm0sXCRi1KvmekpZoGBWgh { background-color:#029bde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.3125rem;left:10.5625rem;display:block; }
#haw5Ay98Sw2xlC1VtM1RCUzEVEfu3uz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OAbGlHKTkp1U4cDJmecQIgGPxfeARzKN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.5rem;left:1.1875rem;height:1.3rem;display:block; }
#H5qqNH0MptZPA1ckkNzH4FI7CC2WgTD3 { background-color:#029bde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:50rem;left:10.5625rem;display:block; }
#Zurc9TRwiwldhdLQXsH8LL7EQFKXgPnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/678df07a-4f1c-4a6a-94c8-d9d46e071116/ID_LANDING_TOKENS_02SEPARADO10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.adaptive-delivery-prevent-bg, #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.lazyload, #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.lazyloading { background-image: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { background-color: transparent; background-image: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container > .video-iframe-container { display: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row > .video-iframe-container { display: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { border-width: 0; border-radius: 0; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#g9SrIPLTrZJQAZcTXb2KckX7T75ygGyF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:30.375000953674rem;height:2.925rem;display:block; }
#rnftG70QHSqPH5UUiCxJpz4VBVLRlepE { box-sizing:content-box;height:0.3125rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:35.000000953674rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#suUrP2n89yaCO79nBrWCwsIwgr6zARgx { box-sizing:content-box;height:16.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(26,92,186,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ieARV202NbOyf0nW2bdZz3sbRNCBfSOg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6rem;top:7.75rem;left:7.875rem;overflow:hidden;display:block; }
#ygxvJgsvBbp6GUxhZKNeg1pSk7F6xK04 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.4375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#cTzVl3tAEFyU2uLLi8hp0tbATfhc8F6B { box-sizing:content-box;height:16.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(26,92,186,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:26.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eXIVd0geqn938NCnquWoF05PH82TczUt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:28rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#CThs6rDB1TPRz2GWtOhATI6sxuFRQ1wO { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6rem;top:7.75rem;left:34.5rem;overflow:hidden;display:block; }
#LRtIXSSsUGtGu7GzB24bWX9zSPrftz1L { box-sizing:content-box;height:16.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(26,92,186,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:53.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Cnn9PWZgRaJMb4cKTGiq12DeoLM4Qtd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.825000286102rem;left:54.562500953674rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#zp1y6ddt5a5EMFN72SyJxeu7l1tMA4nx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6rem;top:7.7500004768369rem;left:61.093750953674rem;overflow:hidden;display:block; }
#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051b37;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { background-color: transparent; background-image: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container > .video-iframe-container { display: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row > .video-iframe-container { display: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { border-width: 0; border-radius: 0; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#s2rVNOd2bq76k2sIpWloVS60TP9MFHTT { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.0992202758789rem;left:59.311722755432rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLf67goJdb3LJ9sZt3c00wC7q2MAHnBK { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.125rem;left:59.311722755432rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sf99wmevg64WtSOW6US6IdobbqaSviGa { color:#219cd3;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #424345;top:2.01171875rem;left:59.311722755432rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gigCoz42dsyTXgzHOF49r2gdTw9gdcdb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.6875rem;top:40.437286376953rem;left:31.40625rem;overflow:hidden;display:none; }
#seXyGpFFMGVv5s8BX4GGk9JqSXNdbfBP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.9375rem;top:2.0124988555908rem;left:0rem;overflow:hidden;display:block; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-form-header { font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ffffff;width:13rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13rem;box-sizing:border-box;height:1.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:5.3125rem;height:2.25rem;font-family:"open sans";overflow:hidden;line-height:1; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:11.8125rem;overflow:hidden;font-style:normal;float:none; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-container:first-of-type{padding-top:0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-container:last-of-type{padding-bottom:0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw  { background-color:#132445;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:1.3679676055908rem;left:4.4554681777954rem;font-size:0.875rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13rem;display:block;vertical-align:top; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw {display:block;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw { background-color:#132445;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:1.3679676055908rem;left:4.4554681777954rem;font-size:0.875rem;display:none; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz .container-column{width:50%;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uDAXCbJtlXe5TNGnW5Sh6QyqZD9hcNTb { position:relative;display:block; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Cy5EGA2vU0pFmd3AB8Ug1SMMQtoyCDUi { position:relative;z-index:2; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uCrvKPqRK2mTMkaybcXDmKxwLA13hpkP { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #T0itINzHTiPdqbeGN20oTLfXwa7bIpAd { position:relative;z-index:2; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #a4GXdxJDEBGHhha3TywskmmPtSTs8n0D { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #yq1yDTOIZQQtRHoCNpfdpqIOpE7bFAvM { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #faZyxaXG3KwXihlFJ34xGhTtElO0HzcX { position:relative;display:block; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #fcEZseyVwxOnVHck4iuCIWV2s31l2w0X { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #RkzMDTeS0LoqacfkmXrxGqPZWbkypOWl { position:relative; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #kPNIT8RFr1vnHLfBsZ9POLrsoth0zAqL { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTW7BmvXTtGhGtPI61n3GULdDIrBPTxU { top:0rem;left:0rem;width:9.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWStmqkV9xfKuZCJbPe37uKoJTudxWCs { top:10rem;left:0rem;width:43.1875rem;height:;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEznaQmlI30h5SoInvEfeLk6uTbucPRc { top:26.875rem;left:0rem;width:24.125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF { display:block; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzCg1dZQ14HTU4zUANLtTuI7hN4L29us { top:8.5rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRWvWTvTT89KS36C5achL6Ttloe4U9Hr { top:8.6875rem;left:0rem;width:33.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl0UyaoBivvNn8OP2N3soMoS3UBhhuRs { top:11.625rem;left:0rem;width:23.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhpvsWuIENFKp9wPdETP4izf6ooL5uT { top:19.375rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJm0DzyG72qgyHx4IsoUCmxFTM7O1ADW { top:19.5625rem;left:0rem;width:33.25rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS { top:25.9375rem;left:0rem;width:28.0625rem;height:;font-size:1rem;display:block; }#e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_760b14c3d4b105b4689e83b0606e8fbd8591fb1a.svg); }
 }@media only screen and (max-width: 763px) { #muNPmRPsAryeWxuZwxS6F3DFWgdhIxsX { top:29.625rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhw7KTJxvEQcWDNPoBkfATBhGvhd6CP0 { top:29.8125rem;left:0rem;width:33.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQaAcIwk5tWK3nOxlcTxwLm0tMn0apZ { top:35rem;left:0rem;width:28.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBtZBiu6d9Zl6ousyvUtuTxKQ3rHwwm { top:41.8125rem;left:0rem;width:35.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Atr9uqOdnVKBNvzsLsAWAHChxLtKIU { top:46.8125rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPckTGi0Xsm0sXCRi1KvmekpZoGBWgh { width:14.875rem;height:2.25rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haw5Ay98Sw2xlC1VtM1RCUzEVEfu3uz1 { display:block; }
 }@media only screen and (max-width: 763px) { #OAbGlHKTkp1U4cDJmecQIgGPxfeARzKN { top:50.5rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qqNH0MptZPA1ckkNzH4FI7CC2WgTD3 { width:14.875rem;height:2.25rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurc9TRwiwldhdLQXsH8LL7EQFKXgPnO { display:block; }
 }@media only screen and (max-width: 763px) { #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n { display:block; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9SrIPLTrZJQAZcTXb2KckX7T75ygGyF { top:1.375rem;left:16.750000953674rem;width:14.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnftG70QHSqPH5UUiCxJpz4VBVLRlepE { top:5.0625rem;left:21.375000953674rem;width:5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suUrP2n89yaCO79nBrWCwsIwgr6zARgx { top:7.75rem;left:0rem;width:21.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieARV202NbOyf0nW2bdZz3sbRNCBfSOg { top:7.75rem;left:0rem;width:6rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygxvJgsvBbp6GUxhZKNeg1pSk7F6xK04 { top:14.875rem;left:0rem;width:19.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTzVl3tAEFyU2uLLi8hp0tbATfhc8F6B { top:7.75rem;left:13rem;width:21.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXIVd0geqn938NCnquWoF05PH82TczUt { top:14.875rem;left:14.375000953674rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThs6rDB1TPRz2GWtOhATI6sxuFRQ1wO { top:7.75rem;left:20.875rem;width:6rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRtIXSSsUGtGu7GzB24bWX9zSPrftz1L { top:7.75rem;left:25.9375rem;width:21.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn9PWZgRaJMb4cKTGiq12DeoLM4Qtd3 { top:14.8125rem;left:28.6875rem;width:19.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp1y6ddt5a5EMFN72SyJxeu7l1tMA4nx { top:7.75rem;left:41.75rem;width:6rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8qCtdP3AWDZT3nxauJxD9y1uL88viTp { display:block; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2rVNOd2bq76k2sIpWloVS60TP9MFHTT { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLf67goJdb3LJ9sZt3c00wC7q2MAHnBK { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf99wmevg64WtSOW6US6IdobbqaSviGa { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gigCoz42dsyTXgzHOF49r2gdTw9gdcdb { top:40.375rem;left:17.78125rem;width:9.6875rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #seXyGpFFMGVv5s8BX4GGk9JqSXNdbfBP { top:2rem;left:0rem;width:8.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-regular-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-textarea { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-button { width:5.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-checkbox-label { width:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw  { width:13rem;height:9.625rem;top:1.3125rem;left:0rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .radio-container { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw {display:block;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw { width:13rem;height:9.625rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz {  }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uDAXCbJtlXe5TNGnW5Sh6QyqZD9hcNTb {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Cy5EGA2vU0pFmd3AB8Ug1SMMQtoyCDUi {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uCrvKPqRK2mTMkaybcXDmKxwLA13hpkP {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #T0itINzHTiPdqbeGN20oTLfXwa7bIpAd {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #a4GXdxJDEBGHhha3TywskmmPtSTs8n0D {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #yq1yDTOIZQQtRHoCNpfdpqIOpE7bFAvM {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #faZyxaXG3KwXihlFJ34xGhTtElO0HzcX {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #fcEZseyVwxOnVHck4iuCIWV2s31l2w0X {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #RkzMDTeS0LoqacfkmXrxGqPZWbkypOWl {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #kPNIT8RFr1vnHLfBsZ9POLrsoth0zAqL {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8dd7e816-176d-429d-af8f-49dc60da5a23/ID_LANDING_TOKENS_02SEPARADO16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTW7BmvXTtGhGtPI61n3GULdDIrBPTxU { width:6.875rem;height:2.875rem;top:1rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWStmqkV9xfKuZCJbPe37uKoJTudxWCs { width:20rem;height:7.8rem;top:6.4375rem;left:0rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEznaQmlI30h5SoInvEfeLk6uTbucPRc { width:20rem;height:5.3625rem;top:15.4875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9d0ce9a-fc6d-4b17-b54a-72f63c8f4aad/ID_LANDING_TOKENS_02SEPARADO03.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.adaptive-delivery-prevent-bg, #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.lazyload, #y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF.lazyloading { background-image: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { background-color: transparent; background-image: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container > .video-iframe-container { display: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row > .video-iframe-container { display: none; }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4ctVAOg8oz4AK9I5d2eOyKh4hQTDvCF > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzCg1dZQ14HTU4zUANLtTuI7hN4L29us { width:4.25rem;height:4.25rem;top:1.8937499523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRWvWTvTT89KS36C5achL6Ttloe4U9Hr { width:15.6875rem;height:7.06875rem;top:1.0179686546326rem;left:4.3125000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl0UyaoBivvNn8OP2N3soMoS3UBhhuRs { width:20rem;height:5.2rem;top:9.8374998569487rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhpvsWuIENFKp9wPdETP4izf6ooL5uT { width:4.0625rem;height:4.0625rem;top:17.224999666214rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJm0DzyG72qgyHx4IsoUCmxFTM7O1ADW { width:15.9375rem;height:9.425rem;top:16.162500858307rem;left:4.0625000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS { width:20rem;height:1.3rem;top:27.918750047684rem;left:0rem;font-size:1rem;display:block; }#e0PJgoEqQwpgJhTK4lpg4Vw5kT0EaqUS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_760b14c3d4b105b4689e83b0606e8fbd8591fb1a.svg); }
 }@media only screen and (max-width: 763px) { #muNPmRPsAryeWxuZwxS6F3DFWgdhIxsX { width:4.0625rem;height:4.0625rem;top:32.718751192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhw7KTJxvEQcWDNPoBkfATBhGvhd6CP0 { width:16rem;height:7.06875rem;top:31.215625762939rem;left:4.0000000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQaAcIwk5tWK3nOxlcTxwLm0tMn0apZ { width:20rem;height:2.6rem;top:39.306250572204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBtZBiu6d9Zl6ousyvUtuTxKQ3rHwwm { width:20rem;height:3.9rem;top:48.031251907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Atr9uqOdnVKBNvzsLsAWAHChxLtKIU { width:8.5rem;height:1.3rem;top:53.5rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPckTGi0Xsm0sXCRi1KvmekpZoGBWgh { width:14.875rem;height:2.25rem;top:54.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haw5Ay98Sw2xlC1VtM1RCUzEVEfu3uz1 { display:block; }
 }@media only screen and (max-width: 763px) { #OAbGlHKTkp1U4cDJmecQIgGPxfeARzKN { width:8.5rem;height:1.3rem;top:58.875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qqNH0MptZPA1ckkNzH4FI7CC2WgTD3 { width:14.875rem;height:2.25rem;top:60.175001144409rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurc9TRwiwldhdLQXsH8LL7EQFKXgPnO { display:block; }
 }@media only screen and (max-width: 763px) { #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/678df07a-4f1c-4a6a-94c8-d9d46e071116/ID_LANDING_TOKENS_02SEPARADO10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.adaptive-delivery-prevent-bg, #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.lazyload, #B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n.lazyloading { background-image: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { background-color: transparent; background-image: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container > .video-iframe-container { display: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row > .video-iframe-container { display: none; }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9RPBRuASwWbNEHIND5cUUUwKoUNTm0n > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9SrIPLTrZJQAZcTXb2KckX7T75ygGyF { width:14.25rem;height:2.6rem;top:0.875rem;left:3.7500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnftG70QHSqPH5UUiCxJpz4VBVLRlepE { width:5rem;height:0.3125rem;top:4.5234298706055rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #suUrP2n89yaCO79nBrWCwsIwgr6zARgx { width:20rem;height:11.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieARV202NbOyf0nW2bdZz3sbRNCBfSOg { width:6rem;height:5.75rem;top:6.875rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygxvJgsvBbp6GUxhZKNeg1pSk7F6xK04 { width:19.0625rem;height:2.6rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTzVl3tAEFyU2uLLi8hp0tbATfhc8F6B { width:20rem;height:11.875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXIVd0geqn938NCnquWoF05PH82TczUt { width:19.0625rem;height:2.6rem;top:27.0625rem;left:0.46796876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThs6rDB1TPRz2GWtOhATI6sxuFRQ1wO { width:6rem;height:5.75rem;top:19.875rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRtIXSSsUGtGu7GzB24bWX9zSPrftz1L { width:20rem;height:16.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn9PWZgRaJMb4cKTGiq12DeoLM4Qtd3 { width:19.0625rem;height:7.8rem;top:40.062499523163rem;left:0.46796876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp1y6ddt5a5EMFN72SyJxeu7l1tMA4nx { width:6rem;height:5.75rem;top:32.999999523163rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8qCtdP3AWDZT3nxauJxD9y1uL88viTp { background-color:transparent;background-image: -webkit-linear-gradient(top, #08336b, #000000);background-image: -moz-linear-gradient(top, #08336b, #000000);background-image: -ms-linear-gradient(top, #08336b, #000000);background-image: -o-linear-gradient(top, #08336b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08336b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08336b', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #08336b, #000000);background-size:cover !important;display:block; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { background-color: transparent; background-image: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container > .video-iframe-container { display: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row > .video-iframe-container { display: none; }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8qCtdP3AWDZT3nxauJxD9y1uL88viTp > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2rVNOd2bq76k2sIpWloVS60TP9MFHTT { width:12.8125rem;height:1.2rem;top:9.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLf67goJdb3LJ9sZt3c00wC7q2MAHnBK { width:15.125rem;height:1.2rem;top:12.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf99wmevg64WtSOW6US6IdobbqaSviGa { width:16.996875rem;height:1.2rem;top:7.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gigCoz42dsyTXgzHOF49r2gdTw9gdcdb { width:7.4375rem;height:3.125rem;top:1.0625rem;left:6.2812500596044rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #seXyGpFFMGVv5s8BX4GGk9JqSXNdbfBP { width:9.25rem;height:3.9375rem;top:24.263239860534rem;left:5.3439670205116rem;display:none; }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-regular-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-text {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-textarea { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-select {padding-top: 0; padding-bottom: 0;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-input-button { width:5.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .widget-checkbox-label { width:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw  { width:13rem;height:auto;top:1.2750000953674rem;left:2.2500000596046rem; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw .radio-container { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw {display:block;}#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw { width:13rem;height:auto;top:1.2750000953674rem;left:2.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz {  }
#HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Lr5Ne0AzA6S4NBkbHT9DzwDlat1ENgMz .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uDAXCbJtlXe5TNGnW5Sh6QyqZD9hcNTb {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #Cy5EGA2vU0pFmd3AB8Ug1SMMQtoyCDUi {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #uCrvKPqRK2mTMkaybcXDmKxwLA13hpkP {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #T0itINzHTiPdqbeGN20oTLfXwa7bIpAd {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #a4GXdxJDEBGHhha3TywskmmPtSTs8n0D {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #yq1yDTOIZQQtRHoCNpfdpqIOpE7bFAvM {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #faZyxaXG3KwXihlFJ34xGhTtElO0HzcX {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #fcEZseyVwxOnVHck4iuCIWV2s31l2w0X {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #RkzMDTeS0LoqacfkmXrxGqPZWbkypOWl {  }
 }@media only screen and (max-width: 763px) { #HagUzCFlQ1BLWH0BxcrHFuaNtU991Ktw #kPNIT8RFr1vnHLfBsZ9POLrsoth0zAqL {  }
 }