.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { background-color: transparent; background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .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); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { border-width: 0; border-radius: 0; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.25rem;top:2.5625rem;left:60.375rem;overflow:hidden;display:block; }
#WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.9375rem;width:7.8125rem;top:2.96875rem;left:28.8125rem;overflow:hidden;display:block; }
#OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:20.1875rem;top:2.3687500953674rem;left:17.9375rem;display:block; }
#q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:7.375rem;top:2.84375rem;left:19.9375rem;overflow:hidden;display:block; }
#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec0706c6-cfc3-4b09-9e84-c62f0ea0233e/backppp.png");background-position:top 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; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.adaptive-delivery-prevent-bg, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyload, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyloading { background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { background-color: transparent; background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .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); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { border-width: 0; border-radius: 0; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { color:#595d68;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:15.375rem;left:2.3125rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { color:#12b058;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:20.793750762939rem;left:2.3125rem;height:5.2246125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:38.375rem;top:37.90625rem;left:16.64453125rem;overflow:hidden;display:block; }
#tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { color:#662483;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:40.25rem;left:24.2177734375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { color:#595d68;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,241,241,0.5);top:26.875rem;left:2.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { box-sizing:content-box;height:12.875rem;width:15rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1ff2172c-40de-4865-9653-54d4d9d121f3/truck.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.125rem;left:21.3125rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;display:block; }#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.adaptive-delivery-prevent-bg, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyload, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyloading { background-image: none; }
#mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { position:absolute;display:block;z-index:15085;height:29.125rem;width:25rem;top:2.937283039093rem;left:45.186630249024rem;display:block; }
#brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#e8ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#e8ffffff' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:21.5rem;width:33.375rem;top:13.0625rem;left:0rem;display:block; }
#b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { box-sizing:content-box;height:11.625rem;width:13.5625rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb13b0cf-a5f5-4acc-b018-36754535822c/Recurso1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.5361328125rem;left:30.71875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;display:block; }#b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.adaptive-delivery-prevent-bg, #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.lazyload, #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.lazyloading { background-image: none; }
#Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { box-sizing:content-box;height:7.375rem;width:12.0625rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2024551-4e4d-41fa-9045-26141ee8ecc7/FlexEnterprise_Resourceextraction.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.75rem;left:29.187498092651rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.26) ;display:block; }#Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.adaptive-delivery-prevent-bg, #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.lazyload, #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.lazyloading { background-image: none; }
#XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { box-sizing:content-box;height:9.4375rem;width:20.0625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9ae8472d-b34b-4e34-b90a-abb1ecdb2aaf/Recurso1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.23) ;display:block; }#XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.adaptive-delivery-prevent-bg, #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.lazyload, #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.lazyloading { background-image: none; }
#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center left !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; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .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); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { border-width: 0; border-radius: 0; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { color:#595d68;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.3125rem;left:9.125rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.3125rem;width:17.5625rem;top:9.1875rem;left:3rem;display:block; }
#Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,157,0,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.125rem;left:9.2178802490238rem;display:block; }
#Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { color:#12b058;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.3125rem;left:3rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Qmve29soonuLOfZtps6Skz4xp5iaGIWa { box-sizing:content-box;height:20.5625rem;width:24rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a7de4bc-5490-4dcf-bf95-20674a61eb69/0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.125rem;left:48.185766220093rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }#Qmve29soonuLOfZtps6Skz4xp5iaGIWa.adaptive-delivery-prevent-bg, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyload, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyloading { background-image: none; }
#KTfnwBZSPaRunuCprwWct98e06uUh5Fc { color:#595d68;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.125rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { color:#595d68;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:29.343751907349rem;height:2.111325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { color:#595d68;display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.0625rem;left:29.9375rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:10rem;left:5.5rem;overflow:hidden;display:block; }
#sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:17.6875rem;left:6.625rem;overflow:hidden;display:block; }
#CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { 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;box-shadow: none;height:1.875rem;width:1.875rem;top:18rem;left:27.0625rem;overflow:hidden;display:block; }
#U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { 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;box-shadow: none;height:2.25rem;width:2.25rem;top:10rem;left:27.1875rem;overflow:hidden;display:block; }
#kTmDamsi4gl1057Iyc4SySLuL6lT92tN { color:#595d68;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.625rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { color:#595d68;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.486721038818rem;left:4.4375rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#sw6veKadeLS0CmirRPu01iqRdKJkOBZy { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.3125rem;width:17.5625rem;top:17rem;left:3rem;display:block; }
#B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { color:#595d68;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:25.875rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.3125rem;width:17.5625rem;top:9.1875rem;left:22.9375rem;display:block; }
#cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.3125rem;width:17.5625rem;top:17rem;left:22.9375rem;display:block; }
#IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { color:#595d68;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.25rem;left:25.812501907349rem;height:2.11154375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:bottom 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; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.adaptive-delivery-prevent-bg, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyload, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyloading { background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { background-color: transparent; background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .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); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { border-width: 0; border-radius: 0; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { color:#595d68;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.5625rem;left:6.1250004768372rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,54,0.23) ;height:21.125rem;width:39.8125rem;top:12.875rem;left:10.9375rem;display:block; }
#R61DEaeP2dQRTIspxOBTczuJloC73tac { color:#595d68;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:15rem;left:12.812501907349rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.56);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.06) ;height:15.375rem;width:34.3125rem;top:12rem;left:9.8125rem;display:block; }
#mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { color:#12b058;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:3.625rem;left:6.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { color:#595d68;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:19.625rem;left:12.8125rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kztcvTrvm0l3MbflyxeL72SWyxctR8OR { color:#595d68;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:12.8125rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#nwqpAMd3wIreImECXHqe983ouOwPPqHA { color:#595d68;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.4375rem;left:32.687501430511rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { color:#595d68;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.75rem;left:12.812499523163rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { color:#595d68;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.375rem;left:32.687501430511rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { box-sizing:content-box;height:12.375rem;width:18.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/384af3e5-b3e7-494d-a2cc-cb67d60e32b6/nointernetconnection.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.249134063721rem;left:48.435766220093rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.adaptive-delivery-prevent-bg, #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.lazyload, #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.lazyloading { background-image: none; }
#oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { color:#595d68;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:10.125rem;left:6.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { color:#595d68;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:12.8125rem;height:4.2230875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { color:#595d68;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:28.875rem;left:12.8125rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { color:#595d68;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.625rem;left:32.687501430511rem;height:3.16731875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { color:#595d68;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:28.875rem;left:32.687501430511rem;height:3.16731875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.jpg");background-position:center left !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; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.adaptive-delivery-prevent-bg, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyload, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyloading { background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { background-color: transparent; background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .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); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { border-width: 0; border-radius: 0; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { color:#12b058;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.0625rem;left:20.187501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eied52qReS50hhEtQTGEtXMw8EQTqhQO { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );";background-image: linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,42,0.23) ;height:48.1875rem;width:36.5625rem;top:11.1875rem;left:19.217187404633rem;display:block; }
#rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { color:#595d68;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:15.812500476837rem;left:21.311632156372rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X764GcowlbTobvV5SlvsCrh5eaB8kII2 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:24rem;width:34.3125rem;top:9.7421875rem;left:20.342882156372rem;display:block; }
#aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { color:#12b058;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:2.875rem;left:18.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { color:#595d68;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:21.142189025879rem;left:23.250001907349rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { box-sizing:content-box;height:2.4375rem;width:42.875rem;position:absolute;display:block;z-index:14995;background-color:#029241;background-image:none;top:5.125rem;left:16.0625rem;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,255,113,0.5) ;display:block; }
#Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { color:#595d68;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:22.875rem;left:26.156251907349rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VfXbCgqorrxggviTr0JWrhTHA834tspQ { box-sizing:content-box;height:10.0625rem;width:11.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/214388bf-8d7e-4bb3-a1bc-f15bb1276fd3/qwdqwd_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.0625rem;left:54.812501907349rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#VfXbCgqorrxggviTr0JWrhTHA834tspQ.adaptive-delivery-prevent-bg, #VfXbCgqorrxggviTr0JWrhTHA834tspQ.lazyload, #VfXbCgqorrxggviTr0JWrhTHA834tspQ.lazyloading { background-image: none; }
#cgEQNJSycmRlqnph1EetyzJrmseBwaDH { box-sizing:content-box;height:10.4375rem;width:12.1875rem;position:absolute;display:block;z-index:15095;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc4d141c-0485-49df-874e-70261ebad9eb/qwdqwd_1.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.275001525879rem;left:8.0500011444094rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#cgEQNJSycmRlqnph1EetyzJrmseBwaDH.adaptive-delivery-prevent-bg, #cgEQNJSycmRlqnph1EetyzJrmseBwaDH.lazyload, #cgEQNJSycmRlqnph1EetyzJrmseBwaDH.lazyloading { background-image: none; }
#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { color:#595d68;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:36.125rem;left:22.062499523163rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { color:#595d68;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.3125rem;left:22.0625rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { box-sizing:content-box;height:10.4375rem;width:12.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c10448f8-5a06-4b5d-9699-771d883431c4/Recurso2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.175001144409rem;left:55.500000953674rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.adaptive-delivery-prevent-bg, #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.lazyload, #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.lazyloading { background-image: none; }
#JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:5.5625rem;left:18.8125rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { color:#595d68;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:26.375rem;left:23.624999523163rem;height:8.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { color:#595d68;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:38.625rem;left:23.624999523163rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#UCKd02cu60PLVEWsrRdCR4cULefl0JIi { color:#595d68;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:48.8125rem;left:23.625rem;height:8.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { color:#595d68;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:24.8125rem;left:22.062499523163rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center left !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; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.adaptive-delivery-prevent-bg, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyload, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyloading { background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { background-color: transparent; background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .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); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { border-width: 0; border-radius: 0; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { font-size:0.875rem;font-family:arial;height:83.125rem;width:75rem;position:relative;display:block; }#tMNKIeMB4u5owbogx3ogFxgCwhTDutld { color:#595d68;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.625rem;height:3.16731875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.875rem;left:9.875rem;display:block; }
#MV24TLowNlxL7gaKccixpB14fQvvVTae { color:#595d68;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:11.366407394409rem;left:12.281251907349rem;height:3.91699375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Arae0LResCFkfTEUbw174O0adlCgy7xt { color:#595d68;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.25rem;left:12.937501907349rem;height:2.599825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { color:#12b058;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:3.7984390258789rem;left:20.656251907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { color:#595d68;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.6875rem;left:15.5625rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#PIesTkv0tv08rKn9r38XA7wADbiVBg6J { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12b058, #07823d);background-image: -moz-linear-gradient(180deg, #12b058, #07823d);background-image: -ms-linear-gradient(180deg, #12b058, #07823d);background-image: -o-linear-gradient(180deg, #12b058, #07823d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#07823d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#07823d' );";background-image: linear-gradient(180deg, #12b058, #07823d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:2.3125rem;width:57.125rem;top:28.4375rem;left:8.9375rem;display:block; }
#Fe38dslnfZDas221IUVvDegA2ItI57fH { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:31.265625rem;left:10.906251907349rem;height:15.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.9375rem;left:29.1875rem;display:block; }
#csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #00d15d, #12b058);background-image: -moz-linear-gradient(0deg, #00d15d, #12b058);background-image: -ms-linear-gradient(0deg, #00d15d, #12b058);background-image: -o-linear-gradient(0deg, #00d15d, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );";background-image: linear-gradient(0deg, #00d15d, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:18.875rem;width:16.875rem;top:29.125rem;left:29.1875rem;display:block; }
#fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { color:#595d68;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.9375rem;left:30.75rem;height:5.27831875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:31.875rem;left:30.593751907349rem;height:14.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:28.6875rem;left:10.812500953674rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { color:#595d68;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18rem;left:33.375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#GWIKrK60iZfmKKth7ginTmzp0JSW826V { color:#595d68;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:12.01953125rem;left:29.781251907349rem;height:2.611325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.9375rem;left:48.25rem;display:block; }
#yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #00d15d, #12b058);background-image: -moz-linear-gradient(197deg, #00d15d, #12b058);background-image: -ms-linear-gradient(197deg, #00d15d, #12b058);background-image: -o-linear-gradient(197deg, #00d15d, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );";background-image: linear-gradient(197deg, #00d15d, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:18.6875rem;width:16.875rem;top:29.3125rem;left:48.25rem;display:block; }
#eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { color:#595d68;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:20.4375rem;left:49.4375rem;height:4.2230875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:32.484375rem;left:49.906251907349rem;height:13.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#diQEyxiyauFbu0vaVETLHbaywn5OqBMs { color:#595d68;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:11.3671875rem;left:50.375001907349rem;height:3.91699375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { color:#595d68;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:18.5625rem;left:52.6875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6rem;width:26.9375rem;top:50.25rem;left:28.625rem;display:block; }
#T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { color:#595d68;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:65.124217987062rem;left:6.0812511444092rem;height:3.298825rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { color:#595d68;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:51.0625rem;left:30.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#JUR998NsOw36KTivOqTlyQDxkwnkN1pq { color:#595d68;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:52.3125rem;left:30.75rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #00d15d, #12b058);background-image: -moz-linear-gradient(190deg, #00d15d, #12b058);background-image: -ms-linear-gradient(190deg, #00d15d, #12b058);background-image: -o-linear-gradient(190deg, #00d15d, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );";background-image: linear-gradient(190deg, #00d15d, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:25.1875rem;width:37.375rem;top:54.180557250976rem;left:28.624132156372rem;display:block; }
#r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:57.6875rem;left:44.250001907349rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:61rem;left:30.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
#ENiygowJAm0sb9TVevfO16JPRhyl2q4M { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #00d15d, #12b058);background-image: -moz-linear-gradient(0deg, #00d15d, #12b058);background-image: -ms-linear-gradient(0deg, #00d15d, #12b058);background-image: -o-linear-gradient(0deg, #00d15d, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d15d', endColorstr='#12b058' );";background-image: linear-gradient(0deg, #00d15d, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:18.625rem;width:16.875rem;top:29.3125rem;left:9.875rem;display:block; }
#tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:56.793750762939rem;left:30.750001907349rem;height:3.0859375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.5625rem;width:16.875rem;top:10.243056118488rem;left:9.8732624053956rem;display:block; }
#OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.375rem;width:16.875rem;top:10.25rem;left:29.186632156372rem;display:block; }
#eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.375rem;width:16.875rem;top:9.9722221493719rem;left:48.248266220093rem;display:block; }
#pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:62.625rem;left:32.25rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { color:#ffffff;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:67.133590698244rem;left:30.748437404633rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
#MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:68.6875rem;left:32.187501430511rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:71.90625rem;left:30.748437404633rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
#DbhlrdwUOluPat9EDAawvtDgFVz65kvP { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:73.4375rem;left:32.248437404632rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(360deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #f0eff5, #ffffff);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; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { background-color: transparent; background-image: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .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); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { border-width: 0; border-radius: 0; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;position:relative;display:block; }#xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { color:#12b058;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:4.9375004768372rem;left:15.21875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#MDtz6ycaiyrtAyddizlRks1mPmZCeAch { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { color:#12b058;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:45.5rem;left:8rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUppNpGxB327rauG8oWdHmdGmdkhtzut { color:#595d68;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:48.600002288818rem;left:5.34375rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { color:#595d68;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:22.625rem;left:51.247659683228rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { color:#12b058;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:20.25001347065rem;left:53.560766220093rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { color:#595d68;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:27.84218788147rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { color:#12b058;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:20.25001347065rem;left:30.436632156372rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15094;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a60d3708-5bb0-448a-9781-07ada906a492/FlexEnterprise_Banking.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:31.499132156372rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.adaptive-delivery-prevent-bg, #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.lazyload, #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.lazyloading { background-image: none; }
#ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2024551-4e4d-41fa-9045-26141ee8ecc7/FlexEnterprise_Resourceextraction.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:8.90625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.adaptive-delivery-prevent-bg, #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.lazyload, #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.lazyloading { background-image: none; }
#m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76714b4a-610d-4a52-b305-6e348f764394/75784b3f800a48aabc92a0a5a825a933_retailmanagement.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:54.435766220093rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.adaptive-delivery-prevent-bg, #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.lazyload, #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.lazyloading { background-image: none; }
#kFAFf9bghq70J501yWtZesCFmHW4rdHu { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02967201-1eaf-4436-b187-ca3a284ddf60/FlexEnterprise_Energy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.1875rem;left:8.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#kFAFf9bghq70J501yWtZesCFmHW4rdHu.adaptive-delivery-prevent-bg, #kFAFf9bghq70J501yWtZesCFmHW4rdHu.lazyload, #kFAFf9bghq70J501yWtZesCFmHW4rdHu.lazyloading { background-image: none; }
#nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { position:absolute;display:block;z-index:15009;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:41rem;left:4.5625rem;display:block; }
#qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { color:#595d68;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:22.625rem;left:5.15625rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { color:#12b058;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.623263478279rem;left:8.84375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:41rem;left:50rem;display:block; }
#eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15101;line-height:1.5;letter-spacing:0;top:48.347224235534rem;left:52.435766220093rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { color:#12b058;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:44.88125038147rem;left:54.310159683228rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e1bfec5-e11e-4f8d-99ab-90740722bc92/qwdqwd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.187500953674rem;left:54.435766220093rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.adaptive-delivery-prevent-bg, #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.lazyload, #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.lazyloading { background-image: none; }
#PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { position:absolute;display:block;z-index:15019;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:40.875rem;left:27.0625rem;display:block; }
#x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { color:#595d68;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:48.600002288818rem;left:27.96718788147rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a8ddff2-74ce-4b3b-8209-3684e5d69b57/FlexEnterprise_Government.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.1875rem;left:31.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.adaptive-delivery-prevent-bg, #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.lazyload, #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.lazyloading { background-image: none; }
#IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { color:#12b058;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:45.5rem;left:30.1875rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { color:#595d68;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:54.875rem;left:7.2500019073488rem;height:3.1669875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { color:#595d68;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:54.875rem;left:30.625001907349rem;height:3.1669875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wTdCABk9dQLlNagsch6nUz6F6btQxx6G { color:#595d68;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:54.90234375rem;left:54.122659683228rem;height:3.1669875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vrwzssdkP8NEiskUOiP2R455raI4RtGQ { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:15.625000119209rem;left:4.46875rem;display:block; }
#ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:15.625000119209rem;left:27.061632156372rem;display:block; }
#SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { color:#595d68;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:29.6875rem;left:9.78125rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { color:#595d68;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:29.6875rem;left:31.186632156372rem;height:3.1669875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { position:absolute;display:block;z-index:15015;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:18.625rem;width:19.0625rem;top:15.625000119209rem;left:50.310766220093rem;display:block; }
#Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { color:#595d68;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:29.675347447396rem;left:54.310766220093rem;height:3.1669875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { background-color: transparent; background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .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); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { border-width: 0; border-radius: 0; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { color:#595d68;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:13.1875rem;left:6.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:19.5625rem;top:12rem;left:3.5625rem;display:block; }
#wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { color:#595d68;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:15.375rem;left:26.125001907349rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { position:absolute;display:block;z-index:14996;background-color:rgba(255,255,255,0.12);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.25rem;width:47.375rem;top:10.5rem;left:1.6875rem;display:block; }
#TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { color:#12b058;display:block;width:31.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:5.8125rem;left:2.625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10rem;width:17.9375rem;top:13.5625rem;left:51.812501907349rem;overflow:hidden;display:block; }
#gM07vfVSGJtJGUrXnawsit8rHDam21WS { color:#595d68;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.5625rem;left:26.125001907349rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSETSCGXIffh6kfWa53qnNZytHkwStXe { color:#595d68;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:14.8125rem;left:6.1875rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UltyZsZhuutT4XrQzHkl8XcWimIGz17o { color:#595d68;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20rem;left:6.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { color:#595d68;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:21.5rem;left:6.1875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { color:#595d68;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.25rem;left:26.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { color:#595d68;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:22.0625rem;left:26.125001907349rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:19.5625rem;top:19.3125rem;left:3.5625rem;display:block; }
#exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:22.6875rem;top:12rem;left:24.062501907349rem;display:block; }
#S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:22.6875rem;top:19.3125rem;left:24.4375rem;display:block; }
#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/971f24be-0f52-4a00-9df2-f8db7be317a7/Recurso2.jpg");background-position:bottom 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; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.adaptive-delivery-prevent-bg, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyload, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyloading { background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { background-color: transparent; background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .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); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { border-width: 0; border-radius: 0; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -o-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adf0eff5' );";background-image: linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(89,93,104,0.13) ;height:3.125rem;width:37.5rem;top:13.8125rem;left:0rem;display:none; }
#Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { color:#595d68;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,241,241,0.5);top:14.5625rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(5,171,57,0.64) ;height:18.625rem;width:22.3125rem;top:17.125rem;left:26.3125rem;display:block; }
#FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { color:#595d68;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.375rem;left:29.3125rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(255,255,255,0.54);top:5.1234378814697rem;left:4.6117191314697rem;height:7.4746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { color:#595d68;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.0625rem;left:27.75rem;height:9.3828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { color:#595d68;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.1875rem;left:4.611328125rem;height:8.014625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
#FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { color:#595d68;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.8125rem;left:5.6875rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(255,157,0,0.61) ;height:18.625rem;width:20.6875rem;top:17.125rem;left:51.25rem;display:block; }
#iJDuQUrbIzowianxvp7vbFD9htTc1OUn { color:#595d68;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.0625rem;left:52.8125rem;height:8.014625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
#EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { color:#595d68;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.375rem;left:55.625rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.75rem;width:6.9375rem;top:18.6875rem;left:13.1875rem;overflow:hidden;display:block; }
#bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.6875rem;top:18.8125rem;left:27.8125rem;overflow:hidden;display:block; }
#Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.6875rem;top:18.75rem;left:52.8125rem;overflow:hidden;display:block; }
#DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffffff', endColorstr='#ddffffff' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(49,105,241,0.72) ;height:18.625rem;width:20.875rem;top:17.125rem;left:2.875rem;display:block; }
#bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:7.25rem;top:18.46875rem;left:4.611328125rem;overflow:hidden;display:block; }
#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { background-color: transparent; background-image: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container > .video-iframe-container { display: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container { display: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .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); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { border-width: 0; border-radius: 0; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#J0LqGGXKGy17htMzhalam4cEoG9Kwpui { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:21.125rem;width:62.9375rem;top:9.3125rem;left:5.8125rem;display:block; }
#xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { color:#12b058;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:4.875rem;left:27.093751907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { color:#595d68;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:10.625rem;left:7.8750019073488rem;height:1.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:22.4375rem;width:58.8125rem;top:13rem;left:7.875rem;overflow:hidden;display:block; }
#TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.9375rem;width:7.8125rem;top:10.3125rem;left:57.625rem;overflow:hidden;display:block; }
#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:bottom 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; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.adaptive-delivery-prevent-bg, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyload, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyloading { background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { background-color: transparent; background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .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); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { border-width: 0; border-radius: 0; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { color:#595d68;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:19rem;left:11.062501907349rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:10.375rem;width:27.875rem;top:17.25rem;left:8.625rem;display:block; }
#T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { color:#595d68;display:block;width:39rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:11.1875rem;left:18.000001907349rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:62.6875rem;top:15.25rem;left:6.1875rem;display:block; }
#GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { color:#12b058;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:5.875rem;left:22.062501907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { color:#595d68;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:22.474609375rem;left:11.0625rem;height:3.41015625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:10.4375rem;width:27.875rem;top:17.25rem;left:38.5rem;display:block; }
#bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { color:#595d68;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19rem;left:40.1875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { color:#595d68;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:22.474609375rem;left:40.09375rem;height:3.41015625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,157,0,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.0625rem;left:22.8125rem;display:block; }
#gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { color:#595d68;display:block;width:40.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:29.375rem;left:11.250001907349rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:31.6875rem;left:11.0625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:32.8125rem;left:11.0625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:33.9375rem;left:11.0625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center right !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; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.adaptive-delivery-prevent-bg, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyload, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyloading { background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { background-color: transparent; background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .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); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { border-width: 0; border-radius: 0; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::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; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { color:#12b058;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:20.5625rem;left:9.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -o-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1ededed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1ededed' );";background-image: linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:22.0625rem;width:23rem;top:18.875rem;left:8.1875019073488rem;display:block; }
#VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { color:#595d68;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.7;letter-spacing:0;top:22.625rem;left:9.5625rem;height:16.5703125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:36.4375rem;width:68.25rem;top:8.8125rem;left:3.375rem;display:block; }
#CpAfxzNASsdk29gVlGi46oWyrufxrFLm { color:#595d68;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:4.5rem;left:31.093751907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.8125rem;left:36.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.7;letter-spacing:0;top:22.875rem;left:36.437501907349rem;height:8.285125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(179deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(179deg, #ff9d00, #e77320);background-image: -o-linear-gradient(179deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(179deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(241,172,37,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.5625rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:43.9375rem;left:24.25rem;display:block; }
#fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -moz-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -ms-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -o-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb95c', endColorstr='#c90a5f2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb95c', endColorstr='#c90a5f2c' );";background-image: linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:19.75rem;width:32.5rem;top:18.875rem;left:33.375rem;display:block; }
#WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15094;line-height:1.7;letter-spacing:0;top:31.5rem;left:36.437501907349rem;height:5.5234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { color:#595d68;display:block;width:39.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.2;letter-spacing:0;top:14.125rem;left:17.562501907349rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziinzLifVM7LSIZfk8F20hL7ozes6HbK { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f067010-a972-481d-ae45-963d9611f68a/toksookbay.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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:29.8125rem;width:63.5625rem;top:11.875rem;left:5.5625rem;display:block; }#ziinzLifVM7LSIZfk8F20hL7ozes6HbK.adaptive-delivery-prevent-bg, #ziinzLifVM7LSIZfk8F20hL7ozes6HbK.lazyload, #ziinzLifVM7LSIZfk8F20hL7ozes6HbK.lazyloading { background-image: none; }
#Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.25rem;width:63.5625rem;top:11.875rem;left:5.5625rem;display:block; }
#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { background-color: transparent; background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .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); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { border-width: 0; border-radius: 0; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0efefef' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:12rem;width:28.875rem;top:24.5rem;left:6.125rem;display:block; }
#frPs4xFJViuZdJKL28TmVpTb1UTupgMe { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#afd0d0d0' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.8125rem;width:28.375rem;top:23.25rem;left:6.375rem;display:block; }
#hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { color:#595d68;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:31.9375rem;left:8.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #12b058, #00d15d);background-image: -moz-linear-gradient(90deg, #12b058, #00d15d);background-image: -ms-linear-gradient(90deg, #12b058, #00d15d);background-image: -o-linear-gradient(90deg, #12b058, #00d15d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00d15d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00d15d' );";background-image: linear-gradient(90deg, #12b058, #00d15d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,255,60,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:58.0625rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.3125002384187rem;left:8.46875rem;display:block; }
#rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { position:absolute;display:block;z-index:15085;height:19.9375rem;width:31.9375rem;top:12.6875rem;left:38.3125rem;display:block; }
#yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { color:#595d68;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:26.90625rem;left:8.4062519073488rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size:contain !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; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { background-color: transparent; background-image: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container > .video-iframe-container { display: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container { display: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .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); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { border-width: 0; border-radius: 0; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:8.5rem;top:2.5625rem;left:43.75rem;overflow:hidden;display:block; }
#XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.6875rem;top:1.25rem;left:21.75rem;overflow:hidden;display:block; }
#VtGWL3alGN5mkTGBRW33bagakueMl2RD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -moz-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -ms-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -o-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffffff', endColorstr='#efefef' );";background-image: linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.13) ;height:3.75rem;width:33.3125rem;top:1.5625rem;left:20.875rem;display:block; }
#lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { position:absolute;display:block;z-index:15120;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd109c6e-f4a2-415c-88b2-26c204632099/Recurso10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:8.25rem;width:31.3125rem;top:4.6875rem;left:6.1875rem;display:none; }#lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.adaptive-delivery-prevent-bg, #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.lazyload, #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.lazyloading { background-image: none; }
#nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:7.25rem;top:2.5625rem;left:35.375rem;overflow:hidden;display:block; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container { background-color: transparent; background-image: none; }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container > .video-iframe-container { display: none; }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row > .video-iframe-container { display: none; }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .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); }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container { border-width: 0; border-radius: 0; }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd4c3022-a758-4fab-b54e-71c3941961cd/conn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection.adaptive-delivery-prevent-bg, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection.lazyload, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection.lazyloading { background-image: none; } #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection *:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="text"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="email"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="tel"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection textarea:focus-visible { outline: none; } #ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container { background-color: transparent; background-image: none; }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container > .video-iframe-container { display: none; }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row > .video-iframe-container { display: none; }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .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); }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container { border-width: 0; border-radius: 0; }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .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); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { border-width: 0; border-radius: 0; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.25rem;left:5.75rem;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.adaptive-delivery-prevent-bg, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyload, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyloading { background-image: none; }
#VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.25rem;left:7.0625rem;overflow:hidden;display:block; }
#dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.375rem;left:50.8125rem;display:block; }
#zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .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); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { border-width: 0; border-radius: 0; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { background-color: transparent; background-image: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container > .video-iframe-container { display: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row > .video-iframe-container { display: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .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); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { border-width: 0; border-radius: 0; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { display:block; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { top:2.5625rem;left:36.5rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { top:2.9375rem;left:15.1875rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { top:2.3125rem;left:4.3125rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { top:2.8125rem;left:6.3125rem;width:7.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { display:block; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { top:15.375rem;left:0rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { top:20.75rem;left:0rem;width:28.625rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { top:37.875rem;left:3.01953125rem;width:38.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { top:40.25rem;left:10.5927734375rem;width:22rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { top:26.875rem;left:0rem;width:26.5rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { top:5.125rem;left:7.6875rem;width:15rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { top:2.875rem;left:22.75rem;width:25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { top:13.0625rem;left:0rem;width:33.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { top:25.5rem;left:17.09375rem;width:13.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { top:18.75rem;left:15.562498092651rem;width:12.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { top:4.5rem;left:0rem;width:20.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { top:10.3125rem;left:0rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { top:9.1875rem;left:0rem;width:17.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { width:25.0625rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block; }
 }@media only screen and (max-width: 763px) { #TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { top:5.3125rem;left:0rem;width:20.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmve29soonuLOfZtps6Skz4xp5iaGIWa { top:6.125rem;left:23.75rem;width:24rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfnwBZSPaRunuCprwWct98e06uUh5Fc { top:17.875rem;left:0rem;width:6.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { top:17.875rem;left:15.718751907349rem;width:6.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { top:10.0625rem;left:16.3125rem;width:6.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { top:10rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { top:17.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { top:18rem;left:13.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { top:10rem;left:13.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmDamsi4gl1057Iyc4SySLuL6lT92tN { top:13.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { top:20.4375rem;left:0rem;width:14.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw6veKadeLS0CmirRPu01iqRdKJkOBZy { top:17rem;left:0rem;width:17.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { top:12.625rem;left:12.25rem;width:11.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { top:9.1875rem;left:9.3125rem;width:17.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { top:17rem;left:9.3125rem;width:17.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { top:20.25rem;left:12.187501907349rem;width:11.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { display:block; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { top:6.5625rem;left:0rem;width:25.5625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { top:12.875rem;left:0rem;width:39.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61DEaeP2dQRTIspxOBTczuJloC73tac { top:15rem;left:0rem;width:34.75rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { top:12rem;left:0rem;width:34.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { top:3.625rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { top:19.625rem;left:0rem;width:8.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztcvTrvm0l3MbflyxeL72SWyxctR8OR { top:21.4375rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqpAMd3wIreImECXHqe983ouOwPPqHA { top:21.4375rem;left:19.062501430511rem;width:7.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { top:27.75rem;left:0rem;width:9.1875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { top:27.375rem;left:19.062501430511rem;width:8.8125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { top:17.1875rem;left:27.875rem;width:18.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { top:10.125rem;left:0rem;width:21.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { top:22.625rem;left:0rem;width:15.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { top:28.875rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { top:22.625rem;left:19.062501430511rem;width:13.5625rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { top:28.875rem;left:19.062501430511rem;width:15.3125rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { display:block; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { top:12.0625rem;left:6.5625019073488rem;width:34.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eied52qReS50hhEtQTGEtXMw8EQTqhQO { top:11.1875rem;left:5.5921874046326rem;width:36.5625rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { top:15.8125rem;left:7.6866321563719rem;width:32.375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X764GcowlbTobvV5SlvsCrh5eaB8kII2 { top:9.6875rem;left:6.7178821563719rem;width:34.3125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { top:2.875rem;left:5.1875rem;width:37.375rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { top:21.125rem;left:9.6250019073488rem;width:28.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { top:5.125rem;left:2.4375rem;width:42.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { top:22.875rem;left:12.531251907349rem;width:23.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXbCgqorrxggviTr0JWrhTHA834tspQ { top:15.0625rem;left:36rem;width:11.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgEQNJSycmRlqnph1EetyzJrmseBwaDH { top:31.25rem;left:0rem;width:12.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { top:36.125rem;left:8.4374995231631rem;width:20.6875rem;height:2.125rem;font-size:0.8125rem;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { top:47.3125rem;left:8.4375rem;width:28.375rem;height:1.0625rem;font-size:0.8125rem;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { top:39.125rem;left:35.5625rem;width:12.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { top:5.5625rem;left:5.1875rem;width:37.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { top:26.375rem;left:9.9999995231631rem;width:26.6875rem;height:8.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { top:38.625rem;left:9.9999995231631rem;width:27.4375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCKd02cu60PLVEWsrRdCR4cULefl0JIi { top:48.8125rem;left:10rem;width:25.875rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { top:24.8125rem;left:8.4374995231631rem;width:27.6875rem;height:1.0625rem;font-size:0.8125rem;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { display:block; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMNKIeMB4u5owbogx3ogFxgCwhTDutld { top:19.125rem;left:0rem;width:13.375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { top:15.875rem;left:0rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV24TLowNlxL7gaKccixpB14fQvvVTae { top:11.3125rem;left:0rem;width:12.0625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arae0LResCFkfTEUbw174O0adlCgy7xt { top:23.25rem;left:0rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { top:3.75rem;left:7.0312519073488rem;width:33.6875rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { top:17.6875rem;left:1.9375rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIesTkv0tv08rKn9r38XA7wADbiVBg6J { top:28.4375rem;left:0rem;width:47.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38dslnfZDas221IUVvDegA2ItI57fH { top:31.25rem;left:0rem;width:14.9375rem;height:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { top:15.9375rem;left:15.5625rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { top:29.125rem;left:15.5625rem;width:16.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { top:19.9375rem;left:17.125rem;width:13.5rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { top:31.875rem;left:16.968751907349rem;width:14.0625rem;height:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { top:28.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { top:18rem;left:19.75rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWIKrK60iZfmKKth7ginTmzp0JSW826V { top:12rem;left:16.156251907349rem;width:15.4375rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { top:15.9375rem;left:30.875rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { top:29.3125rem;left:30.875rem;width:16.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { top:20.4375rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { top:32.4375rem;left:34.1875rem;width:13.5625rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQEyxiyauFbu0vaVETLHbaywn5OqBMs { top:11.3125rem;left:35.125rem;width:12.625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { top:18.5625rem;left:39.0625rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { top:50.25rem;left:15rem;width:26.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { top:65.0625rem;left:0rem;width:19.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { top:51.0625rem;left:17.125rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUR998NsOw36KTivOqTlyQDxkwnkN1pq { top:52.3125rem;left:17.125rem;width:20.9375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { top:54.125rem;left:10.375rem;width:37.375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { top:57.6875rem;left:28.75rem;width:19rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { top:61rem;left:17.125rem;width:19.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
 }@media only screen and (max-width: 763px) { #ENiygowJAm0sb9TVevfO16JPRhyl2q4M { top:29.3125rem;left:0rem;width:16.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { top:56.75rem;left:17.125001907349rem;width:11.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { top:10.1875rem;left:0rem;width:16.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { top:10.25rem;left:15.5625rem;width:16.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { top:9.9375rem;left:30.875rem;width:16.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { top:62.625rem;left:17.125rem;width:30.625rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { top:67.125rem;left:17.123437404633rem;width:14rem;height:1.1875rem;font-size:0.8125rem;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
 }@media only screen and (max-width: 763px) { #MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { top:68.6875rem;left:18.562501430511rem;width:28.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { top:71.875rem;left:17.123437404633rem;width:8.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
 }@media only screen and (max-width: 763px) { #DbhlrdwUOluPat9EDAawvtDgFVz65kvP { top:73.4375rem;left:18.623437404633rem;width:20.875rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { display:block; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { top:4.9375rem;left:1.59375rem;width:44.5625rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtz6ycaiyrtAyddizlRks1mPmZCeAch { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { top:45.5rem;left:0rem;width:12rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUppNpGxB327rauG8oWdHmdGmdkhtzut { top:48.5625rem;left:0rem;width:17.3125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { top:22.625rem;left:31.1875rem;width:16.5625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { top:20.25rem;left:35.8125rem;width:11.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { top:22.625rem;left:14.21718788147rem;width:17.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { top:20.25rem;left:16.811632156372rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { top:10.8125rem;left:17.874132156372rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { top:10.8125rem;left:0rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { top:10.8125rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAFf9bghq70J501yWtZesCFmHW4rdHu { top:36.1875rem;left:0rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { top:41rem;left:0rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { top:22.625rem;left:0rem;width:17.6875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { top:19.5625rem;left:0rem;width:10.3125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { top:41rem;left:28.6875rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { top:48.3125rem;left:33.5625rem;width:14.1875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { top:44.875rem;left:37.3125rem;width:10.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { top:36.1875rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { top:40.875rem;left:13.4375rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { top:48.5625rem;left:14.34218788147rem;width:17.25rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { top:36.1875rem;left:17.875rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { top:45.5rem;left:16.5625rem;width:14.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { top:54.875rem;left:0rem;width:13.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { top:54.875rem;left:17.000001907349rem;width:11.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdCABk9dQLlNagsch6nUz6F6btQxx6G { top:54.875rem;left:36.9375rem;width:10.8125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrwzssdkP8NEiskUOiP2R455raI4RtGQ { top:15.625rem;left:0rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { top:15.625rem;left:13.436632156372rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { top:29.6875rem;left:0rem;width:8.4375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { top:29.6875rem;left:17.5625rem;width:10.8125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { top:15.625rem;left:28.6875rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { top:29.625rem;left:36.6875rem;width:11.0625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { display:block; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { top:13.1875rem;left:0rem;width:6.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { top:12rem;left:0rem;width:19.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { top:15.375rem;left:12.500001907349rem;width:17rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { top:10.5rem;left:0rem;width:47.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { top:5.8125rem;left:0rem;width:31.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { top:13.5625rem;left:29.8125rem;width:17.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM07vfVSGJtJGUrXnawsit8rHDam21WS { top:13.5625rem;left:12.500001907349rem;width:11.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSETSCGXIffh6kfWa53qnNZytHkwStXe { top:14.8125rem;left:0rem;width:11.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UltyZsZhuutT4XrQzHkl8XcWimIGz17o { top:20rem;left:0rem;width:10.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { top:21.5rem;left:0rem;width:14.375rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { top:20.25rem;left:12.500001907349rem;width:10.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { top:22.0625rem;left:12.500001907349rem;width:18.4375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { top:19.3125rem;left:0rem;width:19.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { top:12rem;left:10.437501907349rem;width:22.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { top:19.3125rem;left:10.8125rem;width:22.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { display:block; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { top:13.8125rem;left:0rem;width:45.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { top:14.5625rem;left:0rem;width:41.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { top:17.125rem;left:1.5625rem;width:22.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { top:21.375rem;left:7.5rem;width:16.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { top:5.0625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { top:25.0625rem;left:4.4375rem;width:19.4375rem;height:;font-size:0.8125rem;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
 }@media only screen and (max-width: 763px) { #JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { top:25.1875rem;left:0rem;width:17.3125rem;height:6.9375rem;font-size:0.8125rem;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
 }@media only screen and (max-width: 763px) { #FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { top:21.8125rem;left:0rem;width:14.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { top:17.125rem;left:27.0625rem;width:20.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDuQUrbIzowianxvp7vbFD9htTc1OUn { top:25.0625rem;left:30.1875rem;width:17.5625rem;height:6.9375rem;font-size:0.8125rem;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
 }@media only screen and (max-width: 763px) { #EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { top:21.375rem;left:35.1875rem;width:11rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { top:18.6875rem;left:6.375rem;width:6.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { top:18.8125rem;left:15.1875rem;width:8.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { top:18.75rem;left:32.375rem;width:8.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { top:17.125rem;left:0rem;width:20.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { top:18.4375rem;left:0rem;width:7.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0LqGGXKGy17htMzhalam4cEoG9Kwpui { top:9.3125rem;left:0rem;width:47.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { top:4.875rem;left:3.5rem;width:20.375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { top:10.625rem;left:1.0625019073486rem;width:20.375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { top:13rem;left:0rem;width:47.75rem;height:18.217056323061rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { top:10.3125rem;left:37.1875rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { display:block; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { top:19rem;left:0rem;width:23rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { top:17.25rem;left:0rem;width:27.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { top:11.1875rem;left:4.3750019073486rem;width:39rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { top:15.25rem;left:0rem;width:47.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { top:5.875rem;left:8.4375019073488rem;width:30.875rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { top:22.4375rem;left:0rem;width:23.5rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { top:17.25rem;left:19.875rem;width:27.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { top:19rem;left:23.25rem;width:24.5rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { top:22.4375rem;left:23.0625rem;width:24.6875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { width:29rem;height:3.75rem;top:36.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block; }
 }@media only screen and (max-width: 763px) { #VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { top:29.375rem;left:0rem;width:40.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { top:31.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { top:32.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { top:33.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { display:block; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { top:20.5625rem;left:0rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { top:18.875rem;left:0rem;width:23rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { top:22.625rem;left:0rem;width:20.25rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { top:8.8125rem;left:0rem;width:47.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAfxzNASsdk29gVlGi46oWyrufxrFLm { top:4.5rem;left:17.468751907349rem;width:12.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { top:20.8125rem;left:22.8125rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { top:22.875rem;left:19.5625rem;width:28.1875rem;height:8.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { width:26.5rem;height:2.5625rem;top:43.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block; }
 }@media only screen and (max-width: 763px) { #ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { top:18.875rem;left:15.25rem;width:32.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { top:31.5rem;left:22.812501907349rem;width:24.4375rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { top:14.125rem;left:3.9375019073486rem;width:39.875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziinzLifVM7LSIZfk8F20hL7ozes6HbK { top:11.875rem;left:0rem;width:47.75rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { top:11.875rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { display:block; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { top:24.5rem;left:0rem;width:28.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #frPs4xFJViuZdJKL28TmVpTb1UTupgMe { top:23.25rem;left:0rem;width:28.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { top:31.9375rem;left:0rem;width:22.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { width:46.75rem;height:3.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block; }
 }@media only screen and (max-width: 763px) { #wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { top:12.6875rem;left:15.8125rem;width:31.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { top:26.875rem;left:0rem;width:24.3125rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { display:block; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { top:2.5625rem;left:23.875rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { top:1.25rem;left:10.1875rem;width:13.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGWL3alGN5mkTGBRW33bagakueMl2RD { top:1.5625rem;left:0rem;width:33.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { top:4.6875rem;left:0rem;width:31.3125rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { top:2.5625rem;left:16.625rem;width:7.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection { display:block; } #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection *:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="text"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="email"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="tel"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection textarea:focus-visible { outline: none; } #ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { top:5.25rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { top:2.25rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:8.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { top:8.125rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { top:0.625rem;left:19.5rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.adaptive-delivery-prevent-bg, #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.lazyload, #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.lazyloading { background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { background-color: transparent; background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .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); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { width:14.5625rem;height:4.9375rem;top:0.9873046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { width:12.25rem;height:3.125rem;top:8.0601568222044rem;left:3.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { width:7.8125rem;height:1.9375rem;top:14.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { width:18.125rem;height:2.9375rem;top:13.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { width:6.3125rem;height:1.875rem;top:14.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec0706c6-cfc3-4b09-9e84-c62f0ea0233e/backppp.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.adaptive-delivery-prevent-bg, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyload, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyloading { background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { background-color: transparent; background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .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); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { width:20rem;height:179.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { width:16.1875rem;height:2.3984375rem;top:10.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { width:17.8125rem;height:6.1875rem;top:3.5rem;left:1.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { width:20rem;height:4.7942754919499rem;top:94.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { width:14.3125rem;height:2.4375rem;top:95.375rem;left:2.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { width:15.5rem;height:7.875rem;top:13.5rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { width:11.5625rem;height:9.9375rem;top:63.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { width:20rem;height:29.125rem;top:32.356250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { width:20rem;height:21.5rem;top:100.54375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { width:13.5625rem;height:11.625rem;top:142.60625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { width:12.0625rem;height:7.375rem;top:133.98125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { width:20rem;height:9.4375rem;top:123.29375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/dbbe50c1-be7b-4b40-a346-81e8effb05bc/EBMobilityEnterpriseGradeAdvantageInteractive.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .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); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { width:15.75rem;height:1.05625rem;top:18.5625rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { width:20rem;height:17.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { width:19rem;height:3.4375rem;top:33.40625rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block; }
 }@media only screen and (max-width: 763px) { #TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { width:6.375rem;height:2.4375rem;top:16.1875rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qmve29soonuLOfZtps6Skz4xp5iaGIWa { width:20rem;height:20.5625rem;top:38.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfnwBZSPaRunuCprwWct98e06uUh5Fc { width:6.75rem;height:2.111325rem;top:74.65rem;left:8.3125019073488rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { width:6.75rem;height:2.111325rem;top:82.2125rem;left:7.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { width:6.375rem;height:2.111325rem;top:67.0875rem;left:8.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { width:2.75rem;height:2.75rem;top:59.90625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { width:2.5625rem;height:2.5625rem;top:74.4625rem;left:4.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { width:1.875rem;height:1.875rem;top:82.3375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { width:2.25rem;height:2.25rem;top:67.025rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmDamsi4gl1057Iyc4SySLuL6lT92tN { width:14.4375rem;height:1.05625rem;top:63.90625rem;left:2.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { width:14.6875rem;height:2.111325rem;top:77.261694335938rem;left:2.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sw6veKadeLS0CmirRPu01iqRdKJkOBZy { width:17.5625rem;height:6.3125rem;top:73.775rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { width:11.6875rem;height:2.111325rem;top:69.65rem;left:4.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { width:17.5625rem;height:6.3125rem;top:66.2125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { width:17.5625rem;height:6.3125rem;top:81.3375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { width:11.8125rem;height:2.111325rem;top:84.5875rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.adaptive-delivery-prevent-bg, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyload, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyloading { background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { background-color: transparent; background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .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); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { width:7.1875rem;height:5.625rem;top:11.125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61DEaeP2dQRTIspxOBTczuJloC73tac { width:8.0625rem;height:19.5rem;top:14.75rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { width:20rem;height:1.71875rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { width:8.375rem;height:1.2rem;top:38.1rem;left:5.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kztcvTrvm0l3MbflyxeL72SWyxctR8OR { width:11.1875rem;height:1.05625rem;top:40.55rem;left:4.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwqpAMd3wIreImECXHqe983ouOwPPqHA { width:7.75rem;height:1.05625rem;top:42.85625rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { width:9.1875rem;height:1.05625rem;top:55.05625rem;left:5.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { width:8.8125rem;height:1.05625rem;top:57.3625rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { width:18.8125rem;height:12.375rem;top:68.50625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { width:20rem;height:1.35rem;top:35.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { width:15.1875rem;height:4.22265625rem;top:45.1625rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { width:14.0625rem;height:3.16699375rem;top:59.66875rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { width:13.5625rem;height:3.16699375rem;top:50.6375rem;left:3.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { width:15.3125rem;height:3.16699375rem;top:64.0875rem;left:2.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.adaptive-delivery-prevent-bg, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyload, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyloading { background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { background-color: transparent; background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .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); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { width:15.9375rem;height:3.375rem;top:11.125rem;left:1.9375000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eied52qReS50hhEtQTGEtXMw8EQTqhQO { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { width:16rem;height:8.53125rem;top:15.046875rem;left:2.0000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X764GcowlbTobvV5SlvsCrh5eaB8kII2 { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { width:20rem;height:1.71875rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { width:20rem;height:2.3984375rem;top:41.84375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { width:20rem;height:2.4375rem;top:36.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { width:20rem;height:2.3984375rem;top:45.49375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VfXbCgqorrxggviTr0JWrhTHA834tspQ { width:11.75rem;height:10.0625rem;top:52.50625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgEQNJSycmRlqnph1EetyzJrmseBwaDH { width:12.1875rem;height:10.4375rem;top:63.81875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { width:20rem;height:2.111325rem;top:88.94375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { width:20rem;height:2.111325rem;top:104.525rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { width:12.1875rem;height:10.4375rem;top:121.325rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { width:20rem;height:3.4375rem;top:37.15625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { width:20rem;height:12.1875rem;top:75.50625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { width:20rem;height:10.96875rem;top:92.30625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCKd02cu60PLVEWsrRdCR4cULefl0JIi { width:20rem;height:12.1875rem;top:107.8875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { width:20rem;height:2.111325rem;top:49.14375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/dbbe50c1-be7b-4b40-a346-81e8effb05bc/EBMobilityEnterpriseGradeAdvantageInteractive.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.adaptive-delivery-prevent-bg, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyload, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyloading { background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { background-color: transparent; background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .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); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { width:20rem;height:270.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMNKIeMB4u5owbogx3ogFxgCwhTDutld { width:15.75rem;height:3.16699375rem;top:18.5625rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { width:20rem;height:17.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV24TLowNlxL7gaKccixpB14fQvvVTae { width:12.0625rem;height:3.91699375rem;top:40.967193603516rem;left:3.9710960388184rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Arae0LResCFkfTEUbw174O0adlCgy7xt { width:10.75rem;height:2.6rem;top:52.850799560547rem;left:4.6273460388184rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { width:20rem;height:5.15625rem;top:33.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { width:5.4375rem;height:1.3rem;top:47.288299560547rem;left:7.2523460388181rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIesTkv0tv08rKn9r38XA7wADbiVBg6J { width:20rem;height:2.3125rem;top:109.32579956054rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38dslnfZDas221IUVvDegA2ItI57fH { width:14.9375rem;height:15.84375rem;top:114.84142456054rem;left:2.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { width:16.875rem;height:11.4375rem;top:70.325799560544rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { width:16.875rem;height:18.875rem;top:132.76329956054rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { width:13.5rem;height:5.27831875rem;top:74.325799560544rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { width:14.0625rem;height:14.625rem;top:135.51329956054rem;left:2.96875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { width:20rem;height:1.95rem;top:109.57579956054rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { width:8rem;height:1.3rem;top:72.388299560544rem;left:5.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWIKrK60iZfmKKth7ginTmzp0JSW826V { width:15.4375rem;height:2.611325rem;top:58.470330810547rem;left:2.1578140258789rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { width:16.875rem;height:11.4375rem;top:96.638299560544rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { width:16.875rem;height:18.6875rem;top:152.88829956054rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { width:14.5rem;height:4.22265625rem;top:101.13829956054rem;left:2.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { width:13.5625rem;height:13.40625rem;top:156.06017456054rem;left:3.21875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #diQEyxiyauFbu0vaVETLHbaywn5OqBMs { width:12.625rem;height:3.91699375rem;top:84.408624267575rem;left:3.6898422241211rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { width:8rem;height:1.3rem;top:99.263299560544rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { width:20rem;height:6rem;top:199.26329956054rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { width:19.75rem;height:3.298825rem;top:206.51329956054rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { width:9.375rem;height:1.3rem;top:200.07579956054rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUR998NsOw36KTivOqTlyQDxkwnkN1pq { width:20rem;height:3.16699375rem;top:201.32579956054rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { width:20rem;height:25.1875rem;top:172.82579956054rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { width:19rem;height:1.3rem;top:176.33284912109rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { width:19.125rem;height:1.21875rem;top:179.64534912109rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
 }@media only screen and (max-width: 763px) { #ENiygowJAm0sb9TVevfO16JPRhyl2q4M { width:16.875rem;height:18.625rem;top:112.88829956054rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { width:11.625rem;height:3.0859375rem;top:175.43908081054rem;left:2.1265640258789rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { width:16.875rem;height:13.5625rem;top:39.84375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { width:16.875rem;height:12.375rem;top:56.700799560547rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { width:16.875rem;height:12.375rem;top:83.013299560544rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { width:20rem;height:7.3125rem;top:181.27034912109rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { width:14rem;height:1.21875rem;top:185.77892456054rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
 }@media only screen and (max-width: 763px) { #MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { width:20rem;height:3.65625rem;top:187.33284912109rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { width:8.8125rem;height:1.21875rem;top:190.55159912109rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
 }@media only screen and (max-width: 763px) { #DbhlrdwUOluPat9EDAawvtDgFVz65kvP { width:20rem;height:4.875rem;top:192.08284912109rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.adaptive-delivery-prevent-bg, #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.lazyload, #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.lazyloading { background-image: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { background-color: transparent; background-image: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .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); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { width:20rem;height:203.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { width:20rem;height:4.125rem;top:4.8115234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { width:10.1875rem;height:24.75rem;top:9.125rem;left:9.8125rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { width:10.1875rem;height:24.75rem;top:33.1875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { width:10.1875rem;height:24.75rem;top:33.187744140625rem;left:9.8125rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { width:10.1875rem;height:24.75rem;top:57.0625rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { width:10.1875rem;height:24.75rem;top:57.0625rem;left:9.8125rem;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtz6ycaiyrtAyddizlRks1mPmZCeAch { width:10.1875rem;height:24.75rem;top:80.5625rem;left:0rem;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { width:10.5625rem;height:12.5625rem;top:103.81250190735rem;left:4.2500000596046rem;z-index:14996;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { width:13.1875rem;height:2.475rem;top:68.700000762938rem;left:3.4062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUppNpGxB327rauG8oWdHmdGmdkhtzut { width:12.3125rem;height:7.3125rem;top:73.4375rem;left:3.8437500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { width:11.6875rem;height:8.53125rem;top:53.47500038147rem;left:4.1562500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { width:10.3125rem;height:1.2375rem;top:51rem;left:4.8437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { width:9.875rem;height:13.40625rem;top:18.6875rem;left:5.0625000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { width:10.4375rem;height:2.475rem;top:16.262499809265rem;left:4.7812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { width:10.1875rem;height:7.5rem;top:7.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { width:10.1875rem;height:7.5rem;top:25.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { width:10.1875rem;height:7.5rem;top:43.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAFf9bghq70J501yWtZesCFmHW4rdHu { width:10.1875rem;height:7.5rem;top:60.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { width:13.75rem;height:10rem;top:67.375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { width:17.6875rem;height:6.09375rem;top:89rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { width:10.3125rem;height:2.475rem;top:85.997650146488rem;left:4.8125019073486rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { width:19.0625rem;height:18.625rem;top:174.66875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { width:14.1875rem;height:6.09375rem;top:182.01561279297rem;left:2.8726577758789rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { width:10.4375rem;height:2.475rem;top:178.55000610351rem;left:4.7476577758789rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { width:10.1875rem;height:7.5rem;top:194.54375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { width:19.0625rem;height:18.625rem;top:146.04375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { width:17.25rem;height:4.875rem;top:153.76875610351rem;left:1.3421859741211rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { width:10.1875rem;height:7.5rem;top:165.91875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { width:14.0625rem;height:1.2375rem;top:150.66875rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { width:13.5rem;height:3.1669875rem;top:141.625rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { width:11.9375rem;height:3.1669875rem;top:160.04375rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTdCABk9dQLlNagsch6nUz6F6btQxx6G { width:10.8125rem;height:3.1669875rem;top:188.57109375rem;left:4.5601577758789rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrwzssdkP8NEiskUOiP2R455raI4RtGQ { width:19.0625rem;height:18.625rem;top:82rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { width:19.0625rem;height:18.625rem;top:101.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { width:8.4375rem;height:3.65625rem;top:96.0625rem;left:5.7500019073486rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { width:10.8125rem;height:3.1669875rem;top:115.9375rem;left:4.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { width:19.0625rem;height:18.625rem;top:121.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { width:11.0625rem;height:3.1669875rem;top:135.79998779297rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.adaptive-delivery-prevent-bg, #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.lazyload, #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.lazyloading { background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { background-color: transparent; background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .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); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { width:7.1875rem;height:1.125rem;top:11.125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { width:8.0625rem;height:2.923825rem;top:14.75rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { width:20rem;height:3.4375rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { width:17.9375rem;height:10rem;top:56.7rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM07vfVSGJtJGUrXnawsit8rHDam21WS { width:11.75rem;height:1.35rem;top:36.5125rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QSETSCGXIffh6kfWa53qnNZytHkwStXe { width:11.5rem;height:1.95rem;top:31.75rem;left:4.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UltyZsZhuutT4XrQzHkl8XcWimIGz17o { width:10.875rem;height:1.35rem;top:42.8875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { width:14.375rem;height:2.923825rem;top:44.3875rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { width:10.875rem;height:1.35rem;top:50.3875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { width:18.4375rem;height:1.95rem;top:52.2rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { width:19.5625rem;height:6rem;top:42.2rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { width:20rem;height:6rem;top:34.95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { width:20rem;height:6rem;top:49.45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/971f24be-0f52-4a00-9df2-f8db7be317a7/Recurso2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.adaptive-delivery-prevent-bg, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyload, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyloading { background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { background-color: transparent; background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .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); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { width:16.875rem;height:7.8125rem;top:11.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { width:14.75rem;height:4.05rem;top:13.625rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { width:20rem;height:18.625rem;top:32.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { width:16.375rem;height:2.7625rem;top:37.025rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { width:19.4375rem;height:9.3828125rem;top:40.7125rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
 }@media only screen and (max-width: 763px) { #JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { width:17.3125rem;height:8.014625rem;top:20.9625rem;left:1.7359390258789rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
 }@media only screen and (max-width: 763px) { #FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { width:14.9375rem;height:2.7625rem;top:17.5875rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { width:20rem;height:18.625rem;top:52.65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDuQUrbIzowianxvp7vbFD9htTc1OUn { width:17.5625rem;height:8.014625rem;top:60.5875rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
 }@media only screen and (max-width: 763px) { #EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { width:11rem;height:2.7625rem;top:56.9rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { width:6.9375rem;height:1.75rem;top:14.4625rem;left:10.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { width:8.6875rem;height:1.5rem;top:34.4625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { width:8.6875rem;height:1.5rem;top:54.275rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { width:20rem;height:18.625rem;top:12.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { width:7.25rem;height:2.1875rem;top:14.24375rem;left:1.7359390258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0LqGGXKGy17htMzhalam4cEoG9Kwpui { width:20rem;height:21.125rem;top:4.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { width:20rem;height:0.975rem;top:5.53125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { width:20rem;height:7.6301806588738rem;top:26.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { width:7.8125rem;height:1.9375rem;top:5.21875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.adaptive-delivery-prevent-bg, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyload, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyloading { background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { background-color: transparent; background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .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); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { width:7.1875rem;height:4.5rem;top:11.125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { width:8.0625rem;height:7.796875rem;top:14.75rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { width:20rem;height:5.15625rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { width:20rem;height:3.41015625rem;top:31.75rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { width:20rem;height:10.4375rem;top:36.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { width:20rem;height:4.275rem;top:38.1625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { width:20rem;height:4.546875rem;top:41.636712646484rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { width:19rem;height:3.75rem;top:63.825rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block; }
 }@media only screen and (max-width: 763px) { #VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { width:20rem;height:3.8984375rem;top:48.1rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { width:20rem;height:2.923825rem;top:53.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { width:20rem;height:1.95rem;top:57.425rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { width:20rem;height:1.95rem;top:60.625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.adaptive-delivery-prevent-bg, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyload, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyloading { background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { background-color: transparent; background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .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); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { width:7.1875rem;height:1.125rem;top:12.3125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { width:20rem;height:12rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { width:15.625rem;height:23.474625rem;top:13.4375rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { width:20rem;height:55.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAfxzNASsdk29gVlGi46oWyrufxrFLm { width:20rem;height:1.71875rem;top:5.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { width:9.625rem;height:1.125rem;top:28.75rem;left:1.9375000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { width:15.9375rem;height:16.5703125rem;top:30.6875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { width:14.5625rem;height:2.375rem;top:62.587501525881rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block; }
 }@media only screen and (max-width: 763px) { #ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { width:20rem;height:19.75rem;top:73.21240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { width:20rem;height:8.285125rem;top:85.83740234375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { width:20rem;height:4.5rem;top:68.46240234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ziinzLifVM7LSIZfk8F20hL7ozes6HbK { width:20rem;height:29.8125rem;top:66.21240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { width:20rem;height:20.25rem;top:66.21240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.adaptive-delivery-prevent-bg, #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.lazyload, #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.lazyloading { background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { background-color: transparent; background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .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); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frPs4xFJViuZdJKL28TmVpTb1UTupgMe { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { width:20rem;height:3.65625rem;top:41.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { width:19rem;height:3.9375rem;top:31.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block; }
 }@media only screen and (max-width: 763px) { #wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { width:20rem;height:19.9375rem;top:46.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { width:20rem;height:3.375rem;top:36.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { display:block; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { width:7.3125rem;height:1.8125rem;top:22.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { width:9.625rem;height:3.125rem;top:21.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGWL3alGN5mkTGBRW33bagakueMl2RD { width:20rem;height:7.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { width:19.9375rem;height:5.875rem;top:14.375rem;left:0.061718702316284rem;z-index:14998;background-color:#07803d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { width:7.25rem;height:2.1875rem;top:24.810938835144rem;left:6.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #Z2X4CCBePErf6xqhlR07TepEoWI5grlp > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection { display:block; } #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection *:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="text"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="email"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection input[type="tel"]:focus-visible, #b89ca0e01b9a98d9c13eaeed29599efc.widget-smartsection textarea:focus-visible { outline: none; } #ELaFItZN6pBOGgBusmTwwsKpEbrK7mqR > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { background-color:#ffffff;background-image:none;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .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); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { width:20rem;height:16.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { width:10.5rem;height:11.75rem;top:3.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { width:17.6875rem;height:5.11875rem;top:16.75rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.adaptive-delivery-prevent-bg, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyload, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyloading { background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .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); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { width:8.625rem;height:1.1375rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block; }
 }