.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;top:0rem;left:0rem;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); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K { 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; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { background-color: transparent; background-image: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container > .video-iframe-container { display: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row > .video-iframe-container { display: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .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); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { border-width: 0; border-radius: 0; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#lG5mtEkWvib3WdAVkJydMME85oix5bG7 { 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.812325rem;width:17.4369375rem;top:1.5625rem;left:0.25rem;overflow:hidden;display:block; }
#CmQOz7nJdTNVs6UqIdZrd17mwHDnhH18 { 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.9375rem;width:11.875rem;top:2.9375rem;left:82.6875rem;overflow:hidden;display:block; }
#c0T6VOPQhKlKW6iA6xaKVc0dv2gGNekE { position:absolute;display:block;z-index:15019;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:5.4375rem;width:35.75rem;top:1.625rem;left:18.9375rem;display:block; }
#v8GMvMoi8ZiQxUppKpb43MhPG2tH9z7Q { 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:1.6875rem;width:15.5625rem;top:4.875rem;left:18.1875rem;overflow:hidden;display:block; }
#E2C3DaDswirdW4RcQpkkJpPnXtTOh0NU { position:absolute;display:block;z-index:15035;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.0625rem;width:9.625rem;top:5.125rem;left:31.5625rem;overflow:hidden;display:block; }
#NSHaKwwKDuBa1gUTHmGeTf4EP2HfczPE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5625rem;top:2.125rem;left:37.75rem;overflow:hidden;display:block; }
#N3ihxfhCIUn7qg0eU4SVUeTtiUGeghEC { position:absolute;display:block;z-index:15036;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.375rem;width:7.5rem;top:5.125rem;left:42.0625rem;overflow:hidden;display:block; }
#II70p6IPWlf1PL2QfbpKJkwsmuT3HvmM { 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:1.3125rem;width:6.625rem;top:2.8125rem;left:21.375rem;overflow:hidden;display:block; }
#smd8eN5pnmJG5T2r2b7SnM2OR9qmStUT { 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:0.875rem;width:8.125rem;top:3.0625rem;left:28.6875rem;overflow:hidden;display:block; }
#QTgF3Gq9N3Ll7PW6GfNBfUAcP7NTwaFo { 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:2rem;width:3.9375rem;top:2.1875rem;left:46.25rem;overflow:hidden;display:block; }
#iHv2CsBwQ6skQKhLF3M3B4mq29TgdA3i { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:3.03125rem;left:61.25rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cea3fb4-46bf-4db4-abf8-8f41fb0402bb/rb_44316.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#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(7,171,12,0.83); }#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(7,171,12,0.83); }#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::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; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.25rem;left:2.875rem;height:5.25rem;font-style:normal;display:block; }
#Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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.0625rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.1875rem;left:16.5rem;display:block; }
#UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:4.9375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.1875rem;left:10.4375rem;display:block; }
#dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bttDM5A68e8ErP4oqEIozBKB7zHEETVf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:11rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.1875rem;left:31.5rem;display:block; }
#uvHPNQ1urdIqmR3l9HpGRtvg98yfw2qD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BooxqWColJIec7oEkKuq4XbqT5rSFVTr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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.625rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.1875rem;left:24.125rem;display:block; }
#gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFuJmFI6TK5luTqfBrkao78WFcHXm3uU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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.5rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.1875rem;left:2.875rem;display:block; }
#Ezzu3qUknefCtTQxLDgu2eWC6fPxXJqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { color:#662483;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.25rem;left:9.3125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrnViCg0K9xSPrJkgNUmMaKwiylc50TE { color:#595d68;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.25rem;left:4.875rem;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; }
#H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { color:#662483;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.1875rem;left:24.0625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { color:#595d68;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.25rem;left:19.5625rem;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; }
#SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { color:#662483;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:37.8125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { color:#595d68;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.25rem;left:33.9375rem;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; }
#Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { 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:0;width:0.25rem;top:4.3125rem;left:5.125rem;overflow:hidden;display:block; }
#vU4Nayl44ld9NLwN3RaS4aKXRU9RilMe { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:41.75rem;left:3.1875rem;height:1.80625rem;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; }
#FmHhktJ41HZvTlGIX4eJWR6oCy2nIMPZ { position:absolute;display:block;z-index:15070;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.75rem;width:3.75rem;top:22.4375rem;left:19.25rem;overflow:hidden;display:block; }
#nn7NHFSwoHkozN6nqq4rzHt1283b7pmd { position:absolute;display:block;z-index:15071;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.56228125rem;width:3.56228125rem;top:22.6875rem;left:33.75rem;overflow:hidden;display:block; }
#C9znX3F38xG7tobFiQXm9l9FxNkOygmy { position:absolute;display:block;z-index:15071;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.9375rem;width:3.9375rem;top:22.5rem;left:4.5rem;overflow:hidden;display:block; }
#QEU148e1V1UgJ2UfRr5bP1evqdW8uAdD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size: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.3) ;height:10.0625rem;width:13.5rem;top:21.1875rem;left:3.1875rem;display:block; }
#nZH4aXznCwbGXuuEP2U2rLaAuTwhJscL { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.375rem #35ae3d;top:9.125rem;left:2.875rem;height:5.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rnLffLwaAGhd5f4GUkGIvO94qdOiSkgu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size: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.3) ;height:10.0625rem;width:13.5rem;top:21.1875rem;left:18.125rem;display:block; }
#GBmTKU0UWENC8qmn5vA4xOMIhwTcqWW9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size: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.3) ;height:10.0625rem;width:13.5rem;top:21.1875rem;left:32.625rem;display:block; }
#dOiLLAvhNAkGG7D9c5BNNFeVxgUp2V6N { background-color:transparent;background-image: -webkit-linear-gradient(92deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(92deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(92deg, #e77320, #f49a1e);background-image: -o-linear-gradient(92deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(92deg, #e77320, #f49a1e);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: 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.125rem;height:3.3125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:41rem;left:18.75rem;display:block; }
#t9sQ9TrLwMMn6G9072wTrX5eFSREWR0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkHzvDp8u9mqtC9iHlmpe8NlZgZZHrTT { position:absolute;display:block;z-index:14999;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.99609375rem;width:0.811525rem;top:3.8125rem;left:9.0625rem;display:block; }
#kHFEPWAO6wqmcHqeGSKFeHPBi39gHFFL { position:absolute;display:block;z-index:15000;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.99609375rem;width:0.811525rem;top:3.8125rem;left:15.125rem;display:block; }
#ahNgSUMHvTZ1bcIa5USpm0F3C6DmfLEJ { position:absolute;display:block;z-index:15002;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.99609375rem;width:0.811525rem;top:3.8125rem;left:22.4375rem;display:block; }
#tTLPC3HBGG7otkMt516R5oEpTb1GEXzZ { position:absolute;display:block;z-index:15003;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.99609375rem;width:0.811525rem;top:3.8125rem;left:30.5625rem;display:block; }
#he0XRFiHV4rLVfI4AoNiRkQL5IHEtt8e { position:absolute;display:block;z-index:15112;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:32.625rem;left:3.1875rem;overflow:hidden;display:block; }
#uQnBRUW2wHgNXV8HSpXNfyA7IF1agW7T { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15142;line-height:1.4;letter-spacing:0;top:34.4375rem;left:9.6875rem;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; }
#PT8s3A4vo2avfXGRQgrHDZd9vfSr2s6m { position:absolute;display:block;z-index:15084;height:28.875rem;width:28.125rem;top:3.1875rem;left:46.875rem;display:block; }
#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -moz-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -ms-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -o-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#f9ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#f9ffffff' );";background-image: linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { background-color: transparent; background-image: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container > .video-iframe-container { display: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container { display: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .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); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { border-width: 0; border-radius: 0; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#212121;display:block;width:56.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.4375rem;height:2.111325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#12b058;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.25rem;left:17.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2m5R18LezoTHgTgSkWmKyGPU8ToGRuz { 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:3.3125rem;width:10rem;top:12.625rem;left:11.375rem;overflow:hidden;display:block; }
#WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { position:absolute;display:block;z-index:15014;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.9375rem;width:5.125rem;top:12.3125rem;left:35.25rem;overflow:hidden;display:block; }
#mntlGslTDipVGHixrKw271JhxG0VoiT4 { 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:1rem;width:9.125rem;top:13.8125rem;left:54.5rem;overflow:hidden;display:block; }
#wOJtISv26G5Wc9KEixPuIZiag1qk97pJ { 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.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.3) ;height:14.5rem;width:60.8125rem;top:3.375rem;left:7.1875rem;display:block; }
#dNxaXilzMzcr2KO3AN6MoWbA6O71R412 { position:absolute;display:block;z-index:15036;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.0625rem;width:20.0625rem;top:13.25rem;left:17.75rem;overflow:hidden;display:block; }
#c2T2NKLc8rHwX5sIQbxcdOFsPP9gBO5J { position:absolute;display:block;z-index:15038;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.9375rem;width:11.25rem;top:13.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80be9363-14f1-4906-aa77-61731f504204/16367386_rm38012.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb.adaptive-delivery-prevent-bg, #AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb.lazyload, #AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb.lazyloading { background-image: none; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container { background-color: transparent; background-image: none; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,239,245,0.53); }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container > .video-iframe-container { display: none; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,239,245,0.53); }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row > .video-iframe-container { display: none; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .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); }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container { border-width: 0; border-radius: 0; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb::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; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#rraz5gUrH7IrWdCQCNmHa1H26gV3Tqeo { position:absolute;display:block;z-index:15002;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.625rem;width:27.125rem;top:22.625rem;left:8.6875rem;display:block; }
#AmB1cgULGGBTbJmNCGvThM97zFDRq6Cy { color:#595d68;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.0625rem;left:12.3125rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { color:#12b058;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.8125rem;left:12.3125rem;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:left;text-align-last:left;display:block; }
#ZHDUQdVeUOmJAtgxZVBnqrfa7v0905Lw { position:absolute;display:block;z-index:15004;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.625rem;width:27.125rem;top:16.875rem;left:39.375rem;display:block; }
#AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb { color:#595d68;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:19.9375rem;left:43.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb li:before{  }
#vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW { color:#595d68;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:18.8125rem;left:43.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW li:before{  }
#ycET8839iJaWMvTh9IddHZ7sWTZImBMT { color:#595d68;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:19.25rem;left:11.9375rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wSzMmrT0sLgJe0p0Gu7Pky0eB0lFirhH { position:absolute;display:block;z-index:15001;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.625rem;width:27.125rem;top:16.875rem;left:8.5625rem;display:block; }
#BOhxyW7XEbOJXQ1PSRXvBTFomt6zbQxn { color:#12b058;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.6552734375rem;left:43.375rem;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:left;text-align-last:left;display:block; }
#Knx21fMfsN2lABPTrt0JqozkIOVfcdoq { color:#12b058;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:18.0625rem;left:11.9375rem;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:left;text-align-last:left;display:block; }
#spkwSmRUkfmfPh9zGMll9c8QxWhc3W1O { position:absolute;display:block;z-index:15000;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.625rem;width:27.125rem;top:11.0625rem;left:8.5rem;display:block; }
#mBUkds6Ey5b9iTo6TT1c8888hovRxWzn { position:absolute;display:block;z-index:15003;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.625rem;width:27.125rem;top:11.0625rem;left:39.25rem;display:block; }
#yhDFdFIE1Zar5yWbouU6q4u8TI1d3DOQ { color:#595d68;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.4375rem;left:12.125rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jqb2IJS1ztA1xPSKTUWQd5EyecuFEgi2 { color:#595d68;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:43.25rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BieBKXQzQaKgpyzuNxp6RfJ12ew5sEfd { color:#12b058;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.25rem;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:left;text-align-last:left;display:block; }
#JeJVmFGxS4bIrKxEgEsxTV5drMnmJSGH { color:#12b058;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.296875rem;left:12.125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:5.373046875rem;left:17.125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oV6GyPIGg9MTJHXqVDpTqWPB0pd13FkH { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.8125rem;left:9.5625rem;overflow:hidden;display:block; }
#TOmJN84taphPfgdo3BfMxdwQ8I5Hwyeg { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:1.4375rem;width:1.4375rem;top:18.5625rem;left:9.5625rem;overflow:hidden;display:block; }
#AbDUJggHieS2qvBbgRW5xpGN3fq3hlLA { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:1.4375rem;width:1.4375rem;top:24.4375rem;left:9.75rem;overflow:hidden;display:block; }
#ATUgGgz5ffHc4Ukaze8k5ECwPHtkntyv { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.75rem;left:40.6875rem;overflow:hidden;display:block; }
#effDNfPQ0FU4Nlztm5UfvIDx2pBlsZqM { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:1.4375rem;width:1.4375rem;top:18.625rem;left:40.6875rem;overflow:hidden;display:block; }
#hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo { position:absolute;display:block;z-index:14993;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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: 0.0625rem 0.0625rem 1.875rem rgba(24,182,59,0.44) ;height:4.8125rem;width:47.125rem;top:4rem;left:13.875rem;display:block; }#hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo.adaptive-delivery-prevent-bg, #hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo.lazyload, #hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo.lazyloading { background-image: none; }
#c28EWZ07HUfqB16xDablVThbHBGMsKom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom.adaptive-delivery-prevent-bg, #c28EWZ07HUfqB16xDablVThbHBGMsKom.lazyload, #c28EWZ07HUfqB16xDablVThbHBGMsKom.lazyloading { background-image: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { background-color: transparent; background-image: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container > .video-iframe-container { display: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container { display: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .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); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { border-width: 0; border-radius: 0; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#B5TgHlInqEZQ31c2es62ueolZsn5105x { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.375rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B5TgHlInqEZQ31c2es62ueolZsn5105x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B5TgHlInqEZQ31c2es62ueolZsn5105x li:before{  }
#WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5rem;left:4.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vt4eqTyL2EITOqN6lgGLJ0vQGyq5VAfH { color:#212121;display:block;width:17.3745rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.625rem;height:2.111325rem;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; }
#Qk9N7q4EUK4VqAaodi6208MrnAPiRBpF { color:#595d68;display:block;width:17.499rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17rem;left:4.9375rem;height:1.05625rem;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; }
#oCPPb5Otq7Ch3PbX8QLmDrmhJJI9Krga { color:#595d68;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.625rem;height:2.111325rem;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; }
#LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg { color:#595d68;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ { color:#595d68;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.75rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#w9J0M6Dpws8lavfO58ItwDSTkC7iwhpt { position:absolute;display:block;z-index:15037;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;box-shadow: none;height:15.625rem;width:35.75rem;top:11.375rem;left:38.9375rem;overflow:hidden;display:block; }
#zooV1VdqlJ33m7Z0lvQrwaaTe1kSt0f8 { 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.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 2.6875rem rgba(62,249,15,0.3) ;height:18.3125rem;width:37.5rem;top:10.125rem;left:37.5rem;display:block; }
#bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb { color:#212121;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h { color:#212121;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.5625rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 { color:#212121;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV { position:absolute;display:block;z-index:14997;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:16.5rem;top:4.1875rem;left:2.8125rem;display:block; }#TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV.adaptive-delivery-prevent-bg, #TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV.lazyload, #TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV.lazyloading { background-image: none; }
#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a701e4fb-e717-4ffd-8f0c-7861bf399203/herodci_hu11420262061967922098.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { border-width: 0; border-radius: 0; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::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; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.6875rem;left:2.8125rem;height:2.0625rem;font-style:normal;display:block; }
#N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { color:#212121;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.25rem;height:2.2734375rem;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; }
#OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { color:#212121;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:3.25rem;height:2.2734375rem;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; }
#P1GzyJA8ZQTwWddbaEaTGboB0fcb8nXh { color:#212121;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12.25rem;left:54.0625rem;height:1.13671875rem;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; }
#GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { color:#212121;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.5625rem;left:28.625rem;height:2.2734375rem;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; }
#op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { color:#595d68;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.125rem;left:28.625rem;height:1.13671875rem;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; }
#wghOEsNrXSZrTletubxB8n4Mn8ApcfHC { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.0625rem 3.75rem rgba(23,36,161,0.59) ;height:4.375rem;width:23.875rem;top:11rem;left:0rem;display:block; }
#Q5hJOiHumrmNGSuRtI29CSeapxh6vmKS { position:absolute;display:block;z-index:15006;background-color:#ffffff;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.375rem;width:23.875rem;top:16.4375rem;left:0rem;display:block; }
#Bz5TbxCBdGMI3uzNkW4T8dpgWDmb7vHV { position:absolute;display:block;z-index:15029;background-color:#ffffff;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.374025rem;width:23.874rem;top:11.0419921875rem;left:50.1875rem;display:block; }
#I3E8zMOQ9mlaaU0QiOMx32kP58quuWNM { position:absolute;display:block;z-index:15008;background-color:#ffffff;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.375rem;width:23.875rem;top:11rem;left:25.625rem;display:block; }
#oc0TAubMGB8OzOwCgX1d6D6RO1Q7r39T { position:absolute;display:block;z-index:15009;background-color:#ffffff;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.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.375rem;width:23.875rem;top:16.375rem;left:25.625rem;display:block; }
#vwNKCNfAP8QSRqWS68mEc5LbUr2MiQKC { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:1.25rem;width:1.25rem;top:12.6875rem;left:0.8125rem;overflow:hidden;display:block; }
#xltlAdVcrx4PRwcEBMM4fmrvsAPA8cZ1 { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:1.25rem;width:1.25rem;top:18.125rem;left:0.8125rem;overflow:hidden;display:block; }
#sdP9MyIOPVaqBy1qD2OgZJfEifvauCiO { position:absolute;display:block;z-index:15031;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;box-shadow: none;height:1.25rem;width:1.25rem;top:12.75rem;left:51.75rem;overflow:hidden;display:block; }
#BZ4TC1KMOxLtDWRnXThNTB4sUHOOwTL3 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:1.25rem;width:1.25rem;top:18.125rem;left:26.8125rem;overflow:hidden;display:block; }
#bAuF8nRXCnT0fpHTZJSsAO9CiFnaHyV2 { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:1.25rem;width:1.25rem;top:12.625rem;left:26.8125rem;overflow:hidden;display:block; }
#JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6 { position:absolute;display:block;z-index:14993;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:13.9375rem;top:3.3125rem;left:0rem;display:block; }#JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6.adaptive-delivery-prevent-bg, #JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6.lazyload, #JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6.lazyloading { background-image: none; }
#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C.adaptive-delivery-prevent-bg, #L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C.lazyload, #L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C.lazyloading { background-image: none; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container { background-color: transparent; background-image: none; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container > .video-iframe-container { display: none; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row > .video-iframe-container { display: none; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .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); }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container { border-width: 0; border-radius: 0; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#MlsSpJOdLRigTTTzWAwIeBu910QkU6SZ { color:#fdfdfd;display:block;width:24.12475rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.49853515625rem;left:2.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOtrzs3w5wlQEJK1hX2DM53EksBXkDxG { color:#212121;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.9375rem;left:5.1875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TgXiHZSyUnm7GfRt08ly5D3beQ6AewBe { color:#212121;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.0625rem;left:5.1875rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ufQMBoVZPODS2OkS2QeXDBuTOUQGKC4P { color:#595d68;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.3125rem;height:2.111325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vIz5D1QRnDTro1V8e19UHtOCH5GZKxuw { color:#212121;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8623046875rem;left:5.375rem;height:1.0556625rem;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; }
#Fwp7om6nnWu8T9k6dCmhhUzymvXAdITZ { color:#ffffff;display:block;width:38.0615rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.37451171875rem;left:2.8125rem;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:left;text-align-last:left;display:block; }
#WmDmENOrokxTfFPchHpXgSpcIGGkP1go { color:#595d68;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.1875rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AvCKmiG5hvtmWO6nK8Qosy1K4uxNiIEc { color:#212121;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:35.5rem;left:5.1875rem;height:1.05625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ENyTBMvky7Ls4B24g47E5sHDypD7eFZ8 { position:absolute;display:block;z-index:15030;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:26.5625rem;width:26.5625rem;top:10.069580078125rem;left:46.75rem;overflow:hidden;display:block; }
#l8xhwTGXItlLEPByUlWsF8fqdSQuCAf0 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #65746c ;height:3.75rem;width:38.625rem;top:9.125rem;left:1.625rem;display:block; }
#TRTyfCBJgHK7o9elI4CQD27JQkh27Zws { 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 3.75rem rgba(0,255,15,0.53) ;height:28.375rem;width:29.875rem;top:9.125rem;left:45.125rem;display:block; }
#TTO3qoIxO5pQ4S8DIG2iTDZap8C3kf3Z { 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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:3.75rem;width:38.625rem;top:13.625rem;left:1.5rem;display:block; }
#GPzQU0EDf6LXV7Tu2n2UtFy1TK2QdWiE { 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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.5625rem;width:38.625rem;top:18.125rem;left:1.625rem;display:block; }
#QFLHKm04EhLVbCKB0k3hcS2B0Hwszw16 { 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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.75rem;width:38.625rem;top:23.5rem;left:1.625rem;display:block; }
#DzfSmTqnuoUJd2AFTJKo8RCrdpDM51Lk { 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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:38.625rem;top:28.0625rem;left:1.625rem;display:block; }
#dWqUfVsfzeXlg6goGUrtlB8fM95LeOqi { 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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.75rem;width:38.625rem;top:34.125rem;left:1.6875rem;display:block; }
#iLBbONsQRV88CKwRCFF9CTd6CZOT1oWB { position:absolute;display:block;z-index:15031;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.6875rem;width:1.6875rem;top:10.0185546875rem;left:2.8125rem;overflow:hidden;display:block; }
#qApfcHsKH7FFAcViqsqmZqaqlJztaKkA { 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:1.6875rem;width:1.6875rem;top:14.53125rem;left:2.8125rem;overflow:hidden;display:block; }
#xMdiisVpR9bXh6JXFw1aU6Oobkf8ZcvI { 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:1.6875rem;width:1.6875rem;top:19.5rem;left:2.8125rem;overflow:hidden;display:block; }
#Md78arVPhlylGLzJp5Je1wv8QT8Uksvp { 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:1.6875rem;width:1.6875rem;top:24.46875rem;left:2.8125rem;overflow:hidden;display:block; }
#PdThxOuHFv6zUdFuQHuXlFUUhg2c8oag { position:absolute;display:block;z-index:15035;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.6875rem;width:1.6875rem;top:29.59375rem;left:2.8125rem;overflow:hidden;display:block; }
#q4xRRK6httZvy4EFl4bcKHhnIzWFUl4l { position:absolute;display:block;z-index:15036;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.6875rem;width:1.6875rem;top:35.09375rem;left:2.8125rem;overflow:hidden;display:block; }
#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g { 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; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container { background-color: transparent; background-image: none; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container > .video-iframe-container { display: none; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row > .video-iframe-container { display: none; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .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); }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container { border-width: 0; border-radius: 0; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#THfik3d0vTUsI63NAf6Mf1sQI0rdDsch { color:#12b058;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:4rem;left:1.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HlkZLN59365tSg7rWuFZvrZNnkc7xC0D { color:#595d68;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.125rem;left:1.4375rem;height:13.64059375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf2QmyGC69UfwJ49S2sppVADNwUlET0n { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:16.8125rem;width:22.75rem;top:5.062255859375rem;left:26.0625rem;display:block; }
#cKEmhIsP9KEJfTnSFAzTLSOgm7IKLqo9 { position:absolute;display:block;z-index:15031;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:12.875rem;width:18.625rem;top:7.04833984375rem;left:28rem;overflow:hidden;display:block; }
#RRotHaZ57VCcVztMLgdOhmgh7vpGcN3v { 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:12.1875rem;width:23rem;top:9.75rem;left:51rem;overflow:hidden;display:block; }
#iyt6B1T0IFNRlBh8qtio3WOOrQ5TO2fG { color:#585858;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:51.625rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ShAGQqX8QkKIRMDRLxdIbzoN5sSWDNTB { color:#12b058;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:4rem;left:51.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 { 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; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container { background-color: transparent; background-image: none; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container > .video-iframe-container { display: none; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row > .video-iframe-container { display: none; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .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); }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container { border-width: 0; border-radius: 0; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#x1FR69IyJrc8PGg0NkbQX48mnxwQisqt { color:#595d68;display:block;width:63.311875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.312255859375rem;left:6.3125rem;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; }
#QtUGBJtyCNCoH44zPkyWuwQJvLd2gUZl { color:#6d6d6d;display:block;width:45.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.249755859375rem;left:17.375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3Z5h8Ueup4aCW7Lt2ouFm7xCe2sPgw6 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.24951171875rem;left:15.9375rem;height:1.3rem;display:block; }
#ClHSEnGJryVfNJhfnmp1bN4IrtLCwonK { color:#585858;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.6240234375rem;left:15.4375rem;height:2.6rem;display:block; }
#awwABCPt7yV8fF94AdMuos8G3e1EdQ5R { color:#585858;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.8125rem;left:35.125rem;height:2.6rem;display:block; }
#ypNIR2fI1sNIFArHOLSHGqoBIXDTAkO2 { color:#585858;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:26.374755859375rem;left:35.125rem;height:1.3rem;font-style:normal;display:block; }
#UBoBdHTIwnL6sevnAmARosOKTp054kDH { color:#585858;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.7490234375rem;left:55rem;height:2.6rem;display:block; }
#emVx2DBDzEneKSEk9subiWITu1gyMqIc { color:#12b058;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.375rem;left:55rem;height:1.29980625rem;display:block; }
#tQFhRvka9lHeLUtl7ICttyOar54kxoHn { position:absolute;display:block;z-index:14998;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:17.749267578125rem;left:9.75rem;display:block; }
#E6apSGhQrmcwrHcJgVpO7g7LDTNeOzTu { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:17.1865234375rem;left:9.25rem;display:block; }
#WGZyPeT9TTC5TSTsTvW8s5EsZ44N0PqM { position:absolute;display:block;z-index:15000;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:24.6865234375rem;left:9.75rem;display:block; }
#o5mLrTzkTKU710Kt853pCFeKeHOaZEMm { position:absolute;display:block;z-index:15002;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:17.875rem;left:29.125rem;display:block; }
#sbV9ola2mPSgKDnkWqg71vy2AVtFuKq0 { position:absolute;display:block;z-index:15004;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:24.75rem;left:29.125rem;display:block; }
#qCfDTd6723pmLBg5I1mflB2XQoO192T0 { position:absolute;display:block;z-index:15004;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:17.875rem;left:48.75rem;display:block; }
#muhfd0vq7aaZzrpBD6F0c9o2mIbiBxil { position:absolute;display:block;z-index:15006;background-color:rgba(205,207,209,0.36);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: none;height:4.3125rem;width:4.3125rem;top:24.75rem;left:48.75rem;display:block; }
#hvJGZf6sWubRzdl5ZI8m2FFWCD3HyuR2 { 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.3) ;height:8.125rem;width:65.5rem;top:6.74951171875rem;left:4.6875rem;display:block; }
#P3pszIJCc2XbTpy701T6FS8KddB0oNrF { 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:2.25rem;width:2.25rem;top:18.865966796875rem;left:10.875rem;overflow:hidden;display:block; }
#zEuzb26Qp18J9E6qeNp2if1vsGQk1tiP { 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:3.125rem;width:3.125rem;top:18.553466796875rem;left:29.75rem;overflow:hidden;display:block; }
#hEGVcnzGL9bStbo8t6ev055gKTDv8nEW { position:absolute;display:block;z-index:15030;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.6875rem;width:2.6875rem;top:18.7099609375rem;left:49.6875rem;overflow:hidden;display:block; }
#sZPZvKyc2ztMvKPNMRguw2UhMlXwhA5N { 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:2.749025rem;width:2.749025rem;top:25.548095703125rem;left:10.625rem;overflow:hidden;display:block; }
#ZX6rsTCkEuWZbWxq40bs8NokG2mc52yq { position:absolute;display:block;z-index:15030;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.37426875rem;width:2.37426875rem;top:25.73486328125rem;left:30.1875rem;overflow:hidden;display:block; }
#bhd9fkbrVhO8pwNLHeNNbHdvxHLxnIab { position:absolute;display:block;z-index:15031;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.6245125rem;width:2.6245125rem;top:25.6103515625rem;left:49.625rem;overflow:hidden;display:block; }
#EmvOB8yu3cdf6cw1PtkpEKRHgceCgooX { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.68725625rem;width:17.37425rem;top:17.266845703125rem;left:28.75rem;display:block; }
#VPvyi7oZXnsVH1pp5NOIEXg73y22QvAq { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.68725625rem;width:17.3730625rem;top:17.266845703125rem;left:48.25rem;display:block; }
#OWuwnhXZ0ye4n7FmDTA7f8PRcmyrNdBx { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.68725625rem;width:17.37425rem;top:24.078369140625rem;left:9.25rem;display:block; }
#toXhC3pbeDHxR1Whgry0DcLxbhkNcsZF { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.68725625rem;width:17.3730625rem;top:24.078369140625rem;left:28.75rem;display:block; }
#dXldhw4oaPcRbPNGsV7XSaOii523mX67 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #efefef);background-image: -moz-linear-gradient(90deg, #ffffff, #efefef);background-image: -ms-linear-gradient(90deg, #ffffff, #efefef);background-image: -o-linear-gradient(90deg, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' );";background-image: linear-gradient(90deg, #ffffff, #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.68725625rem;width:17.3730625rem;top:24.078369140625rem;left:48.25rem;display:block; }
#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cb17043-8cda-430f-a209-1f9741ed047d/bck3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV.adaptive-delivery-prevent-bg, #KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV.lazyload, #KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV.lazyloading { background-image: none; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container { background-color: transparent; background-image: none; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,32,16,0.72); }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container > .video-iframe-container { display: none; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,32,16,0.72); }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row > .video-iframe-container { display: none; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .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); }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container { border-width: 0; border-radius: 0; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV::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; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#ymASqa2oLZMtWcP7IaBwVamoHUHdvAVf { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.373779296875rem;left:2.6875rem;height:6.09375rem;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; }
#M0GPQLN95PClIt5DaiJBQo8Nc3cCZ8Bl { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.49951171875rem;left:4.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sURuHpWTVffLxt2B50f5DpT1iScziDvo { position:absolute;display:block;z-index:14997;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:24.0625rem;top:3.218994140625rem;left:2.6875rem;display:block; }#sURuHpWTVffLxt2B50f5DpT1iScziDvo.adaptive-delivery-prevent-bg, #sURuHpWTVffLxt2B50f5DpT1iScziDvo.lazyload, #sURuHpWTVffLxt2B50f5DpT1iScziDvo.lazyloading { background-image: none; }
#VKMKdpnepueizSKLeWTiokRUSJPh0Uo8 { color:#ffffff;display:block;width:32.56225rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.25439453125rem;left:2.6875rem;height:7.3125rem;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; }
#XJ05QXRsaqd07T1ir3UgvZaUpJmVJfBU { color:#ffffff;display:block;width:31.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.59228515625rem;left:40.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhdgoNEulDOsS0O2DJvgNzb8LmpkgZGd { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.561279296875rem;left:55.1875rem;height:4.875rem;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; }
#quoysgtPgglAqhpV7Bsd2Q1dcdzkrmTq { color:#ffffff;display:block;width:16.3745rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.44189453125rem;left:55.1875rem;height:3.65625rem;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; }
#EpG3J1KqiDUyB4uzEZi0QztFI9co6T4d { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12b058, #00c342);background-image: -moz-linear-gradient(180deg, #12b058, #00c342);background-image: -ms-linear-gradient(180deg, #12b058, #00c342);background-image: -o-linear-gradient(180deg, #12b058, #00c342);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );";background-image: linear-gradient(180deg, #12b058, #00c342);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:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #168e4b ;height:7.25rem;width:14.625rem;top:25.499267578125rem;left:39.8125rem;display:block; }
#pp3ynBSz9rTnBA1k5kwCf5ns9c6FTygF { 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.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.3) ;height:7.1875rem;width:32.6875rem;top:25.4990234375rem;left:40.0625rem;display:block; }
#rXEfc7uTwCEpTVInJ8Sg9TEd9bGuwEwi { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:27.724609375rem;left:41rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LOmEiBT3l1ow0aJxZxvMgulrplAUN6y1 { color:#595d68;display:block;width:15.99975rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.6845703125rem;left:55.1875rem;height:3.65625rem;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; }
#zq5HXObE7oGUEoylfONUTtWfWMppdPsx { 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: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.3) ;height:7.1875rem;width:32.68675rem;top:17.318115234375rem;left:39.9375rem;display:block; }
#sJ2hZ6MbB4WuNulU7ztDEcJvCT5TVpKn { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12b058, #00c342);background-image: -moz-linear-gradient(180deg, #12b058, #00c342);background-image: -ms-linear-gradient(180deg, #12b058, #00c342);background-image: -o-linear-gradient(180deg, #12b058, #00c342);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );";background-image: linear-gradient(180deg, #12b058, #00c342);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:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #168e4b ;height:7.25rem;width:14.5rem;top:17.28515625rem;left:39.75rem;display:block; }
#p8griKPgqe711910vgV9DSPRiPkI5DTS { position:absolute;display:block;z-index:15008;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.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.3) ;height:7.1875rem;width:32.6855625rem;top:9.011962890625rem;left:39.875rem;display:block; }
#mtruIwGr5Z3hLiJIbr3Lhuxy1tRtGHHg { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12b058, #00c342);background-image: -moz-linear-gradient(180deg, #12b058, #00c342);background-image: -ms-linear-gradient(180deg, #12b058, #00c342);background-image: -o-linear-gradient(180deg, #12b058, #00c342);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#00c342' );";background-image: linear-gradient(180deg, #12b058, #00c342);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:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #168e4b ;height:7.25rem;width:14.4375rem;top:8.998779296875rem;left:39.8125rem;display:block; }
#sZ4wn6kvpE85blC5rPxvk26g5lfFJgxV { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:19.512939453125rem;left:41rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftEIEzCLHkuvbafzmAfwhMQ7TyVrIx8X { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:11.3330078125rem;left:40.9375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzRkrmmHlVeHF5ytHwlWFMuPmUmsmSGF { 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:7.1875rem;width:7.1875rem;top:9.136962890625rem;left:51.3125rem;overflow:hidden;display:block; }
#gSooSHgpsfTW8NvEZBbsg06O1huFTKMJ { 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:7.1875rem;width:7.1875rem;top:17.286376953125rem;left:51.3125rem;overflow:hidden;display:block; }
#eKgSwLqSI7Mwlgoxur6SMHU5aWR8OtBp { 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:7.1875rem;width:7.1875rem;top:25.52978515625rem;left:51.3125rem;overflow:hidden;display:block; }
#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e89802-5c63-495a-b35b-1ef51a4c3eb7/bck2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK.adaptive-delivery-prevent-bg, #RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK.lazyload, #RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK.lazyloading { background-image: none; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container { background-color: transparent; background-image: none; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,32,16,0.72); }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container > .video-iframe-container { display: none; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,32,16,0.72); }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row > .video-iframe-container { display: none; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .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); }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container { border-width: 0; border-radius: 0; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK::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; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#POTRIKQ1lpdw8GiJ8KaP3tK6lpxFRaGx { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.78125rem;left:4.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpUWpNRx2vzrhSKMbU0WzTOz07zRupUV { color:#f4f4f4;display:block;width:12.687rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:9.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKomC5mE1Js1raG3AGpCq8DiM1DrmEZE { color:#f4f4f4;display:block;width:12.874rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:29.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4Gi6oPH3X5Mrt63ifBu83gtbibczLFo { color:#595d68;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:23.125rem;left:29.9375rem;height:7.957rem;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; }
#o2DLCiO4vdlHUZcEf12AK8yx5kszG3Jt { color:#12b058;display:block;width:13.4355625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:49.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHhEI6HaLqoW8wqfXveQkAX0JTvrxv46 { color:#595d68;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:22.9375rem;left:49.75rem;height:7.957rem;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; }
#xxcRms322w3bHBTuvy6EsROAVfNqr6aK { color:#ffffff;display:block;width:16.374rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.927490234375rem;left:9.25rem;height:7.3125rem;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; }
#B2TFOQwAHDWbZ3MmoGNshArn71abyREc { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(24,182,59,0.6) ;height:14.1875rem;width:18.6875rem;top:20.1875rem;left:8.1875rem;display:block; }
#O5dL5iAogdtaG9UHysdvv7TefPkEGgJT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.5625rem;width:18.687rem;top:10.625rem;left:8.1875rem;display:block; }
#XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz { position:absolute;display:block;z-index:14998;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:22.3125rem;top:3.466796875rem;left:3.25rem;display:block; }#XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz.adaptive-delivery-prevent-bg, #XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz.lazyload, #XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz.lazyloading { background-image: none; }
#bwEyUkOU7eEFpuy7hWAgAVTdGZS51sc7 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.5625rem;width:18.6875rem;top:10.75rem;left:28.6875rem;display:block; }
#Rn7bso9LxilfR79LpuJaql44au1BEWTK { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(24,182,59,0.6) ;height:14.187rem;width:18.687rem;top:20.3125rem;left:28.75rem;display:block; }
#NVhMC50qmuxMdJNsDeq2pW7tZre54Mr8 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(24,182,59,0.6) ;height:14.1855625rem;width:18.6855625rem;top:20.1875rem;left:48.5625rem;display:block; }
#rCmx7VmOXGUskHx1TwE0zNkElFcD6BIZ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.5625rem;width:18.687rem;top:10.6875rem;left:48.5625rem;display:block; }
#oG8UaFFXeTIdbyzdDeoAd7y5UqKQZEdA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:4.624025rem;top:13.28076171875rem;left:15.125rem;overflow:hidden;display:block; }
#l1Wv67gPHBp44n6wEJ7w9ZnHWPAxtEVT { 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:4.5625rem;width:4.5625rem;top:13.404296875rem;left:35.75rem;overflow:hidden;display:block; }
#iwTuhvM9Alxdm9NEFnqP57K4QTNH6Lki { position:absolute;display:block;z-index:15014;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:13.28076171875rem;left:55.5625rem;overflow:hidden;display:block; }
#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa { 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; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { background-color: transparent; background-image: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container > .video-iframe-container { display: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row > .video-iframe-container { display: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .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); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { border-width: 0; border-radius: 0; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc { 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; }#KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc.adaptive-delivery-prevent-bg, #KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc.lazyload, #KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc.lazyloading { background-image: none; }
#S44Xw8baoWG4tANSNV5UclRumy5hOyae { 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; }
#dWOrtOGl47gBnTTAhDmM9vQhpTU7lHML { 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; }
#SiODsRlI2qQf1dLLexEVcn0VfXNvtyhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoSrBVA1QFF6nQZqzh3ZwbG5ivMSxkec { 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.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc { position:relative;display:block; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc { background-color: transparent; background-image: none; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container > .video-iframe-container { display: none; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row > .video-iframe-container { display: none; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .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); }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc { border-width: 0; border-radius: 0; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#detsLqZltfxB7g8E3cK4uHtvBA99wIka { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:23.5625rem;width:31.9375rem;top:9.5625rem;left:34.375rem;overflow:hidden;display:block; }
#BkToEGW5yNgAPoQRug3v9klieDlZOFMl { position:absolute;display:block;z-index:14996;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:20.25rem;top:1.9375rem;left:3rem;display:block; }#BkToEGW5yNgAPoQRug3v9klieDlZOFMl.adaptive-delivery-prevent-bg, #BkToEGW5yNgAPoQRug3v9klieDlZOFMl.lazyload, #BkToEGW5yNgAPoQRug3v9klieDlZOFMl.lazyloading { background-image: none; }
#q3bf9hXTWPbfNUJcClKZiCsOUJhTkeCv { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.3125rem;left:5.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk { color:#595d68;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.25rem;left:11.0625rem;height:4.53515625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#oHisJxtzBK0GI0ylvDhdAyVVSMHfdBn5 { 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.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.3) ;height:26.125rem;width:58.75rem;top:8.3125rem;left:8.125rem;display:block; }
#ZvNkdbDW7JF6O7W3s1E2qZNTmcyJTauF { color:#595d68;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5625rem;left:11.0625rem;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:left;text-align-last:left;overflow:hidden;display:block; }
#LRCvyKZK5k0fbJ5ViA2uPwSi2UmcJcHf { color:#595d68;display:block;width:25.5609375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.5625rem;left:11.0625rem;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:left;text-align-last:left;overflow:hidden;display:block; }
#KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG { color:#595d68;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.25rem;left:11.0625rem;height:4.53515625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#DDQVvup2zdPXdCyhDPq2GzTrae302aLm { color:#595d68;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.125rem;left:11.0625rem;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:left;text-align-last:left;overflow:hidden;display:block; }
#ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 { color:#595d68;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.0625rem;height:5.59081875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbe6db25-d8b8-4053-91ca-9306ee343100/2903.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL.adaptive-delivery-prevent-bg, #vTrumTPalhSn11tiFTFtbgUGXwP5hhIL.lazyload, #vTrumTPalhSn11tiFTFtbgUGXwP5hhIL.lazyloading { background-image: none; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container { background-color: transparent; background-image: none; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,3,19,0.86); }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container > .video-iframe-container { display: none; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,3,19,0.86); }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row > .video-iframe-container { display: none; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .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); }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container { border-width: 0; border-radius: 0; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL::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; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#TLtuG5z90HsV7hx6EOduTBqtQnx4TB8h { color:#ffffff;display:block;width:39.3115rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.0625rem;left:17.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EDfOX2BvO93SP38emo7ClGbNe1abEIXG { position:absolute;display:block;z-index:15002;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:15.125rem;width:27.625rem;top:10.4375rem;left:4.8125rem;overflow:hidden;display:block; }
#tAPSLTieFRfwFskSMp6tRDCqFowNT7H2 { position:absolute;display:block;z-index:15003;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.0625rem;width:27.625rem;top:11rem;left:42.5625rem;overflow:hidden;display:block; }
#QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF { position:absolute;display:block;z-index:15004;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom left !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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(89,93,104,0.5) ;height:3.061525rem;width:25.874rem;top:25.5625rem;left:5.6875rem;display:block; }#QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF.adaptive-delivery-prevent-bg, #QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF.lazyload, #QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF.lazyloading { background-image: none; }
#Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv { position:absolute;display:block;z-index:15005;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom left !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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(89,93,104,0.5) ;height:3.125rem;width:25rem;top:25.6875rem;left:43.875rem;display:block; }#Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv.adaptive-delivery-prevent-bg, #Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv.lazyload, #Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv.lazyloading { background-image: none; }
#HoloHMUtinFbwb8t6S8UJgsC8A6z092v { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.3125rem;left:6.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htvnE437EWC4g7SgFw2bGp343clRR6SG { color:#ffffff;display:block;width:25.8728125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.5625rem;left:43.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlkuKr2VpU2bzXpJns3Da2OafT4fG5Bq { 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.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 5rem rgba(95,12,152,0.87) ;height:16.875rem;width:30.375rem;top:9.625rem;left:3.5rem;display:block; }
#rTQf2akyL64ZRCvToN2pAxtwM65NkF9d { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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 5rem rgba(95,12,152,0.87) ;height:16.875rem;width:30.375rem;top:9.625rem;left:41.1875rem;display:block; }
#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT { position:relative;display:block; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT { background-color: transparent; background-image: none; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container > .video-iframe-container { display: none; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row > .video-iframe-container { display: none; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .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); }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT { border-width: 0; border-radius: 0; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y05Bt3mtdt7xKVOZEoRqTkvp5ScNwoOk { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:23.6248125rem;width:42.6243125rem;top:11.124267578125rem;left:32.375rem;overflow:hidden;display:block; }
#FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt { position:absolute;display:block;z-index:14996;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.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:15.6875rem;top:2.56103515625rem;left:2.9375rem;display:block; }#FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt.adaptive-delivery-prevent-bg, #FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt.lazyload, #FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt.lazyloading { background-image: none; }
#vdee0Ttvzs34zwlgpoal48Xa4dZopAl9 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:5.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA { color:#595d68;display:block;width:25.5619375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.936767578125rem;left:6.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 { color:#595d68;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#Z0PBg2rNzyRsZc51XGSHgSULaTdwLAqo { color:#ffffff;display:block;width:38.7495rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:30.12451171875rem;left:6.6875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#sCSOmrltKqMl9aFTn1aRwTuUPZVpJzpt { 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.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.3) ;height:26.125rem;width:69.375rem;top:10rem;left:3.75rem;display:block; }
#M1mfi7zcQwDkUirISWCdaRHfvVO57I8Z { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c75f, #009e57);background-image: -moz-linear-gradient(180deg, #00c75f, #009e57);background-image: -ms-linear-gradient(180deg, #00c75f, #009e57);background-image: -o-linear-gradient(180deg, #00c75f, #009e57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c75f', endColorstr='#009e57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c75f', endColorstr='#009e57' );";background-image: linear-gradient(180deg, #00c75f, #009e57);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.3) ;height:8.8125rem;width:42.75rem;top:28.87451171875rem;left:3.75rem;display:block; }
#DZeykomXnQ5xNimBxBXUxlgm76D6cvRJ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-size:auto !important;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: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(58,230,10,0.13) ;height:10.0625rem;width:20.4375rem;top:40.704345703125rem;left:3.3125rem;display:block; }
#RnOHkN4DILeePCaK0T6THV5kzadCTgaB { color:#595d68;display:block;width:16.5615rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:42.18505859375rem;left:5.75rem;height:5.25rem;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; }
#E3KWyrwfsncIJlOCPeNVvDfZngJ3dKkH { color:#595d68;display:block;width:16.9995rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:42.18505859375rem;left:28.9375rem;height:6.5625rem;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; }
#Uhihhkok9fQlD6Xt7gqLhKaz7fSP7XyD { color:#595d68;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:42.18505859375rem;left:52.4375rem;height:5.25rem;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; }
#Q0xKirIT9wkGHr6VpTPkchx28exZC1Hy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-size:auto !important;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: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(58,230,10,0.13) ;height:10.062rem;width:20.4375rem;top:40.703125rem;left:27.1875rem;display:block; }
#oHA8QZULK68LmDSwTFS0OaeN2Veeef92 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35aff39c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(175,243,156,0.21));background-size:auto !important;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: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(58,230,10,0.13) ;height:10.0605625rem;width:20.4375rem;top:40.704345703125rem;left:50.9375rem;display:block; }
#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3.adaptive-delivery-prevent-bg, #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3.lazyload, #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3.lazyloading { background-image: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { background-color: transparent; background-image: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .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); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { border-width: 0; border-radius: 0; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#LhI9x9Iy0KxOtCV1FrgmOTo3tL9vJpOA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:10.6875rem;left:0.625rem;overflow:hidden;display:block; }
#xcpPPshdQTmMRe6Lg7uDomMukNqrR2Xi { color:#12b058;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.1875rem;left:11rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.01171875rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXxv8JTwFQ6kheJ90KH0Lidh6enTMHNV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.9375rem;width:9.9375rem;top:22.25rem;left:0.375rem;overflow:hidden;display:block; }
#LoQLKzNJSra1EpGxHLzcAgP5cIJzieUO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.6875rem;width:9.625rem;top:10.3125rem;left:38.75rem;overflow:hidden;display:block; }
#rB7nziaEClX3GJigxNq9mlZ7RhykpF88 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:35.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#fwgz1SOcufmKZJ0miIn60xo7Z31EoTNM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:22.875rem;left:39.125rem;overflow:hidden;display:block; }
#IW2cw2Bvw0smQBn2oEH5gsl8mrlofImC { color:#12b058;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.3125rem;left:11rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xNTdTd1EeEmyeH91TLryXEhIcJQUSZkG { color:#12b058;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.1875rem;left:49.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KWCw4HRztIC8UpwbqkXqTAd9HNfxU9Z0 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.75rem;left:49.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bbH250rde79BL1poMmUlvaVGz3K50P7o { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.375rem;left:11rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gpeB31TJDQcwhPcwuJcbD1GnubHnJC1a { color:#595d68;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.875rem;left:11rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t3TWLtT5FM6z4xV6hoJwBo9SVL3DBIMk { color:#212121;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.9375rem;left:11rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mcxXIvvZ7W1OEVm3CbxxDS2gyAXZU6MT { color:#595d68;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.875rem;left:49.375rem;height:3.16699375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rWUGClsBQ66vGvAnLdClS8lUNJk7WwNF { color:#212121;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.5rem;left:49.375rem;height:2.111325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EonRIqVFHG0JaP4FBX6u6iZdqQl0U9UT { color:#212121;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:37.9375rem;left:11rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c7LWGcRI8KWnhyJXlNg8M11f5eAXTvcT { 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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(62,249,15,0.43) ;height:10.1875rem;width:36rem;top:10.125rem;left:38.5rem;display:block; }
#oivV6uurA1hMqyVdDBl54hoGXax60IyU { 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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(62,249,15,0.43) ;height:10.1875rem;width:36rem;top:10.125rem;left:0rem;display:block; }
#C1bQIoSnAqbEuRznTvohNTm5NbRfT5l8 { 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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(62,249,15,0.43) ;height:10.1875rem;width:36rem;top:22.1875rem;left:0.0625rem;display:block; }
#t9SCcOXhBKfb8rsBLzFs1LCh4KtxblJf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(62,249,15,0.43) ;height:10.1875rem;width:36rem;top:22.3125rem;left:38.5rem;display:block; }
#tE2UPIiDC4J4GWHfnImqmmJW2dgheb6F { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(62,249,15,0.43) ;height:10.1875rem;width:36rem;top:34.5rem;left:0rem;display:block; }
#JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e479feed-b0c4-4614-9aa1-8bc41242c29e/17577.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(62,249,15,0.43) ;height:10.18675rem;width:35.99975rem;top:34.5rem;left:38.1875rem;display:block; }#JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ.adaptive-delivery-prevent-bg, #JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ.lazyload, #JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ.lazyloading { background-image: none; }
#JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem; }#JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,58,17,0.47); }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position: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; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo.adaptive-delivery-prevent-bg, #HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo.lazyload, #HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo.lazyloading { background-image: none; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container { background-color: transparent; background-image: none; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container > .video-iframe-container { display: none; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row > .video-iframe-container { display: none; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .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); }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container { border-width: 0; border-radius: 0; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#X62mrtPhSF08KwqWmagtiBADX5qHmBAn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #12b058, #007635);background-image: -moz-linear-gradient(top, #12b058, #007635);background-image: -ms-linear-gradient(top, #12b058, #007635);background-image: -o-linear-gradient(top, #12b058, #007635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#007635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#007635' );";background-image: linear-gradient(to bottom, #12b058, #007635);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:15.3125rem;width:30.125rem;top:10rem;left:9.0625rem;display:block; }
#wITT49uBi2k39CUahCTCLAhvxnUO2QMp { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.25rem;left:11.6875rem;height:3.0859375rem;font-style:normal;display:block; }
#LfQk0K0uOUJRoVyeHe90m0v7mkSNDbFz { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16.125rem;left:11.6875rem;height:4.546875rem;display:block; }
#BxHmEDkUiDM3216ivzUWOqPBfnoUeeQU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:16.6875rem;width:29.75rem;top:24.3125rem;left:9.1875rem;display:block; }
#fFw4yTfw2ynNTfnFrHcnyQH7oTkE6psm { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -moz-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -ms-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -o-linear-gradient(299deg, #ffffff, #f8fff1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8fff1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8fff1' );";background-image: linear-gradient(299deg, #ffffff, #f8fff1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:15.375rem;width:31.625rem;top:10rem;left:36.125rem;display:block; }
#L6gGNTv6GySqGtXXOIgDEVR7cpdzC2kB { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.125rem;width:31.6875rem;top:23.875rem;left:36rem;display:block; }
#cCPtTUkrhaKpz8OZiqdW1k1mRXBPKk8U { color:#595d68;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.875rem;left:11.6875rem;height:3.0859375rem;font-style:normal;display:block; }
#uMAtTGPElkAtItQLWgi4cbQO11MXaQSV { color:#595d68;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:17.25390625rem;left:41.0625rem;height:4.546875rem;display:block; }
#becI3yxcqkDyTOZOiTkx8T6D02Ayo5z7 { color:#595d68;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.0625rem;height:3.0859375rem;font-style:normal;display:block; }
#A9w80TyRZATxD0dHuTWG0hxukB6AHGww { color:#595d68;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.3125rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#svmZlqiFBUwboOz1bGJFXGgZTbhPcHPZ { color:#595d68;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:31.69140625rem;left:11.65625rem;height:4.546875rem;display:block; }
#guz7MeTelVEMepCPdLzCrDTbsWHG6Pmk { color:#595d68;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:32.4375rem;left:41.0625rem;height:5.68359375rem;display:block; }
#R6xFiPLDLP2Vq15bVkJI1HU4XxO2n2Ql { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:11.375rem;width:29.75rem;top:40.5234375rem;left:23.3125rem;display:block; }
#GMIEaU3gtTP1PB5gyZe8dTRpqq7AU40Q { color:#595d68;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:46.75rem;left:29.125rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#FZqZAm4WLqHfKbzzfJi808Fby9ASZrMm { color:#595d68;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.8125rem;left:29rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwtoQBfaZUtRyABhKZluIv6TV9tCxD5J { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:5.9375rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.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; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container { background-color: transparent; background-image: none; }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container > .video-iframe-container { display: none; }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row > .video-iframe-container { display: none; }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .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); }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container { border-width: 0; border-radius: 0; }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#C82cbc9f63128b4de9482640e280fafe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd4c3022-a758-4fab-b54e-71c3941961cd/conn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C82cbc9f63128b4de9482640e280fafe.widget-smartsection.adaptive-delivery-prevent-bg, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection.lazyload, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection.lazyloading { background-image: none; } #C82cbc9f63128b4de9482640e280fafe.widget-smartsection *:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="text"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="email"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="tel"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection textarea:focus-visible { outline: none; } #yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container { background-color: transparent; background-image: none; }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container > .video-iframe-container { display: none; }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row > .video-iframe-container { display: none; }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .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); }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container { border-width: 0; border-radius: 0; }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh { 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; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { background-color: transparent; background-image: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container > .video-iframe-container { display: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row > .video-iframe-container { display: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .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); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { border-width: 0; border-radius: 0; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ { 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:4.5rem;left:5.75rem;display:block; }#IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ.adaptive-delivery-prevent-bg, #IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ.lazyload, #IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ.lazyloading { background-image: none; }
#ZhzEm2PDgIHZUatTMyEw7JzLTAgVPsMN { 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:2.1875rem;left:7.0625rem;overflow:hidden;display:block; }
#hNmVVb1KFGKybkkmuXHB4Z1MyubJbp8k { 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:7.625rem;left:50.8125rem;display:block; }
#uT4HIHdcFiWTgloA6mpFw2mLserIN78K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2omJgg0cmaBe51shgI1Va4SXSHHIQgl { 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:7.375rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { border-width: 0; border-radius: 0; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::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; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#e8f7ff;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.15625rem;left:33.1875rem;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; }
#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH { background-color: transparent; background-image: none; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row .container > .video-iframe-container { display: none; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row > .video-iframe-container { display: none; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .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); }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH { border-width: 0; border-radius: 0; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .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; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .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; }#kP1icdiURpGmqbtR80s1kOpiRvDcCn9F { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#K4BRIcIsFcUoAeR0yhd0RZWieHzeoXqc { 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) { #n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K { display:block; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG5mtEkWvib3WdAVkJydMME85oix5bG7 { top:1.5625rem;left:0rem;width:17.375rem;height:5.7910272632122rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQOz7nJdTNVs6UqIdZrd17mwHDnhH18 { top:2.9375rem;left:35.875rem;width:11.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0T6VOPQhKlKW6iA6xaKVc0dv2gGNekE { top:1.625rem;left:5.3125rem;width:35.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8GMvMoi8ZiQxUppKpb43MhPG2tH9z7Q { top:4.875rem;left:4.5625rem;width:15.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2C3DaDswirdW4RcQpkkJpPnXtTOh0NU { top:5.125rem;left:17.9375rem;width:9.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHaKwwKDuBa1gUTHmGeTf4EP2HfczPE { top:2.125rem;left:24.125rem;width:7.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ihxfhCIUn7qg0eU4SVUeTtiUGeghEC { top:5.125rem;left:28.4375rem;width:7.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #II70p6IPWlf1PL2QfbpKJkwsmuT3HvmM { top:2.8125rem;left:7.75rem;width:6.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smd8eN5pnmJG5T2r2b7SnM2OR9qmStUT { top:3.0625rem;left:15.0625rem;width:8.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgF3Gq9N3Ll7PW6GfNBfUAcP7NTwaFo { top:2.1875rem;left:32.625rem;width:3.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHv2CsBwQ6skQKhLF3M3B4mq29TgdA3i { top:3.0625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;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) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { top:14.25rem;left:0rem;width:31.125rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:6.0625rem;height:2.25rem;top:3.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:4.9375rem;height:2.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #bttDM5A68e8ErP4oqEIozBKB7zHEETVf { width:11rem;height:2.25rem;top:3.1875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHPNQ1urdIqmR3l9HpGRtvg98yfw2qD { display:block; }
 }@media only screen and (max-width: 763px) { #BooxqWColJIec7oEkKuq4XbqT5rSFVTr { width:6.625rem;height:2.25rem;top:3.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block; }
 }@media only screen and (max-width: 763px) { #zFuJmFI6TK5luTqfBrkao78WFcHXm3uU { width:6.5rem;height:2.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezzu3qUknefCtTQxLDgu2eWC6fPxXJqU { display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { top:23.25rem;left:0rem;width:6.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnViCg0K9xSPrJkgNUmMaKwiylc50TE { top:27.25rem;left:0rem;width:8.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { top:23.1875rem;left:10.4375rem;width:6.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { top:27.25rem;left:5.9375rem;width:8rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { top:23.1875rem;left:24.1875rem;width:6.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { top:27.25rem;left:20.3125rem;width:10.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { top:4.3125rem;left:0rem;width:0.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vU4Nayl44ld9NLwN3RaS4aKXRU9RilMe { top:41.75rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmHhktJ41HZvTlGIX4eJWR6oCy2nIMPZ { top:22.4375rem;left:5.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn7NHFSwoHkozN6nqq4rzHt1283b7pmd { top:22.6875rem;left:20.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9znX3F38xG7tobFiQXm9l9FxNkOygmy { top:22.5rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEU148e1V1UgJ2UfRr5bP1evqdW8uAdD { top:21.1875rem;left:0rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZH4aXznCwbGXuuEP2U2rLaAuTwhJscL { top:9.125rem;left:0rem;width:31.4375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnLffLwaAGhd5f4GUkGIvO94qdOiSkgu { top:21.1875rem;left:4.5rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmTKU0UWENC8qmn5vA4xOMIhwTcqWW9 { top:21.1875rem;left:19rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOiLLAvhNAkGG7D9c5BNNFeVxgUp2V6N { width:12.125rem;height:3.3125rem;top:41rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9sQ9TrLwMMn6G9072wTrX5eFSREWR0m { display:block; }
 }@media only screen and (max-width: 763px) { #ZkHzvDp8u9mqtC9iHlmpe8NlZgZZHrTT { top:3.8125rem;left:0rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHFEPWAO6wqmcHqeGSKFeHPBi39gHFFL { top:3.8125rem;left:1.5rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahNgSUMHvTZ1bcIa5USpm0F3C6DmfLEJ { top:3.8125rem;left:8.8125rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTLPC3HBGG7otkMt516R5oEpTb1GEXzZ { top:3.8125rem;left:16.9375rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0XRFiHV4rLVfI4AoNiRkQL5IHEtt8e { top:32.625rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnBRUW2wHgNXV8HSpXNfyA7IF1agW7T { top:34.4375rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT8s3A4vo2avfXGRQgrHDZd9vfSr2s6m { top:3.1875rem;left:19.625rem;width:28.125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { display:block; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:8.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:6.25rem;left:4.3125rem;width:39.25rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2m5R18LezoTHgTgSkWmKyGPU8ToGRuz { top:12.625rem;left:0rem;width:10rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { top:12.3125rem;left:21.625rem;width:5.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntlGslTDipVGHixrKw271JhxG0VoiT4 { top:13.8125rem;left:38.625rem;width:9.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJtISv26G5Wc9KEixPuIZiag1qk97pJ { top:3.375rem;left:0rem;width:47.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxaXilzMzcr2KO3AN6MoWbA6O71R412 { top:13.25rem;left:4.125rem;width:20.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2T2NKLc8rHwX5sIQbxcdOFsPP9gBO5J { top:13.3125rem;left:28.1875rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb { display:block; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rraz5gUrH7IrWdCQCNmHa1H26gV3Tqeo { top:22.625rem;left:0rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmB1cgULGGBTbJmNCGvThM97zFDRq6Cy { top:25.0625rem;left:0rem;width:20.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { top:23.8125rem;left:0rem;width:20.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDUQdVeUOmJAtgxZVBnqrfa7v0905Lw { top:16.875rem;left:20.375rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb { top:19.9375rem;left:27.5rem;width:20.25rem;height:1rem;font-size:0.8125rem;display:block; }#AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb li:before{  }
 }@media only screen and (max-width: 763px) { #vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW { top:18.8125rem;left:26.625rem;width:21.125rem;height:1.0625rem;font-size:0.8125rem;display:block; }#vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW li:before{  }
 }@media only screen and (max-width: 763px) { #ycET8839iJaWMvTh9IddHZ7sWTZImBMT { top:19.25rem;left:0rem;width:22.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSzMmrT0sLgJe0p0Gu7Pky0eB0lFirhH { top:16.875rem;left:0rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOhxyW7XEbOJXQ1PSRXvBTFomt6zbQxn { top:17.625rem;left:27.5rem;width:20.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knx21fMfsN2lABPTrt0JqozkIOVfcdoq { top:18.0625rem;left:0rem;width:20.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spkwSmRUkfmfPh9zGMll9c8QxWhc3W1O { top:11.0625rem;left:0rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUkds6Ey5b9iTo6TT1c8888hovRxWzn { top:11.0625rem;left:20.375rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDFdFIE1Zar5yWbouU6q4u8TI1d3DOQ { top:13.4375rem;left:0rem;width:21.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqb2IJS1ztA1xPSKTUWQd5EyecuFEgi2 { top:13.5rem;left:27.5rem;width:20.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BieBKXQzQaKgpyzuNxp6RfJ12ew5sEfd { top:12.3125rem;left:27.5rem;width:20.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJVmFGxS4bIrKxEgEsxTV5drMnmJSGH { top:12.25rem;left:0rem;width:20.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { top:5.3125rem;left:3.5rem;width:40.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6GyPIGg9MTJHXqVDpTqWPB0pd13FkH { top:12.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmJN84taphPfgdo3BfMxdwQ8I5Hwyeg { top:18.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDUJggHieS2qvBbgRW5xpGN3fq3hlLA { top:24.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUgGgz5ffHc4Ukaze8k5ECwPHtkntyv { top:12.75rem;left:27.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #effDNfPQ0FU4Nlztm5UfvIDx2pBlsZqM { top:18.625rem;left:27.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo { top:4rem;left:0.25rem;width:47.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28EWZ07HUfqB16xDablVThbHBGMsKom { display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TgHlInqEZQ31c2es62ueolZsn5105x { top:10.4375rem;left:17.6875rem;width:30.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }#B5TgHlInqEZQ31c2es62ueolZsn5105x li:before{  }
 }@media only screen and (max-width: 763px) { #WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { top:5.5rem;left:0rem;width:13.125rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt4eqTyL2EITOqN6lgGLJ0vQGyq5VAfH { top:12.25rem;left:0rem;width:17.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9N7q4EUK4VqAaodi6208MrnAPiRBpF { top:17rem;left:0rem;width:17.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPPb5Otq7Ch3PbX8QLmDrmhJJI9Krga { top:20.5625rem;left:0rem;width:26.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg { top:24.375rem;left:0rem;width:26rem;height:1.625rem;font-size:1.25rem;display:block; }#LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg 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) { #KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ { top:26.75rem;left:0rem;width:11.625rem;height:1.625rem;font-size:1.25rem;display:block; }#KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ 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) { #w9J0M6Dpws8lavfO58ItwDSTkC7iwhpt { top:11.375rem;left:11.6875rem;width:35.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooV1VdqlJ33m7Z0lvQrwaaTe1kSt0f8 { top:10.125rem;left:10.25rem;width:37.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb { top:10.375rem;left:0rem;width:21.75rem;height:1.625rem;font-size:0.8125rem;display:block; }#bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb 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) { #PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h { top:18.5625rem;left:0rem;width:29.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }#PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h 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) { #l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 { top:15.0625rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }#l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 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) { #TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV { top:4.1875rem;left:0rem;width:16.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { top:4.6875rem;left:0rem;width:8.625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { top:12.1875rem;left:0rem;width:18.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { top:17.625rem;left:0rem;width:17.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1GzyJA8ZQTwWddbaEaTGboB0fcb8nXh { top:12.25rem;left:29.375rem;width:18.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { top:17.5625rem;left:15rem;width:20.25rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { top:12.125rem;left:15rem;width:20.25rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wghOEsNrXSZrTletubxB8n4Mn8ApcfHC { top:11rem;left:0rem;width:23.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5hJOiHumrmNGSuRtI29CSeapxh6vmKS { top:16.4375rem;left:0rem;width:23.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5TbxCBdGMI3uzNkW4T8dpgWDmb7vHV { top:11rem;left:23.6875rem;width:23.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3E8zMOQ9mlaaU0QiOMx32kP58quuWNM { top:11rem;left:12rem;width:23.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0TAubMGB8OzOwCgX1d6D6RO1Q7r39T { top:16.375rem;left:12rem;width:23.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwNKCNfAP8QSRqWS68mEc5LbUr2MiQKC { top:12.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltlAdVcrx4PRwcEBMM4fmrvsAPA8cZ1 { top:18.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdP9MyIOPVaqBy1qD2OgZJfEifvauCiO { top:12.75rem;left:38.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4TC1KMOxLtDWRnXThNTB4sUHOOwTL3 { top:18.125rem;left:13.1875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuF8nRXCnT0fpHTZJSsAO9CiFnaHyV2 { top:12.625rem;left:13.1875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6 { top:3.3125rem;left:0rem;width:13.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C { display:block; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlsSpJOdLRigTTTzWAwIeBu910QkU6SZ { top:3.4375rem;left:0rem;width:24.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtrzs3w5wlQEJK1hX2DM53EksBXkDxG { top:18.9375rem;left:0rem;width:32.9375rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXiHZSyUnm7GfRt08ly5D3beQ6AewBe { top:29.0625rem;left:0rem;width:30.0625rem;height:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufQMBoVZPODS2OkS2QeXDBuTOUQGKC4P { top:14.375rem;left:0rem;width:31.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIz5D1QRnDTro1V8e19UHtOCH5GZKxuw { top:9.8125rem;left:0rem;width:29.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwp7om6nnWu8T9k6dCmhhUzymvXAdITZ { top:6.3125rem;left:0rem;width:38rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmDmENOrokxTfFPchHpXgSpcIGGkP1go { top:24.8125rem;left:0rem;width:34.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvCKmiG5hvtmWO6nK8Qosy1K4uxNiIEc { top:35.5rem;left:0rem;width:34.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyTBMvky7Ls4B24g47E5sHDypD7eFZ8 { top:10.0625rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8xhwTGXItlLEPByUlWsF8fqdSQuCAf0 { top:9.125rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTyfCBJgHK7o9elI4CQD27JQkh27Zws { top:9.125rem;left:17.875rem;width:29.875rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTO3qoIxO5pQ4S8DIG2iTDZap8C3kf3Z { top:13.625rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPzQU0EDf6LXV7Tu2n2UtFy1TK2QdWiE { top:18.125rem;left:0rem;width:38.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFLHKm04EhLVbCKB0k3hcS2B0Hwszw16 { top:23.5rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfSmTqnuoUJd2AFTJKo8RCrdpDM51Lk { top:28.0625rem;left:0rem;width:38.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWqUfVsfzeXlg6goGUrtlB8fM95LeOqi { top:34.125rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBbONsQRV88CKwRCFF9CTd6CZOT1oWB { top:10rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qApfcHsKH7FFAcViqsqmZqaqlJztaKkA { top:14.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdiisVpR9bXh6JXFw1aU6Oobkf8ZcvI { top:19.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md78arVPhlylGLzJp5Je1wv8QT8Uksvp { top:24.4375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdThxOuHFv6zUdFuQHuXlFUUhg2c8oag { top:29.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xRRK6httZvy4EFl4bcKHhnIzWFUl4l { top:35.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g { display:block; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THfik3d0vTUsI63NAf6Mf1sQI0rdDsch { top:4rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkZLN59365tSg7rWuFZvrZNnkc7xC0D { top:6.125rem;left:0rem;width:22.1875rem;height:14.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2QmyGC69UfwJ49S2sppVADNwUlET0n { top:5rem;left:9rem;width:22.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKEmhIsP9KEJfTnSFAzTLSOgm7IKLqo9 { top:7rem;left:13.125rem;width:18.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRotHaZ57VCcVztMLgdOhmgh7vpGcN3v { top:9.75rem;left:24.625rem;width:23rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyt6B1T0IFNRlBh8qtio3WOOrQ5TO2fG { top:6.125rem;left:25.875rem;width:21.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShAGQqX8QkKIRMDRLxdIbzoN5sSWDNTB { top:4rem;left:31.75rem;width:12.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 { display:block; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1FR69IyJrc8PGg0NkbQX48mnxwQisqt { top:7.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtUGBJtyCNCoH44zPkyWuwQJvLd2gUZl { top:3.1875rem;left:2.5rem;width:45.25rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Z5h8Ueup4aCW7Lt2ouFm7xCe2sPgw6 { top:19.1875rem;left:2.3125rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHSEnGJryVfNJhfnmp1bN4IrtLCwonK { top:25.5625rem;left:1.8125rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awwABCPt7yV8fF94AdMuos8G3e1EdQ5R { top:18.8125rem;left:21.5rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNIR2fI1sNIFArHOLSHGqoBIXDTAkO2 { top:26.3125rem;left:21.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoBdHTIwnL6sevnAmARosOKTp054kDH { top:18.6875rem;left:39.875rem;width:7.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVx2DBDzEneKSEk9subiWITu1gyMqIc { top:25.375rem;left:38.625rem;width:9.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQFhRvka9lHeLUtl7ICttyOar54kxoHn { top:17.6875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6apSGhQrmcwrHcJgVpO7g7LDTNeOzTu { top:17.125rem;left:0rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGZyPeT9TTC5TSTsTvW8s5EsZ44N0PqM { top:24.625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mLrTzkTKU710Kt853pCFeKeHOaZEMm { top:17.875rem;left:15.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbV9ola2mPSgKDnkWqg71vy2AVtFuKq0 { top:24.75rem;left:15.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfDTd6723pmLBg5I1mflB2XQoO192T0 { top:17.875rem;left:35.125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhfd0vq7aaZzrpBD6F0c9o2mIbiBxil { top:24.75rem;left:35.125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvJGZf6sWubRzdl5ZI8m2FFWCD3HyuR2 { top:6.6875rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3pszIJCc2XbTpy701T6FS8KddB0oNrF { top:18.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuzb26Qp18J9E6qeNp2if1vsGQk1tiP { top:18.5rem;left:16.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEGVcnzGL9bStbo8t6ev055gKTDv8nEW { top:18.6875rem;left:36.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPZvKyc2ztMvKPNMRguw2UhMlXwhA5N { top:25.5rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6rsTCkEuWZbWxq40bs8NokG2mc52yq { top:25.6875rem;left:16.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd9fkbrVhO8pwNLHeNNbHdvxHLxnIab { top:25.5625rem;left:36rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmvOB8yu3cdf6cw1PtkpEKRHgceCgooX { top:17.25rem;left:15.125rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvyi7oZXnsVH1pp5NOIEXg73y22QvAq { top:17.25rem;left:30.4375rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWuwnhXZ0ye4n7FmDTA7f8PRcmyrNdBx { top:24.0625rem;left:0rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXhC3pbeDHxR1Whgry0DcLxbhkNcsZF { top:24.0625rem;left:15.125rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXldhw4oaPcRbPNGsV7XSaOii523mX67 { top:24.0625rem;left:30.4375rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV { display:block; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymASqa2oLZMtWcP7IaBwVamoHUHdvAVf { top:9.3125rem;left:0rem;width:33.0625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0GPQLN95PClIt5DaiJBQo8Nc3cCZ8Bl { top:4.4375rem;left:0rem;width:20.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sURuHpWTVffLxt2B50f5DpT1iScziDvo { top:3.1875rem;left:0rem;width:24.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKMKdpnepueizSKLeWTiokRUSJPh0Uo8 { top:18.25rem;left:0rem;width:32.5rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ05QXRsaqd07T1ir3UgvZaUpJmVJfBU { top:4.5625rem;left:16.375rem;width:31.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhdgoNEulDOsS0O2DJvgNzb8LmpkgZGd { top:9.5rem;left:30.8125rem;width:16.9375rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quoysgtPgglAqhpV7Bsd2Q1dcdzkrmTq { top:18.4375rem;left:31.4375rem;width:16.3125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpG3J1KqiDUyB4uzEZi0QztFI9co6T4d { top:25.4375rem;left:23.875rem;width:14.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp3ynBSz9rTnBA1k5kwCf5ns9c6FTygF { top:25.4375rem;left:15.0625rem;width:32.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXEfc7uTwCEpTVInJ8Sg9TEd9bGuwEwi { top:27.6875rem;left:23.875rem;width:13.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOmEiBT3l1ow0aJxZxvMgulrplAUN6y1 { top:26.625rem;left:31.8125rem;width:15.9375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq5HXObE7oGUEoylfONUTtWfWMppdPsx { top:17.3125rem;left:15.125rem;width:32.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ2hZ6MbB4WuNulU7ztDEcJvCT5TVpKn { top:17.25rem;left:23.875rem;width:14.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8griKPgqe711910vgV9DSPRiPkI5DTS { top:9rem;left:15.125rem;width:32.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtruIwGr5Z3hLiJIbr3Lhuxy1tRtGHHg { top:8.9375rem;left:23.875rem;width:14.4375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4wn6kvpE85blC5rPxvk26g5lfFJgxV { top:19.5rem;left:23.875rem;width:10.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEIEzCLHkuvbafzmAfwhMQ7TyVrIx8X { top:11.3125rem;left:23.875rem;width:11.5rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRkrmmHlVeHF5ytHwlWFMuPmUmsmSGF { top:9.125rem;left:30.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSooSHgpsfTW8NvEZBbsg06O1huFTKMJ { top:17.25rem;left:30.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgSwLqSI7Mwlgoxur6SMHU5aWR8OtBp { top:25.5rem;left:30.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK { display:block; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POTRIKQ1lpdw8GiJ8KaP3tK6lpxFRaGx { top:4.75rem;left:0rem;width:18.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpUWpNRx2vzrhSKMbU0WzTOz07zRupUV { top:21.3125rem;left:2.5rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKomC5mE1Js1raG3AGpCq8DiM1DrmEZE { top:21.3125rem;left:11.0625rem;width:12.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Gi6oPH3X5Mrt63ifBu83gtbibczLFo { top:23.125rem;left:7.625rem;width:16.25rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DLCiO4vdlHUZcEf12AK8yx5kszG3Jt { top:21.3125rem;left:29.3125rem;width:13.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhEI6HaLqoW8wqfXveQkAX0JTvrxv46 { top:22.9375rem;left:29.3125rem;width:16.5rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcRms322w3bHBTuvy6EsROAVfNqr6aK { top:22.875rem;left:2.4375rem;width:16.3125rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TFOQwAHDWbZ3MmoGNshArn71abyREc { top:20.1875rem;left:1.375rem;width:18.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5dL5iAogdtaG9UHysdvv7TefPkEGgJT { top:10.625rem;left:1.375rem;width:18.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz { top:3.4375rem;left:0rem;width:22.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwEyUkOU7eEFpuy7hWAgAVTdGZS51sc7 { top:10.75rem;left:5.1875rem;width:18.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7bso9LxilfR79LpuJaql44au1BEWTK { top:20.3125rem;left:5.25rem;width:18.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhMC50qmuxMdJNsDeq2pW7tZre54Mr8 { top:20.1875rem;left:28.125rem;width:18.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmx7VmOXGUskHx1TwE0zNkElFcD6BIZ { top:10.6875rem;left:28.125rem;width:18.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8UaFFXeTIdbyzdDeoAd7y5UqKQZEdA { top:13.25rem;left:8.3125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Wv67gPHBp44n6wEJ7w9ZnHWPAxtEVT { top:13.375rem;left:19.3125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTuhvM9Alxdm9NEFnqP57K4QTNH6Lki { top:13.25rem;left:35.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa { display:block; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S44Xw8baoWG4tANSNV5UclRumy5hOyae { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWOrtOGl47gBnTTAhDmM9vQhpTU7lHML { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiODsRlI2qQf1dLLexEVcn0VfXNvtyhx { display:block; }
 }@media only screen and (max-width: 763px) { #OoSrBVA1QFF6nQZqzh3ZwbG5ivMSxkec { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwLpmscQPga2STRnJyrqxGfeOb5fPUcc { display:block; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #detsLqZltfxB7g8E3cK4uHtvBA99wIka { top:9.5625rem;left:15.8125rem;width:31.9375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkToEGW5yNgAPoQRug3v9klieDlZOFMl { top:1.9375rem;left:0rem;width:20.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bf9hXTWPbfNUJcClKZiCsOUJhTkeCv { top:3.3125rem;left:0rem;width:14.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk { top:12.25rem;left:0rem;width:19.5rem;height:4.5rem;font-size:0.8125rem;display:block; }#VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #oHisJxtzBK0GI0ylvDhdAyVVSMHfdBn5 { top:8.3125rem;left:0rem;width:47.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNkdbDW7JF6O7W3s1E2qZNTmcyJTauF { top:10.5625rem;left:0rem;width:16.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRCvyKZK5k0fbJ5ViA2uPwSi2UmcJcHf { top:17.5625rem;left:0rem;width:25.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG { top:19.25rem;left:0rem;width:19.8125rem;height:4.5rem;font-size:0.8125rem;display:block; }#KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #DDQVvup2zdPXdCyhDPq2GzTrae302aLm { top:25.125rem;left:0rem;width:11.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 { top:26.8125rem;left:0rem;width:19.8125rem;height:5.5625rem;font-size:0.8125rem;display:block; }#ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #vTrumTPalhSn11tiFTFtbgUGXwP5hhIL { display:block; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLtuG5z90HsV7hx6EOduTBqtQnx4TB8h { top:5.0625rem;left:4.1875rem;width:39.25rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDfOX2BvO93SP38emo7ClGbNe1abEIXG { top:10.4375rem;left:0rem;width:27.5625rem;height:15.090780542986rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPSLTieFRfwFskSMp6tRDCqFowNT7H2 { top:11rem;left:20.1875rem;width:27.5625rem;height:14.03068438914rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF { top:25.5625rem;left:0rem;width:25.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv { top:25.6875rem;left:22.75rem;width:25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoloHMUtinFbwb8t6S8UJgsC8A6z092v { top:26.3125rem;left:0rem;width:25rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvnE437EWC4g7SgFw2bGp343clRR6SG { top:26.5625rem;left:21.9375rem;width:25.8125rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkuKr2VpU2bzXpJns3Da2OafT4fG5Bq { top:9.625rem;left:0rem;width:30.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQf2akyL64ZRCvToN2pAxtwM65NkF9d { top:9.625rem;left:17.4375rem;width:30.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT { display:block; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y05Bt3mtdt7xKVOZEoRqTkvp5ScNwoOk { top:11.0625rem;left:5.1875rem;width:42.5625rem;height:23.589914132883rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt { top:2.5rem;left:0rem;width:15.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdee0Ttvzs34zwlgpoal48Xa4dZopAl9 { top:3.875rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA { top:13.875rem;left:0rem;width:25.5rem;height:3.625rem;font-size:0.9375rem;display:block; }#PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 { top:20.625rem;left:0rem;width:25.875rem;height:4.875rem;font-size:0.9375rem;display:block; }#TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #Z0PBg2rNzyRsZc51XGSHgSULaTdwLAqo { top:30.0625rem;left:0rem;width:38.6875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCSOmrltKqMl9aFTn1aRwTuUPZVpJzpt { top:10rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1mfi7zcQwDkUirISWCdaRHfvVO57I8Z { top:28.8125rem;left:0rem;width:42.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZeykomXnQ5xNimBxBXUxlgm76D6cvRJ { top:40.6875rem;left:0rem;width:20.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOHkN4DILeePCaK0T6THV5kzadCTgaB { top:42.125rem;left:0rem;width:16.5rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3KWyrwfsncIJlOCPeNVvDfZngJ3dKkH { top:42.125rem;left:15.3125rem;width:16.9375rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhihhkok9fQlD6Xt7gqLhKaz7fSP7XyD { top:42.125rem;left:31.0625rem;width:16.6875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xKirIT9wkGHr6VpTPkchx28exZC1Hy { top:40.6875rem;left:13.5625rem;width:20.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHA8QZULK68LmDSwTFS0OaeN2Veeef92 { top:40.6875rem;left:27.0625rem;width:20.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhI9x9Iy0KxOtCV1FrgmOTo3tL9vJpOA { top:10.6875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcpPPshdQTmMRe6Lg7uDomMukNqrR2Xi { top:12.1875rem;left:4.1875rem;width:13rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { top:3rem;left:0rem;width:37.5rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxv8JTwFQ6kheJ90KH0Lidh6enTMHNV { top:22.25rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoQLKzNJSra1EpGxHLzcAgP5cIJzieUO { top:10.3125rem;left:23.875rem;width:9.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7nziaEClX3GJigxNq9mlZ7RhykpF88 { top:35.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwgz1SOcufmKZJ0miIn60xo7Z31EoTNM { top:22.875rem;left:23.875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2cw2Bvw0smQBn2oEH5gsl8mrlofImC { top:24.3125rem;left:4.1875rem;width:13rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTdTd1EeEmyeH91TLryXEhIcJQUSZkG { top:12.1875rem;left:28.9375rem;width:13rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWCw4HRztIC8UpwbqkXqTAd9HNfxU9Z0 { top:24.75rem;left:28.9375rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbH250rde79BL1poMmUlvaVGz3K50P7o { top:36.375rem;left:4.1875rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpeB31TJDQcwhPcwuJcbD1GnubHnJC1a { top:13.875rem;left:2.9375rem;width:20.9375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TWLtT5FM6z4xV6hoJwBo9SVL3DBIMk { top:25.9375rem;left:1rem;width:22.875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcxXIvvZ7W1OEVm3CbxxDS2gyAXZU6MT { top:13.875rem;left:25.4375rem;width:22.3125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUGClsBQ66vGvAnLdClS8lUNJk7WwNF { top:26.5rem;left:27.5625rem;width:20.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EonRIqVFHG0JaP4FBX6u6iZdqQl0U9UT { top:37.9375rem;left:1rem;width:22.875rem;height:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7LWGcRI8KWnhyJXlNg8M11f5eAXTvcT { top:10.125rem;left:11.75rem;width:36rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivV6uurA1hMqyVdDBl54hoGXax60IyU { top:10.125rem;left:0rem;width:36rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1bQIoSnAqbEuRznTvohNTm5NbRfT5l8 { top:22.1875rem;left:0rem;width:36rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9SCcOXhBKfb8rsBLzFs1LCh4KtxblJf { top:22.3125rem;left:11.75rem;width:36rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2UPIiDC4J4GWHfnImqmmJW2dgheb6F { top:34.5rem;left:0rem;width:36rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ { top:34.5rem;left:11.8125rem;width:35.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo { display:block; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X62mrtPhSF08KwqWmagtiBADX5qHmBAn { width:30.125rem;height:15.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITT49uBi2k39CUahCTCLAhvxnUO2QMp { top:12.25rem;left:0rem;width:24.3125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQk0K0uOUJRoVyeHe90m0v7mkSNDbFz { top:16.125rem;left:0rem;width:23.25rem;height:5.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxHmEDkUiDM3216ivzUWOqPBfnoUeeQU { width:29.75rem;height:16.6875rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFw4yTfw2ynNTfnFrHcnyQH7oTkE6psm { width:31.625rem;height:15.375rem;top:10rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gGNTv6GySqGtXXOIgDEVR7cpdzC2kB { width:31.6875rem;height:17.125rem;top:23.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCPtTUkrhaKpz8OZiqdW1k1mRXBPKk8U { top:27.875rem;left:0rem;width:22.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAtTGPElkAtItQLWgi4cbQO11MXaQSV { top:17.25rem;left:26.5rem;width:21.25rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #becI3yxcqkDyTOZOiTkx8T6D02Ayo5z7 { top:12.0625rem;left:27.4375rem;width:17.6875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9w80TyRZATxD0dHuTWG0hxukB6AHGww { top:27.3125rem;left:24.8125rem;width:22.9375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmZlqiFBUwboOz1bGJFXGgZTbhPcHPZ { top:31.6875rem;left:0rem;width:22.4375rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guz7MeTelVEMepCPdLzCrDTbsWHG6Pmk { top:32.4375rem;left:26.8125rem;width:20.9375rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6xFiPLDLP2Vq15bVkJI1HU4XxO2n2Ql { width:29.75rem;height:11.375rem;top:40.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIEaU3gtTP1PB5gyZe8dTRpqq7AU40Q { top:46.75rem;left:15.5rem;width:18.125rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZqZAm4WLqHfKbzzfJi808Fby9ASZrMm { top:42.8125rem;left:15.375rem;width:18.375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtoQBfaZUtRyABhKZluIv6TV9tCxD5J { top:5.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C82cbc9f63128b4de9482640e280fafe.widget-smartsection { display:block; } #C82cbc9f63128b4de9482640e280fafe.widget-smartsection *:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="text"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="email"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="tel"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection textarea:focus-visible { outline: none; } #yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlPv3zK5qlagxyisD38gOpEsiQTdClnh { display:block; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ { top:4.5rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhzEm2PDgIHZUatTMyEw7JzLTAgVPsMN { top:2.1875rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmVVb1KFGKybkkmuXHB4Z1MyubJbp8k { width:15.625rem;height:3.4375rem;top:7.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4HIHdcFiWTgloA6mpFw2mLserIN78K { display:block; }
 }@media only screen and (max-width: 763px) { #w2omJgg0cmaBe51shgI1Va4SXSHHIQgl { top:7.375rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { top:0.125rem;left:19.5625rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZb6aLiN5PMc361xPyNi8tOHHs97mQH { display:block; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP1icdiURpGmqbtR80s1kOpiRvDcCn9F { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4BRIcIsFcUoAeR0yhd0RZWieHzeoXqc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K { 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; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K.adaptive-delivery-prevent-bg, #n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K.lazyload, #n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K.lazyloading { background-image: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { background-color: transparent; background-image: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container > .video-iframe-container { display: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row > .video-iframe-container { display: none; }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .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); }#n6IKJToWZTyPuTtRiyp4ofi3gk0Skr3K > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG5mtEkWvib3WdAVkJydMME85oix5bG7 { width:14.5625rem;height:4.9375rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQOz7nJdTNVs6UqIdZrd17mwHDnhH18 { width:15.9375rem;height:4.0625rem;top:7.261962890625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0T6VOPQhKlKW6iA6xaKVc0dv2gGNekE { width:19.75rem;height:12.3125rem;top:12.5117203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8GMvMoi8ZiQxUppKpb43MhPG2tH9z7Q { width:15.1875rem;height:1.5625rem;top:22.01171875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2C3DaDswirdW4RcQpkkJpPnXtTOh0NU { width:9.625rem;height:1.0625rem;top:19.10546875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHaKwwKDuBa1gUTHmGeTf4EP2HfczPE { width:7.5625rem;height:2.5rem;top:15.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ihxfhCIUn7qg0eU4SVUeTtiUGeghEC { width:7.5rem;height:1.375rem;top:18.94921875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II70p6IPWlf1PL2QfbpKJkwsmuT3HvmM { width:6.625rem;height:1.3125rem;top:13.349609375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smd8eN5pnmJG5T2r2b7SnM2OR9qmStUT { width:8.125rem;height:0.875rem;top:13.568359375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgF3Gq9N3Ll7PW6GfNBfUAcP7NTwaFo { width:3.9375rem;height:2rem;top:15.76171875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHv2CsBwQ6skQKhLF3M3B4mq29TgdA3i { width:10.9375rem;height:2.75rem;top:26.32421875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5427e1f-59d9-460f-8e36-8cac09049367/Connecthead.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#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 { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { width:19.624rem;height:2.975rem;top:7.493896484375rem;left:0.3759765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:6.0625rem;height:2.25rem;top:3.1875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:4.9375rem;height:2.25rem;top:3.1875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #bttDM5A68e8ErP4oqEIozBKB7zHEETVf { width:11rem;height:2.25rem;top:3.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvHPNQ1urdIqmR3l9HpGRtvg98yfw2qD { display:block; }
 }@media only screen and (max-width: 763px) { #BooxqWColJIec7oEkKuq4XbqT5rSFVTr { width:6.625rem;height:2.25rem;top:3.1875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block; }
 }@media only screen and (max-width: 763px) { #zFuJmFI6TK5luTqfBrkao78WFcHXm3uU { width:6.5rem;height:2.25rem;top:3.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ezzu3qUknefCtTQxLDgu2eWC6fPxXJqU { display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { width:8.4375rem;height:2.7rem;top:15.8125rem;left:9rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnViCg0K9xSPrJkgNUmMaKwiylc50TE { width:7.6873125rem;height:2.275rem;top:20.625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { width:7.25rem;height:2.925rem;top:29.25rem;left:9.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { width:8.5618125rem;height:2.275rem;top:34.125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { width:11.5rem;height:2.925rem;top:42.8125rem;left:8.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { width:10.75rem;height:2.275rem;top:46.9375rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { width:0.25rem;height:0;top:1.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4Nayl44ld9NLwN3RaS4aKXRU9RilMe { width:14.25rem;height:1.80625rem;top:106.9375rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #FmHhktJ41HZvTlGIX4eJWR6oCy2nIMPZ { width:3.875rem;height:3.875rem;top:28.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn7NHFSwoHkozN6nqq4rzHt1283b7pmd { width:4.5625rem;height:4.5625rem;top:41.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9znX3F38xG7tobFiQXm9l9FxNkOygmy { width:3.9375rem;height:3.9375rem;top:15rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEU148e1V1UgJ2UfRr5bP1evqdW8uAdD { width:13.5rem;height:10.9375rem;top:13.75rem;left:3.375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #nZH4aXznCwbGXuuEP2U2rLaAuTwhJscL { width:19.1235625rem;height:2.35625rem;top:4.027099609375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnLffLwaAGhd5f4GUkGIvO94qdOiSkgu { width:13.5rem;height:11.1875rem;top:27.25rem;left:3.375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #GBmTKU0UWENC8qmn5vA4xOMIhwTcqWW9 { width:13.5rem;height:9.9375rem;top:40.875rem;left:3.375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #dOiLLAvhNAkGG7D9c5BNNFeVxgUp2V6N { width:12.1244375rem;height:3.312325rem;top:108.6875rem;left:3.9375rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9sQ9TrLwMMn6G9072wTrX5eFSREWR0m { display:block; }
 }@media only screen and (max-width: 763px) { #ZkHzvDp8u9mqtC9iHlmpe8NlZgZZHrTT { width:0.75rem;height:0.9375rem;top:3.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHFEPWAO6wqmcHqeGSKFeHPBi39gHFFL { width:0.75rem;height:0.9375rem;top:3.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahNgSUMHvTZ1bcIa5USpm0F3C6DmfLEJ { width:0.75rem;height:0.9375rem;top:3.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTLPC3HBGG7otkMt516R5oEpTb1GEXzZ { width:0.75rem;height:0.9375rem;top:3.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #he0XRFiHV4rLVfI4AoNiRkQL5IHEtt8e { width:20rem;height:4.7942754919499rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnBRUW2wHgNXV8HSpXNfyA7IF1agW7T { width:13.125rem;height:2.625rem;top:114rem;left:3.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT8s3A4vo2avfXGRQgrHDZd9vfSr2s6m { width:20rem;height:28.875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { display:block; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:18.375rem;height:5.85rem;top:9.375rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:16.4373125rem;height:3.025rem;top:4.1228694915771rem;left:1.7800070047379rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2m5R18LezoTHgTgSkWmKyGPU8ToGRuz { width:12.75rem;height:4.25rem;top:24.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { width:6.25rem;height:4.8125rem;top:16.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntlGslTDipVGHixrKw271JhxG0VoiT4 { width:10rem;height:1.0625rem;top:22.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJtISv26G5Wc9KEixPuIZiag1qk97pJ { width:20rem;height:29.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxaXilzMzcr2KO3AN6MoWbA6O71R412 { width:20rem;height:2.0560747663551rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2T2NKLc8rHwX5sIQbxcdOFsPP9gBO5J { width:11.25rem;height:1.9375rem;top:35.18011875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb { display:block; }#AaS0QWp7e4hXETnkvSbgGtTLQl7Xp8Kb > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rraz5gUrH7IrWdCQCNmHa1H26gV3Tqeo { width:19.75rem;height:5.375rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmB1cgULGGBTbJmNCGvThM97zFDRq6Cy { width:14.125rem;height:2.1125rem;top:43.5rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { width:14.375rem;height:1.13769375rem;top:42.25rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDUQdVeUOmJAtgxZVBnqrfa7v0905Lw { width:19.75rem;height:6.4375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb { width:12.75rem;height:2.1125rem;top:36.6875rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#AtRs8TimJpnUetJgr6u7AQ6SiP4PQnvb li:before{  }
 }@media only screen and (max-width: 763px) { #vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW { width:12.6875rem;height:2.1125rem;top:34.375rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#vgnF09tSU3lcfXSp9Np4SOMKhHoF1vpW li:before{  }
 }@media only screen and (max-width: 763px) { #ycET8839iJaWMvTh9IddHZ7sWTZImBMT { width:13.1875rem;height:2.1125rem;top:27.9375rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSzMmrT0sLgJe0p0Gu7Pky0eB0lFirhH { width:19.75rem;height:5.75rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOhxyW7XEbOJXQ1PSRXvBTFomt6zbQxn { width:14.3125rem;height:1.13769375rem;top:33.1875rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Knx21fMfsN2lABPTrt0JqozkIOVfcdoq { width:14.125rem;height:2.275rem;top:25.75rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spkwSmRUkfmfPh9zGMll9c8QxWhc3W1O { width:19.8118125rem;height:5.56196875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUkds6Ey5b9iTo6TT1c8888hovRxWzn { width:19.75rem;height:5.3125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDFdFIE1Zar5yWbouU6q4u8TI1d3DOQ { width:13.1875rem;height:2.1125rem;top:12.4375rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jqb2IJS1ztA1xPSKTUWQd5EyecuFEgi2 { width:15.375rem;height:1.05625rem;top:19.5rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BieBKXQzQaKgpyzuNxp6RfJ12ew5sEfd { width:16rem;height:1.13769375rem;top:18.3125rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeJVmFGxS4bIrKxEgEsxTV5drMnmJSGH { width:6.5rem;height:1.13769375rem;top:11.25rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { width:15.7493125rem;height:4.125rem;top:2.4760370254517rem;left:2.124467253685rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oV6GyPIGg9MTJHXqVDpTqWPB0pd13FkH { width:1.437325rem;height:1.437325rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmJN84taphPfgdo3BfMxdwQ8I5Hwyeg { width:1.4375rem;height:1.4375rem;top:26.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDUJggHieS2qvBbgRW5xpGN3fq3hlLA { width:1.4375rem;height:1.4375rem;top:42.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUgGgz5ffHc4Ukaze8k5ECwPHtkntyv { width:1.4375rem;height:1.4375rem;top:19.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #effDNfPQ0FU4Nlztm5UfvIDx2pBlsZqM { width:1.4375rem;height:1.4375rem;top:34.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3fadGH14S4pDTEOJrDdz1sJ2khGSJo { width:20rem;height:6.5rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #c28EWZ07HUfqB16xDablVThbHBGMsKom { display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TgHlInqEZQ31c2es62ueolZsn5105x { width:19.1868125rem;height:4.1875rem;top:9.625rem;left:0.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#B5TgHlInqEZQ31c2es62ueolZsn5105x li:before{  }
 }@media only screen and (max-width: 763px) { #WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { width:10.06225rem;height:1.575rem;top:4.9375rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt4eqTyL2EITOqN6lgGLJ0vQGyq5VAfH { width:15.1875rem;height:2.1125rem;top:17.1875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9N7q4EUK4VqAaodi6208MrnAPiRBpF { width:15.5625rem;height:1.05625rem;top:23.125rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCPPb5Otq7Ch3PbX8QLmDrmhJJI9Krga { width:16.375rem;height:5.28125rem;top:27.625rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg { width:20rem;height:auto;top:24.375rem;left:0rem;font-size:0.8125rem;display:none; }#LQTdXr6ZuX7gXUMCLNGi8DbLs0QR42Fg 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) { #KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ { width:11.625rem;height:auto;top:26.75rem;left:4.1875rem;font-size:0.8125rem;display:none; }#KbVUbgV5mCzRsgXOs5xk1Lh5TTqQfVFJ 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) { #w9J0M6Dpws8lavfO58ItwDSTkC7iwhpt { width:18.5625rem;height:8.0625rem;top:36.468749523163rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooV1VdqlJ33m7Z0lvQrwaaTe1kSt0f8 { width:20rem;height:10.625rem;top:35.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb { width:14.8125rem;height:1.05625rem;top:16.0625rem;left:0rem;font-size:0.8125rem;display:block; }#bPmD5LDS4FUp6Zlvxb3B37nLr6IXefsb 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) { #PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h { width:20rem;height:1.05625rem;top:26.375rem;left:0rem;font-size:0.8125rem;display:block; }#PB1AubmNTwRF0HtnriyuFKk9WQ9r4P4h 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) { #l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 { width:9rem;height:1.05625rem;top:21.75rem;left:0rem;font-size:0.8125rem;display:block; }#l5LMaJG1fB62hAyqAXMlIsFcGALCaQt8 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) { #TFTlvXNgqv4bHqRxr1hkqUEUpAJa0NZV { width:16.5rem;height:4.8125rem;top:3.3125rem;left:1.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { width:6.3743125rem;height:1.5125rem;top:2.8986148834229rem;left:6.811967253685rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { width:15.5rem;height:2.1125rem;top:8.0621452331544rem;left:3.3123224973679rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { width:13.5625rem;height:2.1125rem;top:17.591621398926rem;left:3.3123224973679rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1GzyJA8ZQTwWddbaEaTGboB0fcb8nXh { width:14.6244375rem;height:2.1125rem;top:27.115589141846rem;left:3.3741120100021rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { width:13.8125rem;height:2.1125rem;top:22.35546875rem;left:3.061967253685rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { width:15.0625rem;height:2.1125rem;top:12.951351165771rem;left:3.061967253685rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wghOEsNrXSZrTletubxB8n4Mn8ApcfHC { width:19.75rem;height:3.375rem;top:7.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5hJOiHumrmNGSuRtI29CSeapxh6vmKS { width:19.75rem;height:3.375rem;top:16.8416675rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5TbxCBdGMI3uzNkW4T8dpgWDmb7vHV { width:19.75rem;height:3.375rem;top:26.370835rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3E8zMOQ9mlaaU0QiOMx32kP58quuWNM { width:19.75rem;height:3.375rem;top:12.07708375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0TAubMGB8OzOwCgX1d6D6RO1Q7r39T { width:19.75rem;height:3.375rem;top:21.60625125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwNKCNfAP8QSRqWS68mEc5LbUr2MiQKC { width:1.25rem;height:1.25rem;top:9rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltlAdVcrx4PRwcEBMM4fmrvsAPA8cZ1 { width:1.25rem;height:1.25rem;top:18.091442108154rem;left:0.936967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdP9MyIOPVaqBy1qD2OgZJfEifvauCiO { width:1.25rem;height:1.25rem;top:27.495029449463rem;left:0.936967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4TC1KMOxLtDWRnXThNTB4sUHOOwTL3 { width:1.25rem;height:1.25rem;top:22.918323516846rem;left:0.99999988079069rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuF8nRXCnT0fpHTZJSsAO9CiFnaHyV2 { width:1.25rem;height:1.25rem;top:13.389560699463rem;left:0.99999988079069rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdMluNbxLSL7TeTxtLLBxwIQ70vqAl6 { width:13.9375rem;height:4.8125rem;top:1.25rem;left:3rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C { display:block; }#L6pnliGFJA0qgN4nl0ge5FSaThrQsd3C > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlsSpJOdLRigTTTzWAwIeBu910QkU6SZ { width:18.5625rem;height:1.5125rem;top:3.5295143127441rem;left:0.71788197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOtrzs3w5wlQEJK1hX2DM53EksBXkDxG { width:17.1875rem;height:5.85rem;top:27.6240234375rem;left:2.1240234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgXiHZSyUnm7GfRt08ly5D3beQ6AewBe { width:17.1875rem;height:6.3375rem;top:43.6240234375rem;left:2.1240234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufQMBoVZPODS2OkS2QeXDBuTOUQGKC4P { width:16.375rem;height:4.225rem;top:20.3115234375rem;left:2.249755859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIz5D1QRnDTro1V8e19UHtOCH5GZKxuw { width:17.5rem;height:3.16875rem;top:14.436279296875rem;left:2.4365234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fwp7om6nnWu8T9k6dCmhhUzymvXAdITZ { width:20rem;height:4.3875rem;top:6.414794921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmDmENOrokxTfFPchHpXgSpcIGGkP1go { width:14.8125rem;height:2.1125rem;top:37.1005859375rem;left:2.1240234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvCKmiG5hvtmWO6nK8Qosy1K4uxNiIEc { width:17.1875rem;height:2.1125rem;top:54.349609375rem;left:2.146484375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENyTBMvky7Ls4B24g47E5sHDypD7eFZ8 { width:20rem;height:20rem;top:61.499267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8xhwTGXItlLEPByUlWsF8fqdSQuCAf0 { width:20rem;height:5.1875rem;top:13.061767578125rem;left:0rem;z-index:14992;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) { #TRTyfCBJgHK7o9elI4CQD27JQkh27Zws { width:20rem;height:22rem;top:60.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTO3qoIxO5pQ4S8DIG2iTDZap8C3kf3Z { width:20rem;height:5.8125rem;top:19.4375rem;left:0rem;z-index:14992;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) { #GPzQU0EDf6LXV7Tu2n2UtFy1TK2QdWiE { width:20rem;height:8rem;top:26.5615234375rem;left:0rem;z-index:14992;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) { #QFLHKm04EhLVbCKB0k3hcS2B0Hwszw16 { width:20rem;height:5.1875rem;top:35.6484375rem;left:0rem;z-index:14992;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) { #DzfSmTqnuoUJd2AFTJKo8RCrdpDM51Lk { width:20rem;height:9.25rem;top:42.0615234375rem;left:0rem;z-index:14992;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) { #dWqUfVsfzeXlg6goGUrtlB8fM95LeOqi { width:20rem;height:5.1875rem;top:52.7724609375rem;left:0rem;z-index:14992;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) { #iLBbONsQRV88CKwRCFF9CTd6CZOT1oWB { width:1.6875rem;height:1.6875rem;top:85.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qApfcHsKH7FFAcViqsqmZqaqlJztaKkA { width:1.6875rem;height:1.6875rem;top:88.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMdiisVpR9bXh6JXFw1aU6Oobkf8ZcvI { width:1.6875rem;height:1.6875rem;top:91.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Md78arVPhlylGLzJp5Je1wv8QT8Uksvp { width:1.6875rem;height:1.6875rem;top:94.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdThxOuHFv6zUdFuQHuXlFUUhg2c8oag { width:1.6875rem;height:1.6875rem;top:97.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4xRRK6httZvy4EFl4bcKHhnIzWFUl4l { width:1.6875rem;height:1.6875rem;top:100.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g { display:block; }#H9uAA8o6x7PIhvOqd0zO3quCEtZdpC8g > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THfik3d0vTUsI63NAf6Mf1sQI0rdDsch { width:11.375rem;height:1.65rem;top:3.0625rem;left:4.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlkZLN59365tSg7rWuFZvrZNnkc7xC0D { width:18.75rem;height:19.5rem;top:6.3125rem;left:0.6240234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15031;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sf2QmyGC69UfwJ49S2sppVADNwUlET0n { width:20rem;height:11.875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKEmhIsP9KEJfTnSFAzTLSOgm7IKLqo9 { width:17.125rem;height:11.8125rem;top:27.75rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRotHaZ57VCcVztMLgdOhmgh7vpGcN3v { width:20rem;height:10.6875rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyt6B1T0IFNRlBh8qtio3WOOrQ5TO2fG { width:18.75rem;height:4.725rem;top:51.436737060547rem;left:0.62343752384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShAGQqX8QkKIRMDRLxdIbzoN5sSWDNTB { width:9.125rem;height:1.65rem;top:47.25rem;left:5.5624998807907rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 { display:block; }#TTGl1BTqtqmOUmsrn2PZV6CS5vhAiOL5 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1FR69IyJrc8PGg0NkbQX48mnxwQisqt { width:17.937rem;height:13.65rem;top:10.2978515625rem;left:1.031494140625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtUGBJtyCNCoH44zPkyWuwQJvLd2gUZl { width:18.5625rem;height:2.75rem;top:3.3914928436279rem;left:0.71788197755812rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3Z5h8Ueup4aCW7Lt2ouFm7xCe2sPgw6 { width:7.5rem;height:2.6rem;top:29.125rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ClHSEnGJryVfNJhfnmp1bN4IrtLCwonK { width:8.625rem;height:2.6rem;top:37rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awwABCPt7yV8fF94AdMuos8G3e1EdQ5R { width:7.6875rem;height:2.6rem;top:44.686767578125rem;left:8.3740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ypNIR2fI1sNIFArHOLSHGqoBIXDTAkO2 { width:6.3125rem;height:2.6rem;top:51.8740234375rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBoBdHTIwnL6sevnAmARosOKTp054kDH { width:7.625rem;height:2.6rem;top:59.75rem;left:8.187255859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emVx2DBDzEneKSEk9subiWITu1gyMqIc { width:6.8115rem;height:2.6rem;top:67.14306640625rem;left:8.343017578125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQFhRvka9lHeLUtl7ICttyOar54kxoHn { width:4.3125rem;height:4.3125rem;top:28.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6apSGhQrmcwrHcJgVpO7g7LDTNeOzTu { width:17.375rem;height:5.6875rem;top:27.6875rem;left:1.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #WGZyPeT9TTC5TSTsTvW8s5EsZ44N0PqM { width:4.3125rem;height:4.3125rem;top:43.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mLrTzkTKU710Kt853pCFeKeHOaZEMm { width:4.375rem;height:4.375rem;top:58.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbV9ola2mPSgKDnkWqg71vy2AVtFuKq0 { width:4.3125rem;height:4.3125rem;top:50.9365234375rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfDTd6723pmLBg5I1mflB2XQoO192T0 { width:4.311525rem;height:4.311525rem;top:66.2080078125rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhfd0vq7aaZzrpBD6F0c9o2mIbiBxil { width:4.3125rem;height:4.3125rem;top:36.06201171875rem;left:1.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvJGZf6sWubRzdl5ZI8m2FFWCD3HyuR2 { width:20rem;height:17.875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3pszIJCc2XbTpy701T6FS8KddB0oNrF { width:2.25rem;height:2.25rem;top:29.360595703125rem;left:3.232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuzb26Qp18J9E6qeNp2if1vsGQk1tiP { width:3.125rem;height:3.125rem;top:36.73583984375rem;left:2.60791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEGVcnzGL9bStbo8t6ev055gKTDv8nEW { width:2.68676875rem;height:2.68676875rem;top:44.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPZvKyc2ztMvKPNMRguw2UhMlXwhA5N { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6rsTCkEuWZbWxq40bs8NokG2mc52yq { width:2.3120125rem;height:2.3120125rem;top:59.892822265625rem;left:3.201904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd9fkbrVhO8pwNLHeNNbHdvxHLxnIab { width:2.56225625rem;height:2.56225625rem;top:67.16015625rem;left:2.951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmvOB8yu3cdf6cw1PtkpEKRHgceCgooX { width:17.3125rem;height:5.625rem;top:35.5rem;left:1.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #VPvyi7oZXnsVH1pp5NOIEXg73y22QvAq { width:17.3125rem;height:5.625rem;top:42.9375rem;left:1.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #OWuwnhXZ0ye4n7FmDTA7f8PRcmyrNdBx { width:17.3125rem;height:5.625rem;top:50.375rem;left:1.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #toXhC3pbeDHxR1Whgry0DcLxbhkNcsZF { width:17.3125rem;height:5.625rem;top:58.0625rem;left:1.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #dXldhw4oaPcRbPNGsV7XSaOii523mX67 { width:17.3125rem;height:5.625rem;top:65.625rem;left:1.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV { display:block; }#KSLbCNLZh1o3TzXXKbEIhqSO5FNdtokV > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymASqa2oLZMtWcP7IaBwVamoHUHdvAVf { width:19.1858125rem;height:9.50625rem;top:8.7744140625rem;left:0.406494140625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0GPQLN95PClIt5DaiJBQo8Nc3cCZ8Bl { width:16.9995rem;height:1.575rem;top:4.207763671875rem;left:1.4990234375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sURuHpWTVffLxt2B50f5DpT1iScziDvo { width:20rem;height:4.8120125rem;top:2.589111328125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VKMKdpnepueizSKLeWTiokRUSJPh0Uo8 { width:20rem;height:11.61875rem;top:20.589599609375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ05QXRsaqd07T1ir3UgvZaUpJmVJfBU { width:20rem;height:1.7875rem;top:39.5512890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KhdgoNEulDOsS0O2DJvgNzb8LmpkgZGd { width:16.93725rem;height:6.09375rem;top:53.42116171875rem;left:3.06275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quoysgtPgglAqhpV7Bsd2Q1dcdzkrmTq { width:16.31225rem;height:4.875rem;top:71.05885703125rem;left:3.68775rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpG3J1KqiDUyB4uzEZi0QztFI9co6T4d { width:14.625rem;height:7.25rem;top:78.372577734375rem;left:2.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #pp3ynBSz9rTnBA1k5kwCf5ns9c6FTygF { width:20rem;height:7.1875rem;top:86.872577734375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #rXEfc7uTwCEpTVInJ8Sg9TEd9bGuwEwi { width:13.125rem;height:2.8rem;top:80.59791953125rem;left:3.936279296875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOmEiBT3l1ow0aJxZxvMgulrplAUN6y1 { width:15.9375rem;height:4.875rem;top:88.059101171875rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zq5HXObE7oGUEoylfONUTtWfWMppdPsx { width:20rem;height:7.1875rem;top:69.935077734375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #sJ2hZ6MbB4WuNulU7ztDEcJvCT5TVpKn { width:14.5rem;height:7.25rem;top:61.435077734375rem;left:2.75rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #p8griKPgqe711910vgV9DSPRiPkI5DTS { width:20rem;height:7.1875rem;top:52.8718453125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mtruIwGr5Z3hLiJIbr3Lhuxy1tRtGHHg { width:14.4375rem;height:7.25rem;top:44.3718453125rem;left:2.75rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4wn6kvpE85blC5rPxvk26g5lfFJgxV { width:10.3125rem;height:2.8rem;top:63.6628609375rem;left:3.99755859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftEIEzCLHkuvbafzmAfwhMQ7TyVrIx8X { width:11.499rem;height:2.8rem;top:46.707050390625rem;left:3.906005859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzRkrmmHlVeHF5ytHwlWFMuPmUmsmSGF { width:7.1875rem;height:7.1875rem;top:52.997577734375rem;left:11.41845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSooSHgpsfTW8NvEZBbsg06O1huFTKMJ { width:7.1875rem;height:7.1875rem;top:69.903339453125rem;left:11.357421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgSwLqSI7Mwlgoxur6SMHU5aWR8OtBp { width:7.1875rem;height:7.1875rem;top:86.87255859375rem;left:11.387939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK { display:block; }#RGOvl06DEWSwsqFx1hT7EJkRfzUdlTKK > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POTRIKQ1lpdw8GiJ8KaP3tK6lpxFRaGx { width:13.93675rem;height:1.575rem;top:3.6875rem;left:3.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpUWpNRx2vzrhSKMbU0WzTOz07zRupUV { width:13.8125rem;height:1.4625rem;top:19.0625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKomC5mE1Js1raG3AGpCq8DiM1DrmEZE { width:14.12475rem;height:1.38125rem;top:47.3125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4Gi6oPH3X5Mrt63ifBu83gtbibczLFo { width:16.0625rem;height:10.2375rem;top:49.375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DLCiO4vdlHUZcEf12AK8yx5kszG3Jt { width:12.24975rem;height:1.4625rem;top:73.436279296875rem;left:1.749267578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHhEI6HaLqoW8wqfXveQkAX0JTvrxv46 { width:16.5625rem;height:9.1rem;top:75.2724609375rem;left:1.749267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcRms322w3bHBTuvy6EsROAVfNqr6aK { width:12.5rem;height:12.1875rem;top:21.25rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TFOQwAHDWbZ3MmoGNshArn71abyREc { width:18.5625rem;height:16.4375rem;top:17.875rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #O5dL5iAogdtaG9UHysdvv7TefPkEGgJT { width:18.5625rem;height:9.5625rem;top:8.375rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #XMaMRVuCUlHnfon24s0cTs9xSoIBUAJz { width:16.5rem;height:4.75rem;top:2.125rem;left:1.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bwEyUkOU7eEFpuy7hWAgAVTdGZS51sc7 { width:18.625rem;height:9.5625rem;top:36.875rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7bso9LxilfR79LpuJaql44au1BEWTK { width:18.625rem;height:14.125rem;top:46.4375rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #NVhMC50qmuxMdJNsDeq2pW7tZre54Mr8 { width:18.625rem;height:14.125rem;top:72.25rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rCmx7VmOXGUskHx1TwE0zNkElFcD6BIZ { width:18.625rem;height:9.5625rem;top:62.75rem;left:0.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #oG8UaFFXeTIdbyzdDeoAd7y5UqKQZEdA { width:4.5625rem;height:4.5625rem;top:10.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Wv67gPHBp44n6wEJ7w9ZnHWPAxtEVT { width:4.5625rem;height:4.5625rem;top:39.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTuhvM9Alxdm9NEFnqP57K4QTNH6Lki { width:4.5625rem;height:4.5625rem;top:65.247802734375rem;left:7.718505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa { background-color:#ffffff;background-image:none;display:block; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { background-color: transparent; background-image: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container > .video-iframe-container { display: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row > .video-iframe-container { display: none; }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .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); }#FLgI6GoBAbaC4OAfFpQp0G5IiNJoxZAa > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLOd2O0mEwQaGObpvan8N2C1t4OAl5wc { width:20rem;height:15.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S44Xw8baoWG4tANSNV5UclRumy5hOyae { width:5.7492875rem;height:6.4994375rem;top:3.3078832626342rem;left:1.1860793828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWOrtOGl47gBnTTAhDmM9vQhpTU7lHML { width:11.937125rem;height:2.5625rem;top:12.060545921326rem;left:4.030539393425rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiODsRlI2qQf1dLLexEVcn0VfXNvtyhx { display:block; }
 }@media only screen and (max-width: 763px) { #OoSrBVA1QFF6nQZqzh3ZwbG5ivMSxkec { width:10.8123125rem;height:3.25rem;top:4.9343042373658rem;left:8.5617898702619rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwLpmscQPga2STRnJyrqxGfeOb5fPUcc { display:block; }#HwLpmscQPga2STRnJyrqxGfeOb5fPUcc > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #detsLqZltfxB7g8E3cK4uHtvBA99wIka { width:15.1248125rem;height:11.124125rem;top:23.717449188233rem;left:1.9422743916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkToEGW5yNgAPoQRug3v9klieDlZOFMl { width:20rem;height:4.8125rem;top:3.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #q3bf9hXTWPbfNUJcClKZiCsOUJhTkeCv { width:20rem;height:1.375rem;top:5.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk { width:17.5rem;height:5.59375rem;top:15.124777793884rem;left:1.2500000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#VvLshd1tmVya9mTmk2ZSHTx0zVz0x7wk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #oHisJxtzBK0GI0ylvDhdAyVVSMHfdBn5 { width:20rem;height:28.5rem;top:9.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNkdbDW7JF6O7W3s1E2qZNTmcyJTauF { width:16.25rem;height:1.05625rem;top:12.623685836792rem;left:1.3812933564186rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRCvyKZK5k0fbJ5ViA2uPwSi2UmcJcHf { width:16.311875rem;height:1.05625rem;top:40.125rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG { width:18.6875rem;height:6.65rem;top:42rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#KBrKk53qGH8lMIWOlFKIS5xTrTwTyAtG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #DDQVvup2zdPXdCyhDPq2GzTrae302aLm { width:11.499rem;height:1.05625rem;top:50.4560546875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 { width:17.875rem;height:5.59375rem;top:52.388279003906rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ArfrFJoPMUw9EhmqKOf9JZoRLCN9ETr1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #vTrumTPalhSn11tiFTFtbgUGXwP5hhIL { display:block; }#vTrumTPalhSn11tiFTFtbgUGXwP5hhIL > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLtuG5z90HsV7hx6EOduTBqtQnx4TB8h { width:20rem;height:3.1625rem;top:2.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDfOX2BvO93SP38emo7ClGbNe1abEIXG { width:20rem;height:10.9800625rem;top:12.67013835907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPSLTieFRfwFskSMp6tRDCqFowNT7H2 { width:20rem;height:10.1875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2UJJ9n4LJxdSITwSUynThiR1h2JlmF { width:17.874375rem;height:2.68663125rem;top:8.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ido5TnlQdOxFblcTdftDTzNaVOKbdQzv { width:20rem;height:3.125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoloHMUtinFbwb8t6S8UJgsC8A6z092v { width:15.3125rem;height:0.975rem;top:9.041748046875rem;left:2.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvnE437EWC4g7SgFw2bGp343clRR6SG { width:20rem;height:1.05625rem;top:28.34716796875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkuKr2VpU2bzXpJns3Da2OafT4fG5Bq { width:20rem;height:12.6875rem;top:12.061636924744rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #rTQf2akyL64ZRCvToN2pAxtwM65NkF9d { width:20rem;height:12.6875rem;top:31.5rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT { display:block; }#AnICv7wLVS7T9IoGIaTMzwGrTvxO12pT > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y05Bt3mtdt7xKVOZEoRqTkvp5ScNwoOk { width:20rem;height:11.162125rem;top:25.748291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE1GiSpJrFk2fzGkiZIULu9oSyvkUBbt { width:20rem;height:4.8125rem;top:3rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vdee0Ttvzs34zwlgpoal48Xa4dZopAl9 { width:20rem;height:1.375rem;top:4.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA { width:17.5rem;height:5.28125rem;top:12.1875rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#PEa7leEaa9gy2uuTRa7z4Uf2N8GI8ZbA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 { width:17.7494375rem;height:5.28125rem;top:18.625rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#TufJoIu0P2GuLL1xfqSJlo1mrbGoHDc4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #Z0PBg2rNzyRsZc51XGSHgSULaTdwLAqo { width:17.9368125rem;height:8.45rem;top:40.875rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sCSOmrltKqMl9aFTn1aRwTuUPZVpJzpt { width:20rem;height:28.5rem;top:9.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #M1mfi7zcQwDkUirISWCdaRHfvVO57I8Z { width:20rem;height:15.3125rem;top:34.9375rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #DZeykomXnQ5xNimBxBXUxlgm76D6cvRJ { width:19.75rem;height:10.0625rem;top:51.4990234375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOHkN4DILeePCaK0T6THV5kzadCTgaB { width:16.3745rem;height:4.55rem;top:65.76904296875rem;left:1.8115234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3KWyrwfsncIJlOCPeNVvDfZngJ3dKkH { width:17.06175rem;height:5.6875rem;top:76.6064453125rem;left:1.46728515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhihhkok9fQlD6Xt7gqLhKaz7fSP7XyD { width:16.9995rem;height:4.55rem;top:54.332275390625rem;left:1.95068359375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xKirIT9wkGHr6VpTPkchx28exZC1Hy { width:19.75rem;height:10rem;top:62.9675234375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHA8QZULK68LmDSwTFS0OaeN2Veeef92 { width:19.75rem;height:10rem;top:74.3737734375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhI9x9Iy0KxOtCV1FrgmOTo3tL9vJpOA { width:4.8125rem;height:4.8125rem;top:8.4760284423825rem;left:0.625rem;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) { #xcpPPshdQTmMRe6Lg7uDomMukNqrR2Xi { width:9.75rem;height:1.21875rem;top:6.4117431640625rem;left:6.6246446371081rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { width:18.8125rem;height:2.85rem;top:1.25rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXxv8JTwFQ6kheJ90KH0Lidh6enTMHNV { width:5.3125rem;height:5.3125rem;top:20.554331362247rem;left:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoQLKzNJSra1EpGxHLzcAgP5cIJzieUO { width:5rem;height:5rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7nziaEClX3GJigxNq9mlZ7RhykpF88 { width:4.8117875rem;height:4.8117875rem;top:33.134763717651rem;left:0.62411212921143rem;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) { #fwgz1SOcufmKZJ0miIn60xo7Z31EoTNM { width:5rem;height:5rem;top:57.375rem;left:0.5rem;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) { #IW2cw2Bvw0smQBn2oEH5gsl8mrlofImC { width:6.6868125rem;height:1.21875rem;top:18.892754137516rem;left:6.593217253685rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xNTdTd1EeEmyeH91TLryXEhIcJQUSZkG { width:6.7498125rem;height:1.21875rem;top:44.0625rem;left:5.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KWCw4HRztIC8UpwbqkXqTAd9HNfxU9Z0 { width:10.687125rem;height:1.21875rem;top:57.375rem;left:6.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbH250rde79BL1poMmUlvaVGz3K50P7o { width:12.5rem;height:1.21875rem;top:30.887069702149rem;left:6.0621446371079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gpeB31TJDQcwhPcwuJcbD1GnubHnJC1a { width:12.75rem;height:7.39375rem;top:7.6306762695312rem;left:6.499289393425rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3TWLtT5FM6z4xV6hoJwBo9SVL3DBIMk { width:12.9368125rem;height:7.39375rem;top:20.270749092102rem;left:6.4923647642138rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcxXIvvZ7W1OEVm3CbxxDS2gyAXZU6MT { width:13rem;height:6.3375rem;top:45.375rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWUGClsBQ66vGvAnLdClS8lUNJk7WwNF { width:12.0625rem;height:4.225rem;top:58.6875rem;left:6.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EonRIqVFHG0JaP4FBX6u6iZdqQl0U9UT { width:13.5625rem;height:8.45rem;top:32.055740356445rem;left:5.999289393425rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c7LWGcRI8KWnhyJXlNg8M11f5eAXTvcT { width:20rem;height:10.8125rem;top:42.375rem;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) { #oivV6uurA1hMqyVdDBl54hoGXax60IyU { width:20rem;height:10.8125rem;top:5.35rem;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) { #C1bQIoSnAqbEuRznTvohNTm5NbRfT5l8 { width:20rem;height:10.8125rem;top:17.74375rem;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) { #t9SCcOXhBKfb8rsBLzFs1LCh4KtxblJf { width:20rem;height:10.8125rem;top:54.4375rem;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) { #tE2UPIiDC4J4GWHfnImqmmJW2dgheb6F { width:20rem;height:10.8125rem;top:30.1375rem;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) { #JIE59sBym5Cyphu8pf4T1UX7SLclRPfJ { width:20rem;height:10.125rem;top:66.5rem;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) { #HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo { display:block; }#HPRtwZgQRVTBBaaGtpfrZskpyD11kqVo > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X62mrtPhSF08KwqWmagtiBADX5qHmBAn { width:20rem;height:13rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITT49uBi2k39CUahCTCLAhvxnUO2QMp { width:12.75rem;height:3.65625rem;top:7.0625rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfQk0K0uOUJRoVyeHe90m0v7mkSNDbFz { width:16.25rem;height:5.775rem;top:11.625rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxHmEDkUiDM3216ivzUWOqPBfnoUeeQU { width:20rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFw4yTfw2ynNTfnFrHcnyQH7oTkE6psm { width:20rem;height:12.8125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gGNTv6GySqGtXXOIgDEVR7cpdzC2kB { width:20rem;height:14.6875rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCPtTUkrhaKpz8OZiqdW1k1mRXBPKk8U { width:12.5625rem;height:3.65625rem;top:21.6875rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMAtTGPElkAtItQLWgi4cbQO11MXaQSV { width:14.9375rem;height:5.775rem;top:40.1875rem;left:2.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #becI3yxcqkDyTOZOiTkx8T6D02Ayo5z7 { width:14.125rem;height:3.65625rem;top:35.9375rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9w80TyRZATxD0dHuTWG0hxukB6AHGww { width:17.875rem;height:3.65625rem;top:50.75rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svmZlqiFBUwboOz1bGJFXGgZTbhPcHPZ { width:15.8125rem;height:5.775rem;top:26rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guz7MeTelVEMepCPdLzCrDTbsWHG6Pmk { width:14.25rem;height:7.7rem;top:55.0625rem;left:2.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6xFiPLDLP2Vq15bVkJI1HU4XxO2n2Ql { width:20rem;height:9.0625rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIEaU3gtTP1PB5gyZe8dTRpqq7AU40Q { width:15.1875rem;height:2.68125rem;top:70.4375rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZqZAm4WLqHfKbzzfJi808Fby9ASZrMm { width:14.125rem;height:2.4375rem;top:67.25rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtoQBfaZUtRyABhKZluIv6TV9tCxD5J { width:20rem;height:1.35rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #DHbVBVd8J1smhJxhoMRRA54K5gcTPN9H > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C82cbc9f63128b4de9482640e280fafe.widget-smartsection { display:block; } #C82cbc9f63128b4de9482640e280fafe.widget-smartsection *:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="text"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="email"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection input[type="tel"]:focus-visible, #C82cbc9f63128b4de9482640e280fafe.widget-smartsection textarea:focus-visible { outline: none; } #yv8WQSUJ5ng0IHLxUvAte86r7fT0sXzc > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlPv3zK5qlagxyisD38gOpEsiQTdClnh { background-color:#ffffff;background-image:none;display:block; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { background-color: transparent; background-image: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container > .video-iframe-container { display: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row > .video-iframe-container { display: none; }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .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); }#DlPv3zK5qlagxyisD38gOpEsiQTdClnh > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJWa5s47pFS3VBd4LZpKlv4meEAy1xwZ { width:20rem;height:14.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhzEm2PDgIHZUatTMyEw7JzLTAgVPsMN { width:3.6875rem;height:4.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmVVb1KFGKybkkmuXHB4Z1MyubJbp8k { width:15.625rem;height:3.4375rem;top:11.438541412354rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4HIHdcFiWTgloA6mpFw2mLserIN78K { display:block; }
 }@media only screen and (max-width: 763px) { #w2omJgg0cmaBe51shgI1Va4SXSHHIQgl { width:17.6875rem;height:5.11875rem;top:5.375rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { 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;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:8.625rem;height:1.13769375rem;top:1.25rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTZb6aLiN5PMc361xPyNi8tOHHs97mQH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kTZb6aLiN5PMc361xPyNi8tOHHs97mQH > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP1icdiURpGmqbtR80s1kOpiRvDcCn9F { width:11.0625rem;height:2.25rem;top:0rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4BRIcIsFcUoAeR0yhd0RZWieHzeoXqc { display:block; }
 }