.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:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;overflow:visible;position:relative;display:block; }#OKxURtExbWV1MkoxnniGf4MTfII2c6PP { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:41rem;display:block; }
#vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { 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:15010;opacity:1;top:2.3125rem;left:53.25rem; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { position:absolute;display:block;z-index:15011;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:6.125rem;width:6.125rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { position:absolute;display:block;z-index:15012;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.75rem;width:5.75rem;top:0rem;left:5.625rem;overflow:hidden;display:none; }
#TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f2d61, #020813);background-image: -moz-linear-gradient(180deg, #0f2d61, #020813);background-image: -ms-linear-gradient(180deg, #0f2d61, #020813);background-image: -o-linear-gradient(180deg, #0f2d61, #020813);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );";background-image: linear-gradient(180deg, #0f2d61, #020813);background-size:initial !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 > .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 > .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:33.375rem;width:60rem;overflow:visible;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:#ffffff;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0rem;height:3.25rem;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/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));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:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.5625rem;left:0rem;display:block; }
#atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.3125rem;left:11.3125rem; }
#GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { position:absolute;display:block;z-index:15015;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.3125rem;width:36.6875rem;top:5.9375rem;left:29.5rem;overflow:hidden;display:block; }
#DT63y734bnLc1HTlLUdIIyOmB56KrrwS { position:absolute;display:block;z-index:14998;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:17.625rem;width:21.5rem;top:10.25rem;left:-11.589006696429rem;overflow:hidden;display:block; }
#weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { position:absolute;display:block;z-index:14999;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.6875rem;width:26.5625rem;top:9.1875rem;left:33.336348684211rem;overflow:hidden;display:block; }
#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020813, #080808);background-image: -moz-linear-gradient(180deg, #020813, #080808);background-image: -ms-linear-gradient(180deg, #020813, #080808);background-image: -o-linear-gradient(180deg, #020813, #080808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );";background-image: linear-gradient(180deg, #020813, #080808);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; }#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:#080808;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:38.4375rem;width:60rem;position:relative;display:block; }#GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:13.6875rem;left:34.375rem;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, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #217ed7;border-left:0.0625rem solid #217ed7;border-right:0.0625rem solid #217ed7;border-bottom:0.0625rem solid #217ed7;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#217ed7;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.25rem;left:34.375rem;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:33.125rem;left:46.3125rem; }
#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:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:21.9375rem;left:34.375rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1423c8fb-fe66-44aa-a30c-6ec6188df781/Rectangle5.png");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:30.375rem;width:24.9375rem;top:1.875rem;left:1.2998046875rem;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
#GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:4.287109375rem;left:22.4375rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZ1Nqwa5giR957zXybT1wT88riEzKkfh { position:absolute;display:block;z-index:15021;background-color:#217ed7;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.125rem;width:25rem;top:11.9375rem;left:34.125rem;display:block; }
#e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { position:absolute;display:block;z-index:15022;background-color:#217ed7;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.6875rem;left:33.8125rem;display:block; }
#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.adaptive-delivery-prevent-bg, #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.lazyload, #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.lazyloading { background-image: none; }#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: #080808; }#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: #080808; }#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::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; }#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:2.75rem;width:60rem;position:relative;display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080808;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:22.625rem;width:60rem;position:relative;display:block; }#PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { color:#217ed7;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.1875rem;left:2.0625rem;height:4.8125rem;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; }
#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { position:absolute;display:block;z-index:15020;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/51e7d811-6832-4c0b-af6d-cd469086eaab/aws.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:4.6875rem;left:23.75rem;display:block; }#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.adaptive-delivery-prevent-bg, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyload, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyloading { background-image: none; }
#uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.5rem;left:2.0625rem;height:5.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { position:absolute;display:block;z-index:15021;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/ae99f454-9aa0-4e48-a5c2-6847c538f971/fortnet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:12.75rem;left:23.75rem;display:block; }#XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.adaptive-delivery-prevent-bg, #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.lazyload, #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.lazyloading { background-image: none; }
#PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { position:absolute;display:block;z-index:15023;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/4cf67084-3345-4598-a9e8-28fc460b4bee/microsoft.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:12.5625rem;left:36.3125rem;display:block; }#PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.adaptive-delivery-prevent-bg, #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.lazyload, #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.lazyloading { background-image: none; }
#FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { position:absolute;display:block;z-index:15022;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/22eefdbb-8be0-46c7-8e2a-9bb3e0855293/cyberark.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:4.5rem;left:36.3125rem;display:block; }#FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.adaptive-delivery-prevent-bg, #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.lazyload, #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.lazyloading { background-image: none; }
#o7uWEaFX2wknmITMFlblecc5BbOsouyr { position:absolute;display:block;z-index:15025;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/4a3432dd-67d8-44dc-b824-dd679e682eb1/trelixbranco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:12.5625rem;left:48.5625rem;display:block; }#o7uWEaFX2wknmITMFlblecc5BbOsouyr.adaptive-delivery-prevent-bg, #o7uWEaFX2wknmITMFlblecc5BbOsouyr.lazyload, #o7uWEaFX2wknmITMFlblecc5BbOsouyr.lazyloading { background-image: none; }
#HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { position:absolute;display:block;z-index:15024;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/9a5d1606-fda6-4a99-aa88-e70dc0ac2a80/PaloAlto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.6875rem;width:11.3125rem;top:4.5rem;left:48.5625rem;display:block; }#HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.adaptive-delivery-prevent-bg, #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.lazyload, #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.lazyloading { background-image: none; }
#Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { position:absolute;display:block;z-index:15024;background-color:#217ed7;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:9.3125rem;left:15.25rem;display:block; }
#FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { position:absolute;display:block;z-index:15023;background-color:#217ed7;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.125rem;width:15.625rem;top:9.5625rem;left:0rem;display:block; }
#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.adaptive-delivery-prevent-bg, #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.lazyload, #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.lazyloading { background-image: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { background-color: transparent; background-image: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #080808; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #080808; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .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); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { border-width: 0; border-radius: 0; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN::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; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:1.875rem;left:14.84375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080808;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; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { background-color: transparent; background-image: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .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); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { border-width: 0; border-radius: 0; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { 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; }
#ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { position:absolute;display:block;z-index:15005;background-color:#292929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:33.5625rem;width:22.25rem;top:0.6875rem;left:18.0625rem;display:block; }
#yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { position:absolute;display:block;z-index:15004;background-color:#1f1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:29.9375rem;width:24.375rem;top:4.25rem;left:34.875rem;display:block; }
#hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { position:absolute;display:block;z-index:15003;background-color:#1f1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:29.875rem;width:23.4375rem;top:4.3125rem;left:0rem;display:block; }
#oTLy4fq4iiFNT48iuTxqnzuO62An8eof { position:absolute;display:block;z-index:15019;background-color:#0f4e94;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:3rem;left:33.3125rem;display:block; }
#DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3rem;left:20.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p525aSJE1S6PhenMid3yQDErS0gtu6Xl { position:absolute;display:block;z-index:15023;background-color:#0f4e94;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.125rem;width:3.75rem;top:9.0625rem;left:20rem;display:block; }
#yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { color:#c1c2c3;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.84375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GVF1FgcnMHowlQugRPHcATv6afyoid7t { color:#c1c2c3;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:17.625rem;left:19.84375rem;height:9.0078125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GVF1FgcnMHowlQugRPHcATv6afyoid7t li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#GVF1FgcnMHowlQugRPHcATv6afyoid7t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.65625rem;left:33.96875rem; }
#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { color:#c1c2c3;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:21.6875rem;left:41.8125rem;height:10.1445rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { color:#c1c2c3;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIkNTK5M2PbTcIHZkNQguohD5I9od84i { position:absolute;display:block;z-index:15029;background-color:#0f4e94;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.125rem;width:3.75rem;top:12rem;left:42.0625rem;display:block; }
#KHQTectq8le7afutVctJlxfB5INP41dT { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.5625rem;left:42.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { position:absolute;display:block;z-index:15025;background-color:#0f4e94;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.8125rem;left:51.75rem;display:block; }
#MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.0625rem;left:52.5625rem; }
#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { color:#c1c2c3;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:21.6875rem;left:1.1875rem;height:8.5703125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { color:#c1c2c3;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.1875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7rem;left:1.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { position:absolute;display:block;z-index:15035;background-color:#0f4e94;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.125rem;width:3.75rem;top:11.4375rem;left:1.375rem;display:block; }
#La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { position:absolute;display:block;z-index:15031;background-color:#0f4e94;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.25rem;left:11.0625rem;display:block; }
#QsXNGO74c4BewlAk3PWizfr6oLNWarPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.94921875rem;left:12rem; }
#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080808;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; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { background-color: transparent; background-image: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container > .video-iframe-container { display: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container { display: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .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); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { border-width: 0; border-radius: 0; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #217ed7;border-left:0.0625rem solid #217ed7;border-right:0.0625rem solid #217ed7;border-bottom:0.0625rem solid #217ed7;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#217ed7;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:22.125rem;display:block; }
#M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { 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:15008;opacity:1;top:2.3125rem;left:35.25rem; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.adaptive-delivery-prevent-bg, #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.lazyload, #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.lazyloading { background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { background-color: transparent; background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .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); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { border-width: 0; border-radius: 0; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { color:#217ed7;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.984375rem;left:-0.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.adaptive-delivery-prevent-bg, #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.lazyload, #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.lazyloading { background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { background-color: transparent; background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .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); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { border-width: 0; border-radius: 0; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#IPVUQIEu0ilMWokFtQAN32a6loZkmksE { 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; }
#C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { position:absolute;display:block;z-index:15005;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:2.4375rem;left:4.875rem;display:block; }
#OKU1GA63n6uFwTTTTqdXmiIctN97du9X { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.8125rem;left:6.5rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { position:absolute;display:block;z-index:15007;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:10.5rem;left:4.875rem;display:block; }
#Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:11.875rem;left:6.5rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { position:absolute;display:block;z-index:15009;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:2.4375rem;left:36.3125rem;display:block; }
#tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3.8125rem;left:37.9375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u49NWEpT2xxOTB4feFags1RRasVdDl3y { position:absolute;display:block;z-index:15011;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:10.625rem;left:36.4375rem;display:block; }
#fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:12rem;left:38.0625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biTJx9xRBUsPfCobKJ6lztfex4XO9xCn { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c18bbd1b-297f-41be-94f9-29a1cdfef61b/cyber.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:6.5rem;width:7.4375rem;top:2.4375rem;left:26.78125rem;display:block; }#biTJx9xRBUsPfCobKJ6lztfex4XO9xCn.adaptive-delivery-prevent-bg, #biTJx9xRBUsPfCobKJ6lztfex4XO9xCn.lazyload, #biTJx9xRBUsPfCobKJ6lztfex4XO9xCn.lazyloading { background-image: none; }
#m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9638e23-4903-4f1d-977f-72a4edbf9206/cyber2.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:6.5rem;width:7.4375rem;top:10.625rem;left:26.78125rem;display:block; }#m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt.adaptive-delivery-prevent-bg, #m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt.lazyload, #m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt.lazyloading { background-image: none; }
#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2.adaptive-delivery-prevent-bg, #fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2.lazyload, #fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2.lazyloading { background-image: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { background-color: transparent; background-image: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container > .video-iframe-container { display: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row > .video-iframe-container { display: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .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); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { border-width: 0; border-radius: 0; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");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; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p.adaptive-delivery-prevent-bg, #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p.lazyload, #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p.lazyloading { background-image: none; }#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:32.9375rem;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; }
#T9yPLSTU5R3FdI7MyoZIWQDZuaDbxEGz { position:absolute;display:block;z-index:15023;background-color:#217ed7;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.125rem;width:14.375rem;top:4.3125rem;left:0rem;display:block; }
#lFyIXQ0wTBC2HzF5sbl29Mh2J7P6m17D { position:absolute;display:block;z-index:15024;background-color:#217ed7;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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.0625rem;left:14.3125rem;display:block; }
#ewBEqXtZticndSWv8qlR21bAWNsQ2VFL { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:0.5rem;left:0rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3050e0bc-06cf-46a7-8dda-862ca83c4045/1.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:6.3125rem;width:6.3125rem;top:6.0625rem;left:0rem;display:block; }#w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r.adaptive-delivery-prevent-bg, #w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r.lazyload, #w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r.lazyloading { background-image: none; }
#Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d8c75582-d13f-45a4-9a56-6daf17aab68d/6.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:6.3125rem;width:6.3125rem;top:6.0625rem;left:7.375rem;display:block; }#Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV.adaptive-delivery-prevent-bg, #Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV.lazyload, #Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV.lazyloading { background-image: none; }
#elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b265ff0-af0b-4d77-b841-dd9849c08f4a/2.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:6.3125rem;width:6.3125rem;top:6.0625rem;left:14.875rem;display:block; }#elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG.adaptive-delivery-prevent-bg, #elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG.lazyload, #elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG.lazyloading { background-image: none; }
#TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/70ebafa5-2124-4533-b993-fac2db47002c/4.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:6.3125rem;width:6.3125rem;top:6.0625rem;left:22.25rem;display:block; }#TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe.adaptive-delivery-prevent-bg, #TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe.lazyload, #TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe.lazyloading { background-image: none; }
#aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/753e8e58-7aca-4a50-80a2-171b350e5d72/3.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:6.3125rem;width:6.3125rem;top:6.0625rem;left:29.5625rem;display:block; }#aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK.adaptive-delivery-prevent-bg, #aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK.lazyload, #aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK.lazyloading { background-image: none; }
#NflD79mW3P1sqZAUn6qpSOu53v13MZTq { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b30a6b0-5d8e-45c2-8af9-64985a1e688e/5.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:6.3125rem;width:6.3125rem;top:12.375rem;left:0rem;display:block; }#NflD79mW3P1sqZAUn6qpSOu53v13MZTq.adaptive-delivery-prevent-bg, #NflD79mW3P1sqZAUn6qpSOu53v13MZTq.lazyload, #NflD79mW3P1sqZAUn6qpSOu53v13MZTq.lazyloading { background-image: none; }
#FRaNKa07iQHpXitUohGvtyingi6vKqJF { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/67e460a0-6c16-4870-b9af-3e91022bff45/11.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:6.3125rem;width:6.3125rem;top:12.4375rem;left:7.46875rem;display:block; }#FRaNKa07iQHpXitUohGvtyingi6vKqJF.adaptive-delivery-prevent-bg, #FRaNKa07iQHpXitUohGvtyingi6vKqJF.lazyload, #FRaNKa07iQHpXitUohGvtyingi6vKqJF.lazyloading { background-image: none; }
#wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d09cbf16-c632-4de6-b6bf-b3cab80cb4e1/8.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:6.3125rem;width:6.3125rem;top:12.3125rem;left:14.875rem;display:block; }#wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d.adaptive-delivery-prevent-bg, #wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d.lazyload, #wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d.lazyloading { background-image: none; }
#BKwekDs5w5zQKtBKtU2LqtevxZTnyw17 { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/afac7f8d-29d4-4cbd-8fd4-e494f773d14f/10.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:6.3125rem;width:6.3125rem;top:12.4375rem;left:22.25rem;display:block; }#BKwekDs5w5zQKtBKtU2LqtevxZTnyw17.adaptive-delivery-prevent-bg, #BKwekDs5w5zQKtBKtU2LqtevxZTnyw17.lazyload, #BKwekDs5w5zQKtBKtU2LqtevxZTnyw17.lazyloading { background-image: none; }
#q11a318sxfq89tWhzxcgMysCgSeERidF { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac59ef70-7e48-46e6-b282-5f3791760ee7/7.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:6.3125rem;width:6.3125rem;top:12.3125rem;left:29.5625rem;display:block; }#q11a318sxfq89tWhzxcgMysCgSeERidF.adaptive-delivery-prevent-bg, #q11a318sxfq89tWhzxcgMysCgSeERidF.lazyload, #q11a318sxfq89tWhzxcgMysCgSeERidF.lazyloading { background-image: none; }
#efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/637ccb1c-b08b-4d6f-99e8-c081d28ad292/00TODOSPALOALTO.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:16.0625rem;width:18.9375rem;top:0.75rem;left:38.875rem;display:block; }#efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v.adaptive-delivery-prevent-bg, #efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v.lazyload, #efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v.lazyloading { background-image: none; }
#LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bc100fe6-f10a-4a0e-9e4c-f28c366e6107/TodosStrataCortesPrisma.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:16.0625rem;width:18.9375rem;top:13.75rem;left:38.5625rem;display:block; }#LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ.adaptive-delivery-prevent-bg, #LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ.lazyload, #LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ.lazyloading { background-image: none; }
#FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5dbb7817-bc63-4bb8-afe9-d6fdf91dbe82/1.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:6.3125rem;width:6.3125rem;top:18.6875rem;left:0rem;display:block; }#FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf.adaptive-delivery-prevent-bg, #FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf.lazyload, #FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf.lazyloading { background-image: none; }
#qMDBDbJwGOZ2193r0t5BhC17ro68xegT { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/82e71f56-fdb0-4306-aee2-99585714b821/2.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:6.3125rem;width:6.3125rem;top:18.6875rem;left:6.5625rem;display:block; }#qMDBDbJwGOZ2193r0t5BhC17ro68xegT.adaptive-delivery-prevent-bg, #qMDBDbJwGOZ2193r0t5BhC17ro68xegT.lazyload, #qMDBDbJwGOZ2193r0t5BhC17ro68xegT.lazyloading { background-image: none; }
#xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e6ee398-c312-4108-97d4-88c03188e3d5/3.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:6.3125rem;width:6.3125rem;top:18.6875rem;left:13.625rem;display:block; }#xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp.adaptive-delivery-prevent-bg, #xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp.lazyload, #xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp.lazyloading { background-image: none; }
#H2gmi82PHtloyMn974foZrqiTm6LbIDb { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4b22e471-0d3e-4280-b389-7a6353abcfcb/4.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:6.3125rem;width:6.3125rem;top:18.6875rem;left:20.625rem;display:block; }#H2gmi82PHtloyMn974foZrqiTm6LbIDb.adaptive-delivery-prevent-bg, #H2gmi82PHtloyMn974foZrqiTm6LbIDb.lazyload, #H2gmi82PHtloyMn974foZrqiTm6LbIDb.lazyloading { background-image: none; }
#sKlktG4wIUdIqLid7mwvM1CPrburMMut { position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6932da5a-474a-409f-9fe0-2829d96d7ef7/5.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:6.3125rem;width:6.3125rem;top:18.6875rem;left:27.5625rem;display:block; }#sKlktG4wIUdIqLid7mwvM1CPrburMMut.adaptive-delivery-prevent-bg, #sKlktG4wIUdIqLid7mwvM1CPrburMMut.lazyload, #sKlktG4wIUdIqLid7mwvM1CPrburMMut.lazyloading { background-image: none; }
#bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5dbb7817-bc63-4bb8-afe9-d6fdf91dbe82/1.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:6.3125rem;width:6.3125rem;top:23.4375rem;left:0rem;display:block; }#bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V.adaptive-delivery-prevent-bg, #bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V.lazyload, #bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V.lazyloading { background-image: none; }
#prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/82e71f56-fdb0-4306-aee2-99585714b821/2.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:6.3125rem;width:6.3125rem;top:23.4375rem;left:6.6875rem;display:block; }#prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv.adaptive-delivery-prevent-bg, #prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv.lazyload, #prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv.lazyloading { background-image: none; }
#Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e6ee398-c312-4108-97d4-88c03188e3d5/3.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:6.3125rem;width:6.3125rem;top:23.4375rem;left:13.6875rem;display:block; }#Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d.adaptive-delivery-prevent-bg, #Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d.lazyload, #Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d.lazyloading { background-image: none; }
#M1G2VFNloFcVM1uWWzLREi767l1hcKxQ { position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e6ee398-c312-4108-97d4-88c03188e3d5/3.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:6.3125rem;width:6.3125rem;top:23.4375rem;left:20.625rem;display:block; }#M1G2VFNloFcVM1uWWzLREi767l1hcKxQ.adaptive-delivery-prevent-bg, #M1G2VFNloFcVM1uWWzLREi767l1hcKxQ.lazyload, #M1G2VFNloFcVM1uWWzLREi767l1hcKxQ.lazyloading { background-image: none; }
#fT94x6rXMhbJyzvHU8JIfzILhENIEa9O { position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e6ee398-c312-4108-97d4-88c03188e3d5/3.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:6.3125rem;width:6.3125rem;top:23.4375rem;left:27.5625rem;display:block; }#fT94x6rXMhbJyzvHU8JIfzILhENIEa9O.adaptive-delivery-prevent-bg, #fT94x6rXMhbJyzvHU8JIfzILhENIEa9O.lazyload, #fT94x6rXMhbJyzvHU8JIfzILhENIEa9O.lazyloading { background-image: none; }
#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080808;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; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { background-color: transparent; background-image: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container > .video-iframe-container { display: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container { display: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .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); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { border-width: 0; border-radius: 0; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#FwHte6lo68KWpUy5SQ17GminxdwdbmDm { color:#217ed7;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.734375rem;left:0rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080808;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; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { background-color: transparent; background-image: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container > .video-iframe-container { display: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container { display: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .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); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { border-width: 0; border-radius: 0; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { 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; }
#o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { position:absolute;display:block;z-index:15020;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/ba9e1b66-cf6b-478f-9eb2-2198c9840db5/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:1.875rem;left:1.75rem;display:block; }#o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.adaptive-delivery-prevent-bg, #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.lazyload, #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.lazyloading { background-image: none; }
#WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { position:absolute;display:block;z-index:15021;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/a3155b15-1798-48c3-9b51-9625b18dd44a/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:1.875rem;left:13.5625rem;display:block; }#WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.adaptive-delivery-prevent-bg, #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.lazyload, #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.lazyloading { background-image: none; }
#sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { position:absolute;display:block;z-index:15022;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/f836e5e5-41c1-42bf-acf1-380849645e7f/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:1.875rem;left:25.375rem;display:block; }#sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.adaptive-delivery-prevent-bg, #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.lazyload, #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.lazyloading { background-image: none; }
#LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { position:absolute;display:block;z-index:15023;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/b588dad2-859e-4519-941d-6acd29bc5087/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:1.875rem;left:37.1875rem;display:block; }#LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.adaptive-delivery-prevent-bg, #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.lazyload, #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.lazyloading { background-image: none; }
#HCNA4CBXlmGFClvTBsQscGAUa08cb36S { position:absolute;display:block;z-index:15024;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/7d86fb6f-db43-4583-b3f1-11bb6d76c29b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:1.875rem;left:48.8125rem;display:block; }#HCNA4CBXlmGFClvTBsQscGAUa08cb36S.adaptive-delivery-prevent-bg, #HCNA4CBXlmGFClvTBsQscGAUa08cb36S.lazyload, #HCNA4CBXlmGFClvTBsQscGAUa08cb36S.lazyloading { background-image: none; }
#eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { position:absolute;display:block;z-index:15029;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/d7ac5a4f-2f2b-4125-b080-6efed6631989/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:9.1875rem;left:48.8125rem;display:block; }#eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.adaptive-delivery-prevent-bg, #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.lazyload, #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.lazyloading { background-image: none; }
#T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { position:absolute;display:block;z-index:15028;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/1dbc339c-8344-4c3a-a63e-6404f25bcc4c/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:9.1875rem;left:37.1875rem;display:block; }#T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.adaptive-delivery-prevent-bg, #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.lazyload, #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.lazyloading { background-image: none; }
#Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { position:absolute;display:block;z-index:15027;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/a2db578e-df7d-4fae-b413-563f70cbcb99/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:9.1875rem;left:25.375rem;display:block; }#Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.adaptive-delivery-prevent-bg, #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.lazyload, #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.lazyloading { background-image: none; }
#buq430d74q3yrIrzpfmGZqda9TyDqcB0 { position:absolute;display:block;z-index:15026;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/d9d070b0-3020-4550-9805-bd1c3d586d15/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:9.1875rem;left:13.5625rem;display:block; }#buq430d74q3yrIrzpfmGZqda9TyDqcB0.adaptive-delivery-prevent-bg, #buq430d74q3yrIrzpfmGZqda9TyDqcB0.lazyload, #buq430d74q3yrIrzpfmGZqda9TyDqcB0.lazyloading { background-image: none; }
#pOUioefDCyv2VSWiW50STwwIerNktAxh { position:absolute;display:block;z-index:15025;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/59d20c93-4705-4178-9ff4-8a862fd8f4d0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;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:6.125rem;width:10.625rem;top:9.1875rem;left:1.75rem;display:block; }#pOUioefDCyv2VSWiW50STwwIerNktAxh.adaptive-delivery-prevent-bg, #pOUioefDCyv2VSWiW50STwwIerNktAxh.lazyload, #pOUioefDCyv2VSWiW50STwwIerNktAxh.lazyloading { background-image: none; }
#sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { position:absolute;display:block;z-index:15017;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:9.875rem;width:9.8125rem;top:3.0625rem;left:-9.2895107198344rem;overflow:hidden;display:block; }
#ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { 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:13.3125rem;width:13.125rem;top:3.875rem;left:57.691433456129rem;overflow:hidden;display:block; }
#RcR25ycr9FhXsAACVPMromVcEWLZlaIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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.adaptive-delivery-prevent-bg, #RcR25ycr9FhXsAACVPMromVcEWLZlaIu.lazyload, #RcR25ycr9FhXsAACVPMromVcEWLZlaIu.lazyloading { background-image: none; }#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.4); }#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.4); }#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::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; }#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:37.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:30.5625rem;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; }
#VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { color:#ffffff;display:block;width:21.125rem;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:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:16.50634765625rem;left:4.3125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { position:absolute;display:block;z-index:15011;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:17.9375rem;width:17.9375rem;top:17.9375rem;left:4.3125rem;overflow:hidden;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-form-header { font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:20rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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:20rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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:20rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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:20rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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, #217ed7, #1c528e);background-image: -moz-linear-gradient(top, #217ed7, #1c528e);background-image: -ms-linear-gradient(top, #217ed7, #1c528e);background-image: -o-linear-gradient(top, #217ed7, #1c528e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#217ed7', endColorstr='#1c528e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#217ed7', endColorstr='#1c528e' );";background-image: linear-gradient(to bottom, #217ed7, #1c528e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:19.5625rem;height:3.6875rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;font-style:normal; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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:19rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container:first-of-type{padding-top:0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container:last-of-type{padding-bottom:0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { 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:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.65625rem;top:9.3125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { 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:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.65625rem;top:9.3125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy { position:relative; }
#AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { position:relative;display:block; }
#MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { position:relative;display:block; }
#t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { position:relative;display:block; }
#NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { position:relative;display:block; }
#nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { position:relative;display:block; }
#qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { position:relative;display:block; }
#tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { position:relative;display:block; }
#tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { position:relative;display:block; }
#NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { position:relative;display:block; }
#wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { position:relative;display:block; }
#bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { position:relative;display:block; }
#utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { position:relative;display:block; }
#FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { position:relative;display:block; }
#xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { position:relative;display:block; }
#guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { position:relative;display:block; }
#EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { position:relative;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI { position:relative; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#144985;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; }#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:14.6875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { position:absolute;display:block;z-index:15012;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.75rem;width:5.75rem;top:0rem;left:5.625rem;overflow:hidden;display:block; }
#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { background-color: transparent; background-image: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .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); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { border-width: 0; border-radius: 0; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#c4p5gig31S1hDp9q0VbmNooxWLfnWoho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:56.6875rem; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }@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) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:15rem;height:3.3125rem;top:1.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:46.1875rem;display:block; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.125rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:5.75rem;height:5.75rem;top:0rem;left:0rem;display:none; }
 }@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:29rem;height:8.5rem;top:9.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { width:25.875rem;height:3.25rem;top:20.4375rem;left:0rem;font-size:0.9375rem;display:block; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { width:14.5rem;height:2.75rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block; }
 }@media only screen and (max-width: 763px) { #GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 { width:1.25rem;height:1.25rem;top:27.3125rem;left:5.1875rem;display:block; }
#GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { width:36.6875rem;height:27.3125rem;top:5.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:21.5rem;height:17.625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { width:26.5625rem;height:21.6875rem;top:9.1875rem;left:18.5625rem;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:14.5625rem;height:3.3125rem;top:32.25rem;left:25.1875rem;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:33.125rem;left:37.125rem;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; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:24.9375rem;height:30.375rem;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:25rem;height:0.125rem;top:11.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:11.6875rem;left:24.625rem;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) { #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) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:11.3125rem;height:6.6875rem;top:4.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { width:11.3125rem;height:6.6875rem;top:12.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { width:11.3125rem;height:6.6875rem;top:12.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { width:11.3125rem;height:6.6875rem;top:4.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uWEaFX2wknmITMFlblecc5BbOsouyr { width:11.3125rem;height:6.6875rem;top:12.5625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { width:11.3125rem;height:6.6875rem;top:4.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { width:0.625rem;height:0.625rem;top:9.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { width:15.625rem;height:0.125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { width:22.25rem;height:33.5625rem;top:0.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { width:24.375rem;height:29.9375rem;top:4.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { width:23.4375rem;height:29.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLy4fq4iiFNT48iuTxqnzuO62An8eof { width:4.8125rem;height:4.8125rem;top:3rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p525aSJE1S6PhenMid3yQDErS0gtu6Xl { width:3.75rem;height:0.125rem;top:9.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVF1FgcnMHowlQugRPHcATv6afyoid7t { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#GVF1FgcnMHowlQugRPHcATv6afyoid7t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { width:3.5rem;height:3.5rem;top:3.625rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIkNTK5M2PbTcIHZkNQguohD5I9od84i { width:3.75rem;height:0.125rem;top:12rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { width:4.8125rem;height:4.8125rem;top:7.8125rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { width:3.1875rem;height:3.1875rem;top:9.0625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:4.8125rem;height:4.8125rem;top:7.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { width:2.9375rem;height:2.9375rem;top:7.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { display:block; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { width:15.75rem;height:3.3125rem;top:1.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block; }
 }@media only screen and (max-width: 763px) { #d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:29.125rem;display:block; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { display:block; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { display:block; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVUQIEu0ilMWokFtQAN32a6loZkmksE { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { width:20.3125rem;height:6.5rem;top:2.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:17.6875rem;height:4rem;top:3.8125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { width:20.3125rem;height:6.5rem;top:10.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { width:17.6875rem;height:4rem;top:11.875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { width:20.3125rem;height:6.5rem;top:2.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { width:17.6875rem;height:4rem;top:3.8125rem;left:28.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49NWEpT2xxOTB4feFags1RRasVdDl3y { width:20.3125rem;height:6.5rem;top:10.625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { width:17.6875rem;height:4rem;top:12rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biTJx9xRBUsPfCobKJ6lztfex4XO9xCn { width:7.4375rem;height:6.5rem;top:2.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt { width:7.4375rem;height:6.5rem;top:10.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 { display:block; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { width:47.75rem;position:relative;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) { #T9yPLSTU5R3FdI7MyoZIWQDZuaDbxEGz { width:14.375rem;height:0.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFyIXQ0wTBC2HzF5sbl29Mh2J7P6m17D { width:0.625rem;height:0.625rem;top:4.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewBEqXtZticndSWv8qlR21bAWNsQ2VFL { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r { width:6.3125rem;height:6.3125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV { width:6.3125rem;height:6.3125rem;top:6.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG { width:6.3125rem;height:6.3125rem;top:6.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe { width:6.3125rem;height:6.3125rem;top:6.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK { width:6.3125rem;height:6.3125rem;top:6.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NflD79mW3P1sqZAUn6qpSOu53v13MZTq { width:6.3125rem;height:6.3125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRaNKa07iQHpXitUohGvtyingi6vKqJF { width:6.3125rem;height:6.3125rem;top:12.4375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d { width:6.3125rem;height:6.3125rem;top:12.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwekDs5w5zQKtBKtU2LqtevxZTnyw17 { width:6.3125rem;height:6.3125rem;top:12.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11a318sxfq89tWhzxcgMysCgSeERidF { width:6.3125rem;height:6.3125rem;top:12.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v { width:18.9375rem;height:16.0625rem;top:0.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ { width:18.9375rem;height:16.0625rem;top:13.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf { width:6.3125rem;height:6.3125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMDBDbJwGOZ2193r0t5BhC17ro68xegT { width:6.3125rem;height:6.3125rem;top:18.6875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp { width:6.3125rem;height:6.3125rem;top:18.6875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2gmi82PHtloyMn974foZrqiTm6LbIDb { width:6.3125rem;height:6.3125rem;top:18.6875rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKlktG4wIUdIqLid7mwvM1CPrburMMut { width:6.3125rem;height:6.3125rem;top:18.6875rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V { width:6.3125rem;height:6.3125rem;top:23.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv { width:6.3125rem;height:6.3125rem;top:23.4375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d { width:6.3125rem;height:6.3125rem;top:23.4375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1G2VFNloFcVM1uWWzLREi767l1hcKxQ { width:6.3125rem;height:6.3125rem;top:23.4375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT94x6rXMhbJyzvHU8JIfzILhENIEa9O { width:6.3125rem;height:6.3125rem;top:23.4375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { display:block; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwHte6lo68KWpUy5SQ17GminxdwdbmDm { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { display:block; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { width:10.625rem;height:6.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { width:10.625rem;height:6.125rem;top:1.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { width:10.625rem;height:6.125rem;top:1.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { width:10.625rem;height:6.125rem;top:1.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNA4CBXlmGFClvTBsQscGAUa08cb36S { width:10.625rem;height:6.125rem;top:1.875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { width:10.625rem;height:6.125rem;top:9.1875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { width:10.625rem;height:6.125rem;top:9.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { width:10.625rem;height:6.125rem;top:9.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq430d74q3yrIrzpfmGZqda9TyDqcB0 { width:10.625rem;height:6.125rem;top:9.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUioefDCyv2VSWiW50STwwIerNktAxh { width:10.625rem;height:6.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { width:9.8125rem;height:9.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { width:13.125rem;height:13.3125rem;top:3.875rem;left:34.625rem;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:30.5625rem;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) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:21.125rem;height:10.875rem;top:4.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:20rem;height:4.0625rem;top:16.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { width:17.9375rem;height:17.9375rem;top:17.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy {  }
 }@media only screen and (max-width: 763px) { #AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { display:block; }
 }@media only screen and (max-width: 763px) { #MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { display:block; }
 }@media only screen and (max-width: 763px) { #t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { display:block; }
 }@media only screen and (max-width: 763px) { #NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { display:block; }
 }@media only screen and (max-width: 763px) { #nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { display:block; }
 }@media only screen and (max-width: 763px) { #qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { display:block; }
 }@media only screen and (max-width: 763px) { #tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { display:block; }
 }@media only screen and (max-width: 763px) { #tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { display:block; }
 }@media only screen and (max-width: 763px) { #NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { display:block; }
 }@media only screen and (max-width: 763px) { #wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { display:block; }
 }@media only screen and (max-width: 763px) { #bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { display:block; }
 }@media only screen and (max-width: 763px) { #utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { display:block; }
 }@media only screen and (max-width: 763px) { #FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { display:block; }
 }@media only screen and (max-width: 763px) { #xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { display:block; }
 }@media only screen and (max-width: 763px) { #guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { display:block; }
 }@media only screen and (max-width: 763px) { #EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI {  }
 }@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) { #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) { #WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { width:5.75rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4p5gig31S1hDp9q0VbmNooxWLfnWoho { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:13.1875rem;height:2.5rem;top:0.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { display:flex;width:1.5625rem;height:1.5625rem;top:2.3125rem;left:9.1875rem;display:none; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.125rem;height:6.125rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:3.625rem;height:3.625rem;top:0rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f2d61, #020813);background-image: -moz-linear-gradient(180deg, #0f2d61, #020813);background-image: -ms-linear-gradient(180deg, #0f2d61, #020813);background-image: -o-linear-gradient(180deg, #0f2d61, #020813);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );";background-image: linear-gradient(180deg, #0f2d61, #020813);background-size:cover !important;display:block; }#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 { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.375rem;height:5.361325rem;top:6.875rem;left:0.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uP6AeTffKDtQwQKwFC6T6ObGht1X88tv { width:15.6875rem;height:3.65625rem;top:13.40234375rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#uP6AeTffKDtQwQKwFC6T6ObGht1X88tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { width:14rem;height:3.0625rem;top:33.03125rem;left:3rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block; }
 }@media only screen and (max-width: 763px) { #GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 { display:flex;width:1.25rem;height:1.25rem;top:27.3125rem;left:9.375rem;display:none; }
#GS3LEceF1aCTmu2SHF0y9rW09hzqsPx1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { width:20rem;height:14.973125rem;top:17.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:20rem;height:16.3945rem;top:20.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { width:20rem;height:16.329411764706rem;top:57.46921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020813, #080808);background-image: -moz-linear-gradient(180deg, #020813, #080808);background-image: -ms-linear-gradient(180deg, #020813, #080808);background-image: -o-linear-gradient(180deg, #020813, #080808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );";background-image: linear-gradient(180deg, #020813, #080808);background-size:auto !important;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 { 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:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:18.4375rem;height:8.2495rem;top:29.375rem;left:0.8125rem;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.75rem;height:3.25rem;top:51.1875rem;left:1.3125rem;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:16.4375rem;height:10.0244375rem;top:39.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:20rem;height:20.1875rem;top:7.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:20rem;height:3.75rem;top:2rem;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) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:11.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:51.786625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { width:20rem;height:1.875rem;top:2.8125rem;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) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:8.625rem;height:5.0625rem;top:12.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { width:14.8125rem;height:4.875rem;top:5.5625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { width:8.625rem;height:5.0625rem;top:12.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { width:8.625rem;height:5.0625rem;top:25.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { width:8.625rem;height:5.0625rem;top:18.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uWEaFX2wknmITMFlblecc5BbOsouyr { width:8.625rem;height:5.0625rem;top:25.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { width:8.625rem;height:5.0625rem;top:18.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { width:0.625rem;height:0.625rem;top:38.62353515625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { width:15.625rem;height:0.125rem;top:9.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:18.5rem;height:3.29980625rem;top:2.32470703125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { width:20rem;height:30.5rem;top:31rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { width:20rem;height:30rem;top:62.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { width:20rem;height:27.8125rem;top:1.9375rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLy4fq4iiFNT48iuTxqnzuO62An8eof { width:4.8125rem;height:4.8125rem;top:33.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:12.5625rem;height:4.94970625rem;top:33.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p525aSJE1S6PhenMid3yQDErS0gtu6Xl { width:3.75rem;height:0.125rem;top:54.86230625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:16.875rem;height:5.625rem;top:39.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GVF1FgcnMHowlQugRPHcATv6afyoid7t { width:17.5625rem;height:12.6855625rem;top:47.0625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#GVF1FgcnMHowlQugRPHcATv6afyoid7t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { display:flex;width:3.5rem;height:3.5rem;top:33.9375rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { width:16.9375rem;height:10.5859375rem;top:80.1875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:15.5rem;height:6.75rem;top:71.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fIkNTK5M2PbTcIHZkNQguohD5I9od84i { width:3.75rem;height:0.125rem;top:91.86230625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:8.3125rem;height:3.29980625rem;top:66.3125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { width:4.8125rem;height:4.8125rem;top:65.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { display:flex;width:3.1875rem;height:3.1875rem;top:66.375rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { width:16.9375rem;height:8.0488125rem;top:19.3125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:15.5rem;height:6.75rem;top:10.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:8.6875rem;height:3.29980625rem;top:4.625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.125rem;top:19.73730625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:4.8125rem;height:4.8125rem;top:3.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { display:flex;width:2.9375rem;height:2.9375rem;top:4.8125rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { display:block; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { width:15.75rem;height:3.3125rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block; }
 }@media only screen and (max-width: 763px) { #d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { display:flex;width:1.5625rem;height:1.5625rem;top:2.3125rem;left:9.1875rem;display:none; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { background-color:#080808;background-image:none;display:block; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { background-color: transparent; background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .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); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { width:16.5625rem;height:6.75rem;top:1.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { background-color:#080808;background-image:none;display:block; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { background-color: transparent; background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .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); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVUQIEu0ilMWokFtQAN32a6loZkmksE { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { width:19.75rem;height:6.5rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:17.875rem;height:2.625rem;top:3.3125rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { width:19.75rem;height:6.5rem;top:9rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { width:17.6875rem;height:2.625rem;top:11.0625rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { width:19.75rem;height:6.5rem;top:17.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { width:17.6875rem;height:2.625rem;top:19.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u49NWEpT2xxOTB4feFags1RRasVdDl3y { width:19.75rem;height:6.5rem;top:25.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { width:17.6875rem;height:2.625rem;top:27.1875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #biTJx9xRBUsPfCobKJ6lztfex4XO9xCn { width:9.1875rem;height:8rem;top:33.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Ahr7xU4bHbxi5AWIqi3DEgCezJbDpt { width:9.1875rem;height:8rem;top:33.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 { background-color:#080808;background-image:none;display:block; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { background-color: transparent; background-image: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container > .video-iframe-container { display: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row > .video-iframe-container { display: none; }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .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); }#fuuWN8wSAtN4lBmDa8iaMsWWao0atcI2 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { background-color:#080808;background-image:none;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 { width:20rem;height:51.8125rem;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) { #T9yPLSTU5R3FdI7MyoZIWQDZuaDbxEGz { width:14.375rem;height:0.125rem;top:4.3125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFyIXQ0wTBC2HzF5sbl29Mh2J7P6m17D { width:0.625rem;height:0.625rem;top:16.5244125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewBEqXtZticndSWv8qlR21bAWNsQ2VFL { width:20rem;height:1.875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w0GhI8WArrEKnMt7Zi0miKN7PT03MJ5r { width:6.3125rem;height:6.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgt3Fyqhh3OiCc0CAH6sLWiXvBrw67kV { width:6.3125rem;height:6.3125rem;top:4.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCCIhTNgCI7MZ6XTmG8uwhgz4TigeRG { width:6.3125rem;height:6.3125rem;top:4.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPbyBWaSHu8hTrLkJ2tEBbMmgM8Gmhe { width:6.3125rem;height:6.3125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDW23Iq924RtPTKDHONQ2ZMx4nS8UtOK { width:6.3125rem;height:6.3125rem;top:10.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NflD79mW3P1sqZAUn6qpSOu53v13MZTq { width:6.3125rem;height:6.3125rem;top:10.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRaNKa07iQHpXitUohGvtyingi6vKqJF { width:6.3125rem;height:6.3125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE2kemAz7AkdwWIrx3PDaOXEx7q1MS3d { width:6.3125rem;height:6.3125rem;top:16.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwekDs5w5zQKtBKtU2LqtevxZTnyw17 { width:6.3125rem;height:6.3125rem;top:16.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11a318sxfq89tWhzxcgMysCgSeERidF { width:6.3125rem;height:6.3125rem;top:86.5869125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #efeyyM9n4fxJAUoEiTMFZUKm6Vq3pp5v { width:20rem;height:17.9375rem;top:21.875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #LppaKq0FlUZHcsFITSSS4NZwZ9bzqgEZ { width:19.875rem;height:15.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXM4GMyZuQvsEQOEsCokuHSI5ZUuGDf { width:6.3125rem;height:6.3125rem;top:30.7119140625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMDBDbJwGOZ2193r0t5BhC17ro68xegT { width:6.3125rem;height:6.3125rem;top:23.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xExTW1PpKBADqlOv2Tt4CR0c5z8nmbEp { width:6.3125rem;height:6.3125rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2gmi82PHtloyMn974foZrqiTm6LbIDb { width:6.3125rem;height:6.3125rem;top:28.1875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKlktG4wIUdIqLid7mwvM1CPrburMMut { width:6.3125rem;height:6.3125rem;top:32.9375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLsv25RhBzOq3wTBtbFS1wxS856NIQ7V { width:6.3125rem;height:6.3125rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #prnWmk7MJOv8yLAvSpAJf3tECTEvN8Qv { width:6.3125rem;height:6.3125rem;top:23.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmqi0Is1PXoxm9MkPeQr3aq0v6Brcy3d { width:6.3125rem;height:6.3125rem;top:28.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1G2VFNloFcVM1uWWzLREi767l1hcKxQ { width:6.3125rem;height:6.3125rem;top:32.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT94x6rXMhbJyzvHU8JIfzILhENIEa9O { width:6.3125rem;height:6.3125rem;top:32.9375rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { display:block; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwHte6lo68KWpUy5SQ17GminxdwdbmDm { width:20rem;height:3rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { display:block; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { width:9.25rem;height:6.125rem;top:0.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { width:9.25rem;height:6.125rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { width:9.25rem;height:6.125rem;top:8rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { width:9.25rem;height:6.125rem;top:22.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNA4CBXlmGFClvTBsQscGAUa08cb36S { width:9.25rem;height:6.125rem;top:22.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { width:9.25rem;height:6.125rem;top:29.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { width:9.25rem;height:6.125rem;top:29.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { width:9.25rem;height:6.125rem;top:15rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq430d74q3yrIrzpfmGZqda9TyDqcB0 { width:9.25rem;height:6.125rem;top:15rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUioefDCyv2VSWiW50STwwIerNktAxh { width:9.25rem;height:6.125rem;top:8rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { width:9.8125rem;height:9.875rem;top:38.62353515625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { width:13.125rem;height:13.3125rem;top:117.24853515625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:20rem;height:50.8125rem;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:29rem;top:17.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:18.8125rem;height:3rem;top:18.8125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:17.8125rem;height:8.999rem;top:1.5625rem;left:1.09375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:15.5rem;height:3.9375rem;top:11.49853515625rem;left:1.09375rem;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) { #OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { width:11.3125rem;height:11.3125rem;top:43.25rem;left:4.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { width:17.5rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text { width:17.5rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-textarea { width:17.5rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select { width:17.5rem;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; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.125rem;overflow:hidden; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy {  }
 }@media only screen and (max-width: 763px) { #AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { display:block; }
 }@media only screen and (max-width: 763px) { #MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { display:block; }
 }@media only screen and (max-width: 763px) { #t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { display:block; }
 }@media only screen and (max-width: 763px) { #NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { display:block; }
 }@media only screen and (max-width: 763px) { #nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { display:block; }
 }@media only screen and (max-width: 763px) { #qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { display:block; }
 }@media only screen and (max-width: 763px) { #tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { display:block; }
 }@media only screen and (max-width: 763px) { #tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { display:block; }
 }@media only screen and (max-width: 763px) { #NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { display:block; }
 }@media only screen and (max-width: 763px) { #wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { display:block; }
 }@media only screen and (max-width: 763px) { #bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { display:block; }
 }@media only screen and (max-width: 763px) { #utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { display:block; }
 }@media only screen and (max-width: 763px) { #FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { display:block; }
 }@media only screen and (max-width: 763px) { #xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { display:block; }
 }@media only screen and (max-width: 763px) { #guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { display:block; }
 }@media only screen and (max-width: 763px) { #EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:14.6875rem;height:2.19286875rem;top:5.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { width:4.4375rem;height:4.4375rem;top:1.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4p5gig31S1hDp9q0VbmNooxWLfnWoho { display:flex;width:3.3125rem;height:3.3125rem;top:0.0625rem;left:16rem; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }