.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;
}
@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:#ffffff;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:#121211;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#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:6.125rem;width:60rem;overflow:visible;position:relative;display:block; }#aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { position:absolute;display:block;z-index:15000;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:2.625rem;width:16.0625rem;top:1.75rem;left:1.21875rem;overflow:hidden;display:block; }
#iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:34.4375rem;display:block; }
#Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c2e1d44-0691-4bd9-9529-e7d394ccb123/SemTitulo1.png");background-position:center !important;background-repeat:repeat-x !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; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s.adaptive-delivery-prevent-bg, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyload, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyloading { background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { border-width: 0; border-radius: 0; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.3125rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { color:#ffffff;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { color:#5eb5f0;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
#MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.6875rem;left:1.3125rem;display:block; }
#elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { position:absolute;display:block;z-index:15000;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:2.625rem;width:16.0625rem;top:1.75rem;left:1.21875rem;overflow:hidden;display:none; }
#weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho { color:#5fd000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;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; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container { background-color: transparent; background-image: none; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container > .video-iframe-container { display: none; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row > .video-iframe-container { display: none; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .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); }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container { border-width: 0; border-radius: 0; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Mudr2aaEFtCrZI3CbnvimqVoSSix1sDx { position:absolute;display:block;z-index:15016;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:2rem;width:2rem;top:2.5rem;left:3.375rem;overflow:hidden;display:block; }
#VhPuqHP62FA94imhtU7gonyr0EDyyr0R { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(218,218,218,0.19), rgba(2,13,40,0.03));background-image: -moz-linear-gradient(158deg, rgba(218,218,218,0.19), rgba(2,13,40,0.03));background-image: -ms-linear-gradient(158deg, rgba(218,218,218,0.19), rgba(2,13,40,0.03));background-image: -o-linear-gradient(158deg, rgba(218,218,218,0.19), rgba(2,13,40,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada30', endColorstr='#020d2807' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada30', endColorstr='#020d2807' );";background-image: linear-gradient(158deg, rgba(218,218,218,0.19), rgba(2,13,40,0.03));background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.4375rem;top:3.3125rem;left:4.25rem;display:block; }
#tpby0ei3nqTvSTzRvaplI3pZNB6Z33We { color:#191918;display:block;width:18.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.15625rem;left:6.125rem;height:;font-style:normal;overflow:hidden;display:block; }#tpby0ei3nqTvSTzRvaplI3pZNB6Z33We li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tpby0ei3nqTvSTzRvaplI3pZNB6Z33We li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e537faf0-76b4-4ef2-b70f-92f7e34493ef/excluir1.png); }
#Ca7oHiug7hk5N1yrp7IqhokgvEuw1Sao { color:#171717;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.66259765625rem;left:36.28125rem;height:9.421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { background-color: transparent; background-image: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .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); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { border-width: 0; border-radius: 0; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { background-color: transparent; background-image: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .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); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { border-width: 0; border-radius: 0; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:14.875rem;left:34.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PWZQns8rx6LwytXJE9JCvvNA5T294xda { background-color:transparent;background-image: -webkit-linear-gradient(91deg, #191918, #121211);background-image: -moz-linear-gradient(91deg, #191918, #121211);background-image: -ms-linear-gradient(91deg, #191918, #121211);background-image: -o-linear-gradient(91deg, #191918, #121211);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#191918', endColorstr='#121211' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#191918', endColorstr='#121211' );";background-image: linear-gradient(91deg, #191918, #121211);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.625rem;left:33.625rem;display:block; }
#GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.71875rem;left:50.9375rem; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.25rem;left:34.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c6f512a3-619f-42f5-a384-41eab7074e03/privateoffice5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.3125rem;width:24.9375rem;top:1.875rem;left:1.3001568386375rem;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
#GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:3.099609375rem;left:22.4375rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZ1Nqwa5giR957zXybT1wT88riEzKkfh { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:18.75rem;top:13.125rem;left:33.90625rem;display:block; }
#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181818;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; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { background-color: transparent; background-image: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .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); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { border-width: 0; border-radius: 0; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.45361328125rem;left:1.4375rem;height:8.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#snif2wXB2kfhfgTQ2cEWHsmXdu9cBG0K { position:absolute;display:block;z-index:15019;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:5.25rem;width:9.875rem;top:2.3125rem;left:1.4375rem;overflow:hidden;display:block; }
#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0dbb4030-646c-44eb-82de-83e7e35ed5d8/miaminightscene1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:27.4375rem;width:22.625rem;top:2.3125rem;left:33.6875rem;display:block; }#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.adaptive-delivery-prevent-bg, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyload, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyloading { background-image: none; }
#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181818;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; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container { background-color: transparent; background-image: none; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container > .video-iframe-container { display: none; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row > .video-iframe-container { display: none; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .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); }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container { border-width: 0; border-radius: 0; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#ta5nKLmi9nyxgWAtkFmIT6d8pMLIWbdZ { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#Hz7kc2vVyH4wMpXfDAGaCvSaqSGZnSzR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.34375rem;left:36.09375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -moz-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -ms-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -o-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );";background-image: linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-size:auto !important;border-top:0.125rem solid rgba(202,202,202,0.08);border-left:0.125rem solid rgba(202,202,202,0.08);border-right:0.125rem solid rgba(202,202,202,0.08);border-bottom:0.125rem solid rgba(202,202,202,0.08);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.3125rem;width:25.4375rem;top:0rem;left:1.0625rem;display:block; }
#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:1.96337890625rem;left:3.3125rem;height:;font-style:normal;overflow:hidden;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
#bFEUkL7s0mwdFrbsA2enTewgGBFgEvgE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.1875rem;left:35.875rem;display:block; }
#R4NZCpRdOgB63osDUNTFHGEb6ou0yhXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e24be266-3687-4aef-946d-9235ab4dd01c/skyscraperssunset.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK.adaptive-delivery-prevent-bg, #goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK.lazyload, #goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK.lazyloading { background-image: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { background-color: transparent; background-image: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container > .video-iframe-container { display: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row > .video-iframe-container { display: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .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); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { border-width: 0; border-radius: 0; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#TFAHDHrz4XiInvOAFoXrr7Rug4OhxmhI { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#PtWElew6EBheTg7MRrtScxDJwe9sdloz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:3.34375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EslzHw2cDsPMQsdLv3LzNI12O7VWKpJ6 { color:rgba(255,255,255,0.67);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:6.15625rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e24be266-3687-4aef-946d-9235ab4dd01c/skyscraperssunset.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH.adaptive-delivery-prevent-bg, #gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH.lazyload, #gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH.lazyloading { background-image: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { background-color: transparent; background-image: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container > .video-iframe-container { display: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row > .video-iframe-container { display: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .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); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { border-width: 0; border-radius: 0; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:block; }#xTOXphxamzLFr7Xo1U3s9tLf0P3TV1bT { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#peQQyRTowNzpHMzIGMJyLPkIqPsiOctt { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.4375rem;height:18.192375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdFqiu83HQkUkDRgqvKmehUIECpsTESE { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.90625rem;left:33.40625rem;height:22.75rem;font-style:normal;overflow:hidden;display:block; }#MdFqiu83HQkUkDRgqvKmehUIECpsTESE li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MdFqiu83HQkUkDRgqvKmehUIECpsTESE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
#AuXBDmzdwvoF9GTycc6ffmZWDJV4HRbq { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -moz-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -ms-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -o-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );";background-image: linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-size:auto !important;border-top:0.125rem solid rgba(202,202,202,0.08);border-left:0.125rem solid rgba(202,202,202,0.08);border-right:0.125rem solid rgba(202,202,202,0.08);border-bottom:0.125rem solid rgba(202,202,202,0.08);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.9375rem;width:26.75rem;top:2.6875rem;left:31.8125rem;display:block; }
#H3z3rDVIUpmHOAfcUAqyEnIcuUcrFs1a { position:absolute;display:block;z-index:15019;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:24.0625rem;width:38.375rem;top:29.125rem;left:9.921875rem;overflow:hidden;display:block; }
#QRuR3BeHhpPVDTl0SASaSHm9yAy0sUUI { color:rgba(255,255,255,0.7);display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:26.125rem;left:2.4375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { background-color: transparent; background-image: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .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); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { border-width: 0; border-radius: 0; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { background-color: transparent; background-image: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .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); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { border-width: 0; border-radius: 0; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#i5Z2dKio6pSFCSer0uFITv790eTMPF7q { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:30rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84607dd0-f4dc-4b8a-9d93-eeb7aae320f7/RMCPrivateInternationalTaxPagina1.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.625rem;width:14.625rem;top:4.375rem;left:7.6875rem;display:block; }#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.adaptive-delivery-prevent-bg, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyload, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyloading { background-image: none; }
#AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { position:absolute;display:block;z-index:15022;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:12.4375rem;width:30.0625rem;top:9.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.5rem;left:3.59375rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #2b2b2b;border-left:0.1875rem solid #2b2b2b;border-right:0.1875rem solid #2b2b2b;border-bottom:0.1875rem solid #2b2b2b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.9375rem;top:3.25rem;left:5.625rem;display:block; }
#LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #2b2b2b;border-left:0.1875rem solid #2b2b2b;border-right:0.1875rem solid #2b2b2b;border-bottom:0.1875rem solid #2b2b2b;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.5625rem;width:5rem;top:2.375rem;left:51.25rem;display:block; }
#CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.6875rem;width:3.75rem;top:3.6875rem;left:49.75rem;display:block; }
#DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:30rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:32.28125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { background-color: transparent; background-image: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .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); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { border-width: 0; border-radius: 0; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#AiJplkmaSgLgqbRmPusD0syrd0122kRU { color:#191918;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.625rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce2e528b-36c2-4195-8724-fcf208be001d/baixar2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:14.4375rem;width:21.75rem;top:2.25rem;left:3.6875rem;display:block; }#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.adaptive-delivery-prevent-bg, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyload, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyloading { background-image: none; }
#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d04dff80-2354-4949-a0a5-e2c24f6a0526/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:25.5625rem;width:13.75rem;top:1.9619140625rem;left:38.125rem;display:block; }#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.adaptive-delivery-prevent-bg, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyload, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyloading { background-image: none; }
#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef7a9974-5d78-4430-a03a-9a7f82918d94/iPhone12PROwwwbloomberglineacombr2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:48.5625rem;display:block; }#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.adaptive-delivery-prevent-bg, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyload, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyloading { background-image: none; }
#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7362875d-b4db-4824-b30b-7b0429c4e7ad/iPhone12PROvejaabrilcombr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:30.78125rem;display:block; }#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.adaptive-delivery-prevent-bg, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyload, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyloading { background-image: none; }
#RcR25ycr9FhXsAACVPMromVcEWLZlaIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -moz-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -ms-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -o-linear-gradient(268deg, #1c1c1b, #080e12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1b', endColorstr='#080e12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1b', endColorstr='#080e12' );";background-image: linear-gradient(268deg, #1c1c1b, #080e12);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; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { background-color: transparent; background-image: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .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); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { border-width: 0; border-radius: 0; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:1.25rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { position:absolute;display:block;z-index:15004;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:25.5rem;width:23.4375rem;top:4.375rem;left:33.0625rem;display:block; }
#PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.98828125rem;left:33.09375rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-form-header { font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:19.5625rem;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; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.5625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.5625rem;box-sizing:border-box;height:3.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:19.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #495f6e, #3d5260);background-image: -moz-linear-gradient(top, #495f6e, #3d5260);background-image: -ms-linear-gradient(top, #495f6e, #3d5260);background-image: -o-linear-gradient(top, #495f6e, #3d5260);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#495f6e', endColorstr='#3d5260' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#495f6e', endColorstr='#3d5260' );";background-image: linear-gradient(to bottom, #495f6e, #3d5260);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:19.125rem;height:3.3125rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .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";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .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; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container:first-of-type{padding-top:0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container:last-of-type{padding-bottom:0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.96875rem;top:9.4375rem;z-index:15004;position:absolute;font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.96875rem;top:9.4375rem;z-index:15004;position:absolute;font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #zcEitbXiOy897D03muAF6DL2Ol8Oc0eu { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #M4iLburP2GlBpiUTOEn1cnCRHQ2ZRexU { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TyH3wr12beakPwDBBN0HkTClh46U8hsV { position:relative; }
#ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { position:relative;display:block; }
#xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { position:relative;display:block; }
#csouPe2TWwVZX4g1I7JDysA49k510k2w { position:relative;display:block; }
#dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { position:relative;display:block; }
#nNkNG7i6613npnlMOUkwiLUFfygSq6vh { position:relative;display:block; }
#su2Dui811xt3ffmkcX58zXLR469awtz2 { position:relative;display:block; }
#PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { position:relative;display:block; }
#CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { position:relative;display:block; }
#mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { position:relative;display:block; }
#SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { position:relative;display:block; }
#QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { position:relative;display:block; }
#PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { position:relative;display:block; }
#ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { position:relative;display:block; }
#MFosBf9FKoQQo5VHybTi2tGENZdsis2B { position:relative;display:block; }
#MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { position:relative;display:block; }
#e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { position:relative;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 { position:relative; }
#VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:4.3125rem;height:8.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:15.125rem;left:4.3125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fAV7U295bOfRRZs5tkvBQR6s6qAFUDfs { position:absolute;display:block;z-index:15002;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:8.0625rem;width:15rem;top:22.125rem;left:7.5rem;overflow:hidden;display:block; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#495f6e;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; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { background-color: transparent; background-image: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .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); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { border-width: 0; border-radius: 0; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { position:absolute;display:block;z-index:15001;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:2.375rem;width:15.125rem;top:1.8125rem;left:1.28125rem;overflow:hidden;display:block; }
#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:rgba(255,255,255,0.77);display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:2.025390625rem;left:19.40625rem;height:1.95rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:16.0625rem;height:2.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { width:20.125rem;height:3.4375rem;top:1rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:31.875rem;height:7.75rem;top:10.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:28rem;height:2.9375rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { width:30rem;height:1.25rem;top:23.75rem;left:0rem;font-size:0.75rem;display:none; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:20.125rem;height:3.4375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { width:16.0625rem;height:2.625rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho { width:30rem;height:1.3125rem;top:23.75rem;left:0rem;font-size:0.875rem;display:block; }#weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
 }@media only screen and (max-width: 763px) { #SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 { display:block; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mudr2aaEFtCrZI3CbnvimqVoSSix1sDx { width:2rem;height:2rem;top:2.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhPuqHP62FA94imhtU7gonyr0EDyyr0R { width:22.4375rem;height:12.9375rem;top:3.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpby0ei3nqTvSTzRvaplI3pZNB6Z33We { width:18.8125rem;height:;top:5.125rem;left:3.0625rem;font-size:1.25rem;display:block; }#tpby0ei3nqTvSTzRvaplI3pZNB6Z33We li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e537faf0-76b4-4ef2-b70f-92f7e34493ef/excluir1.png); }
 }@media only screen and (max-width: 763px) { #Ca7oHiug7hk5N1yrp7IqhokgvEuw1Sao { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWZQns8rx6LwytXJE9JCvvNA5T294xda { width:19.6875rem;height:3.75rem;top:25.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block; }
 }@media only screen and (max-width: 763px) { #KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { width:1.5625rem;height:1.5625rem;top:26.6875rem;left:41.75rem;display:block; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:24.9375rem;height:27.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:13.125rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #snif2wXB2kfhfgTQ2cEWHsmXdu9cBG0K { width:9.875rem;height:5.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:22.625rem;height:27.4375rem;top:2.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t { display:block; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta5nKLmi9nyxgWAtkFmIT6d8pMLIWbdZ { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hz7kc2vVyH4wMpXfDAGaCvSaqSGZnSzR { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { width:25.4375rem;height:18.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { width:21.1875rem;height:;top:1.9375rem;left:0.25rem;font-size:1.1875rem;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #bFEUkL7s0mwdFrbsA2enTewgGBFgEvgE { width:18.25rem;height:3.4375rem;top:15.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NZCpRdOgB63osDUNTFHGEb6ou0yhXT { display:block; }
 }@media only screen and (max-width: 763px) { #goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK { display:block; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFAHDHrz4XiInvOAFoXrr7Rug4OhxmhI { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtWElew6EBheTg7MRrtScxDJwe9sdloz { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslzHw2cDsPMQsdLv3LzNI12O7VWKpJ6 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH { display:block; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTOXphxamzLFr7Xo1U3s9tLf0P3TV1bT { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #peQQyRTowNzpHMzIGMJyLPkIqPsiOctt { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFqiu83HQkUkDRgqvKmehUIECpsTESE { width:23.8125rem;height:22.75rem;top:3.875rem;left:23.9375rem;font-size:0.9375rem;display:block; }#MdFqiu83HQkUkDRgqvKmehUIECpsTESE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #AuXBDmzdwvoF9GTycc6ffmZWDJV4HRbq { width:26.75rem;height:24.9375rem;top:2.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3z3rDVIUpmHOAfcUAqyEnIcuUcrFs1a { width:38.375rem;height:24.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuR3BeHhpPVDTl0SASaSHm9yAy0sUUI { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:30.0625rem;height:12.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:23.4375rem;height:25.5rem;top:4.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:23.8125rem;height:3.4375rem;top:5.9375rem;left:23.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #zcEitbXiOy897D03muAF6DL2Ol8Oc0eu {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #M4iLburP2GlBpiUTOEn1cnCRHQ2ZRexU {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TyH3wr12beakPwDBBN0HkTClh46U8hsV {  }
 }@media only screen and (max-width: 763px) { #ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { display:block; }
 }@media only screen and (max-width: 763px) { #xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { display:block; }
 }@media only screen and (max-width: 763px) { #csouPe2TWwVZX4g1I7JDysA49k510k2w { display:block; }
 }@media only screen and (max-width: 763px) { #dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { display:block; }
 }@media only screen and (max-width: 763px) { #nNkNG7i6613npnlMOUkwiLUFfygSq6vh { display:block; }
 }@media only screen and (max-width: 763px) { #su2Dui811xt3ffmkcX58zXLR469awtz2 { display:block; }
 }@media only screen and (max-width: 763px) { #PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { display:block; }
 }@media only screen and (max-width: 763px) { #CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { display:block; }
 }@media only screen and (max-width: 763px) { #mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { display:block; }
 }@media only screen and (max-width: 763px) { #SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { display:block; }
 }@media only screen and (max-width: 763px) { #PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { display:block; }
 }@media only screen and (max-width: 763px) { #ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { display:block; }
 }@media only screen and (max-width: 763px) { #MFosBf9FKoQQo5VHybTi2tGENZdsis2B { display:block; }
 }@media only screen and (max-width: 763px) { #MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { display:block; }
 }@media only screen and (max-width: 763px) { #e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 {  }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:21.9375rem;height:8.6875rem;top:4.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:24.0625rem;height:4rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAV7U295bOfRRZs5tkvBQR6s6qAFUDfs { width:15rem;height:8.0625rem;top:22.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { width:15.125rem;height:2.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:16.0625rem;height:2.625rem;top:1.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { width:14.3125rem;height:2.625rem;top:0.40625rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.6875rem;height:7.474625rem;top:10.4375rem;left:0.65625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:18.4375rem;height:3.9rem;top:18.9375rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { width:16.9375rem;height:0;top:29.0625rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:19rem;height:2.8125rem;top:28.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { width:16.0625rem;height:2.625rem;top:5.9375rem;left:1.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho { width:16.9375rem;height:2.275rem;top:24rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15015;color:#5eb5f0;overflow:hidden;display:block; }#weSmmHgDuEJx6a7zQuw5t4hFkqXwEfho li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66629839-2d59-4181-9c2a-a0ff428f69f6/ok3.png); }
 }@media only screen and (max-width: 763px) { #SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 { display:block; }#SmCpaLF7BSNX9X5vTem7zqLKTizxq9S3 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mudr2aaEFtCrZI3CbnvimqVoSSix1sDx { width:1.875rem;height:1.875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhPuqHP62FA94imhtU7gonyr0EDyyr0R { width:18.6875rem;height:13.5rem;top:9.6875rem;left:0.6875rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpby0ei3nqTvSTzRvaplI3pZNB6Z33We { width:16.0625rem;height:10.875rem;top:11.0625rem;left:1.96875rem;font-size:1.25rem;display:block; }#tpby0ei3nqTvSTzRvaplI3pZNB6Z33We li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e537faf0-76b4-4ef2-b70f-92f7e34493ef/excluir1.png); }
 }@media only screen and (max-width: 763px) { #Ca7oHiug7hk5N1yrp7IqhokgvEuw1Sao { width:17.1875rem;height:4.94970625rem;top:2.5625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:18.4375rem;height:4.94970625rem;top:27.875rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PWZQns8rx6LwytXJE9JCvvNA5T294xda { width:17.9375rem;height:3.25rem;top:38.125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block; }
 }@media only screen and (max-width: 763px) { #KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { display:flex;width:1.5625rem;height:1.5625rem;top:29.5625rem;left:9.1875rem;display:none; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:17.375rem;height:2.4rem;top:34.5625rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:20rem;height:14.5625rem;top:11.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:20rem;height:6.9rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:11.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { width:16.5625rem;height:9.9rem;top:7.375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #snif2wXB2kfhfgTQ2cEWHsmXdu9cBG0K { width:7.3125rem;height:3.9375rem;top:1.625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:18.625rem;height:18.8125rem;top:18.43603515625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t { display:block; }#z6lopCA7lGMdxUAmGHgc56XaLgTI3i5t > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta5nKLmi9nyxgWAtkFmIT6d8pMLIWbdZ { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Hz7kc2vVyH4wMpXfDAGaCvSaqSGZnSzR { width:19.0625rem;height:7.5rem;top:20.6875rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { width:19.875rem;height:16.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { width:17.375rem;height:13.4125rem;top:3.3125rem;left:1.3125rem;font-size:1.0625rem;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #bFEUkL7s0mwdFrbsA2enTewgGBFgEvgE { width:18.25rem;height:3.4375rem;top:29.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NZCpRdOgB63osDUNTFHGEb6ou0yhXT { display:block; }
 }@media only screen and (max-width: 763px) { #goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK { background-color:rgba(0,0,0,0.85);background-image:none;display:block; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { background-color: transparent; background-image: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container > .video-iframe-container { display: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row > .video-iframe-container { display: none; }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .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); }#goOiQkuTXk2MTpHU4C6d3qDBq7bgi4pK > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFAHDHrz4XiInvOAFoXrr7Rug4OhxmhI { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #PtWElew6EBheTg7MRrtScxDJwe9sdloz { width:20rem;height:3.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EslzHw2cDsPMQsdLv3LzNI12O7VWKpJ6 { width:16.125rem;height:2.7rem;top:6.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH { background-color:rgba(0,0,0,0.85);background-image:none;display:block; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { background-color: transparent; background-image: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container > .video-iframe-container { display: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row > .video-iframe-container { display: none; }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .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); }#gwDRRVp9eKGIyEq7pQnGEsacNHHhEOyH > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTOXphxamzLFr7Xo1U3s9tLf0P3TV1bT { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #peQQyRTowNzpHMzIGMJyLPkIqPsiOctt { width:18.8125rem;height:23.8rem;top:0.6875rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MdFqiu83HQkUkDRgqvKmehUIECpsTESE { width:18.8125rem;height:30.225rem;top:39.890625rem;left:0.59375rem;font-size:1.0625rem;display:block; }#MdFqiu83HQkUkDRgqvKmehUIECpsTESE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #AuXBDmzdwvoF9GTycc6ffmZWDJV4HRbq { width:19.75rem;height:33.5625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3z3rDVIUpmHOAfcUAqyEnIcuUcrFs1a { width:20rem;height:12.540716612378rem;top:25.85791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuR3BeHhpPVDTl0SASaSHm9yAy0sUUI { width:18rem;height:2.69970625rem;top:73.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:16.3125rem;height:2.8496125rem;top:24.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:20rem;height:8.2744375rem;top:48.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:18.5rem;height:18.2rem;top:28.923828125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:20rem;height:2.0996125rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:18.5rem;height:19.6rem;top:57.37060546875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:18.0625rem;height:11.7rem;top:15.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:19.625rem;height:23.875rem;top:15.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:18.8125rem;height:3rem;top:16.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:0.9375rem;overflow:hidden;height:3.4375rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { width:17.125rem;height:auto;top:19.625rem;left:0.1875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { width:17.125rem;height:auto;top:19.625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #zcEitbXiOy897D03muAF6DL2Ol8Oc0eu {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #M4iLburP2GlBpiUTOEn1cnCRHQ2ZRexU {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TyH3wr12beakPwDBBN0HkTClh46U8hsV {  }
 }@media only screen and (max-width: 763px) { #ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { display:block; }
 }@media only screen and (max-width: 763px) { #xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { display:block; }
 }@media only screen and (max-width: 763px) { #csouPe2TWwVZX4g1I7JDysA49k510k2w { display:block; }
 }@media only screen and (max-width: 763px) { #dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { display:block; }
 }@media only screen and (max-width: 763px) { #nNkNG7i6613npnlMOUkwiLUFfygSq6vh { display:block; }
 }@media only screen and (max-width: 763px) { #su2Dui811xt3ffmkcX58zXLR469awtz2 { display:block; }
 }@media only screen and (max-width: 763px) { #PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { display:block; }
 }@media only screen and (max-width: 763px) { #CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { display:block; }
 }@media only screen and (max-width: 763px) { #mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { display:block; }
 }@media only screen and (max-width: 763px) { #SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { display:block; }
 }@media only screen and (max-width: 763px) { #PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { display:block; }
 }@media only screen and (max-width: 763px) { #ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { display:block; }
 }@media only screen and (max-width: 763px) { #MFosBf9FKoQQo5VHybTi2tGENZdsis2B { display:block; }
 }@media only screen and (max-width: 763px) { #MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { display:block; }
 }@media only screen and (max-width: 763px) { #e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 {  }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:17.8125rem;height:4.38720625rem;top:2.75rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:15.8125rem;height:5.25rem;top:8.5634765625rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fAV7U295bOfRRZs5tkvBQR6s6qAFUDfs { width:11.8125rem;height:6.3125rem;top:43.0625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { width:15.125rem;height:2.375rem;top:1.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:20rem;height:2.19375rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }