.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:#5b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:77px;width:960px;overflow:visible;position:relative;display:block; }#BRGpF4JviQTJMbiJNR0UpepbfFVioixn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:216px;top:8.9914770126343px;left:33.934631347656px;overflow:hidden;display:block; }
#dRorRnhw6fZiccspRUNR0gBWalHWxqbT { background-color:#a90404;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:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:227px;height:41px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.96875px;left:667.953125px;display:block; }
#HkmVv66FyHbGTAZ11GLWrfeIWHuKoawa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM { background-color:#a90404;background-image:url("https://images.assets-landingi.com/uc/e136eb89-ed48-485c-9fca-c3a7c56ce3b8/banner.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.adaptive-delivery-prevent-bg, #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.lazyload, #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.lazyloading { background-image: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { background-color: transparent; background-image: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container > .video-iframe-container { display: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row > .video-iframe-container { display: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .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); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { border-width: 0; border-radius: 0; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { font-size:14px;font-family:arial;height:484px;width:960px;overflow:visible;position:relative;display:block; }#VuZw63h2N9elL94csGa6TNg1o5r9KH3T { background-color:#5b5b5b;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:9999px;border-top-right-radius:9999px;border-bottom-left-radius:9999px;border-bottom-right-radius:9999px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:275px;height:56px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:375px;left:40px;display:block; }
#UwdwDhTKQRZGVRRzqSEfgiAWX7GXnxHd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZmNv2CAs1FWOLbagEpLqaqNKBTU2k6vo { color:#ffffff;display:block;width:436px;position:absolute;font-family:"montserrat bold";font-size:40px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:153px;left:40px;height:132px;display:block; }
#RJ7298sUVJhtLM9w1QIIzm9NAgvKKaIo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:745px;width:757px;display:none; }
#ahPgTwCctC2yIaP37ss86qBx09PtFfTH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ahPgTwCctC2yIaP37ss86qBx09PtFfTH > img { max-width: 100%;max-height:100%; }#NOnFmHMgHzuPSJ3ooUK1xyxylSEzVxsk { position:absolute;display:block;z-index:15011;height:26.9886px;width:238.991px;top:396px;left:755px;display:none; }
#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH { position:relative;display:none; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH { border-width: 0; border-radius: 0; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223510ea-017d-48e9-8366-850180f78451/digitalplexusbackgroundnetworkconnectionsdotsbackgroundfuturistictechnologicalabstractbackground1.jpg");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; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G.adaptive-delivery-prevent-bg, #yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G.lazyload, #yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G.lazyloading { background-image: none; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container { background-color: transparent; background-image: none; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5b5b5b; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container > .video-iframe-container { display: none; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5b5b5b; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row > .video-iframe-container { display: none; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .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); }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container { border-width: 0; border-radius: 0; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G::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; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#TUPtELuIivrzvE4zae7BTETW40Jd26eb { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:32px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:42px;left:0px;height:38.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bee6e4f-2160-4b22-b92a-65c6a22244d0/10861.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:365px;width:344px;top:160px;left:121px;display:block; }#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.adaptive-delivery-prevent-bg, #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.lazyload, #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.lazyloading { background-image: none; }
#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; }#TbaUXQl8riRBiVGyqpyyAs0qAhnzrE3Z { color:#ffffff;display:block;width:246px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:224px;left:143px;height:30px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#M094gGed8WvxEFaR53tOqcrv8AQV2430 { color:#ffffff;display:block;width:298.991px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:289px;left:143px;height:126px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EKNdhT7KcRdb705MJMXiCH4z8fUU6bNw { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:90px;width:90px;top:107px;left:246px;display:block; }
#nU0noJXZ37HE2oeKV0KRmzWseILGX9M9 { 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;height:51px;width:51px;top:126px;left:265px;overflow:hidden;display:block; }
#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bee6e4f-2160-4b22-b92a-65c6a22244d0/10861.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:365px;width:344px;top:161px;left:496px;display:block; }#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.adaptive-delivery-prevent-bg, #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.lazyload, #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.lazyloading { background-image: none; }
#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; }#Ai7TitMfHDuTwmNlOX7zJQw4ObPX0T1T { color:#ffffff;display:block;width:278px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:224px;left:517px;height:48px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#xriWHyASRbBFE2XwnBEtEn3EVMEeDKvs { color:#ffffff;display:block;width:298.977px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:286px;left:518px;height:189px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DkIMuBw3WPVNDwUPhoUOVSacrNqhcJL0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:90px;width:90px;top:108px;left:621px;display:block; }
#ytSAKDFZJvOBf0mpxKxptuaBeh3JOVL9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:51px;top:127px;left:640px;overflow:hidden;display:block; }
#L1Jrz04Z8ND2T6hMKK0MoigSdX95wpkS { background-color:#a90404;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:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258.991px;height:45px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:563.97726821899px;left:350.48291015625px;display:block; }
#D1mIasLIwaHrNhTdxy02L2brsTxQLFgE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok { position:relative;display:block; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok { background-color: transparent; background-image: none; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container > .video-iframe-container { display: none; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row > .video-iframe-container { display: none; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .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); }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok { border-width: 0; border-radius: 0; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:410px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223510ea-017d-48e9-8366-850180f78451/digitalplexusbackgroundnetworkconnectionsdotsbackgroundfuturistictechnologicalabstractbackground1.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:278px;width:446px;top:66px;left:485px;display:block; }#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.adaptive-delivery-prevent-bg, #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.lazyload, #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.lazyloading { background-image: none; }
#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(169,4,4,0.96); }#ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI { color:#ffffff;display:block;width:355px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:95px;left:521px;height:220.75px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI li:not(:first-child){ padding-top:11px;padding-right:0;padding-bottom:0;padding-left:0; }#ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e463ecbb-c577-4908-b716-cd7ef642fbb4/BRANCO_03.png); }
#OIWpvpEaZFveCpgsya8cwpfHkAUftaZv { color:#000000;display:block;width:435px;position:absolute;font-family:montserrat;font-size:28px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:123px;left:29px;height:167.969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 { background-color:#a90404;background-image:url("https://images.assets-landingi.com/uc/cc23f7d0-8507-43fd-a341-1a8c316fbb9a/banner036.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.adaptive-delivery-prevent-bg, #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.lazyload, #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.lazyloading { background-image: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { background-color: transparent; background-image: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container > .video-iframe-container { display: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row > .video-iframe-container { display: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .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); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { border-width: 0; border-radius: 0; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { font-size:14px;font-family:arial;height:292px;width:960px;overflow:visible;position:relative;display:block; }#vh4pcitfsQi6J1rn6AhW8WyPsTJwDKvo { color:#ffffff;display:block;width:305px;position:absolute;font-family:"montserrat bold";font-size:28px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:96px;left:13px;height:61.5938px;text-align:left;text-align-last:left;display:block; }
#JIToAGPefGWayIZvEraLq5gJTcbFyO6K { background-color:#5b5b5b;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:243.991px;height:52.9972px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:206px;left:13px;display:block; }
#pzeXDtEhkGnQh45MvHc34L03iLIcalB6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223510ea-017d-48e9-8366-850180f78451/digitalplexusbackgroundnetworkconnectionsdotsbackgroundfuturistictechnologicalabstractbackground1.jpg");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; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW.adaptive-delivery-prevent-bg, #dUsD5ghTu661lxnxJDNiwKvFTewnfLkW.lazyload, #dUsD5ghTu661lxnxJDNiwKvFTewnfLkW.lazyloading { background-image: none; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container { background-color: transparent; background-image: none; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container > .video-iframe-container { display: none; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row > .video-iframe-container { display: none; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .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); }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container { border-width: 0; border-radius: 0; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW::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; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#X5V4LZKql2LDUwwSgokPpon4mUvpmqa1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:615.98px;width:572.983px;top:4.4886322021484px;left:193.49432373047px;overflow:hidden;display:block; }
#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fdfc;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; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container { background-color: transparent; background-image: none; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container > .video-iframe-container { display: none; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row > .video-iframe-container { display: none; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .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); }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container { border-width: 0; border-radius: 0; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container { font-size:14px;font-family:arial;height:599px;width:960px;position:relative;display:block; }#U0Shds3SO957qDF9VDdkCAW0XsB0Trtz { position:absolute;display:block;z-index:15004;background-color:#a90404;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #5b5b5b;border-left:3px solid #5b5b5b;border-right:3px solid #5b5b5b;border-bottom:3px solid #5b5b5b;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:447px;width:375px;top:53px;left:547px;display:block; }
#lAQga82DsikVGhuUyEuJVpSCmiUwSRoE { position:absolute;display:block;z-index:15005;background-color:#5b5b5b;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:10px;border-top-right-radius:10px;height:73px;width:378px;top:53px;left:547px;display:block; }
#mKP7yNBqTZbxgCZ96oGxiwpPEUZNBM3K { color:#ffffff;display:block;width:270.994px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:66px;left:602px;height:50.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AW9qr50Jucl0Glos7fxv1oesfPvCTiDE { color:#000000;display:block;width:370px;position:absolute;font-family:"montserrat bold";font-size:37px;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:135.95166015625px;left:67.883514404297px;height:74.0057px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqdoXOX8oouObG5An6Ja9PDD0qumPT31 { position:absolute;display:block;z-index:15026;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;height:135px;width:307.983px;top:16.264236450195px;left:31.775543212891px;overflow:hidden;display:block; }
#TurTCIulFomzQKgeCPR4IJeyLxm6T68K { color:#000000;display:block;width:342px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:216.9609375px;left:67.890625px;height:22.0028px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ER6NfCk6n1kVJLB3c3Tps4q0w06TOgrr { color:#ffffff;display:block;width:286.989px;position:absolute;font-family:montserrat;font-size:13px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:421px;left:602px;height:50.6953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/78170489-bc39-4683-85fd-1380dbad3b4f/AdobeStock_633704111.jpeg");background-position:top 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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:150px;height:260px;width:335.994px;top:257.45738220215px;left:67.840881347656px;display:block; }#B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd.adaptive-delivery-prevent-bg, #B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd.lazyload, #B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd.lazyloading { background-image: none; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-form-header { font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:320px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:320px;box-sizing:border-box;height:49px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:320px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:320px;box-sizing:border-box;height:49px;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-button { border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;background-color:#5b5b5b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:3px;margin-bottom:4px;margin-left:3px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:313px;height:59px;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .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:13px;font-weight:400;color:#ababab;vertical-align:top;width:304px;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-container:first-of-type{padding-top:0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-container:last-of-type{padding-bottom:0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn  { background-color:transparent;background-image:none;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:557.5px;top:128.5px;z-index:15006;position:absolute;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:320px;display:block;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn {display:block;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn { background-color:transparent;background-image:none;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:557.5px;top:128.5px;z-index:15006;position:absolute;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #v8WrMudUq7OX9kuIJ5EmTGSOatWwXoDH { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #Vc8DTa8GlWzRvGms1m4CG8kUT3CTopaL { position:relative;display:none; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #zxfoDlOAEt0ofqkUPBW7heZwuFrgVMgK { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #H2pt9dry3UVEfwg4zlNpVKua28nl4eTp { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #KTRzWmknZ2emOCxxUtuhI9TCRQZHNtlu { position:relative;display:none; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #FozJsyzK2vJa4Swwo8GmxtsXo0Lu4thH { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TXtvKFQDkDD2JnJZ6CBnQXGbCqHmmfTx { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #VU4kgUXmxpg0Tcpk6vmIlwzHurXViS3i { position:relative;display:none; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TKieog0eQv7TZoZK6m7p7Tb7Wd70TQHc { position:relative; }
#SlQzOVS9zitZ8fyBcVT2EPGnHNt7KeNr { position:relative;display:block; }
#ZNF6c1AM9q6uuRTUqriP2GvE96ucQ1Ab { position:relative;display:block; }
#u7MWNPVAExDpD2TqwUTaLhUGkAMv3d0t { position:relative;display:block; }
#D1rHb2WLIw6u9JpralWZ1fgydgW38IPN { position:relative;display:block; }
#r65HARRxZ23JefQCBrTwaB6LAVuiz8RA { position:relative;display:block; }
#qSXQSz32l2sseSTWz8ZfFaNB5TXgmpts { position:relative;display:block; }
#O6Gm6h387NCWW4Qw1vxqINnICJN3xvi0 { position:relative;display:block; }
#AuweCmwW8QnFNlXTao5xQ8W1WBTyp7Is { position:relative;display:block; }
#V6ixQT1fCrGea23nAAeVRby9VaOFSJa6 { position:relative;display:block; }
#efzxmsuGf1vkeHQF452ew2lB9QTMMm9v { position:relative;display:block; }
#sHzl9vmGs2ZHv4l8cCiAVfaXM9Kx1mqT { position:relative;display:block; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #lvi7DirDMHfOT6mnT2OpGVI3TwfcuHzx { position:relative; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #drUOCSl0kmP7BAxWa6s4hAupTSKUhtbi { position:relative; }
#G60IMv32s1zT4TcesCdVHFVNyZm3J00H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b5b5b;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; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container { background-color: transparent; background-image: none; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container > .video-iframe-container { display: none; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row > .video-iframe-container { display: none; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .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); }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container { border-width: 0; border-radius: 0; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#iLTmmqODhlwUwEz4EoA72BTsAao8I8vm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55.9943px;width:215.994px;top:21px;left:45px;overflow:hidden;display:block; }
#SNnwdHpFtAQSBmUIdHVJczOzUDbiVt9x { color:#ffffff;display:block;width:751px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:44.25px;left:209px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW { background-color:rgba(0,0,0,0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0px;left:0px;right:0px;display:block; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container { background-color: transparent; background-image: none; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container > .video-iframe-container { display: none; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row > .video-iframe-container { display: none; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .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); }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container { border-width: 0; border-radius: 0; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;overflow:visible;position:relative;display:block; }#GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:52.9972px;width:52.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:23.480102539062px;left:862.95446777344px; }
#GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr > img { max-width: 100%;max-height:100%; }@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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRGpF4JviQTJMbiJNR0UpepbfFVioixn { width:216px;height:56px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dRorRnhw6fZiccspRUNR0gBWalHWxqbT { width:227px;height:41px;top:17px;left:537px;display:block; }
 }@media only screen and (max-width: 763px) { #HkmVv66FyHbGTAZ11GLWrfeIWHuKoawa { display:block; }
 }@media only screen and (max-width: 763px) { #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM { display:block; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuZw63h2N9elL94csGa6TNg1o5r9KH3T { width:275px;height:55px;top:375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UwdwDhTKQRZGVRRzqSEfgiAWX7GXnxHd { display:block; }
 }@media only screen and (max-width: 763px) { #ZmNv2CAs1FWOLbagEpLqaqNKBTU2k6vo { width:435px;height:175px;top:153px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7298sUVJhtLM9w1QIIzm9NAgvKKaIo { width:603px;height:593px;display:none; }
 }@media only screen and (max-width: 763px) { #ahPgTwCctC2yIaP37ss86qBx09PtFfTH { width:50px;height:50px;display:none; }
#ahPgTwCctC2yIaP37ss86qBx09PtFfTH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #NOnFmHMgHzuPSJ3ooUK1xyxylSEzVxsk { width:238px;height:26px;top:406px;left:526px;display:none; }
 }@media only screen and (max-width: 763px) { #wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH { display:none; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G { display:block; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUPtELuIivrzvE4zae7BTETW40Jd26eb { width:764px;height:38px;top:42px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW { width:343px;height:365px;top:160px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TbaUXQl8riRBiVGyqpyyAs0qAhnzrE3Z { width:245px;height:30px;top:224px;left:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M094gGed8WvxEFaR53tOqcrv8AQV2430 { width:298px;height:146px;top:288px;left:44.997131347656px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EKNdhT7KcRdb705MJMXiCH4z8fUU6bNw { width:90px;height:90px;top:107px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #nU0noJXZ37HE2oeKV0KRmzWseILGX9M9 { width:51px;height:51px;top:126px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w { width:343px;height:365px;top:161px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7TitMfHDuTwmNlOX7zJQw4ObPX0T1T { width:277px;height:47px;top:224px;left:419px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xriWHyASRbBFE2XwnBEtEn3EVMEeDKvs { width:298px;height:188px;top:286px;left:420px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DkIMuBw3WPVNDwUPhoUOVSacrNqhcJL0 { width:90px;height:90px;top:108px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #ytSAKDFZJvOBf0mpxKxptuaBeh3JOVL9 { width:51px;height:51px;top:127px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #L1Jrz04Z8ND2T6hMKK0MoigSdX95wpkS { width:258px;height:45px;top:563px;left:252.48291015625px;display:block; }
 }@media only screen and (max-width: 763px) { #D1mIasLIwaHrNhTdxy02L2brsTxQLFgE { display:block; }
 }@media only screen and (max-width: 763px) { #BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok { display:block; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k { width:445px;height:277px;top:66px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI { width:355px;height:220px;top:95px;left:409px;font-size:17px;display:block; }#ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e463ecbb-c577-4908-b716-cd7ef642fbb4/BRANCO_03.png); }
 }@media only screen and (max-width: 763px) { #OIWpvpEaZFveCpgsya8cwpfHkAUftaZv { width:435px;height:167px;top:123px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 { display:block; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh4pcitfsQi6J1rn6AhW8WyPsTJwDKvo { width:305px;height:92px;top:96px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JIToAGPefGWayIZvEraLq5gJTcbFyO6K { width:243px;height:52px;top:206px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pzeXDtEhkGnQh45MvHc34L03iLIcalB6 { display:block; }
 }@media only screen and (max-width: 763px) { #dUsD5ghTu661lxnxJDNiwKvFTewnfLkW { display:block; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5V4LZKql2LDUwwSgokPpon4mUvpmqa1 { width:572px;height:614.9232350698px;top:4px;left:95.494323730469px;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP { display:block; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0Shds3SO957qDF9VDdkCAW0XsB0Trtz { width:375px;height:446px;top:53px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #lAQga82DsikVGhuUyEuJVpSCmiUwSRoE { width:377px;height:72px;top:53px;left:387px;display:block; }
 }@media only screen and (max-width: 763px) { #mKP7yNBqTZbxgCZ96oGxiwpPEUZNBM3K { width:270px;height:50px;top:66px;left:494px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AW9qr50Jucl0Glos7fxv1oesfPvCTiDE { width:370px;height:74px;top:135px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #JqdoXOX8oouObG5An6Ja9PDD0qumPT31 { width:307px;height:134.56911582782px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TurTCIulFomzQKgeCPR4IJeyLxm6T68K { width:342px;height:22px;top:216px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ER6NfCk6n1kVJLB3c3Tps4q0w06TOgrr { width:286px;height:50px;top:421px;left:478px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd { width:335px;height:260px;top:257px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-regular-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-textarea { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-button { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-checkbox-label { width:291px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn  { width:308px;height:auto;top:233px;left:416px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .radio-container { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn {display:block;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn { width:308px;height:auto;top:233px;left:416px; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #v8WrMudUq7OX9kuIJ5EmTGSOatWwXoDH {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #Vc8DTa8GlWzRvGms1m4CG8kUT3CTopaL { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #zxfoDlOAEt0ofqkUPBW7heZwuFrgVMgK {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #H2pt9dry3UVEfwg4zlNpVKua28nl4eTp {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #KTRzWmknZ2emOCxxUtuhI9TCRQZHNtlu { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #FozJsyzK2vJa4Swwo8GmxtsXo0Lu4thH {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TXtvKFQDkDD2JnJZ6CBnQXGbCqHmmfTx {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #VU4kgUXmxpg0Tcpk6vmIlwzHurXViS3i { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TKieog0eQv7TZoZK6m7p7Tb7Wd70TQHc {  }
 }@media only screen and (max-width: 763px) { #SlQzOVS9zitZ8fyBcVT2EPGnHNt7KeNr { display:block; }
 }@media only screen and (max-width: 763px) { #ZNF6c1AM9q6uuRTUqriP2GvE96ucQ1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #u7MWNPVAExDpD2TqwUTaLhUGkAMv3d0t { display:block; }
 }@media only screen and (max-width: 763px) { #D1rHb2WLIw6u9JpralWZ1fgydgW38IPN { display:block; }
 }@media only screen and (max-width: 763px) { #r65HARRxZ23JefQCBrTwaB6LAVuiz8RA { display:block; }
 }@media only screen and (max-width: 763px) { #qSXQSz32l2sseSTWz8ZfFaNB5TXgmpts { display:block; }
 }@media only screen and (max-width: 763px) { #O6Gm6h387NCWW4Qw1vxqINnICJN3xvi0 { display:block; }
 }@media only screen and (max-width: 763px) { #AuweCmwW8QnFNlXTao5xQ8W1WBTyp7Is { display:block; }
 }@media only screen and (max-width: 763px) { #V6ixQT1fCrGea23nAAeVRby9VaOFSJa6 { display:block; }
 }@media only screen and (max-width: 763px) { #efzxmsuGf1vkeHQF452ew2lB9QTMMm9v { display:block; }
 }@media only screen and (max-width: 763px) { #sHzl9vmGs2ZHv4l8cCiAVfaXM9Kx1mqT { display:block; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #lvi7DirDMHfOT6mnT2OpGVI3TwfcuHzx {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #drUOCSl0kmP7BAxWa6s4hAupTSKUhtbi {  }
 }@media only screen and (max-width: 763px) { #G60IMv32s1zT4TcesCdVHFVNyZm3J00H { display:block; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLTmmqODhlwUwEz4EoA72BTsAao8I8vm { width:215px;height:55.736615368945px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SNnwdHpFtAQSBmUIdHVJczOzUDbiVt9x { width:751px;height:19px;top:44px;left:13px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW { display:block; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr { width:52px;height:52px;top:23px;left:711px;display:block; }
#GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr > img { max-width: 100%;max-height:100%; } }@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:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRGpF4JviQTJMbiJNR0UpepbfFVioixn { width:141.989px;height:35.9943px;top:28.99147605896px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dRorRnhw6fZiccspRUNR0gBWalHWxqbT { width:146.989px;height:37px;top:30.468748092651px;left:159.65908145905px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HkmVv66FyHbGTAZ11GLWrfeIWHuKoawa { display:block; }
 }@media only screen and (max-width: 763px) { #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM { background-color:#a90404;background-image:url("https://images.assets-landingi.com/uc/b40b47e0-4fb3-4b76-9227-532a71db49cd/bannermob.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.adaptive-delivery-prevent-bg, #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.lazyload, #Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM.lazyloading { background-image: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { background-color: transparent; background-image: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container > .video-iframe-container { display: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row > .video-iframe-container { display: none; }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .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); }#Rkv2u1dDyhITFMyrnwONhT17BkDHiHiM > .row .container { width:320px;height:710px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuZw63h2N9elL94csGa6TNg1o5r9KH3T { width:187px;height:44px;top:508px;left:66px;background-color:#a90404;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:9999px;border-top-right-radius:9999px;border-bottom-left-radius:9999px;border-bottom-right-radius:9999px;font-size:18px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UwdwDhTKQRZGVRRzqSEfgiAWX7GXnxHd { display:block; }
 }@media only screen and (max-width: 763px) { #ZmNv2CAs1FWOLbagEpLqaqNKBTU2k6vo { width:310px;height:145.188px;top:235.89488220215px;left:4.9857950210571px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7298sUVJhtLM9w1QIIzm9NAgvKKaIo { top:93.664772033691px;left:92.485795021057px;width:135px;height:133.991px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahPgTwCctC2yIaP37ss86qBx09PtFfTH { display:flex;top:559px;left:143px;width:34px;height:34px;z-index:15006; }
#ahPgTwCctC2yIaP37ss86qBx09PtFfTH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #NOnFmHMgHzuPSJ3ooUK1xyxylSEzVxsk { width:238px;height:26px;top:668.98283300781px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container { background-color: transparent; background-image: none; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container > .video-iframe-container { display: none; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row > .video-iframe-container { display: none; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .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); }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container { border-width: 0; border-radius: 0; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvDS3RqswrpcWwDkFrl5SuTlUGgzNfiH > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G { display:block; }#yMSHINXPTEGE8vmgC6Sy2d3naDsPMf0G > .row .container { width:320px;height:1060px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUPtELuIivrzvE4zae7BTETW40Jd26eb { width:287.992px;height:79.1875px;top:33.9765625px;left:16px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW { width:309px;height:365px;top:134px;left:6px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bee6e4f-2160-4b22-b92a-65c6a22244d0/10861.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.adaptive-delivery-prevent-bg, #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.lazyload, #IKDVwIhUVvW5QpoFN37so7CTdwQCuigW.lazyloading { background-image: none; }
#IKDVwIhUVvW5QpoFN37so7CTdwQCuigW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; } }@media only screen and (max-width: 763px) { #TbaUXQl8riRBiVGyqpyyAs0qAhnzrE3Z { width:245.994px;height:30px;top:254px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M094gGed8WvxEFaR53tOqcrv8AQV2430 { width:279px;height:168px;top:299px;left:21px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EKNdhT7KcRdb705MJMXiCH4z8fUU6bNw { width:90px;height:90px;top:150px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #nU0noJXZ37HE2oeKV0KRmzWseILGX9M9 { width:50px;height:50px;top:552px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w { width:311px;height:434px;top:513px;left:5px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bee6e4f-2160-4b22-b92a-65c6a22244d0/10861.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.adaptive-delivery-prevent-bg, #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.lazyload, #cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w.lazyloading { background-image: none; }
#cuOaTq1hOTvERDOo8XlfLCv4pDIiTP9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; } }@media only screen and (max-width: 763px) { #Ai7TitMfHDuTwmNlOX7zJQw4ObPX0T1T { width:276.989px;height:48px;top:648px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xriWHyASRbBFE2XwnBEtEn3EVMEeDKvs { width:284px;height:210px;top:707px;left:21px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DkIMuBw3WPVNDwUPhoUOVSacrNqhcJL0 { width:90px;height:90px;top:533px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #ytSAKDFZJvOBf0mpxKxptuaBeh3JOVL9 { width:50px;height:50px;top:169px;left:140px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #L1Jrz04Z8ND2T6hMKK0MoigSdX95wpkS { width:258px;height:45px;top:966.98819238281px;left:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D1mIasLIwaHrNhTdxy02L2brsTxQLFgE { display:block; }
 }@media only screen and (max-width: 763px) { #BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok { display:block; }#BWZFPCNAPd0J1uHHTVif1ztoTKtWPqok > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k { width:303px;height:382px;top:265px;left:8.5px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bee6e4f-2160-4b22-b92a-65c6a22244d0/10861.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.adaptive-delivery-prevent-bg, #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.lazyload, #tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k.lazyloading { background-image: none; }
#tUd9h20GXxmrAyoXOtVW34dXxvfsSn8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a90404; } }@media only screen and (max-width: 763px) { #ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI { width:243.977px;height:329.562px;top:291.25px;left:37.997159004211px;font-size:17px;line-height:1.4;display:block; }#ettXJ48A48N0KvFDp7kLCRPxaC4P0ASI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e463ecbb-c577-4908-b716-cd7ef642fbb4/BRANCO_03.png); }
 }@media only screen and (max-width: 763px) { #OIWpvpEaZFveCpgsya8cwpfHkAUftaZv { width:290.994px;height:207.867px;top:24.971649169922px;left:14.488635063171px;font-size:27px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223510ea-017d-48e9-8366-850180f78451/digitalplexusbackgroundnetworkconnectionsdotsbackgroundfuturistictechnologicalabstractbackground1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.adaptive-delivery-prevent-bg, #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.lazyload, #mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9.lazyloading { background-image: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { background-color: transparent; background-image: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(169,4,4,0.79); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container > .video-iframe-container { display: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(169,4,4,0.79); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row > .video-iframe-container { display: none; }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .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); }#mHq4oT4kQbbJ5Zrtsbe5wxZH3Vsv1vv9 > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh4pcitfsQi6J1rn6AhW8WyPsTJwDKvo { width:275px;height:132px;top:30.980102539062px;left:22.485795021057px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JIToAGPefGWayIZvEraLq5gJTcbFyO6K { width:285px;height:53.9915px;top:180.80966186523px;left:17.499999046326px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pzeXDtEhkGnQh45MvHc34L03iLIcalB6 { display:block; }
 }@media only screen and (max-width: 763px) { #dUsD5ghTu661lxnxJDNiwKvFTewnfLkW { display:block; }#dUsD5ghTu661lxnxJDNiwKvFTewnfLkW > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5V4LZKql2LDUwwSgokPpon4mUvpmqa1 { width:286px;height:306px;top:2.4914779663086px;left:23.386897769441px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP { display:block; }#Dq3LTRDkvV97cWh867y6oNr0TFi6DyXP > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0Shds3SO957qDF9VDdkCAW0XsB0Trtz { width:314px;height:466px;top:132px;left:2px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lAQga82DsikVGhuUyEuJVpSCmiUwSRoE { width:320px;height:64px;top:132px;left:2px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mKP7yNBqTZbxgCZ96oGxiwpPEUZNBM3K { width:243px;height:38.3906px;top:145px;left:38px;text-align:center;text-align-last:center;font-size:16px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #AW9qr50Jucl0Glos7fxv1oesfPvCTiDE { width:275.961px;height:63.7969px;top:21px;left:20px;font-size:29px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JqdoXOX8oouObG5An6Ja9PDD0qumPT31 { width:307px;height:134.56911582782px;top:16px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #TurTCIulFomzQKgeCPR4IJeyLxm6T68K { width:281px;height:19.7969px;top:93px;left:20px;font-size:18px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ER6NfCk6n1kVJLB3c3Tps4q0w06TOgrr { width:285.98px;height:50.6953px;top:503px;left:19px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9ITilMklpDRMNlMcVqGiG6Ni9X267Dd { width:320px;height:260px;top:257px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-regular-label { width:280px;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:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;display:block;vertical-align:top;font-size:12px;overflow:hidden; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-input-button { width:274px;margin-top:4px;margin-right:3px;margin-bottom:4px;margin-left:3px;font-size:15px;overflow:hidden; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:14px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn  { width:280px;height:auto;top:199px;left:0px; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn {display:block;}#ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn { width:280px;height:auto;top:199px;left:0px; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #v8WrMudUq7OX9kuIJ5EmTGSOatWwXoDH {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #Vc8DTa8GlWzRvGms1m4CG8kUT3CTopaL { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #zxfoDlOAEt0ofqkUPBW7heZwuFrgVMgK {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #H2pt9dry3UVEfwg4zlNpVKua28nl4eTp {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #KTRzWmknZ2emOCxxUtuhI9TCRQZHNtlu { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #FozJsyzK2vJa4Swwo8GmxtsXo0Lu4thH {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TXtvKFQDkDD2JnJZ6CBnQXGbCqHmmfTx {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #VU4kgUXmxpg0Tcpk6vmIlwzHurXViS3i { display:none; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #TKieog0eQv7TZoZK6m7p7Tb7Wd70TQHc {  }
 }@media only screen and (max-width: 763px) { #SlQzOVS9zitZ8fyBcVT2EPGnHNt7KeNr { display:block; }
 }@media only screen and (max-width: 763px) { #ZNF6c1AM9q6uuRTUqriP2GvE96ucQ1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #u7MWNPVAExDpD2TqwUTaLhUGkAMv3d0t { display:block; }
 }@media only screen and (max-width: 763px) { #D1rHb2WLIw6u9JpralWZ1fgydgW38IPN { display:block; }
 }@media only screen and (max-width: 763px) { #r65HARRxZ23JefQCBrTwaB6LAVuiz8RA { display:block; }
 }@media only screen and (max-width: 763px) { #qSXQSz32l2sseSTWz8ZfFaNB5TXgmpts { display:block; }
 }@media only screen and (max-width: 763px) { #O6Gm6h387NCWW4Qw1vxqINnICJN3xvi0 { display:block; }
 }@media only screen and (max-width: 763px) { #AuweCmwW8QnFNlXTao5xQ8W1WBTyp7Is { display:block; }
 }@media only screen and (max-width: 763px) { #V6ixQT1fCrGea23nAAeVRby9VaOFSJa6 { display:block; }
 }@media only screen and (max-width: 763px) { #efzxmsuGf1vkeHQF452ew2lB9QTMMm9v { display:block; }
 }@media only screen and (max-width: 763px) { #sHzl9vmGs2ZHv4l8cCiAVfaXM9Kx1mqT { display:block; }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #lvi7DirDMHfOT6mnT2OpGVI3TwfcuHzx {  }
 }@media only screen and (max-width: 763px) { #ocVoTQXZqwVWOJPxlfdZFlZvnRFbxRRn #drUOCSl0kmP7BAxWa6s4hAupTSKUhtbi {  }
 }@media only screen and (max-width: 763px) { #G60IMv32s1zT4TcesCdVHFVNyZm3J00H { display:block; }#G60IMv32s1zT4TcesCdVHFVNyZm3J00H > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLTmmqODhlwUwEz4EoA72BTsAao8I8vm { width:215px;height:55.726092693768px;top:20px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #SNnwdHpFtAQSBmUIdHVJczOzUDbiVt9x { width:280px;height:39px;top:92.684692382812px;left:20.000000953674px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#rtmkIW78mCxN8NcPBt0QEdbl6k27h8iW > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr { display:flex;width:52px;height:52px;top:1.984375px;left:263.984375px; }
#GO2Mms0TR2wXmX5Sg4NgKmXnfFxfbMCr > img { max-width: 100%;max-height:100%; } }