.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV { 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; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { background-color: transparent; background-image: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container > .video-iframe-container { display: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row > .video-iframe-container { display: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .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); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { border-width: 0; border-radius: 0; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#IhKXvSrKAJOco33SNDNDK78W5d7qFmsx { position:absolute;display:block;z-index:15008;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:15.5rem;top:2.375rem;left:18.125rem;display:block; }
#vyCipafiXGVEgPZTpuDJAZNNHn1Poch6 { 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; }
#bLttBCGHuZbVsRV0PVE7eaEetPQGXqnS { 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:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#hCEoLroE2eFV81LpzoQPVkoTiv15LTsf { position:absolute;display:block;z-index:15060;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:5.9375rem;top:3.1875rem;left:26.75rem;overflow:hidden;display:block; }
#Q2DLiVpCFQkFAVCl7I6PCFD7tqeh3KG1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:5.75rem;top:3.0625rem;left:19.75rem;overflow:hidden;display:block; }
#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");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; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.adaptive-delivery-prevent-bg, #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.lazyload, #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.lazyloading { background-image: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { background-color: transparent; background-image: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container > .video-iframe-container { display: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row > .video-iframe-container { display: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .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); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { border-width: 0; border-radius: 0; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#KkeLEptKtZBCyffpafcCavx2OJ6tI0lA { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.8125rem;height:5.0371125rem;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; }
#RRTsqdpyDaTcOB9nKnWhc7WhLMJIeEfT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.8125rem;left:12.5rem;display:block; }
#bCbolTyZeEgK5ifmpyaxQ5QvotkgqSvn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZT8vT7xaESSQQlgzlFt7fIfwnnzBSNl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.25rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:5.8125rem;left:2.8125rem;display:block; }
#Al1eslZr2oR5uWmQGBB45DRTP3LyaQN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcMANtnJSJT9vUk2EiKQHoceDJGuzLzR { position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;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:1rem;width:0.8125rem;top:6.3125rem;left:11.1875rem;display:block; }
#b8UFWumUvd9V0czhBnaRhuoIrLDOZN7e { position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99964375rem;width:0.812325rem;top:6.375rem;left:19.75rem;display:block; }
#w5kBHLH5yzr5wc8s0gnlLEIOtZpMUuRp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.8125rem;left:20.5625rem;display:block; }
#TDTIhCeWUaJGBO9PFv54WUlJGcUpif75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lM063vevi2GvimWfgtc2isDOPZzv4D6B { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:22.5625rem;top:18.9375rem;left:0rem;overflow:hidden;display:block; }
#Tsi81sKNIhkQU688bIQFEMrdKknXWr4n { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:21.5rem;left:23.25rem;height:9rem;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; }
#PqDknKXvwNKDA81kkgOpsdxyeOxKAmDZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.15), rgba(255,255,255,0.08));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.15), rgba(255,255,255,0.08));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.15), rgba(255,255,255,0.08));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.15), rgba(255,255,255,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26f0eff5', endColorstr='#14ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26f0eff5', endColorstr='#14ffffff' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.15), rgba(255,255,255,0.08));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:13rem;width:33.0625rem;top:19.5625rem;left:12rem;display:block; }
#tO5KbuAnDPuV1BVGzM7RE6GTcEuyvQtc { position:absolute;display:block;z-index:15204;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.375rem;width:34.9375rem;top:35.4375rem;left:2.8125rem;overflow:hidden;display:block; }
#QlFoBbgX2NA2fdWoqZ5Chs2bFKbuBH1f { color:#662483;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15234;line-height:1.4;letter-spacing:0;top:37.275390625rem;left:9.3427734375rem;height:4.19824375rem;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; }
#zFBmQEFxRHG8gbfsU3wU2mNNK43b2oma { position:absolute;display:block;z-index:15089;height:29.125rem;width:23.8125rem;top:6.3125rem;left:47.6875rem;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(240,239,245,0.91);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; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { border-width: 0; border-radius: 0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta { color:#212121;display:block;width:64.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.576171875rem;left:5.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
#tSoM7l43BySUpALUZq5Wv5ZATt8fbcIU { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;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.625rem;width:69.875rem;top:3.375rem;left:2.5625rem;display:block; }
#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c { 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; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { background-color: transparent; background-image: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container > .video-iframe-container { display: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container { display: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .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); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { border-width: 0; border-radius: 0; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo { color:#fbfbfb;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.984375rem;left:6rem;height:24.7411875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#wsh5divcax4XTJnFcN7PPhSTIlJhgUGS { color:#212121;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:21.125rem;left:23.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wsh5divcax4XTJnFcN7PPhSTIlJhgUGS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wsh5divcax4XTJnFcN7PPhSTIlJhgUGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#xX1nagWexEnLXX61MxmFf9A7o2iqtMkp { color:#212121;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:28.75rem;left:24.8125rem;height:8.396475rem;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; }
#M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g { color:#212121;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:13.9375rem;left:23.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#aIN0b66doq5u9eoPxl0SEfT8byLsvq1F { color:#212121;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:13.9375rem;left:41.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#aIN0b66doq5u9eoPxl0SEfT8byLsvq1F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIN0b66doq5u9eoPxl0SEfT8byLsvq1F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#v9LyPTeiP12zO5PdddIIxBO3DXyihdpw { color:#212121;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:13.9375rem;left:59.375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#v9LyPTeiP12zO5PdddIIxBO3DXyihdpw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9LyPTeiP12zO5PdddIIxBO3DXyihdpw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#UmE6JkZCB3yInyFE1wu2NTpR6V8Q35yt { color:#212121;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:15.3125rem;left:60.8125rem;height:6.9970625rem;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; }
#GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV { color:#212121;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:22.5625rem;left:59.375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#TobpohCuilF2ZKOW9shawrwVpFdwyTrK { color:#fbfbfb;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.3125rem;left:4.875rem;height:1.7rem;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; }
#qHQRGcMsl2idhd2XhN7PA85vegJSPxtR { color:#fbfbfb;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:10.4375rem;left:23.9375rem;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:left;text-align-last:left;display:block; }
#e51s5iIoVu4ftrbO7sP0LEKKty4pdbpi { color:#fbfbfb;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.8125rem;left:40.0625rem;height:1.2749rem;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; }
#i9AH5RUv2dVOaHQwGogz8MMcpcSCefiW { color:#fbfbfb;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:10.75rem;left:57.375rem;height:1.2749rem;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; }
#uo2PFcymH6ya9TI0tW8eTbWPaSGXIpNB { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1250ad, #3169f1);background-image: -moz-linear-gradient(180deg, #1250ad, #3169f1);background-image: -ms-linear-gradient(180deg, #1250ad, #3169f1);background-image: -o-linear-gradient(180deg, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(180deg, #1250ad, #3169f1);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:30.375rem;width:16.1875rem;top:8.375rem;left:3.625rem;display:block; }
#PPNEUkTmoNDh6ZUw0UQVvFKnbCv5154F { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1250ad, #3169f1);background-image: -moz-linear-gradient(180deg, #1250ad, #3169f1);background-image: -ms-linear-gradient(180deg, #1250ad, #3169f1);background-image: -o-linear-gradient(180deg, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(180deg, #1250ad, #3169f1);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:30.375rem;width:16.1875rem;top:8.375rem;left:21.4375rem;display:block; }
#yvIty8eZxsWBJ3mg1ilJrM8kDytFwxio { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1250ad, #3169f1);background-image: -moz-linear-gradient(180deg, #1250ad, #3169f1);background-image: -ms-linear-gradient(180deg, #1250ad, #3169f1);background-image: -o-linear-gradient(180deg, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(180deg, #1250ad, #3169f1);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:30.375rem;width:16.1875rem;top:8.375rem;left:39.375rem;display:block; }
#SLKz4MmkaceqNhVsqXmZP5fLZZiau6VV { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1250ad, #3169f1);background-image: -moz-linear-gradient(180deg, #1250ad, #3169f1);background-image: -ms-linear-gradient(180deg, #1250ad, #3169f1);background-image: -o-linear-gradient(180deg, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(180deg, #1250ad, #3169f1);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:30.375rem;width:16.1875rem;top:8.375rem;left:57.1875rem;display:block; }
#gCpabs9kIOVu8xrCCf3Qov0hEs1Twl29 { color:#1250ad;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.625rem;height:2.4375rem;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; }
#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN { 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:none; }#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN > .row .container { border-width: 0; border-radius: 0; }#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:75rem;position:relative;display:none; }#IodIBCzqhkJS8rmThIFLdhE0heAOqhIK { color:#595d68;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.5rem;left:3.8125rem;height:23.4345625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IodIBCzqhkJS8rmThIFLdhE0heAOqhIK li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IodIBCzqhkJS8rmThIFLdhE0heAOqhIK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 { color:#595d68;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:53.3125rem;left:4.25rem;height:21.222625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#lIXcF2ZEVlSUJnqhL1mUVdKTMBulO8wV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:33.8125rem;top:13.25rem;left:38.6875rem;overflow:hidden;display:block; }
#uZfTgrSslErV9aVyV7k3F5zHLh5P4p3e { position:absolute;display:block;z-index:15016;background-color:#2b5ed8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:1.4375rem;width:2.875rem;top:7.5rem;left:43.9375rem;display:none; }
#kxqn6vaomotlV87bl8zFONaAOZzvCk9N { color:#ffffff;display:block;width:63.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.5rem;height:2.4375rem;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; }
#S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR { position:absolute;display:block;z-index:15005;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:66.875rem;top:2.75rem;left:2.6875rem;display:block; }#S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR.adaptive-delivery-prevent-bg, #S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR.lazyload, #S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR.lazyloading { background-image: none; }
#QyZWhrfIa2ow1l3ggV4hCwvnPvfMPdSV { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;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:26.9375rem;width:34.625rem;top:12.5rem;left:2.65625rem;display:block; }
#x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH { position:absolute;display:block;z-index:15007;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:48.8125rem;top:43rem;left:2.6875rem;display:block; }#x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH.adaptive-delivery-prevent-bg, #x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH.lazyload, #x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH.lazyloading { background-image: none; }
#OvqmG5WPElFxQLMXwu8KZ2J7T3ruVCWR { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:44.1875rem;left:5.5rem;height:2.4375rem;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; }
#onVOQtn1ozkW1x1xnsukHdFqSGSCBZiS { 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: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.0625rem;width:70.0625rem;top:51.375rem;left:2.6875rem;display:block; }
#UEy8I6nOGpriSQslazmCmShZtmJfxiao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b5ed8;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.png");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; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao.adaptive-delivery-prevent-bg, #UEy8I6nOGpriSQslazmCmShZtmJfxiao.lazyload, #UEy8I6nOGpriSQslazmCmShZtmJfxiao.lazyloading { background-image: none; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container { background-color: transparent; background-image: none; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container > .video-iframe-container { display: none; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row > .video-iframe-container { display: none; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .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); }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container { border-width: 0; border-radius: 0; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#INEy6KF1lVqSO586HTwdHtqvwJhITQlf { color:#fdfdfd;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.875rem;left:2.625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX { color:#595d68;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.375rem;left:42.1875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
#mlE8Btr2orf5Q67RLQqHF5y4T4Qv0nuS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.8125rem;left:37.25rem;overflow:hidden;display:block; }
#FHATdwrKPTezcqlQNkEX9aMZLbFd8SiH { color:#0e3c5a;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:18.6875rem;left:42.3125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 { color:#595d68;display:block;width:7rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:20.125rem;left:42.5rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
#GqkDEgTPrxOLPMbLkiMK4Wql3Oz0GXuS { 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:3.1875rem;width:3.1875rem;top:18.75rem;left:37.25rem;overflow:hidden;display:block; }
#nv9g8GVIXi5Q9Pwcya5N8cdAbiiTbcM3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:10rem;left:55.6875rem;overflow:hidden;display:block; }
#UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn { color:#595d68;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:11.375rem;left:60.5rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
#RMG9FfCDh2N1m3rwTZOfiR7TaHGlUrry { color:#0e3c5a;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:9.9375rem;left:60.5rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGnzAyCNLk52RvhGRen34ZTRyZ1VsPxZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:18.6875rem;left:55.75rem;overflow:hidden;display:block; }
#mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD { color:#595d68;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:20.6875rem;left:60.5rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
#WFE3gVA7nsZB2hWyAUhfIEZrq4awnIIK { color:#0e3c5a;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:17.8125rem;left:60.5rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a7BPhFs3mkzdKrFnqTNuivqazbCAJHyt { color:#0e3c5a;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:18.9375rem;left:60.4375rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaeFTVwnBrHHJlsKaM1fle0QWGTCaouc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:25.75rem;top:17.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#OUbPONgJZTXtFNohBrVJ56ZDMsgKfNnE { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.75rem;width:16.4375rem;top:7.8125rem;left:35.375rem;display:block; }
#JzLpdCwHFAOHCok8Lw5LC1aoknBZDaJ0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.75rem;width:16.4375rem;top:16.5625rem;left:35.375rem;display:block; }
#fhRXUiCtDd0b3x9y9sbhCUKEGqBtaRFT { color:#0e3c5a;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:9.8125rem;left:42.3125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ACNPTMelpXlVtBWdSOsXaHIcRW58TBTN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.75rem;width:16.4375rem;top:7.75rem;left:53.9375rem;display:block; }
#vvRUTXQDFNeTNQTul3bunTGSW8KQki4P { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.75rem;width:16.4375rem;top:16.5rem;left:53.9375rem;display:block; }
#wqIOeTckxWGZvpThHMN629svwWOfNZr7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:26.1875rem;top:7.8125rem;left:2.125rem;overflow:hidden;display:block; }
#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu { 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; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container { background-color: transparent; background-image: none; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container > .video-iframe-container { display: none; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row > .video-iframe-container { display: none; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .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); }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container { border-width: 0; border-radius: 0; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#SSQsnDOv8NgZyAaa5Q7Df71XdRFkEqiQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.0625rem;width:75rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#bvfR4lHT7TKnFVoF7TcPqWVzDBBu3PD6 { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.974609375rem;left:2.90625rem;height:2.6125rem;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; }
#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 { 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; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container { background-color: transparent; background-image: none; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container > .video-iframe-container { display: none; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row > .video-iframe-container { display: none; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .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); }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container { border-width: 0; border-radius: 0; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#dVV6e9TgCqQExWNMqzaHnxsewklslw89 { color:#585858;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:4.875rem;left:4.375rem;height:13.5rem;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; }
#V4bn7x7Rx2bDM5rEeHCB6KeJoKoCIlyw { 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:17.0625rem;width:27.625rem;top:3.06640625rem;left:41.6875rem;overflow:hidden;display:block; }
#xumhXVr5o6yAO9pyLTbsodHNdMIE0ZrL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.4375rem;width:33.9375rem;top:3.3125rem;left:2.6875rem;display:block; }
#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP { 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; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container { background-color: transparent; background-image: none; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container > .video-iframe-container { display: none; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row > .video-iframe-container { display: none; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .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); }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container { border-width: 0; border-radius: 0; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#TzcrMTOJ8HVncu0Zx6rkNnDWBWFPNtKT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.0625rem;width:75rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#yBKQA4bPe1ga7O07CPcvv2Jp4cmlzpH8 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.974609375rem;left:2.90625rem;height:2.6125rem;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; }
#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 { 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; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container { background-color: transparent; background-image: none; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container > .video-iframe-container { display: none; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row > .video-iframe-container { display: none; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .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); }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container { border-width: 0; border-radius: 0; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD { color:#585858;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:5.404296875rem;left:5.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M { color:#585858;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:5.404296875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#fX0NLuoNqRKuh3JfUoR3S9S9IKMJ2eUh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.5rem;width:33.9375rem;top:3.3125rem;left:2.6875rem;display:block; }
#wrBmR9hQzxrUTPJX6LrOOxaFgDM0CGuP { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.5rem;width:33.9375rem;top:3.3125rem;left:38.71875rem;display:block; }
#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO { 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; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container { background-color: transparent; background-image: none; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container > .video-iframe-container { display: none; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row > .video-iframe-container { display: none; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .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); }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container { border-width: 0; border-radius: 0; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container { font-size:0.875rem;font-family:arial;height:66.125rem;width:75rem;position:relative;display:block; }#INqCAST8AT8pbyRTAhy0tkSTWRX1IUVf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:24.4375rem;top:9.373046875rem;left:2.6875rem;overflow:hidden;display:block; }
#to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.375rem;left:31.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#BdMsZt54yLxqTqmSLNTeMlVk74FBkNbO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:16.8125rem;top:26.875rem;left:55.5rem;overflow:hidden;display:block; }
#Upeb7tELPGEMek0DmamtZplOrkqkyGCa { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:33.607421875rem;left:5.875rem;height:6.535125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Upeb7tELPGEMek0DmamtZplOrkqkyGCa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Upeb7tELPGEMek0DmamtZplOrkqkyGCa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#csCZX55SwZutCAf6qE2MIuCn5EpuerZT { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:30.75rem;left:5.875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RCpU8RFAMQi6e47xVngdllLMcx12cmlp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:22.4375rem;top:46.875rem;left:2.75rem;overflow:hidden;display:block; }
#hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:52.875rem;left:27.5rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#S2rGtxuoKG2s1d30kXXAmAneMy4HxfeE { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:51.125rem;left:27.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXB4yfGCoZzvl4uKRmBl7V4wew96VWPS { color:#096fd1;display:block;width:37.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.3125rem;left:2.6875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqZcwryNO98HbkWgCKv7HiJKbNZNZ6oC { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(180deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(180deg, #3169f1, #1250ad);background-image: -o-linear-gradient(180deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(180deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:12.375rem;width:57.4375rem;top:10.375rem;left:14.8125rem;display:block; }
#U8FWPQpnFOqQqRploKla1qumlGs8JVdw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(180deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(180deg, #3169f1, #1250ad);background-image: -o-linear-gradient(180deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(180deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:12.375rem;width:57.375rem;top:29.3466796875rem;left:2.6875rem;display:block; }
#MCiEJcRyEUQGdDEW0SCyNxC7KJnCcT1y { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(180deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(180deg, #3169f1, #1250ad);background-image: -o-linear-gradient(180deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(180deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:12.375rem;width:52rem;top:50.125rem;left:20.25rem;display:block; }
#idfqnHfgciKMx67LtK6ernWaZf1fvzMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.png");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:none; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv.adaptive-delivery-prevent-bg, #idfqnHfgciKMx67LtK6ernWaZf1fvzMv.lazyload, #idfqnHfgciKMx67LtK6ernWaZf1fvzMv.lazyloading { background-image: none; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv > .row .container { border-width: 0; border-radius: 0; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv::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; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:none; }#fZ4eqGNNIawHMWdlb5uzWOMrDhDcL6ML { color:#fafafa;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.25rem;left:3.9375rem;height:4.5rem;display:block; }
#XeQuVzTWO7sKPHSMQdDq6K5Rs5fIU3BH { color:#fafafa;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.677734375rem;left:3.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbVLrmtretMfhFQa0I0OrvOvXCBFbBFp { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(115deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(115deg, #ff9d00, #e77320);background-image: -o-linear-gradient(115deg, #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(115deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.6875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:14.125rem;left:3.9375rem;display:block; }
#xkw4KUtE22Izb26N7rdc5OJzMcZC9FNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTTNHeBAi945c6xlbmLKeihhB618E04x { position:absolute;display:block;z-index:15010;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:18.9375rem;width:22.6875rem;top:1.625rem;left:43.34375rem;overflow:hidden;display:block; }
#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw { 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; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container { background-color: transparent; background-image: none; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container > .video-iframe-container { display: none; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row > .video-iframe-container { display: none; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .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); }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container { border-width: 0; border-radius: 0; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#CA0fHuzczAVvzilBu2KRHbnb11ixhGBb { color:#0e3c5a;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.40625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#p3kQ9Uei52T7dw0kRknMtn1t5VzdDOH9 { color:#212121;display:block;width:42.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.00390625rem;left:28.875rem;height:11.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQCxeUtECWXM5VpLzpTqFZuiHTUg0iG7 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:14.1875rem;width:45.5625rem;top:7.5078125rem;left:26.78125rem;display:block; }
#xGlVWPPQtKPkoQzWbDxhNbM4rTI5XeX6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:49.8125rem;top:10.81640625rem;left:1.21875rem;overflow:hidden;display:block; }
#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF { 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; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container { background-color: transparent; background-image: none; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container > .video-iframe-container { display: none; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row > .video-iframe-container { display: none; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .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); }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container { border-width: 0; border-radius: 0; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#ytShMNN5kIJ6dTU2H8Usd6Z5ksLXtqkK { color:#0e3c5a;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eG1eT1KiT70T325TzehaTLMb0OXA3lSE { color:#595d68;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:12.9375rem;left:40.8125rem;height:12.348625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#eG1eT1KiT70T325TzehaTLMb0OXA3lSE li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#eG1eT1KiT70T325TzehaTLMb0OXA3lSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#zJlGFzXW8xKXlcxLMSIahZZ6oAW4gwgr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:7.625rem;top:10.125rem;left:3.0625rem;overflow:hidden;display:block; }
#yyvOE1cRlfCmX7GlheRspWqaIA1EdIIy { position:absolute;display:block;z-index:15007;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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.9375rem;width:5.9375rem;top:13.1875rem;left:12.9375rem;display:block; }
#bWHOERCMUXC8DNUbivD2VsO6Th4HnX0W { 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:9.6875rem;width:9.6875rem;top:9.5rem;left:24.3125rem;overflow:hidden;display:block; }
#IiwMLlu2XqWVMeNWZKXTENbsvhe4Hemb { position:absolute;display:block;z-index:15007;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:5.8125rem;top:2.75rem;left:13rem;overflow:hidden;display:block; }
#y3GPoKTVJ3DVNcxHnvTVisWfCQWFvafC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:18.0625rem;left:14.125rem;overflow:hidden;display:block; }
#hroR14H2ZVoBVQSPsBzUCfHhEDRol3rR { color:#0e3c5a;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:12.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFfCHKQw4c03Ni5tVc031RzVuS8AmZNi { color:#ffffff;display:block;width:7rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.125rem;left:3.8125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heSZdPcB9EpJN7wNKOkGN0tObEB8vX35 { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:10.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulPW51ZWCdmv5F1TVHZe3QT2iFUvksBT { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.25rem;left:15rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biEtkO6fwkR4bhTWONoQpT19XpwVtLhd { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.3125rem;left:25.0625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#as4y2lc6iECteVE9Ckt6wxKr5wTDMSSp { position:absolute;display:block;z-index:15006;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: none;height:13.9375rem;width:13.9375rem;top:30.9375rem;left:21.125rem;overflow:hidden;display:block; }
#qEelQSuDuTEkm320R7GHNLIK81rINVpc { color:#0e3c5a;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40rem;left:3.875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC { color:#595d68;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:44.8125rem;left:3.8125rem;height:10.0488125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#BQySyo7nZtgUk7GlhLdTVCMRPK7zl293 { color:#0e3c5a;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.875rem;left:41.6875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p { color:#595d68;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:44.8125rem;left:41.6875rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#lADzAbUNkCUTFTWRXavPMcF6mlOBrWOP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:12.3125rem;width:12.3125rem;top:32.625rem;left:58.875rem;overflow:hidden;display:block; }
#rn784szLRo6Ky4fc2XlKZ0QJkMTgwUR5 { position:absolute;display:block;z-index:15014;background-color:#0e3c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.125rem;width:8.375rem;top:17.25rem;left:3.0625rem;display:block; }
#ggHnsnm47eOZayvJR6RNPonksUSH5JAV { position:absolute;display:block;z-index:15014;background-color:#0e3c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.125rem;width:10.75rem;top:26.3125rem;left:13.625rem;display:block; }
#CT13rdOW4R1PSZCX9iPHQlZQoavD0OzQ { position:absolute;display:block;z-index:14998;background-color:#0e3c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.125rem;width:9.9375rem;top:17.8125rem;left:24.3125rem;display:block; }
#E0fiQP1npafLCAO91leIu7aZ5z10ktDi { position:absolute;display:block;z-index:14999;background-color:#0e3c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.125rem;width:12.375rem;top:7.4375rem;left:9.6875rem;display:block; }
#cri8N14tyhE87PUNrFtvZQCEUe6bo13R { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:16.75rem;top:9.25rem;left:9.0625rem;overflow:hidden;display:block; }
#BBQb6NVV8yJwr59vT5yVKp309VIGUIyc { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:19.4375rem;width:32.375rem;top:7.5rem;left:38rem;display:block; }
#H7nntORHtUEewgfGbB6uPbT1eriSnpaT { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.5625rem;width:32.5rem;top:36.875rem;left:2.5rem;display:block; }
#UZF2WSVLmnQcoaETkbb8CvTCvrEG6itF { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.5625rem;width:32.5rem;top:36.875rem;left:40.0625rem;display:block; }
#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic { 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; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container { background-color: transparent; background-image: none; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container > .video-iframe-container { display: none; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row > .video-iframe-container { display: none; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .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); }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container { border-width: 0; border-radius: 0; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container { font-size:0.875rem;font-family:arial;height:154.3125rem;width:75rem;position:relative;display:block; }#MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ { color:#595d68;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.8125rem;left:4.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#cQ7CRLUH7k5Q0vBB8C7a6MR15VgMsxsa { color:#1250ad;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:40.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q { color:#595d68;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:40.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#VgZHhwlDq5feCLLPGnEV3FGJ7IIyCndO { color:#1250ad;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:40.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv { color:#595d68;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.1875rem;left:40.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#sVLwTuR0WeJtgaB9ZZ2TXC2NvvgDE5GJ { position:absolute;display:block;z-index:15006;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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;height:8.625rem;width:69.5rem;top:41.875rem;left:2.6875rem;display:block; }
#DX1ZNfXV0PHFgMyhTH86EuVpqWEct6pC { color:#1250ad;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.375rem;left:4.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs { color:#595d68;display:block;width:47.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:45.75rem;left:4.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#sCCwcTMSTLXIHNrs4EfEvSTWfiaZ9SPw { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:15.9375rem;top:85rem;left:56.6875rem;overflow:hidden;display:block; }
#WKPnPVLwtiAOmH8XxX7cnq3g5J2FSMZn { color:#585858;display:block;width:65.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:62.5rem;left:5.375rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fLcwcVNmrXCD2bWTqgfPFvX2TOUkSAlb { color:#096fd1;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:88.9375rem;left:5.75rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MamiGsL02lvEcF1BbeLKyM1anKp9uZsb { color:#585858;display:block;width:44.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:90.625rem;left:5.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MamiGsL02lvEcF1BbeLKyM1anKp9uZsb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MamiGsL02lvEcF1BbeLKyM1anKp9uZsb li:before{  }
#ovrlvSKK15BBLK1k9Db38xTBg80qr0zz { color:#096fd1;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:104.25rem;left:32.25rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf { color:#585858;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:106.4375rem;left:32.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf li:before{  }
#TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 { color:#585858;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:123.4375rem;left:8.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 li:before{  }
#qzDVs4mwWpZ2pD2EF6GuReKnJT6J9z1N { color:#096fd1;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:120.9375rem;left:8.6875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sR4MhdRPZQwFFDWDhKJZnee6qhlV9NXS { position:absolute;display:block;z-index:15137;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:10.625rem;width:19.0625rem;top:119.125rem;left:51.8125rem;overflow:hidden;display:block; }
#zreBBsfMqFAR9Q6L9REgia46tKmbcPOl { color:#096fd1;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:138.875rem;left:30.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F { color:#585858;display:block;width:35.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:140.875rem;left:30.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F li:before{  }
#Ns77xF49tgzvRQkbGU219ZPScGMEu6oi { position:absolute;display:block;z-index:15135;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.5rem;width:20.125rem;top:104.25rem;left:4.4375rem;overflow:hidden;display:block; }
#KA8rdSd6DnLObZAeDr5i0JnU3dy4MwVe { position:absolute;display:block;z-index:15005;background-color:#096fd1;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:14.75rem;width:33.3125rem;top:69.75rem;left:3.375rem;display:block; }
#bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:74.3125rem;left:5.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#LwvHw03J4mgx4dvQSX6EfFK5Bw0hHuEh { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:71.75rem;left:5.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yKuGcFcG46btUm4LygTFL4qe8ROVPTdh { position:absolute;display:block;z-index:15008;background-color:#096fd1;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:14.75rem;width:32.9375rem;top:69.75rem;left:39.4375rem;display:block; }
#s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:75.1875rem;left:41.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#BO4IPWH2JiHOXmxzgSBDmxHBXsU3QK0T { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:71.75rem;left:40.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxgtCTxP5VMDPmbxZIRw7scXsih3xMmV { position:absolute;display:block;z-index:14997;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.14) ;height:27.375rem;width:34.0625rem;top:11.5625rem;left:2.6875rem;display:block; }
#iDGJcCsOrmvTqiNqfSbFXSxDWNcwEZ7D { position:absolute;display:block;z-index:14998;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.17) ;height:27.375rem;width:34.0625rem;top:11.5625rem;left:38.25rem;display:block; }
#w6v1IAbFH1abNp0M6GEWI8JLlmfQ9ziH { position:absolute;display:block;z-index:14995;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:11.0625rem;width:60.625rem;top:87.4375rem;left:2.5rem;display:block; }
#ssVCN7STy5zlpTaMFh0funL4mAuMEi3V { position:absolute;display:block;z-index:15120;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.375rem;width:22.375rem;top:117.6875rem;left:49.875rem;display:block; }
#vQaxxTRdUs0SKTAukGr9O13OCp3qxxy3 { position:absolute;display:block;z-index:14996;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:11.0625rem;width:55.3125rem;top:102.9375rem;left:17.0625rem;display:block; }
#tNnMGbLLMlS2xFUGrQ4eRKh3WcbFabvZ { position:absolute;display:block;z-index:14997;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:12.3125rem;width:55.6875rem;top:119.125rem;left:2.8125rem;display:block; }
#hC9mbzZXT95960BkRu8UHKgwLX2TXuCB { position:absolute;display:block;z-index:15122;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.375rem;width:22.375rem;top:135.96875rem;left:2.6875rem;display:block; }
#FIVrgbhdHU9brObmiH1m4FE1O5EsHEct { position:absolute;display:block;z-index:14998;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:12.3125rem;width:54.5625rem;top:137rem;left:17.6875rem;display:block; }
#NUudOZwZCWz4vddEVom75QfeJraDTtJr { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:11.75rem;width:15.8125rem;top:137.28125rem;left:5.84375rem;overflow:hidden;display:block; }
#lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i { position:absolute;display:block;z-index:15009;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:30.625rem;top:3.1875rem;left:2.375rem;display:block; }#lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i.adaptive-delivery-prevent-bg, #lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i.lazyload, #lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i.lazyloading { background-image: none; }
#AiqrwGiR1Tgq5uulZ44nrPn9edgLlTGM { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.1875rem;height:2.4375rem;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; }
#Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea { position:absolute;display:block;z-index:15011;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:40.9375rem;top:53.8125rem;left:2.6875rem;display:block; }#Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea.adaptive-delivery-prevent-bg, #Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea.lazyload, #Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea.lazyloading { background-image: none; }
#E2uQWDX9bCeFHFKJONZ7nLepiccgPTXx { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:55rem;left:5.5rem;height:2.4375rem;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; }
#cJfCyEnPKnDd0Tvc80zVQRwdEN1kk0kd { position:absolute;display:block;z-index:14989;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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;height:14.75rem;width:68.9375rem;top:61.0625rem;left:3.375rem;display:block; }
#NIAniGOExZGlpqyXZTWRdezcg4ScN3lt { position:absolute;display:block;z-index:15121;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.375rem;width:22.375rem;top:101.25rem;left:2.6875rem;display:block; }
#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg { 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; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { background-color: transparent; background-image: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container > .video-iframe-container { display: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row > .video-iframe-container { display: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .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); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { border-width: 0; border-radius: 0; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#DxVdGwUn8f32rnAMLseCzFhh55b9wh8v { 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.375rem;left:5.75rem;display:block; }#DxVdGwUn8f32rnAMLseCzFhh55b9wh8v.adaptive-delivery-prevent-bg, #DxVdGwUn8f32rnAMLseCzFhh55b9wh8v.lazyload, #DxVdGwUn8f32rnAMLseCzFhh55b9wh8v.lazyloading { background-image: none; }
#zJzzO0yNT8CpFAgE46rpx1QLQTNk75d0 { 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.375rem;left:7.0625rem;overflow:hidden;display:block; }
#T2Wui8onWoh22Vr3w8s9FvUbQE7NVXCI { 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:1.25rem;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.5rem;left:50.8125rem;display:block; }
#cTFPuIQylgZDgviw9P6PCftINbOBEmgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQawezAvWIwi59MT76DtgezbSiRsDRrl { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 { 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; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { background-color: transparent; background-image: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container > .video-iframe-container { display: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row > .video-iframe-container { display: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .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); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { border-width: 0; border-radius: 0; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#d3Ms8IasmApLwfiwwXz8R9bFF7bgrCy4 { color:#585858;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:4.35546875rem;left:40.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PwH7SX6xRIocT0EJqTq0rIkJTWbQUIsI { position:absolute;display:block;z-index:14994;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:17.6875rem;width:27.5rem;top:10.25rem;left:12.625rem;display:block; }
#G0zysl4zXP0imDXbxQFzPeQKOaTuQMhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.5rem;width:9.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:13.875rem;left:14.4375rem; }
#llmDthXG2OdW7tGTEr98Xsrh6JPLbzNq { color:#0e3c5a;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:13.125rem;left:29.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TbUMKBcNbke4u8QNTUsVineAvriOi8MS { position:absolute;display:block;z-index:15119;background-color:transparent;background-image:none;border-top:0.125rem solid #8b8884;border-left:0.125rem solid #8b8884;border-right:0.125rem solid #8b8884;border-bottom:0.125rem solid #8b8884;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.1) ;height:2.875rem;width:9.25rem;top:17.0625rem;left:27.375rem;display:block; }
#rRLJ61zXRDyD9n5odpBVfGvl9eIUyr5m { position:absolute;display:block;z-index:15121;background-color:transparent;background-image:none;border-top:0.125rem solid #848484;border-left:0.125rem solid #848484;border-right:0.125rem solid #848484;border-bottom:0.125rem solid #848484;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.1) ;height:2.875rem;width:9.25rem;top:12.375rem;left:27.25rem;display:block; }
#NlzisI7hwzMeiIkyPUUQ3KceDveEtCT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:12.9375rem;left:24.625rem; }
#VpTyI74z119P3HKfBmluRDSx9DtdHoIW { color:#0e3c5a;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:17.8125rem;left:27.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pB1BmJ0kof6TE35SEJRxP8tPBMd59TWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:17.625rem;left:24.875rem; }
#ADqO9zZJXvLent1HIzdb5QzLnAIp63JO { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:17.0625rem;left:45.25rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15125;line-height:1.6;letter-spacing:0;top:20rem;left:44.8125rem;height:5.423825rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#MaEBkEaF1Cmwoz79Td9fc1kL2zh8hlLF { position:absolute;display:block;z-index:15120;background-color:#096fd1;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:10.75rem;width:20.625rem;top:16.25rem;left:43.25rem;display:block; }
#b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15128;line-height:1.6;letter-spacing:0;top:20rem;left:53.9375rem;height:5.423825rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#L2GtUd6h1K2oW0XvZw8eTTWXG3awzT4r { color:#0e3c5a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:22.75rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JMWUvdvE3nB3kzCWTDhM1RQzBKL7qnWI { position:absolute;display:block;z-index:15120;background-color:transparent;background-image:none;border-top:0.125rem solid #8b8884;border-left:0.125rem solid #8b8884;border-right:0.125rem solid #8b8884;border-bottom:0.125rem solid #8b8884;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.1) ;height:2.875rem;width:9.25rem;top:22rem;left:27.375rem;display:block; }
#Mw0vWf1TyxbIAfpEAQeXqJCitudPmArW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:22.5rem;left:25.0625rem; }
#PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F { position:absolute;display:block;z-index:15013;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:33.5rem;top:3.25rem;left:2.6875rem;display:block; }#PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F.adaptive-delivery-prevent-bg, #PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F.lazyload, #PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F.lazyloading { background-image: none; }
#JaqiED7J4yThTaE1XLFcwSCl0ZDG0eoF { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:4.4375rem;left:5.5rem;height:2.4375rem;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; }
#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu { 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; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container { background-color: transparent; background-image: none; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container > .video-iframe-container { display: none; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row > .video-iframe-container { display: none; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .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); }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container { border-width: 0; border-radius: 0; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container { font-size:0.875rem;font-family:arial;height:147.625rem;width:75rem;position:relative;display:block; }#UBQX1xiRGICwGTsIx2StuvKd2QvE7RQ0 { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15125;line-height:1.6;letter-spacing:0;top:13.25rem;left:5.0625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#myf3Nlk2MV07y7fFZKKPgAmwaOXNkMSB { position:absolute;display:block;z-index:14992;background-color:#3169f1;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:13.625rem;width:69rem;top:11.3125rem;left:3.1875rem;display:block; }
#KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs { color:#585858;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:24rem;left:27.125rem;height:8.5625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#wfaDNPn1JDmIURTGl8ADKkopWZbBRdhO { position:absolute;display:block;z-index:15114;background-color:#f0eff5;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:13.9375rem;width:45.3125rem;top:21.3125rem;left:18.6875rem;display:block; }
#KFe8axuTRsHJrpRNornse7Nc4r77aOPi { color:#096fd1;display:block;width:36.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:43.25rem;left:5.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF { color:#585858;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:47.78125rem;left:5.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#EFvTL3P8orDwPzqGo6d6Ak11E5JSO6gz { position:absolute;display:block;z-index:15132;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.5rem;width:20.3125rem;top:42.34375rem;left:50.375rem;overflow:hidden;display:block; }
#o6tbuHLZtOxdXabJGJWJzCH7AMRq5c35 { color:#096fd1;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:63.3125rem;left:33.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Irk66DzPha1RTown6V7BhmGoK24TBvk8 { color:#585858;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:67.625rem;left:33.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Irk66DzPha1RTown6V7BhmGoK24TBvk8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Irk66DzPha1RTown6V7BhmGoK24TBvk8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#d0v6LmurUCexbNw3vvFgTOfTafteOf6u { position:absolute;display:block;z-index:15137;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:20.4375rem;width:13.5rem;top:56.8125rem;left:9.75rem;overflow:hidden;display:block; }
#Q4hDfNtoCdxdNTBeWr2lLTbFIebAgxpL { color:#096fd1;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:109.875rem;left:34.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg { color:#585858;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:112.1875rem;left:34.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#EWliZM7sFPwOif3pyEq3e9DFSh6m1QML { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:26.5rem;top:127.9375rem;left:46rem;overflow:hidden;display:block; }
#cFR1NKEk1tJfO7QBp7nbGkMW4dKhrOU0 { color:#096fd1;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:129.5rem;left:4.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO { color:#585858;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:131.75rem;left:5rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#yrL6SroBICv1IlSOudwkrHNkD9dT8MvH { position:absolute;display:block;z-index:15141;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.875rem;width:23.5625rem;top:108rem;left:4.875rem;overflow:hidden;display:block; }
#aCr3xPU0NDTCAc7Nat6uM3Vweis84Ty7 { color:#096fd1;display:block;width:34.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:87.1875rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E { color:#585858;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15133;line-height:1.3;letter-spacing:0;top:90.0625rem;left:5.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#ahEEgf77S9wFahxTPdQMwW0TSzl5Apwi { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:14.6875rem;width:19.75rem;top:84.5rem;left:46.25rem;overflow:hidden;display:block; }
#tZMB1wOFNDOJRM1izCx2TVu1ELdMobRD { position:absolute;display:block;z-index:15115;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:12.125rem;width:46.1875rem;top:41.90625rem;left:2.875rem;display:block; }
#c3K6a0agvdkwg5KNLTm7BhkKci2Q2ZPa { position:absolute;display:block;z-index:15126;background-color:#f0eff5;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.375rem;width:25.8125rem;top:40.90625rem;left:46.5rem;display:block; }
#Jug1Zwp34zLWrqgOzD6NEwq9yu7HrkT6 { position:absolute;display:block;z-index:14996;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:17.6875rem;width:27.5rem;top:59.5rem;left:2.84375rem;display:block; }
#OmOLlkfSu3CUeGxvhPbAoXDBqSUqtx5k { position:absolute;display:block;z-index:14991;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.3125rem;width:47rem;top:61.75rem;left:25.375rem;display:block; }
#ZX02LPs1q3lrc9qJgptOkViTMQ9avZ0W { position:absolute;display:block;z-index:14998;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:17.6875rem;width:27.5rem;top:104.75rem;left:2.6875rem;display:block; }
#SoscZOKBdE3o0McnvQKf3D2mV4JsOoRJ { position:absolute;display:block;z-index:14992;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.3125rem;width:46rem;top:106.8125rem;left:26.375rem;display:block; }
#HWGRlNclu3KxyQriT5fEM1NE4eU10uCt { position:absolute;display:block;z-index:15000;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:17.6875rem;width:23.125rem;top:126.6875rem;left:45rem;display:block; }
#a95us2OpmcVgq4ZiJt6sXFxHphK4K6zC { position:absolute;display:block;z-index:14993;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:16.25rem;width:44rem;top:127.8125rem;left:2.6875rem;display:block; }
#CpGoXXtTcJTVQuVG9AWi7DlhnE0AXe5s { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:17.6875rem;width:27.5rem;top:82.3125rem;left:44.5625rem;display:block; }
#cTSS2VRGrwBN2Ud9whnG1oTDx4G9N4qO { position:absolute;display:block;z-index:14995;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.15) ;height:14.3125rem;width:42.375rem;top:84.6875rem;left:2.8125rem;display:block; }
#eiHzEvW6FSsz4rh0EiMilb214W7yItXW { position:absolute;display:block;z-index:15133;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.5rem;width:11.5rem;top:22.8125rem;left:12.75rem;overflow:hidden;display:block; }
#Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW { position:absolute;display:block;z-index:15015;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:42.5rem;top:3.3125rem;left:2.625rem;display:block; }#Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW.adaptive-delivery-prevent-bg, #Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW.lazyload, #Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW.lazyloading { background-image: none; }
#RyeKO2fSawc7qey05G9OVT0MVrLnllC3 { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:4.5rem;left:5.4375rem;height:2.4375rem;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; }
#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ { 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; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container { background-color: transparent; background-image: none; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container > .video-iframe-container { display: none; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row > .video-iframe-container { display: none; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .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); }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container { border-width: 0; border-radius: 0; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#E6izuir79mK2kOWGEPJn60FKuHM1CLfh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.0625rem;width:75rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#pcWUg6N3GmCSC9Le4CpaP1z5ASuHzOVr { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.974609375rem;left:2.90625rem;height:2.6125rem;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; }
#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI { 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; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container { background-color: transparent; background-image: none; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container > .video-iframe-container { display: none; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row > .video-iframe-container { display: none; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .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); }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container { border-width: 0; border-radius: 0; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#JMmFDe6TgDDAIXCxHN2O9ag9tHQokVKo { color:#585858;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5rem;left:5.5rem;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;display:block; }
#kGL2ThvFeVEkR1qlQRz7nizRxzk4a0A0 { color:#585858;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.75rem;left:29.4375rem;height:10.96875rem;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; }
#wG6UOxh1HvJR6OtIcza85o9X6ppnrJa1 { 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:4.875rem;width:4.875rem;top:7.75rem;left:19.375rem;overflow:hidden;display:block; }
#zolBJMCsuzNhVOZAOFmITmgUgzUzWN2R { position:absolute;display:block;z-index:15023;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.5625rem;width:4.5625rem;top:7.625rem;left:43.875rem;overflow:hidden;display:block; }
#KTkWpic4CBicLhqXsVS1ofSKtQoFnILb { color:#585858;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.125rem;left:52.6875rem;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;display:block; }
#mGLlyrG3APeQE9BLAZWTeRnaT2XivkxF { color:#585858;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.25rem;left:52.75rem;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;display:block; }
#GhtPz7rFQrNciH2F4qwUg2B6VRcxrmC6 { 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:4.875rem;width:4.875rem;top:7.75rem;left:67.25rem;overflow:hidden;display:block; }
#V7ocW69fX8otu1gqd0sknFzlyELCNxI5 { position:absolute;display:block;z-index:15027;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.125rem;width:4.125rem;top:23.9375rem;left:67.5625rem;overflow:hidden;display:block; }
#Sr1V1doWXR0TZrQ1TAa2oWKJTy3SwfTC { color:#585858;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.0625rem;left:5.75rem;height:10.96875rem;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; }
#Be08Mui0aOvGqv2olI6zbT6XTuPNp0T1 { 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:5.1875rem;width:5.1875rem;top:23.25rem;left:19.25rem;overflow:hidden;display:block; }
#G2yyorm3TtvLm8wQd6XIlkZlmCKNoUm5 { color:#585858;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:21.125rem;left:29.4375rem;height:9.75rem;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; }
#b08ZJN2pGzmW3VRLQ1mw4GnlzWCW33NM { 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:5.625rem;width:5.625rem;top:23.25rem;left:43.375rem;overflow:hidden;display:block; }
#KzsOk59yCrkGTWPqITnszLO215JuARU2 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:6.75rem;left:18.5625rem;display:block; }
#gT6NR8w87NovxyLBqINuTovHxcrxOSNo { position:absolute;display:block;z-index:15022;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:6.75rem;left:42.8125rem;display:block; }
#PUosCL8nhbkr1e2sUOKPyvG455wDiM1F { position:absolute;display:block;z-index:15023;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:6.75rem;left:66.375rem;display:block; }
#wDXM0SOKsKgLbvdqoxBUIw9JKphKq7Eq { position:absolute;display:block;z-index:15022;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:22.5625rem;left:18.625rem;display:block; }
#m0IuFsROAb5zgDJCrIRFOs4ZzE5rM3xO { position:absolute;display:block;z-index:15023;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:22.5625rem;left:42.875rem;display:block; }
#Aqbs70z7TpsATHwbwZ336STggzguxKWI { position:absolute;display:block;z-index:15024;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:6.5625rem;top:22.5625rem;left:66.375rem;display:block; }
#JbwqEC3a0Zt0wG5sig1bABGtdBTfL4bL { position:absolute;display:block;z-index:14988;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.6875rem;width:18.4375rem;top:3.3125rem;left:4rem;display:block; }
#Mp8RqmMogEgIgn4fd9qRkWT5lDZFVUkR { position:absolute;display:block;z-index:14989;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.6875rem;width:18.4375rem;top:3.3125rem;left:27.75rem;display:block; }
#gaIzJp3M0k5tebcPfkSOeACClcfTvlGW { position:absolute;display:block;z-index:14990;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.6875rem;width:18.4375rem;top:3.25rem;left:51.125rem;display:block; }
#sczv53doh5XfShTaxXTF86HuWt8NxMiF { position:absolute;display:block;z-index:14989;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.375rem;width:18.4375rem;top:20rem;left:4.0625rem;display:block; }
#zUfuGUnAG85e6VXeKwHw6ByAsucnlbzP { position:absolute;display:block;z-index:14990;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.375rem;width:18.4375rem;top:20rem;left:27.8125rem;display:block; }
#XEGZIrChyXMP06In28r969TUSigEOnFU { position:absolute;display:block;z-index:14991;background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.375rem;width:18.4375rem;top:20rem;left:51.1875rem;display:block; }
#LVxs643959tEpNC9b24RtmuNw816dHGQ { 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; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container { background-color: transparent; background-image: none; }#LVxs643959tEpNC9b24RtmuNw816dHGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container > .video-iframe-container { display: none; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row > .video-iframe-container { display: none; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .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); }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container { border-width: 0; border-radius: 0; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#v6gXoi9RX0ZoiXFkT65oMC8AJRMph5h2 { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:9.79296875rem;left:6.8125rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SiFW88Fb6eM2PkovLmSOmN5HRsxkKvNF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28.125rem;top:4.09375rem;left:39.9375rem;overflow:hidden;display:block; }
#QLU1E1un9RsE5EJzy3C7pDkZ4XUu8Ebz { position:absolute;display:block;z-index:14991;background-color:#2b5ed8;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:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(0,0,0,0.31) ;height:6.875rem;width:34.6875rem;top:8.34375rem;left:2.875rem;display:block; }
#v9cRw6LCEm626nESPBTRaBZn1DoNLlMF { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.75rem;width:37.375rem;top:3.34375rem;left:34.75rem;display:block; }
#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { background-color: transparent; background-image: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .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); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { border-width: 0; border-radius: 0; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { color:#2b5ed8;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.625rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm { color:#212121;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11.6875rem;left:42.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 { color:#212121;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.96875rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 { color:#212121;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.1875rem;left:42.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U { color:#212121;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:17.25rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#k8qVJsHqmUdIEzC8XshDTvVi1PlS8skW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:26.25rem;top:5.4054565429688rem;left:43.125rem;overflow:hidden;display:none; }
#u6WgZKywnL17tzyhnulu7CA8IMxQP2V4 { position:absolute;display:block;z-index:15017;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:30.75rem;top:3.1875rem;left:2.625rem;display:block; }#u6WgZKywnL17tzyhnulu7CA8IMxQP2V4.adaptive-delivery-prevent-bg, #u6WgZKywnL17tzyhnulu7CA8IMxQP2V4.lazyload, #u6WgZKywnL17tzyhnulu7CA8IMxQP2V4.lazyloading { background-image: none; }
#bt8DT4ggO7CthQWtzhXo4EGqcUBzRex9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.4375rem;height:2.4375rem;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; }
#qmEKoCSPWKn5MyCFEsdSN9h6K34FcnSC { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.5rem;width:31.5rem;top:10.59375rem;left:2.6875rem;display:block; }
#gBLuTDDFP4CvNmm7Hf0i66todEs3JUGd { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.3125rem;width:31.5rem;top:16.40625rem;left:2.6875rem;display:block; }
#wZWQEDwVthyowoWRvhihtA57udoLrfAQ { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.3125rem;width:31.5rem;top:10.84375rem;left:40.5rem;display:block; }
#rC8M03LfP5tWFRlvPtokQ8OB0ZH8XKlI { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.3125rem;width:31.5rem;top:16.40625rem;left:40.5625rem;display:block; }
#PTOxXEbFzNrBOb4kaAcd4UlbOtNfguUs { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.3125rem;width:31.5rem;top:22.125rem;left:2.6875rem;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; } #X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container { background-color: transparent; background-image: none; }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container > .video-iframe-container { display: none; }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row > .video-iframe-container { display: none; }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .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); }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container { border-width: 0; border-radius: 0; }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d298f67-dcbc-479f-951a-7b076f569c52/dotsvoice.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; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC.adaptive-delivery-prevent-bg, #kkgBtK607HALMFIcpswEsp9cuZ4vyruC.lazyload, #kkgBtK607HALMFIcpswEsp9cuZ4vyruC.lazyloading { background-image: none; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container { background-color: transparent; background-image: none; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,111,209,0.86); }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container > .video-iframe-container { display: none; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,111,209,0.86); }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row > .video-iframe-container { display: none; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .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); }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container { border-width: 0; border-radius: 0; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC::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; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#DsVORckfWmFUgr2MzdaQdovMdChUWl8e { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #1a7ddd;border-left:0.125rem solid #1a7ddd;border-right:0.125rem solid #1a7ddd;border-bottom:0.125rem solid #1a7ddd;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: none;height:29.25rem;width:63.5625rem;top:7.9375rem;left:5.5625rem;display:block; }
#kRwO9ff3ABWvWWHzVENV21dgsd0rg8uq { position:absolute;display:block;z-index:15030;background-color:#0cb6f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.625rem;left:64.125rem;display:block; }
#KpM95SJXv3vJmeDKZuWdQ7G9JJNWcARk { position:absolute;display:block;z-index:15029;background-color:#0cb6f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:0.75rem;width:0.75rem;top:37rem;left:13.75rem;display:block; }
#Dlyp3MPgwpBHNqWXldbb8dXTilf4xBX2 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4rem;left:22.3125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5HJhf2y6enaEeiffkWbvll4rXkgs5W0 { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:10.8125rem;left:8.6875rem;display:block; }
#fx6Xc36PFlL4TPh8QzNGX1pRDryZV0U9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huIJ2fNWRyq8X7BncmBp80NDgwvAKUdQ { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:30.6875rem;left:38.625rem;display:block; }
#nRQALGJcMk1b0SDTqZMK5VTO1PvR9PTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KrrrmpK6yDhr1RcSbzkUTKpmq03QLCJT { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:17.375rem;left:23.75rem;display:block; }
#w9IuIn6qikHxmf5xggXBGG3XRQUM76BP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmEynamcUybRi3eVUgMcTHCHPEy0zgJK { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:17.375rem;left:38.6875rem;display:block; }
#Qr852Tr2GS9NxoLrasirmrqHBUc56MB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukhqU4ICrzFw0iVkUd13ZyOTchd2mFs9 { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:17.375rem;left:8.6875rem;display:block; }
#gdVMApMDJu0huwXfTQQRpe491KMyIJcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CfikZ0I9CnwLoKrnCbHtP4dybtFeqACM { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.04861125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:23.9375rem;left:28.375rem;display:block; }
#bMEOvcfH3iFrLlKXs2f5iDm19Za9JeoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qayBZm5EcgwMpz9Z0Pa40sLJXcBCzhfg { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:17.375rem;left:53.6875rem;display:block; }
#KgkraB7o0oU80OgC9ODK8EFbIfV2Piwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFZ4AUkl0MOzCvJL4FV9iFsrVHfprkcI { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:23.9375rem;left:8.6875rem;display:block; }
#LDO6TFenChgnB42MpS8dVQbHT9IkkgFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9Hd0ZrLGKZ9T9t1d2mTeUZSb5UPomFf { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.04861125rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:23.9375rem;left:48.625rem;display:block; }
#mSstDAPc8lZ4iVrkvL9T4D96yRXVVPey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wngTFh7yRrMa6rPEi7XUWcyATaWX1dJO { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:10.8125rem;left:38.6875rem;display:block; }
#hKTzAHnFsACrI5E4AC1pa3rmXZa4xsJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHlhPQeoxmwWGwKzHfhhtAhOBNaSlRBA { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:10.8125rem;left:53.75rem;display:block; }
#pGwlackSE0FxleBWTRoRSqTIWOadR2Rk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGFJuPWxpXT9uzqIZTk3eJmF2hxHTxJX { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:10.8125rem;left:23.75rem;display:block; }
#oTdXpaXRlCeLIvU9U3mK5WXRO07RcxZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqBGztsMnOhe3rt5Uk4mAdkHPbZzSI2Q { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.0625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:30.6875rem;left:8.8125rem;display:block; }
#QLMB7h9zMohDKILyBK1cTHTvpe5pQ28E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kh6obvUyarIJgg0a13s61ENlOICaRoZO { box-sizing:content-box;color:#ffffff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.3125rem;left:1.375rem;display:none; }
#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw { 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; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { background-color: transparent; background-image: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container > .video-iframe-container { display: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row > .video-iframe-container { display: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .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); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { border-width: 0; border-radius: 0; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV { 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:3.8125rem;left:5.75rem;display:block; }#nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV.adaptive-delivery-prevent-bg, #nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV.lazyload, #nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV.lazyloading { background-image: none; }
#pH90MHy1B8mmvscQLwLMENfkw2LUZ6AB { 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.0625rem;width:9.875rem;top:1.5rem;left:7.0625rem;overflow:hidden;display:block; }
#UaKTCCOwgGlIXGBTxahvpQZcDdBCNOL3 { 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:1.25rem;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:6.9375rem;left:50.8125rem;display:block; }
#CAEIqEnUn2Gm9QP9TAlcrvhxNgBSFiXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AOSIqzAcpABeQUULdlMM0wV8C3cHy2p7 { 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:6.70703125rem;left:23rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s { 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; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { background-color: transparent; background-image: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container > .video-iframe-container { display: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container { display: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .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); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { border-width: 0; border-radius: 0; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#ghD0FKGTXo7R6LSylPKMQwDQXO29MURh { 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.187141418457rem;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; }
#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G { background-color: transparent; background-image: none; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row .container > .video-iframe-container { display: none; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row > .video-iframe-container { display: none; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .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); }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G { border-width: 0; border-radius: 0; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .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; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .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; }#B7seSs6NkTqBApn46Qe6vFH2uVvhRNVf { 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:15009;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#WR10q5TNoQoyUZZlxSBVMPHyJGIzxMZP { 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) { #wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV { display:block; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhKXvSrKAJOco33SNDNDK78W5d7qFmsx { top:2.375rem;left:4.5rem;width:15.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyCipafiXGVEgPZTpuDJAZNNHn1Poch6 { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLttBCGHuZbVsRV0PVE7eaEetPQGXqnS { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEoLroE2eFV81LpzoQPVkoTiv15LTsf { top:3.1875rem;left:13.125rem;width:5.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DLiVpCFQkFAVCl7I6PCFD7tqeh3KG1 { top:3.0625rem;left:6.125rem;width:5.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O { display:block; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkeLEptKtZBCyffpafcCavx2OJ6tI0lA { top:12.25rem;left:0rem;width:19.25rem;height:5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRTsqdpyDaTcOB9nKnWhc7WhLMJIeEfT { width:7.5rem;height:2.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCbolTyZeEgK5ifmpyaxQ5QvotkgqSvn { display:block; }
 }@media only screen and (max-width: 763px) { #PZT8vT7xaESSQQlgzlFt7fIfwnnzBSNl { width:8.5625rem;height:2.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al1eslZr2oR5uWmQGBB45DRTP3LyaQN4 { display:block; }
 }@media only screen and (max-width: 763px) { #kcMANtnJSJT9vUk2EiKQHoceDJGuzLzR { top:6.3125rem;left:0rem;width:0.8125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8UFWumUvd9V0czhBnaRhuoIrLDOZN7e { top:6.375rem;left:6.125rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kBHLH5yzr5wc8s0gnlLEIOtZpMUuRp { width:6.5625rem;height:2.25rem;top:5.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTIhCeWUaJGBO9PFv54WUlJGcUpif75 { display:block; }
 }@media only screen and (max-width: 763px) { #lM063vevi2GvimWfgtc2isDOPZzv4D6B { top:18.9375rem;left:0rem;width:22.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsi81sKNIhkQU688bIQFEMrdKknXWr4n { top:21.5rem;left:9.625rem;width:21.0625rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqDknKXvwNKDA81kkgOpsdxyeOxKAmDZ { top:19.5625rem;left:0rem;width:33.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO5KbuAnDPuV1BVGzM7RE6GTcEuyvQtc { top:35.4375rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlFoBbgX2NA2fdWoqZ5Chs2bFKbuBH1f { top:37.25rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFBmQEFxRHG8gbfsU3wU2mNNK43b2oma { top:6.3125rem;left:23.9375rem;width:23.8125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta { top:6.5625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #tSoM7l43BySUpALUZq5Wv5ZATt8fbcIU { top:3.375rem;left:0rem;width:47.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c { display:block; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo { top:12.9375rem;left:0rem;width:13.0625rem;height:24.6875rem;font-size:0.75rem;display:block; }#d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #wsh5divcax4XTJnFcN7PPhSTIlJhgUGS { top:21.125rem;left:9.4375rem;width:10.6875rem;height:;font-size:0.75rem;display:block; }#wsh5divcax4XTJnFcN7PPhSTIlJhgUGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #xX1nagWexEnLXX61MxmFf9A7o2iqtMkp { top:28.75rem;left:11.1875rem;width:11.8125rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g { top:13.9375rem;left:9.4375rem;width:10.9375rem;height:;font-size:0.75rem;display:block; }#M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #aIN0b66doq5u9eoPxl0SEfT8byLsvq1F { top:13.9375rem;left:28.1875rem;width:9.8125rem;height:;font-size:0.75rem;display:block; }#aIN0b66doq5u9eoPxl0SEfT8byLsvq1F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #v9LyPTeiP12zO5PdddIIxBO3DXyihdpw { top:13.9375rem;left:42.625rem;width:5.125rem;height:1.375rem;font-size:0.75rem;display:block; }#v9LyPTeiP12zO5PdddIIxBO3DXyihdpw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #UmE6JkZCB3yInyFE1wu2NTpR6V8Q35yt { top:15.3125rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV { top:22.5625rem;left:39.5rem;width:8.25rem;height:;font-size:0.75rem;display:block; }#GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #TobpohCuilF2ZKOW9shawrwVpFdwyTrK { top:10.3125rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHQRGcMsl2idhd2XhN7PA85vegJSPxtR { top:10.4375rem;left:10.3125rem;width:9.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e51s5iIoVu4ftrbO7sP0LEKKty4pdbpi { top:10.8125rem;left:26.4375rem;width:12.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AH5RUv2dVOaHQwGogz8MMcpcSCefiW { top:10.75rem;left:35.3125rem;width:12.4375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo2PFcymH6ya9TI0tW8eTbWPaSGXIpNB { top:8.375rem;left:0rem;width:16.1875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNEUkTmoNDh6ZUw0UQVvFKnbCv5154F { top:8.375rem;left:7.8125rem;width:16.1875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIty8eZxsWBJ3mg1ilJrM8kDytFwxio { top:8.375rem;left:25.75rem;width:16.1875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLKz4MmkaceqNhVsqXmZP5fLZZiau6VV { top:8.375rem;left:31.5625rem;width:16.1875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCpabs9kIOVu8xrCCf3Qov0hEs1Twl29 { top:3.3125rem;left:0rem;width:22.6875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN { display:block; }#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IodIBCzqhkJS8rmThIFLdhE0heAOqhIK { top:14.5rem;left:0rem;width:31.3125rem;height:23.375rem;font-size:0.8125rem;display:block; }#IodIBCzqhkJS8rmThIFLdhE0heAOqhIK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 { top:53.3125rem;left:0rem;width:47.75rem;height:21.1875rem;font-size:0.8125rem;display:block; }#enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lIXcF2ZEVlSUJnqhL1mUVdKTMBulO8wV { top:13.25rem;left:12.25rem;width:33.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZfTgrSslErV9aVyV7k3F5zHLh5P4p3e { top:7.5rem;left:23.875rem;width:2.875rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxqn6vaomotlV87bl8zFONaAOZzvCk9N { top:3.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR { top:2.75rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZWhrfIa2ow1l3ggV4hCwvnPvfMPdSV { top:12.5rem;left:0rem;width:34.625rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH { top:43rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqmG5WPElFxQLMXwu8KZ2J7T3ruVCWR { top:44.1875rem;left:0rem;width:44.4375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onVOQtn1ozkW1x1xnsukHdFqSGSCBZiS { top:51.375rem;left:0rem;width:47.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEy8I6nOGpriSQslazmCmShZtmJfxiao { display:block; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INEy6KF1lVqSO586HTwdHtqvwJhITQlf { top:2.875rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX { top:11.375rem;left:28.5625rem;width:8.375rem;height:2.375rem;font-size:0.9375rem;display:block; }#SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #mlE8Btr2orf5Q67RLQqHF5y4T4Qv0nuS { top:9.8125rem;left:23.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHATdwrKPTezcqlQNkEX9aMZLbFd8SiH { top:18.6875rem;left:28.6875rem;width:6.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 { top:20.125rem;left:28.875rem;width:7rem;height:2.375rem;font-size:0.9375rem;display:block; }#rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #GqkDEgTPrxOLPMbLkiMK4Wql3Oz0GXuS { top:18.75rem;left:23.625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv9g8GVIXi5Q9Pwcya5N8cdAbiiTbcM3 { top:10rem;left:42.0625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn { top:11.375rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:0.9375rem;display:block; }#UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #RMG9FfCDh2N1m3rwTZOfiR7TaHGlUrry { top:9.9375rem;left:41.5625rem;width:6.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGnzAyCNLk52RvhGRen34ZTRyZ1VsPxZ { top:18.6875rem;left:42.125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD { top:20.6875rem;left:39.5625rem;width:8.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }#mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #WFE3gVA7nsZB2hWyAUhfIEZrq4awnIIK { top:17.8125rem;left:41.5625rem;width:6.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7BPhFs3mkzdKrFnqTNuivqazbCAJHyt { top:18.9375rem;left:37.6875rem;width:10.0625rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaeFTVwnBrHHJlsKaM1fle0QWGTCaouc { top:17.3125rem;left:0rem;width:25.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbPONgJZTXtFNohBrVJ56ZDMsgKfNnE { top:7.8125rem;left:21.75rem;width:16.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLpdCwHFAOHCok8Lw5LC1aoknBZDaJ0 { top:16.5625rem;left:21.75rem;width:16.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRXUiCtDd0b3x9y9sbhCUKEGqBtaRFT { top:9.8125rem;left:28.6875rem;width:6.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACNPTMelpXlVtBWdSOsXaHIcRW58TBTN { top:7.75rem;left:31.3125rem;width:16.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRUTXQDFNeTNQTul3bunTGSW8KQki4P { top:16.5rem;left:31.3125rem;width:16.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqIOeTckxWGZvpThHMN629svwWOfNZr7 { top:7.8125rem;left:0rem;width:26.1875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4EnvgEtOJHq9KSZhXuhw441FThfAkKu { display:block; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQsnDOv8NgZyAaa5Q7Df71XdRFkEqiQ { top:3.25rem;left:0rem;width:47.75rem;height:5.132766875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfR4lHT7TKnFVoF7TcPqWVzDBBu3PD6 { top:5.9375rem;left:0rem;width:25.375rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 { display:block; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVV6e9TgCqQExWNMqzaHnxsewklslw89 { top:4.875rem;left:0rem;width:30.5625rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4bn7x7Rx2bDM5rEeHCB6KeJoKoCIlyw { top:3.0625rem;left:20.125rem;width:27.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumhXVr5o6yAO9pyLTbsodHNdMIE0ZrL { top:3.3125rem;left:0rem;width:33.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP { display:block; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzcrMTOJ8HVncu0Zx6rkNnDWBWFPNtKT { top:3.25rem;left:0rem;width:47.75rem;height:5.132766875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBKQA4bPe1ga7O07CPcvv2Jp4cmlzpH8 { top:5.9375rem;left:0rem;width:36.5rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 { display:block; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD { top:5.375rem;left:0rem;width:25.625rem;height:;font-size:0.875rem;display:block; }#U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M { top:5.375rem;left:18.125rem;width:29.625rem;height:;font-size:0.875rem;display:block; }#lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #fX0NLuoNqRKuh3JfUoR3S9S9IKMJ2eUh { top:3.3125rem;left:0rem;width:33.9375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBmR9hQzxrUTPJX6LrOOxaFgDM0CGuP { top:3.3125rem;left:13.8125rem;width:33.9375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO { display:block; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INqCAST8AT8pbyRTAhy0tkSTWRX1IUVf { top:9.3125rem;left:0rem;width:24.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn { top:13.375rem;left:11.8125rem;width:35.9375rem;height:;font-size:0.875rem;display:block; }#to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #BdMsZt54yLxqTqmSLNTeMlVk74FBkNbO { top:26.875rem;left:30.9375rem;width:16.8125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upeb7tELPGEMek0DmamtZplOrkqkyGCa { top:33.5625rem;left:0rem;width:45.375rem;height:6.5625rem;font-size:0.875rem;display:block; }#Upeb7tELPGEMek0DmamtZplOrkqkyGCa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #csCZX55SwZutCAf6qE2MIuCn5EpuerZT { top:30.75rem;left:0rem;width:37.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCpU8RFAMQi6e47xVngdllLMcx12cmlp { top:46.875rem;left:0rem;width:22.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 { top:52.875rem;left:4.125rem;width:43.625rem;height:9.3125rem;font-size:0.875rem;display:block; }#hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #S2rGtxuoKG2s1d30kXXAmAneMy4HxfeE { top:51.125rem;left:8.6875rem;width:39.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXB4yfGCoZzvl4uKRmBl7V4wew96VWPS { top:3.3125rem;left:0rem;width:37.6875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqZcwryNO98HbkWgCKv7HiJKbNZNZ6oC { top:10.375rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FWPQpnFOqQqRploKla1qumlGs8JVdw { top:29.3125rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCiEJcRyEUQGdDEW0SCyNxC7KJnCcT1y { top:50.125rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfqnHfgciKMx67LtK6ernWaZf1fvzMv { display:block; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4eqGNNIawHMWdlb5uzWOMrDhDcL6ML { top:3.25rem;left:0rem;width:25.25rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQuVzTWO7sKPHSMQdDq6K5Rs5fIU3BH { top:8.625rem;left:0rem;width:33.25rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbVLrmtretMfhFQa0I0OrvOvXCBFbBFp { width:14.75rem;height:3.6875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw4KUtE22Izb26N7rdc5OJzMcZC9FNF { display:block; }
 }@media only screen and (max-width: 763px) { #xTTNHeBAi945c6xlbmLKeihhB618E04x { top:1.625rem;left:25.0625rem;width:22.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw { display:block; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA0fHuzczAVvzilBu2KRHbnb11ixhGBb { top:3.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kQ9Uei52T7dw0kRknMtn1t5VzdDOH9 { top:9rem;left:5.4375rem;width:42.3125rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQCxeUtECWXM5VpLzpTqFZuiHTUg0iG7 { top:7.5rem;left:2.1875rem;width:45.5625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGlVWPPQtKPkoQzWbDxhNbM4rTI5XeX6 { top:10.8125rem;left:0rem;width:47.75rem;height:17.494353826851rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF { display:block; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytShMNN5kIJ6dTU2H8Usd6Z5ksLXtqkK { top:10.125rem;left:20.25rem;width:27.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG1eT1KiT70T325TzehaTLMb0OXA3lSE { top:12.9375rem;left:19.375rem;width:28.375rem;height:12.375rem;font-size:0.875rem;display:block; }#eG1eT1KiT70T325TzehaTLMb0OXA3lSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #zJlGFzXW8xKXlcxLMSIahZZ6oAW4gwgr { top:10.125rem;left:0rem;width:7.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvOE1cRlfCmX7GlheRspWqaIA1EdIIy { top:13.1875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHOERCMUXC8DNUbivD2VsO6Th4HnX0W { top:9.5rem;left:10.6875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwMLlu2XqWVMeNWZKXTENbsvhe4Hemb { top:2.75rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GPoKTVJ3DVNcxHnvTVisWfCQWFvafC { top:18.0625rem;left:0.5rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroR14H2ZVoBVQSPsBzUCfHhEDRol3rR { top:15.375rem;left:0rem;width:6rem;height:2.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFfCHKQw4c03Ni5tVc031RzVuS8AmZNi { top:18.125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heSZdPcB9EpJN7wNKOkGN0tObEB8vX35 { top:8.5rem;left:0rem;width:11.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPW51ZWCdmv5F1TVHZe3QT2iFUvksBT { top:27.25rem;left:1.375rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biEtkO6fwkR4bhTWONoQpT19XpwVtLhd { top:18.3125rem;left:11.4375rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4y2lc6iECteVE9Ckt6wxKr5wTDMSSp { top:30.9375rem;left:7.5rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEelQSuDuTEkm320R7GHNLIK81rINVpc { top:40rem;left:0rem;width:19.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC { top:44.8125rem;left:0rem;width:29.4375rem;height:10rem;font-size:0.875rem;display:block; }#GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #BQySyo7nZtgUk7GlhLdTVCMRPK7zl293 { top:39.875rem;left:28.0625rem;width:19.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p { top:44.8125rem;left:18.3125rem;width:29.4375rem;height:10.5rem;font-size:0.9375rem;display:block; }#wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lADzAbUNkCUTFTWRXavPMcF6mlOBrWOP { top:32.625rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn784szLRo6Ky4fc2XlKZ0QJkMTgwUR5 { top:17.25rem;left:0rem;width:8.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggHnsnm47eOZayvJR6RNPonksUSH5JAV { top:26.3125rem;left:0rem;width:10.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT13rdOW4R1PSZCX9iPHQlZQoavD0OzQ { top:17.8125rem;left:10.6875rem;width:9.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fiQP1npafLCAO91leIu7aZ5z10ktDi { top:7.4375rem;left:0rem;width:12.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cri8N14tyhE87PUNrFtvZQCEUe6bo13R { top:9.25rem;left:0rem;width:16.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQb6NVV8yJwr59vT5yVKp309VIGUIyc { top:7.5rem;left:15.375rem;width:32.375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7nntORHtUEewgfGbB6uPbT1eriSnpaT { top:36.875rem;left:0rem;width:32.5rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZF2WSVLmnQcoaETkbb8CvTCvrEG6itF { top:36.875rem;left:15.25rem;width:32.5rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic { display:block; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ { top:13.8125rem;left:0rem;width:29.75rem;height:;font-size:0.875rem;display:block; }#MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #cQ7CRLUH7k5Q0vBB8C7a6MR15VgMsxsa { top:13.8125rem;left:20.25rem;width:27.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q { top:15.375rem;left:17.6875rem;width:30.0625rem;height:;font-size:0.875rem;display:block; }#eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #VgZHhwlDq5feCLLPGnEV3FGJ7IIyCndO { top:25rem;left:24.125rem;width:23.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv { top:27.1875rem;left:17.6875rem;width:30.0625rem;height:;font-size:0.875rem;display:block; }#FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #sVLwTuR0WeJtgaB9ZZ2TXC2NvvgDE5GJ { top:41.875rem;left:0rem;width:47.75rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1ZNfXV0PHFgMyhTH86EuVpqWEct6pC { top:43.375rem;left:0rem;width:29rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs { top:45.75rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #sCCwcTMSTLXIHNrs4EfEvSTWfiaZ9SPw { top:85rem;left:31.8125rem;width:15.9375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKPnPVLwtiAOmH8XxX7cnq3g5J2FSMZn { top:62.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLcwcVNmrXCD2bWTqgfPFvX2TOUkSAlb { top:88.9375rem;left:0rem;width:35.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MamiGsL02lvEcF1BbeLKyM1anKp9uZsb { top:90.625rem;left:0rem;width:44.4375rem;height:;font-size:0.9375rem;display:block; }#MamiGsL02lvEcF1BbeLKyM1anKp9uZsb li:before{  }
 }@media only screen and (max-width: 763px) { #ovrlvSKK15BBLK1k9Db38xTBg80qr0zz { top:104.25rem;left:13.6875rem;width:34.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf { top:106.4375rem;left:9.4375rem;width:38.3125rem;height:;font-size:0.9375rem;display:block; }#MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf li:before{  }
 }@media only screen and (max-width: 763px) { #TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 { top:123.4375rem;left:0rem;width:39.6875rem;height:;font-size:0.9375rem;display:block; }#TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 li:before{  }
 }@media only screen and (max-width: 763px) { #qzDVs4mwWpZ2pD2EF6GuReKnJT6J9z1N { top:120.9375rem;left:0rem;width:19.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR4MhdRPZQwFFDWDhKJZnee6qhlV9NXS { top:119.125rem;left:28.6875rem;width:19.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreBBsfMqFAR9Q6L9REgia46tKmbcPOl { top:138.875rem;left:16.8125rem;width:27.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F { top:140.875rem;left:11.875rem;width:35.875rem;height:;font-size:0.9375rem;display:block; }#xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F li:before{  }
 }@media only screen and (max-width: 763px) { #Ns77xF49tgzvRQkbGU219ZPScGMEu6oi { top:104.25rem;left:0rem;width:20.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA8rdSd6DnLObZAeDr5i0JnU3dy4MwVe { top:69.75rem;left:0rem;width:33.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 { top:74.3125rem;left:0rem;width:29.0625rem;height:;font-size:0.9375rem;display:block; }#bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #LwvHw03J4mgx4dvQSX6EfFK5Bw0hHuEh { top:71.75rem;left:0rem;width:30.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKuGcFcG46btUm4LygTFL4qe8ROVPTdh { top:69.75rem;left:14.8125rem;width:32.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm { top:75.1875rem;left:18rem;width:29.75rem;height:;font-size:0.9375rem;display:block; }#s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #BO4IPWH2JiHOXmxzgSBDmxHBXsU3QK0T { top:71.75rem;left:17.0625rem;width:30.6875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxgtCTxP5VMDPmbxZIRw7scXsih3xMmV { top:11.5625rem;left:0rem;width:34.0625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDGJcCsOrmvTqiNqfSbFXSxDWNcwEZ7D { top:11.5625rem;left:13.6875rem;width:34.0625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6v1IAbFH1abNp0M6GEWI8JLlmfQ9ziH { top:87.4375rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVCN7STy5zlpTaMFh0funL4mAuMEi3V { top:117.6875rem;left:25.375rem;width:22.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQaxxTRdUs0SKTAukGr9O13OCp3qxxy3 { top:102.9375rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnMGbLLMlS2xFUGrQ4eRKh3WcbFabvZ { top:119.125rem;left:0rem;width:47.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9mbzZXT95960BkRu8UHKgwLX2TXuCB { top:135.9375rem;left:0rem;width:22.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIVrgbhdHU9brObmiH1m4FE1O5EsHEct { top:137rem;left:0rem;width:47.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUudOZwZCWz4vddEVom75QfeJraDTtJr { top:137.25rem;left:0rem;width:15.8125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i { top:3.1875rem;left:0rem;width:30.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiqrwGiR1Tgq5uulZ44nrPn9edgLlTGM { top:4.375rem;left:0rem;width:25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea { top:53.8125rem;left:0rem;width:40.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uQWDX9bCeFHFKJONZ7nLepiccgPTXx { top:55rem;left:0rem;width:37.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJfCyEnPKnDd0Tvc80zVQRwdEN1kk0kd { top:61.0625rem;left:0rem;width:47.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIAniGOExZGlpqyXZTWRdezcg4ScN3lt { top:101.25rem;left:0rem;width:22.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg { display:block; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxVdGwUn8f32rnAMLseCzFhh55b9wh8v { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzzO0yNT8CpFAgE46rpx1QLQTNk75d0 { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Wui8onWoh22Vr3w8s9FvUbQE7NVXCI { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTFPuIQylgZDgviw9P6PCftINbOBEmgQ { display:block; }
 }@media only screen and (max-width: 763px) { #WQawezAvWIwi59MT76DtgezbSiRsDRrl { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 { display:block; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3Ms8IasmApLwfiwwXz8R9bFF7bgrCy4 { top:4.3125rem;left:18.3125rem;width:29.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwH7SX6xRIocT0EJqTq0rIkJTWbQUIsI { top:10.25rem;left:0rem;width:27.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0zysl4zXP0imDXbxQFzPeQKOaTuQMhq { top:13.875rem;left:0.8125rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llmDthXG2OdW7tGTEr98Xsrh6JPLbzNq { top:13.125rem;left:15.6875rem;width:5.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUMKBcNbke4u8QNTUsVineAvriOi8MS { top:17.0625rem;left:13.75rem;width:9.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRLJ61zXRDyD9n5odpBVfGvl9eIUyr5m { top:12.375rem;left:13.625rem;width:9.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlzisI7hwzMeiIkyPUUQ3KceDveEtCT2 { top:12.9375rem;left:11rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpTyI74z119P3HKfBmluRDSx9DtdHoIW { top:17.8125rem;left:13.9375rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB1BmJ0kof6TE35SEJRxP8tPBMd59TWO { top:17.625rem;left:11.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqO9zZJXvLent1HIzdb5QzLnAIp63JO { top:17.0625rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 { top:20rem;left:31.1875rem;width:7.1875rem;height:5.375rem;font-size:1rem;display:block; }#CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MaEBkEaF1Cmwoz79Td9fc1kL2zh8hlLF { top:16.25rem;left:27.125rem;width:20.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx { top:20rem;left:39.3125rem;width:8.4375rem;height:5.375rem;font-size:1rem;display:block; }#b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #L2GtUd6h1K2oW0XvZw8eTTWXG3awzT4r { top:22.75rem;left:15.8125rem;width:5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMWUvdvE3nB3kzCWTDhM1RQzBKL7qnWI { top:22rem;left:13.75rem;width:9.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0vWf1TyxbIAfpEAQeXqJCitudPmArW { top:22.5rem;left:11.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F { top:3.25rem;left:0rem;width:33.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaqiED7J4yThTaE1XLFcwSCl0ZDG0eoF { top:4.4375rem;left:0rem;width:29.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7B1qRROkTSeZGAyroVO3M5FG7Voouhu { display:block; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBQX1xiRGICwGTsIx2StuvKd2QvE7RQ0 { top:13.25rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myf3Nlk2MV07y7fFZKKPgAmwaOXNkMSB { top:11.3125rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs { top:24rem;left:12.375rem;width:35.375rem;height:8.5625rem;font-size:0.875rem;display:block; }#KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #wfaDNPn1JDmIURTGl8ADKkopWZbBRdhO { top:21.3125rem;left:2.4375rem;width:45.3125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFe8axuTRsHJrpRNornse7Nc4r77aOPi { top:43.25rem;left:0rem;width:36.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF { top:47.75rem;left:0rem;width:25.625rem;height:;font-size:0.9375rem;display:block; }#LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #EFvTL3P8orDwPzqGo6d6Ak11E5JSO6gz { top:42.3125rem;left:27.4375rem;width:20.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6tbuHLZtOxdXabJGJWJzCH7AMRq5c35 { top:63.3125rem;left:14.1875rem;width:33.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irk66DzPha1RTown6V7BhmGoK24TBvk8 { top:67.625rem;left:12.125rem;width:35.625rem;height:;font-size:0.9375rem;display:block; }#Irk66DzPha1RTown6V7BhmGoK24TBvk8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #d0v6LmurUCexbNw3vvFgTOfTafteOf6u { top:56.8125rem;left:0rem;width:13.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hDfNtoCdxdNTBeWr2lLTbFIebAgxpL { top:109.875rem;left:10.1875rem;width:37.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg { top:112.1875rem;left:10.625rem;width:37.125rem;height:;font-size:0.9375rem;display:block; }#AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #EWliZM7sFPwOif3pyEq3e9DFSh6m1QML { top:127.9375rem;left:21.25rem;width:26.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFR1NKEk1tJfO7QBp7nbGkMW4dKhrOU0 { top:129.5rem;left:0rem;width:39.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO { top:131.75rem;left:0rem;width:36.9375rem;height:;font-size:0.9375rem;display:block; }#PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #yrL6SroBICv1IlSOudwkrHNkD9dT8MvH { top:108rem;left:0rem;width:23.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCr3xPU0NDTCAc7Nat6uM3Vweis84Ty7 { top:87.1875rem;left:0rem;width:34.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E { top:90.0625rem;left:0rem;width:37rem;height:;font-size:0.9375rem;display:block; }#P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #ahEEgf77S9wFahxTPdQMwW0TSzl5Apwi { top:84.5rem;left:28rem;width:19.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMB1wOFNDOJRM1izCx2TVu1ELdMobRD { top:41.875rem;left:0rem;width:46.1875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3K6a0agvdkwg5KNLTm7BhkKci2Q2ZPa { top:40.875rem;left:21.9375rem;width:25.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jug1Zwp34zLWrqgOzD6NEwq9yu7HrkT6 { top:59.5rem;left:0rem;width:27.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmOLlkfSu3CUeGxvhPbAoXDBqSUqtx5k { top:61.75rem;left:0.75rem;width:47rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX02LPs1q3lrc9qJgptOkViTMQ9avZ0W { top:104.75rem;left:0rem;width:27.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoscZOKBdE3o0McnvQKf3D2mV4JsOoRJ { top:106.8125rem;left:1.75rem;width:46rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGRlNclu3KxyQriT5fEM1NE4eU10uCt { top:126.6875rem;left:24.625rem;width:23.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a95us2OpmcVgq4ZiJt6sXFxHphK4K6zC { top:127.8125rem;left:0rem;width:44rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGoXXtTcJTVQuVG9AWi7DlhnE0AXe5s { top:82.3125rem;left:20.25rem;width:27.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSS2VRGrwBN2Ud9whnG1oTDx4G9N4qO { top:84.6875rem;left:0rem;width:42.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHzEvW6FSsz4rh0EiMilb214W7yItXW { top:22.8125rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW { top:3.3125rem;left:0rem;width:42.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyeKO2fSawc7qey05G9OVT0MVrLnllC3 { top:4.5rem;left:0rem;width:38.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ { display:block; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6izuir79mK2kOWGEPJn60FKuHM1CLfh { top:3.25rem;left:0rem;width:47.75rem;height:5.132766875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcWUg6N3GmCSC9Le4CpaP1z5ASuHzOVr { top:5.9375rem;left:0rem;width:25.375rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtAgiqtqpCafowcDqWnfIq39vvTNR1PI { display:block; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMmFDe6TgDDAIXCxHN2O9ag9tHQokVKo { top:5rem;left:0rem;width:11.625rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGL2ThvFeVEkR1qlQRz7nizRxzk4a0A0 { top:4.75rem;left:11.5rem;width:12.375rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6UOxh1HvJR6OtIcza85o9X6ppnrJa1 { top:7.75rem;left:12.5625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zolBJMCsuzNhVOZAOFmITmgUgzUzWN2R { top:7.625rem;left:23.875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkWpic4CBicLhqXsVS1ofSKtQoFnILb { top:5.125rem;left:32.25rem;width:11.6875rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGLlyrG3APeQE9BLAZWTeRnaT2XivkxF { top:22.25rem;left:32.3125rem;width:12.4375rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtPz7rFQrNciH2F4qwUg2B6VRcxrmC6 { top:7.75rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ocW69fX8otu1gqd0sknFzlyELCNxI5 { top:23.9375rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1V1doWXR0TZrQ1TAa2oWKJTy3SwfTC { top:21.0625rem;left:0rem;width:13.125rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be08Mui0aOvGqv2olI6zbT6XTuPNp0T1 { top:23.25rem;left:12.4375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2yyorm3TtvLm8wQd6XIlkZlmCKNoUm5 { top:21.125rem;left:10.5rem;width:13.375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08ZJN2pGzmW3VRLQ1mw4GnlzWCW33NM { top:23.25rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzsOk59yCrkGTWPqITnszLO215JuARU2 { top:6.75rem;left:11.75rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT6NR8w87NovxyLBqINuTovHxcrxOSNo { top:6.75rem;left:23.875rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUosCL8nhbkr1e2sUOKPyvG455wDiM1F { top:6.75rem;left:41.1875rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDXM0SOKsKgLbvdqoxBUIw9JKphKq7Eq { top:22.5625rem;left:11.8125rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IuFsROAb5zgDJCrIRFOs4ZzE5rM3xO { top:22.5625rem;left:23.875rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqbs70z7TpsATHwbwZ336STggzguxKWI { top:22.5625rem;left:41.1875rem;width:6.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwqEC3a0Zt0wG5sig1bABGtdBTfL4bL { top:3.3125rem;left:0rem;width:18.4375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp8RqmMogEgIgn4fd9qRkWT5lDZFVUkR { top:3.3125rem;left:5.4375rem;width:18.4375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIzJp3M0k5tebcPfkSOeACClcfTvlGW { top:3.25rem;left:29.3125rem;width:18.4375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sczv53doh5XfShTaxXTF86HuWt8NxMiF { top:20rem;left:0rem;width:18.4375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUfuGUnAG85e6VXeKwHw6ByAsucnlbzP { top:20rem;left:5.4375rem;width:18.4375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGZIrChyXMP06In28r969TUSigEOnFU { top:20rem;left:29.3125rem;width:18.4375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVxs643959tEpNC9b24RtmuNw816dHGQ { display:block; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6gXoi9RX0ZoiXFkT65oMC8AJRMph5h2 { top:9.75rem;left:0rem;width:26.375rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiFW88Fb6eM2PkovLmSOmN5HRsxkKvNF { top:4.0625rem;left:7.6875rem;width:28.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLU1E1un9RsE5EJzy3C7pDkZ4XUu8Ebz { top:8.3125rem;left:0rem;width:34.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9cRw6LCEm626nESPBTRaBZn1DoNLlMF { top:3.3125rem;left:0rem;width:37.375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { display:block; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { top:11.625rem;left:0rem;width:27.375rem;height:;font-size:0.75rem;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm { top:11.6875rem;left:20.25rem;width:27.5rem;height:;font-size:0.75rem;display:block; }#Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 { top:22.9375rem;left:0rem;width:28.375rem;height:;font-size:0.75rem;display:block; }#NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 { top:17.1875rem;left:21rem;width:26.75rem;height:;font-size:0.75rem;display:block; }#yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U { top:17.25rem;left:0rem;width:26.625rem;height:;font-size:0.75rem;display:block; }#IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #k8qVJsHqmUdIEzC8XshDTvVi1PlS8skW { top:5.375rem;left:21.5rem;width:26.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WgZKywnL17tzyhnulu7CA8IMxQP2V4 { top:3.1875rem;left:0rem;width:30.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8DT4ggO7CthQWtzhXo4EGqcUBzRex9 { top:4.375rem;left:0rem;width:25rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmEKoCSPWKn5MyCFEsdSN9h6K34FcnSC { top:10.5625rem;left:0rem;width:31.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBLuTDDFP4CvNmm7Hf0i66todEs3JUGd { top:16.375rem;left:0rem;width:31.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZWQEDwVthyowoWRvhihtA57udoLrfAQ { top:10.8125rem;left:16.25rem;width:31.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8M03LfP5tWFRlvPtokQ8OB0ZH8XKlI { top:16.375rem;left:16.25rem;width:31.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTOxXEbFzNrBOb4kaAcd4UlbOtNfguUs { top:22.125rem;left:0rem;width:31.5rem;height:4.3125rem;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; } #X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgBtK607HALMFIcpswEsp9cuZ4vyruC { display:block; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsVORckfWmFUgr2MzdaQdovMdChUWl8e { top:7.9375rem;left:0rem;width:47.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRwO9ff3ABWvWWHzVENV21dgsd0rg8uq { top:7.625rem;left:40.28125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpM95SJXv3vJmeDKZuWdQ7G9JJNWcARk { top:37rem;left:10.34375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlyp3MPgwpBHNqWXldbb8dXTilf4xBX2 { top:4rem;left:0rem;width:32.1875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5HJhf2y6enaEeiffkWbvll4rXkgs5W0 { width:12.5rem;height:4.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx6Xc36PFlL4TPh8QzNGX1pRDryZV0U9 { display:block; }
 }@media only screen and (max-width: 763px) { #huIJ2fNWRyq8X7BncmBp80NDgwvAKUdQ { width:27.625rem;height:4.0625rem;top:30.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQALGJcMk1b0SDTqZMK5VTO1PvR9PTd { display:block; }
 }@media only screen and (max-width: 763px) { #KrrrmpK6yDhr1RcSbzkUTKpmq03QLCJT { width:12.5rem;height:4.0625rem;top:17.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IuIn6qikHxmf5xggXBGG3XRQUM76BP { display:block; }
 }@media only screen and (max-width: 763px) { #kmEynamcUybRi3eVUgMcTHCHPEy0zgJK { width:12.5rem;height:4.0625rem;top:17.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr852Tr2GS9NxoLrasirmrqHBUc56MB1 { display:block; }
 }@media only screen and (max-width: 763px) { #ukhqU4ICrzFw0iVkUd13ZyOTchd2mFs9 { width:12.5rem;height:4.0625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdVMApMDJu0huwXfTQQRpe491KMyIJcn { display:block; }
 }@media only screen and (max-width: 763px) { #CfikZ0I9CnwLoKrnCbHtP4dybtFeqACM { width:17.5rem;height:4rem;top:23.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMEOvcfH3iFrLlKXs2f5iDm19Za9JeoT { display:block; }
 }@media only screen and (max-width: 763px) { #qayBZm5EcgwMpz9Z0Pa40sLJXcBCzhfg { width:12.5rem;height:4.0625rem;top:17.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkraB7o0oU80OgC9ODK8EFbIfV2Piwv { display:block; }
 }@media only screen and (max-width: 763px) { #NFZ4AUkl0MOzCvJL4FV9iFsrVHfprkcI { width:17.5rem;height:4.0625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDO6TFenChgnB42MpS8dVQbHT9IkkgFA { display:block; }
 }@media only screen and (max-width: 763px) { #W9Hd0ZrLGKZ9T9t1d2mTeUZSb5UPomFf { width:17.5rem;height:4rem;top:23.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSstDAPc8lZ4iVrkvL9T4D96yRXVVPey { display:block; }
 }@media only screen and (max-width: 763px) { #wngTFh7yRrMa6rPEi7XUWcyATaWX1dJO { width:12.5rem;height:4.0625rem;top:10.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKTzAHnFsACrI5E4AC1pa3rmXZa4xsJn { display:block; }
 }@media only screen and (max-width: 763px) { #CHlhPQeoxmwWGwKzHfhhtAhOBNaSlRBA { width:12.5rem;height:4.0625rem;top:10.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwlackSE0FxleBWTRoRSqTIWOadR2Rk { display:block; }
 }@media only screen and (max-width: 763px) { #MGFJuPWxpXT9uzqIZTk3eJmF2hxHTxJX { width:12.5rem;height:4.0625rem;top:10.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdXpaXRlCeLIvU9U3mK5WXRO07RcxZL { display:block; }
 }@media only screen and (max-width: 763px) { #QqBGztsMnOhe3rt5Uk4mAdkHPbZzSI2Q { width:27.625rem;height:4.0625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLMB7h9zMohDKILyBK1cTHTvpe5pQ28E { display:block; }
 }@media only screen and (max-width: 763px) { #kh6obvUyarIJgg0a13s61ENlOICaRoZO { top:12.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw { display:block; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV { top:3.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH90MHy1B8mmvscQLwLMENfkw2LUZ6AB { top:1.5rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKTCCOwgGlIXGBTxahvpQZcDdBCNOL3 { width:15.625rem;height:3.4375rem;top:6.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAEIqEnUn2Gm9QP9TAlcrvhxNgBSFiXZ { display:block; }
 }@media only screen and (max-width: 763px) { #AOSIqzAcpABeQUULdlMM0wV8C3cHy2p7 { top:6.6875rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s { display:block; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghD0FKGTXo7R6LSylPKMQwDQXO29MURh { top:0.625rem;left:19.562141418457rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G { display:block; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7seSs6NkTqBApn46Qe6vFH2uVvhRNVf { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR10q5TNoQoyUZZlxSBVMPHyJGIzxMZP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV { 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; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV.adaptive-delivery-prevent-bg, #wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV.lazyload, #wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV.lazyloading { background-image: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { background-color: transparent; background-image: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container > .video-iframe-container { display: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row > .video-iframe-container { display: none; }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .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); }#wvK9L9hcMQPRXi3gxNQdlNDK7G5buSbV > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhKXvSrKAJOco33SNDNDK78W5d7qFmsx { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vyCipafiXGVEgPZTpuDJAZNNHn1Poch6 { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLttBCGHuZbVsRV0PVE7eaEetPQGXqnS { width:16.1875rem;height:4.125rem;top:13.3125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEoLroE2eFV81LpzoQPVkoTiv15LTsf { width:5.9375rem;height:1.5rem;top:7.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DLiVpCFQkFAVCl7I6PCFD7tqeh3KG1 { width:5.5rem;height:1.8125rem;top:7.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09a0776a-ebc3-4ba1-9e04-0343ce9d7460/Voicehead.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.adaptive-delivery-prevent-bg, #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.lazyload, #eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O.lazyloading { background-image: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { background-color: transparent; background-image: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container > .video-iframe-container { display: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row > .video-iframe-container { display: none; }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .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); }#eiBkq4n64BBiloOcSM4JTlIWBxGTJh3O > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkeLEptKtZBCyffpafcCavx2OJ6tI0lA { width:20rem;height:3.98125rem;top:2.9527349472046rem;left:0rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRTsqdpyDaTcOB9nKnWhc7WhLMJIeEfT { width:7.5rem;height:2.25rem;top:5.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCbolTyZeEgK5ifmpyaxQ5QvotkgqSvn { display:block; }
 }@media only screen and (max-width: 763px) { #PZT8vT7xaESSQQlgzlFt7fIfwnnzBSNl { width:8.5625rem;height:2.25rem;top:5.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Al1eslZr2oR5uWmQGBB45DRTP3LyaQN4 { display:block; }
 }@media only screen and (max-width: 763px) { #kcMANtnJSJT9vUk2EiKQHoceDJGuzLzR { width:0.8125rem;height:1rem;top:6.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8UFWumUvd9V0czhBnaRhuoIrLDOZN7e { width:0.75rem;height:0.9375rem;top:6.375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5kBHLH5yzr5wc8s0gnlLEIOtZpMUuRp { width:6.5625rem;height:2.25rem;top:5.8125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDTIhCeWUaJGBO9PFv54WUlJGcUpif75 { display:block; }
 }@media only screen and (max-width: 763px) { #lM063vevi2GvimWfgtc2isDOPZzv4D6B { width:18.75rem;height:11.5625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsi81sKNIhkQU688bIQFEMrdKknXWr4n { width:17.9375rem;height:7.7988125rem;top:10.2626953125rem;left:1.40625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PqDknKXvwNKDA81kkgOpsdxyeOxKAmDZ { width:20rem;height:13rem;top:8.7001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO5KbuAnDPuV1BVGzM7RE6GTcEuyvQtc { width:20rem;height:4.7942754919499rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlFoBbgX2NA2fdWoqZ5Chs2bFKbuBH1f { width:13.125rem;height:2.625rem;top:75.5625rem;left:3.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFBmQEFxRHG8gbfsU3wU2mNNK43b2oma { width:20rem;height:29.125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#ffffff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta { width:18.375rem;height:16.214875rem;top:4.625rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#BF79KnDcsHrfFph7zAWdydNDl5SQs6Ta li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #tSoM7l43BySUpALUZq5Wv5ZATt8fbcIU { width:20rem;height:19.6875rem;top:3.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c { background-color:#f0eff5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { background-color: transparent; background-image: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container > .video-iframe-container { display: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container { display: none; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .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); }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { border-width: 0; border-radius: 0; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0SIRkpiu6c0I5KIgmxfPH6v8IbC2D6c > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo { width:13.5rem;height:19.339875rem;top:11.75rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#d9g9PmHHKJ8IEqKBX5rFCeSx74nu8Neo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #wsh5divcax4XTJnFcN7PPhSTIlJhgUGS { width:12.4375rem;height:5.734375rem;top:40.4375rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#wsh5divcax4XTJnFcN7PPhSTIlJhgUGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #xX1nagWexEnLXX61MxmFf9A7o2iqtMkp { width:7.875rem;height:7.1953125rem;top:46.6875rem;left:4.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g { width:8.8125rem;height:5.734375rem;top:53.0625rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#M3Oceo4RnJSLi597MzmvSQ1Gy0gVKg5g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #aIN0b66doq5u9eoPxl0SEfT8byLsvq1F { width:11.75rem;height:12.9805rem;top:64rem;left:5.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#aIN0b66doq5u9eoPxl0SEfT8byLsvq1F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #v9LyPTeiP12zO5PdddIIxBO3DXyihdpw { width:8.25rem;height:1.2rem;top:86rem;left:5.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#v9LyPTeiP12zO5PdddIIxBO3DXyihdpw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #UmE6JkZCB3yInyFE1wu2NTpR6V8Q35yt { width:7.375rem;height:5.99609375rem;top:87.1875rem;left:5.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV { width:6.1875rem;height:4.22265625rem;top:95.1875rem;left:5.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#GZgJuUxai9oETX2rWg9UcuEfJuvZbwqV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #TobpohCuilF2ZKOW9shawrwVpFdwyTrK { width:12.4375rem;height:1.7rem;top:9.5rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHQRGcMsl2idhd2XhN7PA85vegJSPxtR { width:10.25rem;height:2.548825rem;top:37.625rem;left:5.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e51s5iIoVu4ftrbO7sP0LEKKty4pdbpi { width:12.4375rem;height:1.275rem;top:61.5rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9AH5RUv2dVOaHQwGogz8MMcpcSCefiW { width:12.4375rem;height:1.275rem;top:83.125rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo2PFcymH6ya9TI0tW8eTbWPaSGXIpNB { width:16.1875rem;height:25.4375rem;top:7.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNEUkTmoNDh6ZUw0UQVvFKnbCv5154F { width:16.1875rem;height:22.875rem;top:35rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIty8eZxsWBJ3mg1ilJrM8kDytFwxio { width:16.1875rem;height:19.25rem;top:59.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLKz4MmkaceqNhVsqXmZP5fLZZiau6VV { width:16.1875rem;height:21.625rem;top:81.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCpabs9kIOVu8xrCCf3Qov0hEs1Twl29 { width:15.0625rem;height:1.95rem;top:2.921875rem;left:1.40625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN { display:none; }#FtxMEmT5LWwxFWfvb0GTdisQk6PlTUnN > .row .container { width:20rem;height:125.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IodIBCzqhkJS8rmThIFLdhE0heAOqhIK { width:18.125rem;height:35.6465rem;top:8.375rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#IodIBCzqhkJS8rmThIFLdhE0heAOqhIK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 { width:18rem;height:48.943375rem;top:72.1875rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#enC1sqMtSP8ZFpJFLfJkmmXkH6ArwLo0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lIXcF2ZEVlSUJnqhL1mUVdKTMBulO8wV { width:18.75rem;height:14.25rem;top:46.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZfTgrSslErV9aVyV7k3F5zHLh5P4p3e { width:2.25rem;height:0.875rem;top:69.27734375rem;left:2.5rem;z-index:15017;background-color:#f0eff5;background-image:none;border-top:0.125rem solid #2b5ed8;border-left:0.125rem solid #2b5ed8;border-right:0.125rem solid #2b5ed8;border-bottom:0.125rem solid #2b5ed8;display:none; }
 }@media only screen and (max-width: 763px) { #kxqn6vaomotlV87bl8zFONaAOZzvCk9N { width:20rem;height:2.5996125rem;top:2.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S72XnkfTBylawbmsIg3gg2ZuyX5dMUgR { width:20rem;height:4.8125rem;top:1.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QyZWhrfIa2ow1l3ggV4hCwvnPvfMPdSV { width:20rem;height:37.375rem;top:7.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4e6n9fLSTF8NaOWWI46ZKH3qvdfTlPH { width:20rem;height:4.8125rem;top:63.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OvqmG5WPElFxQLMXwu8KZ2J7T3ruVCWR { width:18.1875rem;height:3.57421875rem;top:64.125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onVOQtn1ozkW1x1xnsukHdFqSGSCBZiS { width:20rem;height:52.5625rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEy8I6nOGpriSQslazmCmShZtmJfxiao { display:block; }#UEy8I6nOGpriSQslazmCmShZtmJfxiao > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INEy6KF1lVqSO586HTwdHtqvwJhITQlf { width:16.5rem;height:3.57421875rem;top:2.5rem;left:1.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX { width:8.375rem;height:2.375rem;top:28.6875rem;left:8.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#SXtOlxtm3CMgwH0eKBmq4thd0a9fTqTX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #mlE8Btr2orf5Q67RLQqHF5y4T4Qv0nuS { width:2.8125rem;height:2.8125rem;top:27.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHATdwrKPTezcqlQNkEX9aMZLbFd8SiH { width:6.1875rem;height:1.1rem;top:44.625rem;left:8.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 { width:6rem;height:2.375rem;top:46.0625rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#rKByLdNtuNuWliETNl7C3NRlrM7i9hb7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #GqkDEgTPrxOLPMbLkiMK4Wql3Oz0GXuS { width:3.1875rem;height:3.1875rem;top:44.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv9g8GVIXi5Q9Pwcya5N8cdAbiiTbcM3 { width:3.1875rem;height:3.1875rem;top:36rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn { width:9.25rem;height:2.375rem;top:37.25rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#UIqA9MXfSrm2zSRUAikSAqwGSp5xOEtn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #RMG9FfCDh2N1m3rwTZOfiR7TaHGlUrry { width:6.1875rem;height:1.1rem;top:35.8125rem;left:8.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vGnzAyCNLk52RvhGRen34ZTRyZ1VsPxZ { width:2.9375rem;height:2.9375rem;top:53.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD { width:8.1875rem;height:2.375rem;top:55.625rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#mIfXeDoRS0cpDrg0A8HcmxLLkZUvvaXD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bca5eff1-ca17-4bad-8fff-496b826b0429/ICONS_Mesadetrabajo1copia7.svg); }
 }@media only screen and (max-width: 763px) { #WFE3gVA7nsZB2hWyAUhfIEZrq4awnIIK { width:6.1875rem;height:1.1rem;top:52.75rem;left:8.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7BPhFs3mkzdKrFnqTNuivqazbCAJHyt { width:8.1875rem;height:1.51171875rem;top:53.8125rem;left:8.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vaeFTVwnBrHHJlsKaM1fle0QWGTCaouc { width:17.5rem;height:6.5625rem;top:15.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbPONgJZTXtFNohBrVJ56ZDMsgKfNnE { width:16.4375rem;height:7.75rem;top:25.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLpdCwHFAOHCok8Lw5LC1aoknBZDaJ0 { width:16.4375rem;height:7.75rem;top:42.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRXUiCtDd0b3x9y9sbhCUKEGqBtaRFT { width:6.1875rem;height:1.1rem;top:27.0625rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACNPTMelpXlVtBWdSOsXaHIcRW58TBTN { width:16.4375rem;height:7.75rem;top:33.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRUTXQDFNeTNQTul3bunTGSW8KQki4P { width:16.4375rem;height:7.75rem;top:51.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqIOeTckxWGZvpThHMN629svwWOfNZr7 { width:20rem;height:13.078125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4EnvgEtOJHq9KSZhXuhw441FThfAkKu { display:block; }#L4EnvgEtOJHq9KSZhXuhw441FThfAkKu > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQsnDOv8NgZyAaa5Q7Df71XdRFkEqiQ { width:20rem;height:4.25rem;top:2.20703125rem;left:0rem;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfR4lHT7TKnFVoF7TcPqWVzDBBu3PD6 { width:19.3125rem;height:1.5125rem;top:3.39453125rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 { display:block; }#CIffzc0eEEpo3tp0oSMHa5Nx1em4EJv0 > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVV6e9TgCqQExWNMqzaHnxsewklslw89 { width:15.875rem;height:15.589875rem;top:13.0625rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4bn7x7Rx2bDM5rEeHCB6KeJoKoCIlyw { width:17.6875rem;height:11.0625rem;top:2rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumhXVr5o6yAO9pyLTbsodHNdMIE0ZrL { width:20rem;height:22.3125rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP { display:block; }#uZ4tM6O9Hw3L5Ch9RE7C26ckxXTOGfAP > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzcrMTOJ8HVncu0Zx6rkNnDWBWFPNtKT { width:20rem;height:4.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBKQA4bPe1ga7O07CPcvv2Jp4cmlzpH8 { width:19.3125rem;height:1.44375rem;top:4.5rem;left:0.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 { display:block; }#oJx3z5beNlckMpxmwRiVhThkaiAwuOU1 > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD { width:16.8125rem;height:21.8349375rem;top:3.0625rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#U5HAKabWwBXM9XqFxQ1uVTWiDSDwW7vD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M { width:16.625rem;height:23.32225rem;top:32.125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#lV6tCZE4wzvmqxo6vJq7Ac5oRXJqxT7M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #fX0NLuoNqRKuh3JfUoR3S9S9IKMJ2eUh { width:20rem;height:25.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBmR9hQzxrUTPJX6LrOOxaFgDM0CGuP { width:20rem;height:26.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO { display:block; }#y57QR0s6QMw7ov42ccpHPMtLhDGn3AZO > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INqCAST8AT8pbyRTAhy0tkSTWRX1IUVf { width:14rem;height:8.125rem;top:8.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn { width:17.1875rem;height:11.168rem;top:17.5rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#to4eOXrfVVzgkAEmtHTiRR5nPN7PIWyn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #BdMsZt54yLxqTqmSLNTeMlVk74FBkNbO { width:7.75rem;height:9.5rem;top:32.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upeb7tELPGEMek0DmamtZplOrkqkyGCa { width:17.6875rem;height:12.3046875rem;top:45.57421875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#Upeb7tELPGEMek0DmamtZplOrkqkyGCa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #csCZX55SwZutCAf6qE2MIuCn5EpuerZT { width:17.625rem;height:2.76171875rem;top:42.5625rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RCpU8RFAMQi6e47xVngdllLMcx12cmlp { width:16.25rem;height:11.875rem;top:61.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 { width:17.125rem;height:13.441375rem;top:77.6875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#hPz2IahA2soXkbTPbL26XtGkHgPeDzO6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #S2rGtxuoKG2s1d30kXXAmAneMy4HxfeE { width:16.4375rem;height:2.76171875rem;top:74.3125rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zXB4yfGCoZzvl4uKRmBl7V4wew96VWPS { width:17.1875rem;height:2.75rem;top:3.78125rem;left:1.40625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqZcwryNO98HbkWgCKv7HiJKbNZNZ6oC { width:20rem;height:13.5rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FWPQpnFOqQqRploKla1qumlGs8JVdw { width:20rem;height:18.9375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCiEJcRyEUQGdDEW0SCyNxC7KJnCcT1y { width:20rem;height:20.1875rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfqnHfgciKMx67LtK6ernWaZf1fvzMv { display:none; }#idfqnHfgciKMx67LtK6ernWaZf1fvzMv > .row .container { width:20rem;height:39.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZ4eqGNNIawHMWdlb5uzWOMrDhDcL6ML { width:16.4375rem;height:6.75rem;top:3.1875rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQuVzTWO7sKPHSMQdDq6K5Rs5fIU3BH { width:18.0625rem;height:4.546875rem;top:10.25rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nbVLrmtretMfhFQa0I0OrvOvXCBFbBFp { width:14.75rem;height:2.625rem;top:17.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw4KUtE22Izb26N7rdc5OJzMcZC9FNF { display:block; }
 }@media only screen and (max-width: 763px) { #xTTNHeBAi945c6xlbmLKeihhB618E04x { width:15.8125rem;height:13.1875rem;top:22.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw { display:block; }#elf3CcqpiOk8TNvGHMD1MOPMVm3zTGPw > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA0fHuzczAVvzilBu2KRHbnb11ixhGBb { width:17.25rem;height:4.875rem;top:2.65625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kQ9Uei52T7dw0kRknMtn1t5VzdDOH9 { width:17.9375rem;height:26.3144375rem;top:9.125rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #dQCxeUtECWXM5VpLzpTqFZuiHTUg0iG7 { width:20rem;height:29.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGlVWPPQtKPkoQzWbDxhNbM4rTI5XeX6 { width:19.8125rem;height:7.25rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF { display:block; }#T2l9wVpdF9MuMfuxBeJUnzUx8W825JDF > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytShMNN5kIJ6dTU2H8Usd6Z5ksLXtqkK { width:16.625rem;height:3.0869125rem;top:22.4375rem;left:1.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eG1eT1KiT70T325TzehaTLMb0OXA3lSE { width:17.0625rem;height:12.418rem;top:26.125rem;left:1.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#eG1eT1KiT70T325TzehaTLMb0OXA3lSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #zJlGFzXW8xKXlcxLMSIahZZ6oAW4gwgr { width:3.8125rem;height:4.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvOE1cRlfCmX7GlheRspWqaIA1EdIIy { width:3.875rem;height:3.875rem;top:9rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHOERCMUXC8DNUbivD2VsO6Th4HnX0W { width:4.75rem;height:4.75rem;top:9.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwMLlu2XqWVMeNWZKXTENbsvhe4Hemb { width:3.1875rem;height:3.1875rem;top:1.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GPoKTVJ3DVNcxHnvTVisWfCQWFvafC { width:4rem;height:4rem;top:16rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroR14H2ZVoBVQSPsBzUCfHhEDRol3rR { width:3.5625rem;height:1.94824375rem;top:10rem;left:7.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFfCHKQw4c03Ni5tVc031RzVuS8AmZNi { width:4.125rem;height:0.8125rem;top:12.875rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heSZdPcB9EpJN7wNKOkGN0tObEB8vX35 { width:6rem;height:1.625rem;top:5.0625rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPW51ZWCdmv5F1TVHZe3QT2iFUvksBT { width:4.6875rem;height:1.625rem;top:19.375rem;left:9.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biEtkO6fwkR4bhTWONoQpT19XpwVtLhd { width:5.75rem;height:1.625rem;top:13.875rem;left:14.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4y2lc6iECteVE9Ckt6wxKr5wTDMSSp { width:10.125rem;height:10.125rem;top:38.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEelQSuDuTEkm320R7GHNLIK81rINVpc { width:16.8125rem;height:2.923825rem;top:48.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC { width:17rem;height:11.84475rem;top:51.875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#GNsWgKyl6ed2reMLRDz8z4TXzoAnpFuC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #BQySyo7nZtgUk7GlhLdTVCMRPK7zl293 { width:17.4375rem;height:4.38574375rem;top:74.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p { width:17.375rem;height:9.5195rem;top:79.75rem;left:1.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#wAO6Tp4kJpWAE7uSXStHlghNAdsKXF4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #lADzAbUNkCUTFTWRXavPMcF6mlOBrWOP { width:9.625rem;height:9.625rem;top:64.87890625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn784szLRo6Ky4fc2XlKZ0QJkMTgwUR5 { width:4.5rem;height:1.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggHnsnm47eOZayvJR6RNPonksUSH5JAV { width:6.1875rem;height:2.75rem;top:13.25rem;left:13.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT13rdOW4R1PSZCX9iPHQlZQoavD0OzQ { width:5.625rem;height:2.625rem;top:18.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fiQP1npafLCAO91leIu7aZ5z10ktDi { width:6.8125rem;height:2.125rem;top:4.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cri8N14tyhE87PUNrFtvZQCEUe6bo13R { width:14.375rem;height:15.3125rem;top:4.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQb6NVV8yJwr59vT5yVKp309VIGUIyc { width:20rem;height:19.4375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7nntORHtUEewgfGbB6uPbT1eriSnpaT { width:20rem;height:19.75rem;top:45.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZF2WSVLmnQcoaETkbb8CvTCvrEG6itF { width:20rem;height:20.25rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic { display:block; }#Uz6iFZIURtyCtbff2iJJwx5xXBrV2Tic > .row .container { width:20rem;height:297.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ { width:17.625rem;height:28.6875rem;top:9.03125rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#MXlZ2dP2BCL2KA38fWTAKC6Tf4kowSJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #cQ7CRLUH7k5Q0vBB8C7a6MR15VgMsxsa { width:16.6875rem;height:2.111325rem;top:41.25rem;left:1.65625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q { width:16.625rem;height:11.494125rem;top:44.75rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#eUvbNDomOkx0ZWi3zM3qVEoq4cPZyI4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #VgZHhwlDq5feCLLPGnEV3FGJ7IIyCndO { width:15.9375rem;height:2.111325rem;top:57.1875rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv { width:17.9375rem;height:12.5498125rem;top:60rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#FDBlpblTJUuwAOMLD2UIKK8G1PoKLAcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #sVLwTuR0WeJtgaB9ZZ2TXC2NvvgDE5GJ { width:20rem;height:12.25rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1ZNfXV0PHFgMyhTH86EuVpqWEct6pC { width:17.9375rem;height:1.05625rem;top:76.9375rem;left:1.03125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs { width:16.625rem;height:6.6465rem;top:79.875rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#vyBrUoKG7bqWnNx6NfVQuVXBXiI9XNPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #sCCwcTMSTLXIHNrs4EfEvSTWfiaZ9SPw { width:13.4375rem;height:11.4375rem;top:174.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKPnPVLwtiAOmH8XxX7cnq3g5J2FSMZn { width:17.3125rem;height:16.890625rem;top:100.625rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLcwcVNmrXCD2bWTqgfPFvX2TOUkSAlb { width:17.625rem;height:2.923825rem;top:154.6875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MamiGsL02lvEcF1BbeLKyM1anKp9uZsb { width:16.75rem;height:15.5625rem;top:158.5625rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#MamiGsL02lvEcF1BbeLKyM1anKp9uZsb li:before{  }
 }@media only screen and (max-width: 763px) { #ovrlvSKK15BBLK1k9Db38xTBg80qr0zz { width:16.375rem;height:2.923825rem;top:189.8125rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf { width:16.3125rem;height:14.34375rem;top:194.3125rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#MsU2T6pzTqmgzRzJB7biJJsln5PnS3Nf li:before{  }
 }@media only screen and (max-width: 763px) { #TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 { width:17.125rem;height:15.5625rem;top:226.6875rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TueiiTL9o08UgM1UiLZpJTnBU0VXKNR7 li:before{  }
 }@media only screen and (max-width: 763px) { #qzDVs4mwWpZ2pD2EF6GuReKnJT6J9z1N { width:16.9375rem;height:2.923825rem;top:223.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sR4MhdRPZQwFFDWDhKJZnee6qhlV9NXS { width:17.4375rem;height:9.6875rem;top:243.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreBBsfMqFAR9Q6L9REgia46tKmbcPOl { width:16.375rem;height:2.923825rem;top:259.125rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F { width:15.1875rem;height:13.125rem;top:263.25rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#xhm1WFTXsEGM2rhrxSlCHRwrshzuVJ2F li:before{  }
 }@media only screen and (max-width: 763px) { #Ns77xF49tgzvRQkbGU219ZPScGMEu6oi { width:17.5rem;height:7.375rem;top:211rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA8rdSd6DnLObZAeDr5i0JnU3dy4MwVe { width:20rem;height:17.0625rem;top:119.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 { width:17.5625rem;height:10.751rem;top:124.248046875rem;left:1.21875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#bcoOXCI3Bgt8LCcM4Py5fGq2IU0beAZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #LwvHw03J4mgx4dvQSX6EfFK5Bw0hHuEh { width:15.0625rem;height:2.111325rem;top:121.0625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yKuGcFcG46btUm4LygTFL4qe8ROVPTdh { width:20rem;height:11.125rem;top:139.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm { width:17.625rem;height:5.59081875rem;top:143.75rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#s5iuQ4RTcl4OLaJp6QODNgHo0cS6ToWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #BO4IPWH2JiHOXmxzgSBDmxHBXsU3QK0T { width:16.9375rem;height:2.111325rem;top:140.9375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lxgtCTxP5VMDPmbxZIRw7scXsih3xMmV { width:20rem;height:29.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDGJcCsOrmvTqiNqfSbFXSxDWNcwEZ7D { width:20rem;height:34.25rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6v1IAbFH1abNp0M6GEWI8JLlmfQ9ziH { width:20rem;height:32.75rem;top:153.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVCN7STy5zlpTaMFh0funL4mAuMEi3V { width:20rem;height:14.375rem;top:443.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQaxxTRdUs0SKTAukGr9O13OCp3qxxy3 { width:20rem;height:31.1875rem;top:188.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnMGbLLMlS2xFUGrQ4eRKh3WcbFabvZ { width:20rem;height:12.3125rem;top:304.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hC9mbzZXT95960BkRu8UHKgwLX2TXuCB { width:20rem;height:34.8125rem;top:257.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIVrgbhdHU9brObmiH1m4FE1O5EsHEct { width:20rem;height:33.0625rem;top:221.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUudOZwZCWz4vddEVom75QfeJraDTtJr { width:15.8125rem;height:11.75rem;top:278.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnC2Ns72Idd1Ry4VuaZm47LIBPW24n8i { width:20rem;height:4.8125rem;top:1.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AiqrwGiR1Tgq5uulZ44nrPn9edgLlTGM { width:15.875rem;height:4.0625rem;top:2.25rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7OMhQyrbaaXinxiZdDhTlOxvZ4twyea { width:20rem;height:4.8125rem;top:92.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #E2uQWDX9bCeFHFKJONZ7nLepiccgPTXx { width:20rem;height:3.57421875rem;top:93.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJfCyEnPKnDd0Tvc80zVQRwdEN1kk0kd { width:20rem;height:22.8125rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIAniGOExZGlpqyXZTWRdezcg4ScN3lt { width:20rem;height:14.375rem;top:101.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg { background-color:#ffffff;background-image:none;display:block; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { background-color: transparent; background-image: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container > .video-iframe-container { display: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row > .video-iframe-container { display: none; }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .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); }#hcyNUBwQs6uN8JunJfWSNKM0MDuRLrvg > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxVdGwUn8f32rnAMLseCzFhh55b9wh8v { width:20rem;height:15.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzzO0yNT8CpFAgE46rpx1QLQTNk75d0 { width:9.625rem;height:10.75rem;top:2.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Wui8onWoh22Vr3w8s9FvUbQE7NVXCI { width:15.625rem;height:3.4375rem;top:19.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTFPuIQylgZDgviw9P6PCftINbOBEmgQ { display:block; }
 }@media only screen and (max-width: 763px) { #WQawezAvWIwi59MT76DtgezbSiRsDRrl { width:13.0625rem;height:1.70625rem;top:14.3125rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 { background-color:#ffffff;background-image:none;display:block; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { background-color: transparent; background-image: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container > .video-iframe-container { display: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row > .video-iframe-container { display: none; }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .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); }#putW4ZJIFbTAJfaVHhUoZ3SMnwoXv1G2 > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3Ms8IasmApLwfiwwXz8R9bFF7bgrCy4 { width:18.375rem;height:3.8994125rem;top:12.3125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwH7SX6xRIocT0EJqTq0rIkJTWbQUIsI { width:20rem;height:23.125rem;top:10.4375rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0zysl4zXP0imDXbxQFzPeQKOaTuQMhq { width:8rem;height:8rem;top:21.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llmDthXG2OdW7tGTEr98Xsrh6JPLbzNq { width:5.0625rem;height:1.625rem;top:19.25rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUMKBcNbke4u8QNTUsVineAvriOi8MS { width:8.4375rem;height:2.875rem;top:23.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRLJ61zXRDyD9n5odpBVfGvl9eIUyr5m { width:8.3125rem;height:2.875rem;top:18.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlzisI7hwzMeiIkyPUUQ3KceDveEtCT2 { width:2.0625rem;height:2.0625rem;top:19.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpTyI74z119P3HKfBmluRDSx9DtdHoIW { width:8.0625rem;height:1.625rem;top:24.3125rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB1BmJ0kof6TE35SEJRxP8tPBMd59TWO { width:2.0625rem;height:2.0625rem;top:24.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqO9zZJXvLent1HIzdb5QzLnAIp63JO { width:13.8125rem;height:1.625rem;top:37.3125rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 { width:10.4375rem;height:5.423825rem;top:39.5rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#CNS7tsfXRd28RPoZWkz5kuQOmo27KMv5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MaEBkEaF1Cmwoz79Td9fc1kL2zh8hlLF { width:20rem;height:15.5rem;top:36.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx { width:3.9375rem;height:5.423825rem;top:45.5rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#b8TWN3SJdWsegTZFTGyRJmc3A2rhNkyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #L2GtUd6h1K2oW0XvZw8eTTWXG3awzT4r { width:5rem;height:1.625rem;top:29.1875rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMWUvdvE3nB3kzCWTDhM1RQzBKL7qnWI { width:8.4375rem;height:2.875rem;top:28.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0vWf1TyxbIAfpEAQeXqJCitudPmArW { width:2.0625rem;height:2.0625rem;top:29.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0uFh5ZPpNq1cUJxFHyxim5Xwm0nM1F { width:20rem;height:4.8125rem;top:2.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JaqiED7J4yThTaE1XLFcwSCl0ZDG0eoF { width:20rem;height:2.03125rem;top:3.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7B1qRROkTSeZGAyroVO3M5FG7Voouhu { display:block; }#f7B1qRROkTSeZGAyroVO3M5FG7Voouhu > .row .container { width:20rem;height:237.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBQX1xiRGICwGTsIx2StuvKd2QvE7RQ0 { width:15.6875rem;height:23.7900625rem;top:12.859375rem;left:2.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #myf3Nlk2MV07y7fFZKKPgAmwaOXNkMSB { width:20rem;height:31.75rem;top:11.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs { width:15.375rem;height:18.30075rem;top:45.59765625rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#KTmaE9Po0EdJp2LHnhlic9Wt0Isd8SRs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #wfaDNPn1JDmIURTGl8ADKkopWZbBRdhO { width:20rem;height:25.6875rem;top:40.265625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFe8axuTRsHJrpRNornse7Nc4r77aOPi { width:18.0625rem;height:4.38574375rem;top:70.25rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF { width:17.375rem;height:6.71875rem;top:75.53125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#LdRQmWTNyBR643FxFLCtET9a2Dxdo2GF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #EFvTL3P8orDwPzqGo6d6Ak11E5JSO6gz { width:14.4375rem;height:8.1875rem;top:83.375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6tbuHLZtOxdXabJGJWJzCH7AMRq5c35 { width:17.25rem;height:4.38574375rem;top:98.125rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Irk66DzPha1RTown6V7BhmGoK24TBvk8 { width:16.625rem;height:13.125rem;top:103.8125rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Irk66DzPha1RTown6V7BhmGoK24TBvk8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #d0v6LmurUCexbNw3vvFgTOfTafteOf6u { width:6.9375rem;height:10.5rem;top:117.9375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hDfNtoCdxdNTBeWr2lLTbFIebAgxpL { width:17.4375rem;height:2.923825rem;top:131.5rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg { width:15.875rem;height:14.65625rem;top:135.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#AATCzQd2T3xbQMBK5uc3HpN7tdOIoqlg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #EWliZM7sFPwOif3pyEq3e9DFSh6m1QML { width:18rem;height:11.125rem;top:184.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFR1NKEk1tJfO7QBp7nbGkMW4dKhrOU0 { width:17.4375rem;height:4.38574375rem;top:163rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO { width:17.125rem;height:15.875rem;top:167.76220703125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PXcKrVw3S3Qx5n0ofL5M5GRAFX1hqbOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #yrL6SroBICv1IlSOudwkrHNkD9dT8MvH { width:17rem;height:8.5rem;top:149.53125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCr3xPU0NDTCAc7Nat6uM3Vweis84Ty7 { width:17.125rem;height:2.923825rem;top:201rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E { width:16.9375rem;height:15.5625rem;top:205.0625rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#P9lZGsi2J3G5JSHKB3vUKs26WT0otH8E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #ahEEgf77S9wFahxTPdQMwW0TSzl5Apwi { width:14.5625rem;height:10.8125rem;top:223.0625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMB1wOFNDOJRM1izCx2TVu1ELdMobRD { width:20rem;height:22.75rem;top:68.75rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3K6a0agvdkwg5KNLTm7BhkKci2Q2ZPa { width:20rem;height:14.375rem;top:96.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jug1Zwp34zLWrqgOzD6NEwq9yu7HrkT6 { width:20rem;height:29.25rem;top:130rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmOLlkfSu3CUeGxvhPbAoXDBqSUqtx5k { width:20rem;height:28.5rem;top:96.125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX02LPs1q3lrc9qJgptOkViTMQ9avZ0W { width:20rem;height:34.625rem;top:199.1875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoscZOKBdE3o0McnvQKf3D2mV4JsOoRJ { width:20rem;height:33.8125rem;top:161.875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGRlNclu3KxyQriT5fEM1NE4eU10uCt { width:20rem;height:17.6875rem;top:236rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a95us2OpmcVgq4ZiJt6sXFxHphK4K6zC { width:20rem;height:16.25rem;top:199.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGoXXtTcJTVQuVG9AWi7DlhnE0AXe5s { width:20rem;height:17.6875rem;top:285.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTSS2VRGrwBN2Ud9whnG1oTDx4G9N4qO { width:20rem;height:14.3125rem;top:268.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiHzEvW6FSsz4rh0EiMilb214W7yItXW { width:6.5rem;height:6.5rem;top:37.640625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2H6ayJW2TyxT3VslUBPRFPOF79wQZW { width:20rem;height:4.8125rem;top:2.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RyeKO2fSawc7qey05G9OVT0MVrLnllC3 { width:20rem;height:4.0625rem;top:3.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ { display:block; }#ODQIey8Cs9AfaRzw8mEpJEPX80BiuTTQ > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6izuir79mK2kOWGEPJn60FKuHM1CLfh { width:20rem;height:4.0625rem;top:2.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcWUg6N3GmCSC9Le4CpaP1z5ASuHzOVr { width:19.3125rem;height:1.5125rem;top:3.39453125rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KtAgiqtqpCafowcDqWnfIq39vvTNR1PI { display:block; }#KtAgiqtqpCafowcDqWnfIq39vvTNR1PI > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMmFDe6TgDDAIXCxHN2O9ag9tHQokVKo { width:10.875rem;height:6.82226875rem;top:1.962890625rem;left:7.71875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kGL2ThvFeVEkR1qlQRz7nizRxzk4a0A0 { width:11.9375rem;height:9.74609375rem;top:9.4384765625rem;left:7.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wG6UOxh1HvJR6OtIcza85o9X6ppnrJa1 { width:3.75rem;height:3.75rem;top:3.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zolBJMCsuzNhVOZAOFmITmgUgzUzWN2R { width:3.75rem;height:3.75rem;top:12.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkWpic4CBicLhqXsVS1ofSKtQoFnILb { width:10.5625rem;height:6.82226875rem;top:52.625rem;left:8rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mGLlyrG3APeQE9BLAZWTeRnaT2XivkxF { width:10.9375rem;height:8.7714875rem;top:19.9375rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GhtPz7rFQrNciH2F4qwUg2B6VRcxrmC6 { width:3.75rem;height:3.75rem;top:53.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ocW69fX8otu1gqd0sknFzlyELCNxI5 { width:3.75rem;height:3.75rem;top:21.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1V1doWXR0TZrQ1TAa2oWKJTy3SwfTC { width:11.125rem;height:8.7714875rem;top:30.0625rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Be08Mui0aOvGqv2olI6zbT6XTuPNp0T1 { width:4.375rem;height:4.375rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2yyorm3TtvLm8wQd6XIlkZlmCKNoUm5 { width:11.625rem;height:8.7714875rem;top:41.6875rem;left:7.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b08ZJN2pGzmW3VRLQ1mw4GnlzWCW33NM { width:4.375rem;height:4.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzsOk59yCrkGTWPqITnszLO215JuARU2 { width:6.5625rem;height:6.875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT6NR8w87NovxyLBqINuTovHxcrxOSNo { width:6.5625rem;height:6.875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUosCL8nhbkr1e2sUOKPyvG455wDiM1F { width:6.5625rem;height:6.875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDXM0SOKsKgLbvdqoxBUIw9JKphKq7Eq { width:6.5625rem;height:6.875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IuFsROAb5zgDJCrIRFOs4ZzE5rM3xO { width:6.5625rem;height:6.875rem;top:10.875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Aqbs70z7TpsATHwbwZ336STggzguxKWI { width:6.5625rem;height:6.875rem;top:1.9375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JbwqEC3a0Zt0wG5sig1bABGtdBTfL4bL { width:18.4375rem;height:10.6875rem;top:6.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mp8RqmMogEgIgn4fd9qRkWT5lDZFVUkR { width:18.4375rem;height:10.6875rem;top:18.8125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaIzJp3M0k5tebcPfkSOeACClcfTvlGW { width:18.4375rem;height:10.6875rem;top:57.125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sczv53doh5XfShTaxXTF86HuWt8NxMiF { width:18.4375rem;height:11.9375rem;top:30.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUfuGUnAG85e6VXeKwHw6ByAsucnlbzP { width:18.4375rem;height:11.9375rem;top:43.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEGZIrChyXMP06In28r969TUSigEOnFU { width:18.4375rem;height:11.9375rem;top:69.0625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVxs643959tEpNC9b24RtmuNw816dHGQ { display:block; }#LVxs643959tEpNC9b24RtmuNw816dHGQ > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6gXoi9RX0ZoiXFkT65oMC8AJRMph5h2 { width:18.75rem;height:5.84765625rem;top:3.75rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SiFW88Fb6eM2PkovLmSOmN5HRsxkKvNF { width:15.625rem;height:9rem;top:11rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLU1E1un9RsE5EJzy3C7pDkZ4XUu8Ebz { width:20rem;height:12.125rem;top:2.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9cRw6LCEm626nESPBTRaBZn1DoNLlMF { width:20rem;height:11.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { display:block; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { width:19.375rem;height:3.375rem;top:8.8125rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm { width:19.375rem;height:3.375rem;top:20.4375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#Pf44LFVKxIvbPyTSFJb7FZRBO2IepKKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 { width:19.375rem;height:3.375rem;top:14.3125rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#NSBL5zS43uUqNhzWKeVnE4bKe2UueCo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 { width:19.375rem;height:3.375rem;top:25.84375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#yEJiUkiTaPf5hP7KEGLEt9cs3rJ7dRq1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U { width:19.375rem;height:2.25rem;top:31.4677734375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#IitGIdVkgCuhofz6Le0fKUQKJfGqGp7U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #k8qVJsHqmUdIEzC8XshDTvVi1PlS8skW { width:20rem;height:17.047619047619rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6WgZKywnL17tzyhnulu7CA8IMxQP2V4 { width:20rem;height:4.8125rem;top:2.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bt8DT4ggO7CthQWtzhXo4EGqcUBzRex9 { width:20rem;height:1.7875rem;top:3.63671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmEKoCSPWKn5MyCFEsdSN9h6K34FcnSC { width:20rem;height:4.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBLuTDDFP4CvNmm7Hf0i66todEs3JUGd { width:20rem;height:4.3125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZWQEDwVthyowoWRvhihtA57udoLrfAQ { width:20rem;height:4.3125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8M03LfP5tWFRlvPtokQ8OB0ZH8XKlI { width:20rem;height:4.3125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTOxXEbFzNrBOb4kaAcd4UlbOtNfguUs { width:20rem;height:4.3125rem;top:19.375rem;left:0rem;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; } #X3Ew6k6iRV0Xi24AQvS4sRdTTpIy6aru > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgBtK607HALMFIcpswEsp9cuZ4vyruC { display:block; }#kkgBtK607HALMFIcpswEsp9cuZ4vyruC > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsVORckfWmFUgr2MzdaQdovMdChUWl8e { width:19.75rem;height:58.0625rem;top:5.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kRwO9ff3ABWvWWHzVENV21dgsd0rg8uq { width:0.75rem;height:0.75rem;top:5.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpM95SJXv3vJmeDKZuWdQ7G9JJNWcARk { width:0.75rem;height:0.75rem;top:125.6865234375rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dlyp3MPgwpBHNqWXldbb8dXTilf4xBX2 { width:18rem;height:1.38125rem;top:2.6875rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w5HJhf2y6enaEeiffkWbvll4rXkgs5W0 { width:14.875rem;height:2.8125rem;top:8.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx6Xc36PFlL4TPh8QzNGX1pRDryZV0U9 { display:block; }
 }@media only screen and (max-width: 763px) { #huIJ2fNWRyq8X7BncmBp80NDgwvAKUdQ { width:14.875rem;height:2.8125rem;top:12.1875rem;left:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQALGJcMk1b0SDTqZMK5VTO1PvR9PTd { display:block; }
 }@media only screen and (max-width: 763px) { #KrrrmpK6yDhr1RcSbzkUTKpmq03QLCJT { width:15rem;height:2.9375rem;top:21rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IuIn6qikHxmf5xggXBGG3XRQUM76BP { display:block; }
 }@media only screen and (max-width: 763px) { #kmEynamcUybRi3eVUgMcTHCHPEy0zgJK { width:15rem;height:2.9375rem;top:25.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr852Tr2GS9NxoLrasirmrqHBUc56MB1 { display:block; }
 }@media only screen and (max-width: 763px) { #ukhqU4ICrzFw0iVkUd13ZyOTchd2mFs9 { width:15rem;height:2.9375rem;top:33.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdVMApMDJu0huwXfTQQRpe491KMyIJcn { display:block; }
 }@media only screen and (max-width: 763px) { #CfikZ0I9CnwLoKrnCbHtP4dybtFeqACM { width:15rem;height:2.9375rem;top:37.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMEOvcfH3iFrLlKXs2f5iDm19Za9JeoT { display:block; }
 }@media only screen and (max-width: 763px) { #qayBZm5EcgwMpz9Z0Pa40sLJXcBCzhfg { width:15rem;height:2.9375rem;top:41.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkraB7o0oU80OgC9ODK8EFbIfV2Piwv { display:block; }
 }@media only screen and (max-width: 763px) { #NFZ4AUkl0MOzCvJL4FV9iFsrVHfprkcI { width:15rem;height:2.9375rem;top:50.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDO6TFenChgnB42MpS8dVQbHT9IkkgFA { display:block; }
 }@media only screen and (max-width: 763px) { #W9Hd0ZrLGKZ9T9t1d2mTeUZSb5UPomFf { width:15rem;height:2.9375rem;top:54.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSstDAPc8lZ4iVrkvL9T4D96yRXVVPey { display:block; }
 }@media only screen and (max-width: 763px) { #wngTFh7yRrMa6rPEi7XUWcyATaWX1dJO { width:14.875rem;height:2.8125rem;top:16.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKTzAHnFsACrI5E4AC1pa3rmXZa4xsJn { display:block; }
 }@media only screen and (max-width: 763px) { #CHlhPQeoxmwWGwKzHfhhtAhOBNaSlRBA { width:15rem;height:2.9375rem;top:29.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwlackSE0FxleBWTRoRSqTIWOadR2Rk { display:block; }
 }@media only screen and (max-width: 763px) { #MGFJuPWxpXT9uzqIZTk3eJmF2hxHTxJX { width:15rem;height:2.9375rem;top:46.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdXpaXRlCeLIvU9U3mK5WXRO07RcxZL { display:block; }
 }@media only screen and (max-width: 763px) { #QqBGztsMnOhe3rt5Uk4mAdkHPbZzSI2Q { width:15rem;height:2.9375rem;top:58.75rem;left:2.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLMB7h9zMohDKILyBK1cTHTvpe5pQ28E { display:block; }
 }@media only screen and (max-width: 763px) { #kh6obvUyarIJgg0a13s61ENlOICaRoZO { width:1.8125rem;height:1.8125rem;top:15.125rem;left:0rem;font-size:1.25rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw { background-color:#ffffff;background-image:none;display:block; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { background-color: transparent; background-image: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container > .video-iframe-container { display: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row > .video-iframe-container { display: none; }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .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); }#LTWaohJT9e1X22uAZgE2LWuNLQ9FDtnw > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmhTqUTLLgHoaxoiHbaDqsqWW813JlWV { width:20rem;height:14.625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH90MHy1B8mmvscQLwLMENfkw2LUZ6AB { width:10.5rem;height:11.75rem;top:3.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKTCCOwgGlIXGBTxahvpQZcDdBCNOL3 { width:15.625rem;height:3.4375rem;top:22rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAEIqEnUn2Gm9QP9TAlcrvhxNgBSFiXZ { display:block; }
 }@media only screen and (max-width: 763px) { #AOSIqzAcpABeQUULdlMM0wV8C3cHy2p7 { width:15.3125rem;height:5.1181625rem;top:15.875rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s { 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; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s.adaptive-delivery-prevent-bg, #tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s.lazyload, #tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s.lazyloading { background-image: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { background-color: transparent; background-image: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container > .video-iframe-container { display: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container { display: none; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .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); }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s::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; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tinoDPIzN0uNZPHiVTweJESBd9Mh0s0s > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghD0FKGTXo7R6LSylPKMQwDQXO29MURh { 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) { #DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DasrASFSqth1FMwnfXZQsvJVzEH0JQ9G > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7seSs6NkTqBApn46Qe6vFH2uVvhRNVf { width:17.6875rem;height:3.0625rem;top:1.25rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR10q5TNoQoyUZZlxSBVMPHyJGIzxMZP { display:block; }
 }