.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:14px;font-family:arial;height:124px;width:960px;position:relative;display:block; }#JbyEAISyLORixaEnhzfwXusarpvzUfsI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.5px;left:862px;display:block; }
#iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:119px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.5px;left:150px;display:block; }
#xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.5px;left:0px;display:block; }
#ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R16OTKDempERGagmuZmzJmGDgvKrWW7n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.5px;left:712px;display:block; }
#XNsOTTr4h2zTAwg8p6XhZmrf6dW60wyN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R5cZ6PTcSxXoUZwEUHcs2GTm1HaJx6Uc { position:absolute;display:block;z-index:15005;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:58px;width:120px;top:33px;left:420px;overflow:hidden;display:block; }
#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 { position:relative;display:none; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 { border-width: 0; border-radius: 0; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .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; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .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; }#T1RQrlApToZQJeiDTQNFWSK7TzPiFUW8 { 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:195px;width:387px;display:none; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb39f29a-0823-408d-976a-ce3b66593e20/background4_modelo3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:14px;font-family:arial;height:447px;width:960px;position:relative;display:block; }#ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #25d366, #25d366);background-image: -moz-linear-gradient(84deg, #25d366, #25d366);background-image: -ms-linear-gradient(84deg, #25d366, #25d366);background-image: -o-linear-gradient(84deg, #25d366, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );";background-image: linear-gradient(84deg, #25d366, #25d366);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:51px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:284px;left:0px;display:block; }
#QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#004e98;display:block;width:718px;position:absolute;font-family:roboto;font-size:38px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:110px;left:0px;height:49.4px;font-style:normal;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#000000;display:block;width:399px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:178px;left:0px;height:49.4px;font-style:normal;display:block; }
#aNGXU0EviyIAazRvu2NWoTJOI9htIz4X { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0c3271, #0c3271);background-image: -moz-linear-gradient(84deg, #0c3271, #0c3271);background-image: -ms-linear-gradient(84deg, #0c3271, #0c3271);background-image: -o-linear-gradient(84deg, #0c3271, #0c3271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );";background-image: linear-gradient(84deg, #0c3271, #0c3271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:183px;height:51px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:284px;left:207px;display:block; }
#i6EeVyAEzOGODQDBq3GpvrRI8zIEEqvf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lZRWW9ZqTQcJ3ARvOiV8bHHXMHQh4QN0 { color:#000000;display:block;width:399px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:178px;left:0px;height:49.375px;font-style:normal;display:none; }
#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,190,242,0.96);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; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { background-color: transparent; background-image: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .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); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { border-width: 0; border-radius: 0; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#VZau5wqzmD5REdi0ZyitKgsGAuUJGyUW { color:#ffffff;display:block;width:170px;position:absolute;font-family:roboto;font-size:17px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26px;left:301px;height:22.1px;font-style:normal;display:block; }
#lRJdKnOysHyrEMRFUTaxfMmuAhh8d04n { 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:15022;opacity:1;top:12px;left:240px; }
#oGTgmIUu51GPNUETkGnGfqN4yfHMVOcd { color:#ffffff;display:block;width:170px;position:absolute;font-family:roboto;font-size:17px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26px;left:59px;height:22.1px;font-style:normal;display:block; }
#xHEgaQKBIsAFtrfz5J4snzKEqSgKLW8c { 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:15025;opacity:1;top:12px;left:0px; }
#fBIchw4dS9U2zdsfBLwSrPvbig5LbBJO { color:#ffffff;display:block;width:220px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0px;left:539.00003051758px;height:78px;font-style:normal;display:block; }
#FBsDe3unxCwVVJATDo7Ev7uCvMIXwGQo { 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:15025;opacity:1;top:12px;left:480px; }
#ozMKoGLE5BNh0K2L2Tk27HiJG1GExQ2K { color:#ffffff;display:block;width:170px;position:absolute;font-family:roboto;font-size:17px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:26px;left:780px;height:22.1px;font-style:normal;display:block; }
#sh1U9TxbmmsCuXQJJIxTFOSxLT32AB8L { 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:15028;opacity:1;top:12px;left:720px; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3590;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; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { font-size:14px;font-family:arial;height:269px;width:960px;position:relative;display:block; }#uOh9MUFshXW7h35TSHZXo6duGwruE975 { position:absolute;display:block;z-index:15000;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:227px;width:303px;top:18px;left:0px;overflow:hidden;display:block; }
#AG7AOJFiaRzMo7UpzRkvUqFok0CJxW6K { position:absolute;display:block;z-index:15001;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:227px;width:305px;top:18px;left:324.5px;overflow:hidden;display:block; }
#PRu330roHDA4iUl9JGQKbeuXNm4WzaDH { position:absolute;display:block;z-index:15002;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:227px;width:302px;top:18px;left:652px;overflow:hidden;display:block; }
#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/22515bae-f9d6-4372-9165-36e7e1dff1b2/background4_modelo5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.adaptive-delivery-prevent-bg, #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.lazyload, #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.lazyloading { background-image: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { background-color: transparent; background-image: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container > .video-iframe-container { display: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row > .video-iframe-container { display: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .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); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { border-width: 0; border-radius: 0; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { font-size:14px;font-family:arial;height:386px;width:960px;position:relative;display:block; }#pHZ4JZ62n7PfTioXIJofN6iiFam1f38p { color:#626262;display:block;width:445px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:45px;left:0px;height:100px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XGaRDcvDyMiuAVF9oDnmoCrVkIyuZ7ZE { color:#004e98;display:block;width:259px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204px;left:43px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vf35FxgrxdcEZgxNOLylTFyDllPSSpm4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:197px;left:0px; }
#RT8GaS87JXfHSQQ1KbFh7BTw6HtCM8k3 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0c3271, #0c3271);background-image: -moz-linear-gradient(84deg, #0c3271, #0c3271);background-image: -ms-linear-gradient(84deg, #0c3271, #0c3271);background-image: -o-linear-gradient(84deg, #0c3271, #0c3271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );";background-image: linear-gradient(84deg, #0c3271, #0c3271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:51px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:168px;left:498px;display:none; }
#xdb04RLH9XVSJXWh7I1KMrtXKhCsaU2S { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qNqQsf7NFwneMUWdXsWXDHuhWFQemPvM { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #25d366, #25d366);background-image: -moz-linear-gradient(84deg, #25d366, #25d366);background-image: -ms-linear-gradient(84deg, #25d366, #25d366);background-image: -o-linear-gradient(84deg, #25d366, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );";background-image: linear-gradient(84deg, #25d366, #25d366);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:51px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:168px;left:270px;display:none; }
#JMVcwEQiAr7w5Ur9Q1bpVnoZPzXkJkCo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3590;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; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { background-color: transparent; background-image: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container > .video-iframe-container { display: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row > .video-iframe-container { display: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .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); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { border-width: 0; border-radius: 0; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { font-size:14px;font-family:arial;height:427px;width:960px;position:relative;display:block; }#OUVbS2TTUlLq4TAJRfhRNzhDVTpXlPOI { color:#ffffff;display:block;width:360px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:71.09375px;left:0px;height:100px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rtSoliw6b7vblilkpR6t17Ebgozz9J2L { color:#ffffff;display:block;width:320px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:201px;left:0px;height:91.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RXvcVgeQrZ81ND7KMrpGxi0WKEEBzfGA { position:absolute;display:block;z-index:15041;background-color:rgba(16,16,16,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:320px;top:229px;left:605px;display:block; }
#obUT098Ds7Cxlm3cPiO11OS0XTES8PiO { position:absolute;display:block;z-index:15042;height:428px;width:480px;top:0px;left:480px;display:block; }
#k13Npbv0C8M09T1g6zG1UNa0vwvWxceI { position:absolute;display:block;z-index:15042;height:428px;width:483px;top:-0.5px;left:477px;display:none; }
#qZy7N3hSCnJF1JaTKGDC2TTwUSRUg8Xx { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #25d366, #25d366);background-image: -moz-linear-gradient(84deg, #25d366, #25d366);background-image: -ms-linear-gradient(84deg, #25d366, #25d366);background-image: -o-linear-gradient(84deg, #25d366, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );";background-image: linear-gradient(84deg, #25d366, #25d366);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:51px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:342px;left:0px;display:block; }
#tkEQZsW0pOicJ92HqMd54tPpJNpRMovr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,247,247,0.83);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; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { background-color: transparent; background-image: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container > .video-iframe-container { display: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row > .video-iframe-container { display: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .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); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { border-width: 0; border-radius: 0; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#mx5QmuDlqx753xpEB8gENMQ2b6eTdtTZ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #25d366, #25d366);background-image: -moz-linear-gradient(84deg, #25d366, #25d366);background-image: -ms-linear-gradient(84deg, #25d366, #25d366);background-image: -o-linear-gradient(84deg, #25d366, #25d366);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#25d366' );";background-image: linear-gradient(84deg, #25d366, #25d366);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:51px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:168px;left:270px;display:block; }
#WgryOBbqN0xR6HBSr7v0MtIRBk0Kg7OX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BoyU56NBQJTcgoByZ8avt32GuviztVbl { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0c3271, #0c3271);background-image: -moz-linear-gradient(84deg, #0c3271, #0c3271);background-image: -ms-linear-gradient(84deg, #0c3271, #0c3271);background-image: -o-linear-gradient(84deg, #0c3271, #0c3271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3271', endColorstr='#0c3271' );";background-image: linear-gradient(84deg, #0c3271, #0c3271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:51px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:168px;left:498px;display:block; }
#HRqr0Aw3qVGvNOb8eIxOVTrQmh2c1mA5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QVc527IFqZPCZs1ip5KJdINR0ZqDd0c3 { color:#004e98;display:block;width:718px;position:absolute;font-family:roboto;font-size:38px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:80px;left:121px;height:49.4px;font-style:normal;display:block; }
#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { background-color: transparent; background-image: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container > .video-iframe-container { display: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row > .video-iframe-container { display: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .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); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { border-width: 0; border-radius: 0; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { font-size:14px;font-family:arial;height:141px;width:960px;position:relative;display:block; }#WzbKHIeWT8RCr22JlKDf5fcdbecmrdnG { color:#898989;display:block;width:658px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:60.09375px;left:232px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#c2mEfcy4uHDA6aBJTiW9avttNTJIZNkx { position:absolute;display:block;z-index:15009;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:53px;width:112px;top:44px;left:41.625px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:98px;height:55px;top:34px;left:666px;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { width:119px;height:55px;top:34px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:98px;height:55px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #R16OTKDempERGagmuZmzJmGDgvKrWW7n { width:98px;height:55px;top:34px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #XNsOTTr4h2zTAwg8p6XhZmrf6dW60wyN { display:block; }
 }@media only screen and (max-width: 763px) { #R5cZ6PTcSxXoUZwEUHcs2GTm1HaJx6Uc { top:33px;left:322px;width:120px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TROOKxtRDvWTUOk63uTc7fgPl9grnr15 { display:none; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T1RQrlApToZQJeiDTQNFWSK7TzPiFUW8 { width:308px;height:155px;display:none; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:191px;height:51px;top:284px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:110px;left:0px;width:718px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:178px;left:0px;width:399px;height:49px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #aNGXU0EviyIAazRvu2NWoTJOI9htIz4X { width:183px;height:51px;top:284px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #i6EeVyAEzOGODQDBq3GpvrRI8zIEEqvf { display:block; }
 }@media only screen and (max-width: 763px) { #lZRWW9ZqTQcJ3ARvOiV8bHHXMHQh4QN0 { top:464px;left:22.5px;width:222px;height:22px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZau5wqzmD5REdi0ZyitKgsGAuUJGyUW { top:26px;left:212px;width:170px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lRJdKnOysHyrEMRFUTaxfMmuAhh8d04n { top:12px;left:191px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #oGTgmIUu51GPNUETkGnGfqN4yfHMVOcd { top:26px;left:21px;width:170px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xHEgaQKBIsAFtrfz5J4snzKEqSgKLW8c { top:12px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #fBIchw4dS9U2zdsfBLwSrPvbig5LbBJO { top:0px;left:353px;width:220px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FBsDe3unxCwVVJATDo7Ev7uCvMIXwGQo { top:12px;left:382px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ozMKoGLE5BNh0K2L2Tk27HiJG1GExQ2K { top:26px;left:594px;width:170px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sh1U9TxbmmsCuXQJJIxTFOSxLT32AB8L { top:12px;left:573px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOh9MUFshXW7h35TSHZXo6duGwruE975 { top:18px;left:0px;width:303px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #AG7AOJFiaRzMo7UpzRkvUqFok0CJxW6K { top:18px;left:226.5px;width:305px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #PRu330roHDA4iUl9JGQKbeuXNm4WzaDH { top:18px;left:456px;width:302px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA { display:block; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHZ4JZ62n7PfTioXIJofN6iiFam1f38p { width:445px;height:100px;top:45px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #XGaRDcvDyMiuAVF9oDnmoCrVkIyuZ7ZE { width:259px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf35FxgrxdcEZgxNOLylTFyDllPSSpm4 { top:197px;left:0px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #RT8GaS87JXfHSQQ1KbFh7BTw6HtCM8k3 { width:192px;height:51px;top:168px;left:400px;display:none; }
 }@media only screen and (max-width: 763px) { #xdb04RLH9XVSJXWh7I1KMrtXKhCsaU2S { display:block; }
 }@media only screen and (max-width: 763px) { #qNqQsf7NFwneMUWdXsWXDHuhWFQemPvM { width:191px;height:51px;top:168px;left:172px;display:none; }
 }@media only screen and (max-width: 763px) { #JMVcwEQiAr7w5Ur9Q1bpVnoZPzXkJkCo { display:block; }
 }@media only screen and (max-width: 763px) { #m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE { display:block; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUVbS2TTUlLq4TAJRfhRNzhDVTpXlPOI { width:360px;height:100px;top:71px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rtSoliw6b7vblilkpR6t17Ebgozz9J2L { width:320px;height:;top:201px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RXvcVgeQrZ81ND7KMrpGxi0WKEEBzfGA { width:320px;height:1px;top:229px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #obUT098Ds7Cxlm3cPiO11OS0XTES8PiO { top:0px;left:284px;width:480px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #k13Npbv0C8M09T1g6zG1UNa0vwvWxceI { top:0px;left:281px;width:483px;height:428px;display:none; }
 }@media only screen and (max-width: 763px) { #qZy7N3hSCnJF1JaTKGDC2TTwUSRUg8Xx { width:191px;height:51px;top:342px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tkEQZsW0pOicJ92HqMd54tPpJNpRMovr { display:block; }
 }@media only screen and (max-width: 763px) { #K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw { display:block; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx5QmuDlqx753xpEB8gENMQ2b6eTdtTZ { width:191px;height:51px;top:168px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #WgryOBbqN0xR6HBSr7v0MtIRBk0Kg7OX { display:block; }
 }@media only screen and (max-width: 763px) { #BoyU56NBQJTcgoByZ8avt32GuviztVbl { width:192px;height:51px;top:168px;left:400px;display:block; }
 }@media only screen and (max-width: 763px) { #HRqr0Aw3qVGvNOb8eIxOVTrQmh2c1mA5 { display:block; }
 }@media only screen and (max-width: 763px) { #QVc527IFqZPCZs1ip5KJdINR0ZqDd0c3 { top:80px;left:23px;width:718px;height:0;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb { display:block; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzbKHIeWT8RCr22JlKDf5fcdbecmrdnG { top:60px;left:106px;width:658px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #c2mEfcy4uHDA6aBJTiW9avttNTJIZNkx { top:44px;left:0px;width:112px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#0c3271;background-image:none;position:relative;z-index:auto;display:none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:320px;height:220px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:77px;height:55px;top:116px;left:186.00000572205px;font-size:12px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { width:98px;height:55px;top:61px;left:175.50000572205px;font-size:12px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:71px;height:55px;top:61px;left:62.800001144409px;font-size:12px;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #R16OTKDempERGagmuZmzJmGDgvKrWW7n { width:98px;height:55px;top:116px;left:49.300001144409px;font-size:12px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XNsOTTr4h2zTAwg8p6XhZmrf6dW60wyN { display:block; }
 }@media only screen and (max-width: 763px) { #R5cZ6PTcSxXoUZwEUHcs2GTm1HaJx6Uc { width:87px;height:44px;top:20px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #TROOKxtRDvWTUOk63uTc7fgPl9grnr15 { 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; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container { background-color: transparent; background-image: none; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container > .video-iframe-container { display: none; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row > .video-iframe-container { display: none; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .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); }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container { border-width: 0; border-radius: 0; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TROOKxtRDvWTUOk63uTc7fgPl9grnr15 > .row .container { width:320px;height:74px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1RQrlApToZQJeiDTQNFWSK7TzPiFUW8 { top:8px;left:98px;width:124px;height:58px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb39f29a-0823-408d-976a-ce3b66593e20/background4_modelo3.crop_798x680_740,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::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; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:320px;height:649px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:260px;height:60px;top:440px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;font-weight:700;font-style:normal;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:320px;height:32.5px;top:96px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#ffffff;font-family:"archivo black";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:194px;height:95.2px;top:295.71875px;left:0px;font-size:17px;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aNGXU0EviyIAazRvu2NWoTJOI9htIz4X { width:260px;height:60px;top:543px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;font-weight:700;font-style:normal;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i6EeVyAEzOGODQDBq3GpvrRI8zIEEqvf { display:block; }
 }@media only screen and (max-width: 763px) { #lZRWW9ZqTQcJ3ARvOiV8bHHXMHQh4QN0 { width:183px;height:21px;top:511px;left:68.5px;font-size:15px;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZau5wqzmD5REdi0ZyitKgsGAuUJGyUW { width:111px;height:22.1px;top:102px;left:70px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRJdKnOysHyrEMRFUTaxfMmuAhh8d04n { display:flex;width:36px;height:36px;top:97px;left:15px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #oGTgmIUu51GPNUETkGnGfqN4yfHMVOcd { width:236px;height:22.1px;top:38px;left:70px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHEgaQKBIsAFtrfz5J4snzKEqSgKLW8c { display:flex;width:36px;height:36px;top:33px;left:15px;font-size:25px; }
 }@media only screen and (max-width: 763px) { #fBIchw4dS9U2zdsfBLwSrPvbig5LbBJO { width:226px;height:72.8px;top:208px;left:68px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FBsDe3unxCwVVJATDo7Ev7uCvMIXwGQo { display:flex;width:36px;height:36px;top:217px;left:15px;font-size:25px; }
 }@media only screen and (max-width: 763px) { #ozMKoGLE5BNh0K2L2Tk27HiJG1GExQ2K { width:136px;height:22.1px;top:159px;left:70px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sh1U9TxbmmsCuXQJJIxTFOSxLT32AB8L { display:flex;width:36px;height:36px;top:156px;left:15px;font-size:25px; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:320px;height:831px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOh9MUFshXW7h35TSHZXo6duGwruE975 { width:303px;height:227px;top:38px;left:5.1000003814697px;display:block; }
 }@media only screen and (max-width: 763px) { #AG7AOJFiaRzMo7UpzRkvUqFok0CJxW6K { width:305px;height:228px;top:306px;left:4.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PRu330roHDA4iUl9JGQKbeuXNm4WzaDH { width:307px;height:230px;top:569px;left:3.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA { background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/22515bae-f9d6-4372-9165-36e7e1dff1b2/background4_modelo5.crop_740x533_850,0.preview.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.adaptive-delivery-prevent-bg, #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.lazyload, #y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA.lazyloading { background-image: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { background-color: transparent; background-image: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container > .video-iframe-container { display: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row > .video-iframe-container { display: none; }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .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); }#y3QkbCcO9SgmVHnnV1LgUQ4ZilyhcqQA > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHZ4JZ62n7PfTioXIJofN6iiFam1f38p { width:243px;height:99px;top:27px;left:0px;text-align:left;text-align-last:left;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #XGaRDcvDyMiuAVF9oDnmoCrVkIyuZ7ZE { width:263px;height:24px;top:130px;left:0px;text-align:left;text-align-last:left;font-size:15px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vf35FxgrxdcEZgxNOLylTFyDllPSSpm4 { display:flex;width:33px;height:33px;top:96px;left:115px;font-size:25px; }
 }@media only screen and (max-width: 763px) { #RT8GaS87JXfHSQQ1KbFh7BTw6HtCM8k3 { width:260px;height:60px;top:393px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;font-weight:700;font-style:normal;font-size:20px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xdb04RLH9XVSJXWh7I1KMrtXKhCsaU2S { display:block; }
 }@media only screen and (max-width: 763px) { #qNqQsf7NFwneMUWdXsWXDHuhWFQemPvM { width:260px;height:60px;top:320px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;font-weight:700;font-style:normal;font-size:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JMVcwEQiAr7w5Ur9Q1bpVnoZPzXkJkCo { display:block; }
 }@media only screen and (max-width: 763px) { #m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE { background-color:#2e3590;background-image:none;display:block; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { background-color: transparent; background-image: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container > .video-iframe-container { display: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row > .video-iframe-container { display: none; }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .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); }#m3RgMpDlob5Ft343ywTb38Tv9SH6VfAE > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUVbS2TTUlLq4TAJRfhRNzhDVTpXlPOI { width:243px;height:76px;top:35px;left:0px;text-align:left;text-align-last:left;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #rtSoliw6b7vblilkpR6t17Ebgozz9J2L { width:263px;height:76.8px;top:137px;left:0px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RXvcVgeQrZ81ND7KMrpGxi0WKEEBzfGA { width:280px;height:1px;top:517px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #obUT098Ds7Cxlm3cPiO11OS0XTES8PiO { width:320px;height:428px;top:246px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #k13Npbv0C8M09T1g6zG1UNa0vwvWxceI { width:320px;height:263px;top:267px;left:0px;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #qZy7N3hSCnJF1JaTKGDC2TTwUSRUg8Xx { width:233px;height:60px;top:575px;left:44px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tkEQZsW0pOicJ92HqMd54tPpJNpRMovr { display:block; }
 }@media only screen and (max-width: 763px) { #K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw { background-color:#ffffff;background-image:none;display:block; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { background-color: transparent; background-image: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container > .video-iframe-container { display: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row > .video-iframe-container { display: none; }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .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); }#K3ONVJzWGlryR8prH3Az9fe5ZJtFaxBw > .row .container { width:320px;height:253px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx5QmuDlqx753xpEB8gENMQ2b6eTdtTZ { width:260px;height:60px;top:96.5px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;font-weight:700;font-style:normal;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WgryOBbqN0xR6HBSr7v0MtIRBk0Kg7OX { display:block; }
 }@media only screen and (max-width: 763px) { #BoyU56NBQJTcgoByZ8avt32GuviztVbl { width:260px;height:60px;top:178px;left:30px;box-shadow: 1px 1px 17px rgba(0,0,0,0) ;font-weight:700;font-style:normal;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HRqr0Aw3qVGvNOb8eIxOVTrQmh2c1mA5 { display:block; }
 }@media only screen and (max-width: 763px) { #QVc527IFqZPCZs1ip5KJdINR0ZqDd0c3 { width:320px;height:65px;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb { background-color:#ffffff;background-image:none;display:block; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { background-color: transparent; background-image: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container > .video-iframe-container { display: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row > .video-iframe-container { display: none; }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .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); }#WWA9qNywrsDewBTAFqUtiNcJWqWq9tgb > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzbKHIeWT8RCr22JlKDf5fcdbecmrdnG { width:320px;height:28.6px;top:130px;left:0px;font-size:11px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c2mEfcy4uHDA6aBJTiW9avttNTJIZNkx { width:101px;height:49px;top:44.5px;left:109.5px;display:block; }
 }