.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f0f0f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f1;background-image:none;position:relative;display:block; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container { background-color: transparent; background-image: none; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container > .video-iframe-container { display: none; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row > .video-iframe-container { display: none; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .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); }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container { border-width: 0; border-radius: 0; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#e7pnX6GAxlh5lmhSrANPzqv6gTJcHT5S { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.1375000476837rem;left:15.062501907349rem;height:1.6rem;text-align:center;text-align-last:center;display:none; }
#PnSyM38ipx2MumGLpLzstUMifq6m9M6U { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.8125rem;top:0.625rem;left:1.09375rem;overflow:hidden;display:block; }
#rmeGIF0SOPgZIG2lVJaBFbwvgIyG2tmP { color:#313131;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#N6Z5m427ELtQy7Qmoc3EKNzKKAsPoto2 { color:#313131;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#zA4cl7LfbPIRTfqqu1xO20xEFeHetUXJ { color:#313131;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2.375rem;left:45.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0ba6b4e-b0b3-4d22-b1ab-2a96ad7b5fc4/Fraudeyriesgotecnologico.png");background-position:bottom right !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;position:relative;display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.adaptive-delivery-prevent-bg, #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.lazyload, #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.lazyloading { background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { background-color: transparent; background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,30,0.68); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,30,0.68); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .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); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { border-width: 0; border-radius: 0; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { font-size:0.875rem;font-family:"open sans";height:40.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { color:#fafbfb;display:block;width:42.6875rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.5);top:3.8125rem;left:8.6875rem;height:3.9rem;font-style:normal;display:block; }
#GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:10.1875rem;left:0rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5Ky051GDioT2HwDPcmiplWLHUbyxDFb { background-color:#cf4520;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.25rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:18.25rem;left:16.875rem;display:block; }
#yfuhZET4ux2bROAxvERp5WIoTQvz9GKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#up5OfKHKevUzTF3XWyTULaohNFaX3Tc4 { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.1875rem;left:0.9375rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6vf6M6WosFIgGqhQxeneBzdlqZkfH3X { position:absolute;display:block;z-index:100031;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.625rem;width:15.5rem;top:27.375rem;left:5.2121086120606rem;overflow:hidden;display:block; }
#yDKFgKZ81nJKUWXOB0Tc5WIF43orOQcm { position:absolute;display:block;z-index:100032;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.625rem;width:15.5rem;top:27.375rem;left:22.062501907349rem;overflow:hidden;display:block; }
#TAHTmtkzCxwUM6kUn67BSVzRzmKvEv0E { position:absolute;display:block;z-index:100030;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.625rem;width:15.5rem;top:27.375rem;left:39.024610519409rem;overflow:hidden;display:block; }
#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 { position:relative;display:block; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 { background-color: transparent; background-image: none; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row .container > .video-iframe-container { display: none; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row > .video-iframe-container { display: none; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .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); }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 { border-width: 0; border-radius: 0; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f1;background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#HHO97ySaax7Wn1O9wgX8DxQCZKFATTqt { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:13.25rem;left:47.499998092651rem;height:1.38125rem;display:block; }
#C2yysOXIxysG7X7LqZx6Pw4bCCfV3RkF { box-sizing:content-box;color:#c12a27;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:10.5625rem;left:45.437501907349rem;display:block; }
#atx7vTs9caCGGqugBo9ZQWmTXk0RZeN6 { box-sizing:content-box;color:#c12a27;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:13rem;left:45.437501907349rem;display:block; }
#vwcqLbDwLbasJTm9b0XSUPVdk3skNrAE { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:10.75rem;left:47.499998092651rem;height:1.38125rem;display:block; }
#I15H0fWVUefQbkPwXKftThwFRF3VFGGi { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:10.9375rem;left:24.875rem;height:1.4625rem;display:block; }
#U20qTK1Nr0XPfylPW7Ta1K1eHHNBrxVp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:8.5rem;left:24.875rem;height:1.4625rem;display:block; }
#d9ABPdAnGWzkmwlIeuq6Mew81b9CJ7IS { box-sizing:content-box;color:#c12a27;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:8.1875rem;left:45.312501907349rem;display:block; }
#LFgg3OXeh9RE09KQUHB5Hu0eSGhAw20k { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:8.4375rem;left:47.499998092651rem;height:1.38125rem;display:block; }
#GohCOxAOqkf8XCx4g0X6bGzE3KBog0Qg { box-sizing:content-box;color:#c12a27;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:7.8125rem;left:22.375rem;display:block; }
#TrMuGNAXJpZtHCzFX9Rak4h30a69fc6E { box-sizing:content-box;color:#c12a27;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:10.3125rem;left:22.375rem;display:block; }
#in7yQMRLMuQ5DAeDSviR9s3rfv4QiFgO { box-sizing:content-box;color:#c12a27;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:5.3125rem;left:22.375rem;display:block; }
#VfBiqP62vGLLPdSn8HXbsfyTAohutwWF { box-sizing:content-box;color:#c12a27;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:5.9375rem;left:45.4375rem;display:block; }
#qn7R5BA9DAgJ0cP3XlosyP00aMGBvicr { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:6.1875rem;left:47.5rem;height:1.38125rem;display:block; }
#UO2xN9MSwvnVzTnrMQxhdE9KiD39Tqtw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:5.8125rem;left:24.875rem;height:1.4625rem;display:block; }
#FA6OT89plDzsaqlPXGHolrMouZ3c1rvt { color:rgba(44,44,44,0.98);display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.5rem;height:12.1875rem;font-style:normal;display:block; }
#m70OxEtSuEOrRqQ9CvEZNJrOuVPLTLFr { box-sizing:content-box;color:#c12a27;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:3.375rem;left:45.3125rem;display:block; }
#NWu7iMBg3TMqNJonJMy9n3CNF6LTPBKN { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:3.6875rem;left:47.5rem;height:1.38125rem;display:block; }
#qirUQh40A8JCEFMxnRx0wp2BCwpNs28D { box-sizing:content-box;color:#2c2c2c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:2.5625rem;left:7.6875rem;display:block; }
#tp2hHiGJBiFv3vIlf3THL2Ld2iMaxALx { color:#c12a27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IOJFxfwoSobwTBuPlV0nZRmcvOHNMs3g { color:#c12a27;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2uCPDnJhtTXpgeU3L37d67J2dqrGpTW { color:#c12a27;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:45.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq { display:block; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7pnX6GAxlh5lmhSrANPzqv6gTJcHT5S { top:3.125rem;left:0rem;width:44.75rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnSyM38ipx2MumGLpLzstUMifq6m9M6U { top:0.625rem;left:0rem;width:12.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmeGIF0SOPgZIG2lVJaBFbwvgIyG2tmP { top:2.375rem;left:10.625rem;width:13.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Z5m427ELtQy7Qmoc3EKNzKKAsPoto2 { top:2.375rem;left:22.5625rem;width:13.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA4cl7LfbPIRTfqqu1xO20xEFeHetUXJ { top:2.375rem;left:34.5rem;width:13.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { width:42.6875rem;height:3.875rem;top:3.8125rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { width:47.75rem;height:6.25rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Ky051GDioT2HwDPcmiplWLHUbyxDFb { width:26.25rem;height:3.25rem;top:18.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfuhZET4ux2bROAxvERp5WIoTQvz9GKF { display:block; }
 }@media only screen and (max-width: 763px) { #up5OfKHKevUzTF3XWyTULaohNFaX3Tc4 { width:47.75rem;height:2.3125rem;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vf6M6WosFIgGqhQxeneBzdlqZkfH3X { top:27.375rem;left:0rem;width:15.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKFgKZ81nJKUWXOB0Tc5WIF43orOQcm { top:27.375rem;left:15.937501907349rem;width:15.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHTmtkzCxwUM6kUn67BSVzRzmKvEv0E { top:27.375rem;left:31.875rem;width:15.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 { display:block; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHO97ySaax7Wn1O9wgX8DxQCZKFATTqt { top:13.25rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2yysOXIxysG7X7LqZx6Pw4bCCfV3RkF { top:10.5625rem;left:35.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atx7vTs9caCGGqugBo9ZQWmTXk0RZeN6 { top:13rem;left:35.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcqLbDwLbasJTm9b0XSUPVdk3skNrAE { top:10.75rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15H0fWVUefQbkPwXKftThwFRF3VFGGi { top:10.9375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20qTK1Nr0XPfylPW7Ta1K1eHHNBrxVp { top:8.5rem;left:11.375rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ABPdAnGWzkmwlIeuq6Mew81b9CJ7IS { top:8.1875rem;left:35.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgg3OXeh9RE09KQUHB5Hu0eSGhAw20k { top:8.4375rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GohCOxAOqkf8XCx4g0X6bGzE3KBog0Qg { top:7.8125rem;left:17.78125rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMuGNAXJpZtHCzFX9Rak4h30a69fc6E { top:10.3125rem;left:17.78125rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7yQMRLMuQ5DAeDSviR9s3rfv4QiFgO { top:5.3125rem;left:17.78125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBiqP62vGLLPdSn8HXbsfyTAohutwWF { top:5.9375rem;left:35.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7R5BA9DAgJ0cP3XlosyP00aMGBvicr { top:6.1875rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO2xN9MSwvnVzTnrMQxhdE9KiD39Tqtw { top:5.8125rem;left:11.375rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6OT89plDzsaqlPXGHolrMouZ3c1rvt { top:3.5rem;left:0rem;width:13.75rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m70OxEtSuEOrRqQ9CvEZNJrOuVPLTLFr { top:3.375rem;left:35.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWu7iMBg3TMqNJonJMy9n3CNF6LTPBKN { top:3.6875rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qirUQh40A8JCEFMxnRx0wp2BCwpNs28D { top:2.5625rem;left:6.15625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp2hHiGJBiFv3vIlf3THL2Ld2iMaxALx { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOJFxfwoSobwTBuPlV0nZRmcvOHNMs3g { top:0.9375rem;left:5.9375rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uCPDnJhtTXpgeU3L37d67J2dqrGpTW { top:0.9375rem;left:33.1875rem;width:14.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq { position:relative;z-index:auto;display:block; }#VxpeqtCUvzP2aiIoDhRyCxUCpKiIeakq > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7pnX6GAxlh5lmhSrANPzqv6gTJcHT5S { width:5.375rem;height:0;top:2.5625rem;left:12.587499976158rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #PnSyM38ipx2MumGLpLzstUMifq6m9M6U { width:12.8125rem;height:5.125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmeGIF0SOPgZIG2lVJaBFbwvgIyG2tmP { width:13.25rem;height:auto;top:2.375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N6Z5m427ELtQy7Qmoc3EKNzKKAsPoto2 { width:13.25rem;height:auto;top:2.375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zA4cl7LfbPIRTfqqu1xO20xEFeHetUXJ { width:13.25rem;height:auto;top:2.375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0ba6b4e-b0b3-4d22-b1ab-2a96ad7b5fc4/Fraudeyriesgotecnologico.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.adaptive-delivery-prevent-bg, #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.lazyload, #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8.lazyloading { background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { background-color: transparent; background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .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); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { width:19.9375rem;height:4.0625rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { width:20rem;height:11.025rem;top:10.175000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Ky051GDioT2HwDPcmiplWLHUbyxDFb { width:19rem;height:3.25rem;top:22.450001144409rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfuhZET4ux2bROAxvERp5WIoTQvz9GKF { display:block; }
 }@media only screen and (max-width: 763px) { #up5OfKHKevUzTF3XWyTULaohNFaX3Tc4 { width:20rem;height:3.85rem;top:26.950001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vf6M6WosFIgGqhQxeneBzdlqZkfH3X { width:15.5rem;height:10.625rem;top:32.050001144409rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKFgKZ81nJKUWXOB0Tc5WIF43orOQcm { width:15.5rem;height:10.625rem;top:44.300001144409rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHTmtkzCxwUM6kUn67BSVzRzmKvEv0E { width:15.5rem;height:10.625rem;top:56.550001144409rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 { display:block; }#I3LTElbunoOUNdpyIQrWvgzILM4zW0K3 > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHO97ySaax7Wn1O9wgX8DxQCZKFATTqt { width:11.5625rem;height:auto;top:13.25rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2yysOXIxysG7X7LqZx6Pw4bCCfV3RkF { width:1.875rem;height:1.875rem;top:29.5rem;left:12rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atx7vTs9caCGGqugBo9ZQWmTXk0RZeN6 { width:1.875rem;height:1.875rem;top:29.5rem;left:14.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcqLbDwLbasJTm9b0XSUPVdk3skNrAE { width:11.5625rem;height:auto;top:10.75rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I15H0fWVUefQbkPwXKftThwFRF3VFGGi { width:13.6875rem;height:1.05625rem;top:24.159376144409rem;left:5.4999998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20qTK1Nr0XPfylPW7Ta1K1eHHNBrxVp { width:12.5rem;height:1.05625rem;top:21.846876144409rem;left:5.4999998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ABPdAnGWzkmwlIeuq6Mew81b9CJ7IS { width:1.875rem;height:1.875rem;top:29.5rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgg3OXeh9RE09KQUHB5Hu0eSGhAw20k { width:11.5625rem;height:auto;top:8.4375rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GohCOxAOqkf8XCx4g0X6bGzE3KBog0Qg { width:2.3125rem;height:2.3125rem;top:21.21875rem;left:2.2183593511581rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMuGNAXJpZtHCzFX9Rak4h30a69fc6E { width:2.3125rem;height:2.3125rem;top:23.53125rem;left:2.2183593511581rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7yQMRLMuQ5DAeDSviR9s3rfv4QiFgO { width:2.5rem;height:2.5rem;top:18.10000038147rem;left:2.1246093511581rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBiqP62vGLLPdSn8HXbsfyTAohutwWF { width:1.875rem;height:1.875rem;top:29.5rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7R5BA9DAgJ0cP3XlosyP00aMGBvicr { width:11.5625rem;height:auto;top:6.1875rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO2xN9MSwvnVzTnrMQxhdE9KiD39Tqtw { width:12.5rem;height:1.05625rem;top:18.82187461853rem;left:5.4999998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6OT89plDzsaqlPXGHolrMouZ3c1rvt { width:13.75rem;height:9.75rem;top:3.8rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m70OxEtSuEOrRqQ9CvEZNJrOuVPLTLFr { width:2.1875rem;height:2.1875rem;top:29.3125rem;left:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWu7iMBg3TMqNJonJMy9n3CNF6LTPBKN { width:11.5625rem;height:auto;top:3.6875rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qirUQh40A8JCEFMxnRx0wp2BCwpNs28D { width:2.5rem;height:2.5rem;top:3.0871105194092rem;left:4.5624998807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp2hHiGJBiFv3vIlf3THL2Ld2iMaxALx { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOJFxfwoSobwTBuPlV0nZRmcvOHNMs3g { width:17.9375rem;height:1.3rem;top:15.69375038147rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2uCPDnJhtTXpgeU3L37d67J2dqrGpTW { width:14.5625rem;height:1.3rem;top:27.081250190735rem;left:2.7187501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }