.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;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); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r { 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; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { background-color: transparent; background-image: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container > .video-iframe-container { display: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row > .video-iframe-container { display: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .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); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { border-width: 0; border-radius: 0; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#ZASzia59bGsbkD6GxgCrk9r56mKlZgb2 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:22.6875rem;top:2.375rem;left:18.125rem;display:block; }
#Zh8RZ2740kufmMrLvhdnZbscJuoFMXyq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#d5P03IPhln2A1u5ppzB06Jc2TkT3QUMO { 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:3.625rem;width:15.125rem;top:2.125rem;left:57.75rem;overflow:hidden;display:block; }
#wZgZggXnO0xWbsTI4JsJGGBPfedShh6W { position:absolute;display:block;z-index:15006;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.625rem;width:8.625rem;top:3rem;left:19.375rem;overflow:hidden;display:block; }
#GsZvSoezGlcPr87gskTi2uSITpope1v0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.0625rem;top:3.1875rem;left:29.5rem;overflow:hidden;display:block; }
#a4xoZvIRoQXwU0iUlG93xIROslUDSw9E { position:absolute;display:block;z-index:15008;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.25rem;width:5.4375rem;top:3.5625rem;left:33.375rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/4523d3cd-2839-4c7a-adc9-2c0d8e802cdd/backingforheaders_Soluthead1copia7.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-width: 0; border-radius: 0; }#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:60.5rem;width:75rem;position:relative;display:block; }#tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;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:15003;text-align:center;text-align-last:center;top:4.4365234375rem;left:22.3740234375rem;display:block; }
#sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.4375rem;left:7.4375rem;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.4365234375rem;left:30.2490234375rem;display:block; }
#dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.4365234375rem;left:14.7490234375rem;display:block; }
#agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UH4iMFzNFKVhgOG7ChXAeM4nJw6Std6i { 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.375rem;width:4.375rem;top:22.5625rem;left:4.125rem;overflow:hidden;display:block; }
#cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { color:#662483;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtSmeyCJo0TQQC5ro1zXAVtGP3E0huVW { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.25rem;left:9.8125rem;height:4.2246125rem;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; }
#ZyhOGyTCsDcJJl1AZqfbeoqJZJ8neBsK { position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:5.75rem;border-top-right-radius:5.75rem;border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(202,202,202,0.2) ;height:7.5rem;width:37.125rem;top:20.9375rem;left:1.5625rem;display:block; }
#XZMmikZEfFsotvVhh4NVz4vnAO9igFFO { color:#fafafa;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.625rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AsnEBmTFvlwZCexWbzbqDpnAKiWhW5zU { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(135,211,156,0.32);border-left:0.125rem solid rgba(135,211,156,0.32);border-right:0.125rem solid rgba(135,211,156,0.32);border-bottom:0.125rem solid rgba(135,211,156,0.32);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.0625rem;width:3.6875rem;top:30.3125rem;left:70.25rem;display:block; }
#WnZ3Q5Df9WvEFySHOAy5IqghzmVEwTws { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.25rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:4.4375rem;left:1.5625rem;display:block; }
#QZ3QfWzOffhPdtWfRfF1KTysTxuVdZK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXhqykwpKkpzxg2UgJhlar31uc7fLGGE { position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.8125rem;top:4.966796875rem;left:6.185546875rem;display:block; }
#c71zFlfAngace0TRiOZrO5342h3tN6Jb { position:absolute;display:block;z-index:15089;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99964375rem;width:0.812325rem;top:4.998046875rem;left:13.373046875rem;display:block; }
#b8UM0xTJ7V2nIXhzEFeR9eGHoeo7oCJD { position:absolute;display:block;z-index:15090;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.99875625rem;width:0.812325rem;top:4.998046875rem;left:21.05859375rem;display:block; }
#xVcJ1Mfbvc4DSTcDfpopA7bnrTcve1W8 { position:absolute;display:block;z-index:15091;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.99786875rem;width:0.812325rem;top:4.998046875rem;left:28.99609375rem;display:block; }
#uLcLyCa5bAXrua2b8iFHO5rbJxoB3rIn { color:#585858;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.4375rem;left:9.8125rem;height:3.16845625rem;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; }
#nmT9TPTJWclsd75eggFzdPBumNgIAndW { position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:5.75rem;border-top-right-radius:5.75rem;border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(202,202,202,0.2) ;height:7.5rem;width:37.125rem;top:29.4375rem;left:1.5625rem;display:block; }
#Xr5TwT2bLh8xVd2XdFklWLG6iU35QyTy { 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:4.6875rem;width:4.6875rem;top:31.1875rem;left:3.9375rem;overflow:hidden;display:block; }
#gSypZw7sdPfDDRfcTiZMUia0e7Xpu5Zg { color:#662483;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.875rem;left:9.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQoQz6sTMvzUsdH5IW0qokBB2KJKJ6HV { position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:5.75rem;border-top-right-radius:5.75rem;border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(202,202,202,0.2) ;height:7.5rem;width:37.125rem;top:38.125rem;left:1.5625rem;display:block; }
#zZy6EUnagTE72zSALlnZDg8Bhco3rHaC { color:#585858;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:41.6875rem;left:9.8125rem;height:2.11230625rem;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; }
#Mt9dVcfuSDJkcrnCpt2yBTH8hm7AotBF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:39.5rem;left:3.6875rem;overflow:hidden;display:block; }
#orTAdfeK00GRy0fXSM8IxdtTkAIneVlb { color:#662483;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.125rem;left:9.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9BveTLwEtQPvHMAR6EA8fPiphIMoAeT { position:absolute;display:block;z-index:15142;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:47rem;left:1.875rem;overflow:hidden;display:block; }
#i8abBemegtny6T6wpprnZzdgzuBpNA1H { color:#662483;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15172;line-height:1.4;letter-spacing:0;top:48.8125rem;left:8.6875rem;height:4.19970625rem;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; }
#qAUZJLU3eBR5TiekST4tTErgbRXWSR2P { position:absolute;display:block;z-index:15085;height:29.125rem;width:28.6875rem;top:9.0625004768369rem;left:42.1875rem;display:block; }
#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23fe42d4-e4bb-4f57-8d2f-c27832720d25/Gris41.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6.adaptive-delivery-prevent-bg, #eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6.lazyload, #eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6.lazyloading { background-image: none; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container { background-color: transparent; background-image: none; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container > .video-iframe-container { display: none; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row > .video-iframe-container { display: none; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .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); }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container { border-width: 0; border-radius: 0; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6::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; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#anREgCpkTMVpyD2z0CIDcJ0fhq6pd9Mx { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.1875rem;left:11.3125rem;height:1.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXw5o6lCz8JbvOKiupkxIVMGDweTlW9W { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:10.1875rem;left:40.75rem;height:1.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yftWFfuzGtU1TSdAPBAkNATzfTdNZL88 { color:#585858;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.6875rem;left:5.6875rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2BpEzBR4BUeWNTZfmT27SMAGm1WkVlz { color:#585858;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.1875rem;left:5.6875rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtTIJdew6sOKaeTbzohEnuQN670scJsS { color:#585858;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:30.1875rem;left:5.6875rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdH8Um4s2MUFFTK0mM2Ia8VSp1S3WJr6 { position:absolute;display:block;z-index:15018;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.0625rem solid #59b700;border-left:0.0625rem solid #59b700;border-right:0.0625rem solid #59b700;border-bottom:0.0625rem solid #59b700;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.375rem;width:10.625rem;top:22.625rem;left:62.0625rem;display:block; }
#FV1zKTU6TuFZrog0baCcoKegPfCXXqyb { position:absolute;display:block;z-index:15018;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.0625rem solid #0b2d6f;border-left:0.0625rem solid #0b2d6f;border-right:0.0625rem solid #0b2d6f;border-bottom:0.0625rem solid #0b2d6f;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.375rem;width:10.625rem;top:29.8125rem;left:62.0625rem;display:block; }
#NthcCNbHQd1ERp0OTxow8gVG2JWUa2TZ { position:absolute;display:block;z-index:15055;background-color:#0b2d6f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:31.1875rem;left:72rem;display:block; }
#WbFudKvhX2558g9xdiGKTLhwAeEEIZ5E { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:31.5625rem;left:72.1875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ14ubfGZzAGVL7PhAovbKErIgHRlQ0Z { color:#212121;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:31.125rem;left:62.125rem;height:2.11230625rem;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; }
#oyNA7LNihS9b3PTeo85TTGDWgtNhxyqo { color:#212121;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:23.9375rem;left:62.3125rem;height:2.11230625rem;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; }
#aHfHSx1SRTmFOadq7vlKN0us8eaCxFOk { position:absolute;display:block;z-index:15055;background-color:#12b058;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:23.875rem;left:72.125rem;display:block; }
#E37BtDTPUGVBEkf6CAXZ2lTcfcLPLXFV { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:24.3125rem;left:72.3125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElhCdUbQPNKGZ4TyQGfWu4J6oeyC7lRs { position:absolute;display:block;z-index:15017;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.0625rem solid #ff9d00;border-left:0.0625rem solid #ff9d00;border-right:0.0625rem solid #ff9d00;border-bottom:0.0625rem solid #ff9d00;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.375rem;width:10.625rem;top:15.75rem;left:62.0625rem;display:block; }
#FddMnpshkWv33dJtRVTFFQF08XbHA3m1 { color:#212121;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.416015625rem;left:62.28125rem;height:3.16845625rem;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; }
#FQIOVNqg1R2n9l4cMyJda3TgVf8I8TT5 { position:absolute;display:block;z-index:15054;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:17.1875rem;left:72.125rem;display:block; }
#bfp7iUdnx4ed4HnrrLSPGdVtgBq3kDrI { box-sizing:content-box;color:#585858;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:16.5625rem;left:59.1875rem;display:block; }
#xPvqO8mTQ5UQ2ABnBMewKePNlmaTzqpF { box-sizing:content-box;color:#585858;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:23.4375rem;left:59.3125rem;display:block; }
#oTTp02SrXtNm8AZCCZAUGf7Bza7I1qw4 { box-sizing:content-box;color:#585858;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:30.625rem;left:59.3125rem;display:block; }
#iZKSpneORfRC337ZxNzoHXCPVP5vFSKl { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:17.5625rem;left:72.375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WN3ayIN6cDtzcPe810RZoecKZ4A0RNZG { color:#212121;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:21.4375rem;left:33.625rem;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; }
#Pd82MBUeUggz2VR619e02IBs0OZCmG59 { color:#212121;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:28.125rem;left:33.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JUiLhF03egFZXWm6OZxTKDr70Wvwpk2M { color:#585858;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:26.125rem;left:33.75rem;height:1.7871125rem;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; }
#JWT0Jy4MoAq79TUB1T2MG3xfINFTpTM9 { color:#585858;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:32.0625rem;left:33.625rem;height:1.05615rem;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; }
#y2GU8xtVlGak2K4qrTT2CCbFmEgZpzCM { color:#212121;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:33.3125rem;left:33.625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ueuMTcDXTZx5kwu1pNfsdTDTsH6KMPKx { color:#585858;display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:20.25rem;left:33.625rem;height:1.05615rem;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; }
#wM8dPM1nto9HkyEWVcTe3asAC2yioBtO { color:#212121;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:15.4375rem;left:33.625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gVN5vZ7n5B9ivV1rToJOxrz6xZQBke81 { color:#585858;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:14.4375rem;left:33.625rem;height:1.05615rem;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; }
#yrCiwDGtTvPvAEi1x2nohIpKfgbmZACV { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:16.125rem;left:46.0625rem;height:2.11230625rem;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; }
#kngztMXbdwtMawBFvo6m0PdpZIQgLNSx { color:#212121;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:18.1875rem;left:46.0625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dUOcOibiiBzRvTmGaKPDaJTZe3dHrQNw { position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #951b81, #6d2c74);background-image: -moz-linear-gradient(180deg, #951b81, #6d2c74);background-image: -ms-linear-gradient(180deg, #951b81, #6d2c74);background-image: -o-linear-gradient(180deg, #951b81, #6d2c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );";background-image: linear-gradient(180deg, #951b81, #6d2c74);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:17.1875rem;left:57.625rem;display:block; }
#JXwwTT2lun6948ehtD8k1zDeMr0sEz7T { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:17.625rem;left:57.875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8sIVg519kD4mgu8gnuK7aOm8HNrCtgq { color:#212121;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.6875rem;left:46.1875rem;height:2.11230625rem;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; }
#PGTQDcAomZnJV1UC0N33tnN1oB7yAu4v { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;top:24.5rem;left:58rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJ0giM58hTI2oZRvEXXahn6tzfbGReB0 { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:23.5rem;left:46.1875rem;height:1.05615rem;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; }
#Vvl8zPAQTb3XI2adB7kyRGMibzTecoRs { color:#212121;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:31.75rem;left:46.1875rem;height:2.11230625rem;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; }
#o97DTN6J84e9JNJbQyI1dMqe7CJg0r71 { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:31.568359375rem;left:58rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZ92K33qFV5r9MTAsfArNf47ibnrPLJi { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:30.5625rem;left:46.1875rem;height:1.05615rem;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; }
#zR7F7hxrZVa3lMrCsgIVdlrgDSF6e4cF { color:#585858;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:9.1875rem;left:62.8427734375rem;height:3.16845625rem;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; }
#w1mui1rdkpywtoKWa70rPS45M8a3XeTN { position:absolute;display:block;z-index:15065;background-color:#2b9614;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.625rem;width:1.875rem;top:13.75rem;left:31rem;display:block; }
#KTATH0npQ9CBeC3nITI5TwGKyLvLHIBF { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be1622, #d60b52);background-image: -moz-linear-gradient(90deg, #be1622, #d60b52);background-image: -ms-linear-gradient(90deg, #be1622, #d60b52);background-image: -o-linear-gradient(90deg, #be1622, #d60b52);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1622', endColorstr='#d60b52' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1622', endColorstr='#d60b52' );";background-image: linear-gradient(90deg, #be1622, #d60b52);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.25rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.625rem;width:1.875rem;top:13.75rem;left:1.3125rem;display:block; }
#dOTe5zweMSOMozu4rP03Fv8hBzAzsfmL { position:absolute;display:block;z-index:15067;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.625rem;width:1.5625rem;top:23.25rem;left:31.125rem;overflow:hidden;display:block; }
#hLCObRnD6uoxK49q30MGupXMCBpArs7s { position:absolute;display:block;z-index:15068;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.625rem;width:1.5625rem;top:22.875rem;left:1.46875rem;overflow:hidden;display:block; }
#UpDoISzPf1T6At4XqLltTHZJieBacAFr { box-sizing:content-box;color:#d10000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:9.1875rem;left:6.6875rem;display:block; }
#Rcfystx0I88gpT6PomcRd7ZpRs9mK8RH { box-sizing:content-box;color:#59b700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:9.1875rem;left:36.875rem;display:block; }
#xemM8zX2CENkW8CsepP5KQI6nlUyCvCy { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #951b81, #6d2c74);background-image: -moz-linear-gradient(180deg, #951b81, #6d2c74);background-image: -ms-linear-gradient(180deg, #951b81, #6d2c74);background-image: -o-linear-gradient(180deg, #951b81, #6d2c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );";background-image: linear-gradient(180deg, #951b81, #6d2c74);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:24.125rem;left:57.75rem;display:block; }
#XCux1nzzAEtzBTuQAQ7d8sgakz2V9diC { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #951b81, #6d2c74);background-image: -moz-linear-gradient(180deg, #951b81, #6d2c74);background-image: -ms-linear-gradient(180deg, #951b81, #6d2c74);background-image: -o-linear-gradient(180deg, #951b81, #6d2c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#6d2c74' );";background-image: linear-gradient(180deg, #951b81, #6d2c74);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:31.25rem;left:57.75rem;display:block; }
#gTLUfdw0eJ3yUAShioPT4DykMfrfpO6M { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.34375rem;left:4.21875rem;height:2.69970625rem;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; }
#UEHc16kN3CNFwzbSxpV8hQ35QqVbd6oT { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.34375rem;left:11.21875rem;height:1.79980625rem;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; }
#rCsZBtCAZAHCV6wrLPN3rflaiMqHsNQ6 { color:#212121;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.4375rem;left:18.71875rem;height:2.69970625rem;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; }
#U3xKpMT5rUe5TQHCZg4qNnOKZAcWCShW { 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:2.4375rem;width:22.25rem;top:23.78125rem;left:4.15625rem;overflow:hidden;display:block; }
#aw9bXOilNZ5cysbpwaMT6QHghCWVlo8z { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:26.5625rem;left:3.40625rem;height:0.8999rem;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; }
#rHeOuulUvoUO0ekCuaoSJPRTLGRs4LyK { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:26.5625rem;left:9.40625rem;height:0.8999rem;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; }
#cnCbefMz6tbpPMeTzB8bec6pTVIqlTXu { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:26.5625rem;left:15.5625rem;height:0.8999rem;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; }
#TtqgMJ3mVksSNkfAL0Ipxtr8By7wuGIy { color:#212121;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:26.5625rem;left:21.6875rem;height:0.8999rem;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; }
#AJqHfU578Qmdpnagrb4eZ0bK2VGna82D { position:absolute;display:block;z-index:15072;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.625rem;width:8.125rem;top:31.125rem;left:5.6875rem;overflow:hidden;display:block; }
#KTq3OTwUiKunf2Ge11sWkmxNmklHygQ1 { color:#212121;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:31.875rem;left:14.75rem;height:2.69970625rem;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; }
#RD5b0nn3qPJ1k0ytsTZLPc2ucggXtt5l { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:6.3125rem;width:25.625rem;top:13.8125rem;left:2.5rem;display:block; }
#zG4xdDMh0PDR6xPuWFetQTHkQ6tvFEKX { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:6.3125rem;width:25.625rem;top:21.65625rem;left:2.40625rem;display:block; }
#OKaZXD3Dkdp0WCKUlH59oEAR3WkRXrF5 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:6.875rem;width:25.625rem;top:29.34375rem;left:2.40625rem;display:block; }
#F1HUwrOQxzvJNIRN6Ho9r2TkgCBqAAyd { position:absolute;display:block;z-index:14996;background-color:#e90107;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.4375rem;width:13.75rem;top:9.552734375rem;left:9.8125rem;display:block; }
#EfBWxMxaBBEqKAm1CaUJ4PUFSrTXuyWx { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:12.4375rem;top:13.75rem;left:32.0625rem;display:block; }
#rc65E2PIpOurK1yurPhngNzsKdEMckOk { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:12.4375rem;top:19.625rem;left:32.0625rem;display:block; }
#Dz3QWZdz0O5XDhqf4v0WTZorNHWmbxVa { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:12.4375rem;top:25.5rem;left:32.0625rem;display:block; }
#cJADZcRS6CPckqUIaCUMVrik9txHgNeu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:12.4375rem;top:31.2734375rem;left:31.75rem;display:block; }
#SlCqJKyifKe91SgCyDrUU4QLmAyoVHy7 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;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.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:13.375rem;top:15.5rem;left:45.1875rem;display:block; }
#FnPGoN07MB2WxpfLNohPB83Mh9I5XiMt { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;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.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:13.375rem;top:22.4375rem;left:45.1875rem;display:block; }
#Pd6gC1hTOqXNPTpvfvMqXGWRGUBPoVZd { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;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.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:4.9375rem;width:13.375rem;top:29.5rem;left:45.1875rem;display:block; }
#l5yi9rD8NoZZzl8kZefL5HRTkmUrBcDP { position:absolute;display:block;z-index:14997;background-color:#2b9614;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.4375rem;width:13.75rem;top:9.552734375rem;left:40rem;display:block; }
#zlrDm4V4SvvgG19SPzDNUmoBHOuMEid5 { position:absolute;display:block;z-index:14995;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;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.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:24.875rem;width:75rem;top:12.7958984375rem;left:-0.0625rem;display:block; }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#0e3c5a;display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.5625rem;left:12.78125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG { 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; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { background-color: transparent; background-image: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container > .video-iframe-container { display: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container { display: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .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); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { border-width: 0; border-radius: 0; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#gUFnVUUaJU1tWm1wRr1zEvpamMlfwhLQ { color:#6e6879;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:21.375rem;left:3rem;height:9.505375rem;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; }
#zoNpTexV4fFtN7VpuiphbKJthCeenr8F { color:#585858;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,241,241,0.5);top:6.26953125rem;left:2.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8hup81KvNTsG9k4X17aTB9pt0b70g7E { color:#0e3c5a;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.3125rem;left:2.9375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1lV0KldILNv30BeE8ANseCeguvRiO1c { color:#585858;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.9375rem;height:3.25rem;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; }
#dACJ4BP5R9bhkuT7HVlViRJSWZlOgZft { color:#585858;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.5rem;left:18.3125rem;height:3.25rem;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; }
#MF923DRMT5pkNfgHTqAJNTSZoA7MIbCD { color:#6e6879;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:21.375rem;left:17.03125rem;height:9.505375rem;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; }
#UQ0nOttyy2nQKRTFXwXFJZXFD5OTcRRt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#qOsW6PPAhM4saBmZOAEtDKi0ErE8UDU1 { color:#585858;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6875rem;left:32.4375rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hBdrEWJVQJrvFpImGXVIK6T8GmNrTTvB { color:#6e6879;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:21.375rem;left:32.5625rem;height:7.3930625rem;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; }
#wn2uSv39K3DFRqxFv6FTes0IUmLCS5PC { 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.9375rem;width:3.9375rem;top:10.6875rem;left:35.6875rem;overflow:hidden;display:block; }
#suS5Pdz2WL0KtygdkGWSyX6eGus4t8w4 { color:#585858;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.5rem;left:46.8125rem;height:3.25rem;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; }
#qJSN7mP3pFJrQNmQvMzXrPF2JqevIimc { color:#6e6879;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:21.375rem;left:46.75rem;height:6.3369375rem;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; }
#ziZhJAHyGWAJ5MvvOJPcamVbw1E3I3Xb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:10.9375rem;left:49.8125rem;overflow:hidden;display:block; }
#Fh3t515g6hBUcL02TdRTZJIVuUUlMpPT { color:#585858;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.6875rem;left:61.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:center;text-align-last:center;display:block; }
#vxOymoMNczu0yczh5qNST8KcaF995dvk { color:#6e6879;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:21.375rem;left:61.8125rem;height:8.44925rem;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; }
#JC0yakwWii9C8Ud9PS1NeVazTww3O9Iw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.4375rem;left:64.9375rem;overflow:hidden;display:block; }
#QZ8f0THnZI2OULK6BZvb0vXvWrc14iX7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.375rem;left:6.125rem;overflow:hidden;display:block; }
#pRqu3RFd7Zz24y2u8cE9DrCc0vNTykaI { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:14rem;top:9.25rem;left:1.3125rem;display:block; }
#lvtK19vgXE09cRKAl8NGAvc0KoWBQxpn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:14rem;top:9.25rem;left:16rem;display:block; }
#vyagEfyVchM3HtZbGIt9OKhO1ToAm05V { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:14rem;top:9.25rem;left:30.6875rem;display:block; }
#HO5MoHLw9OIozsI7UfQDX2cDgPiAL3ky { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:14rem;top:9.25rem;left:45.25rem;display:block; }
#Rdb5iZQZoRDJeAAU3NZTspCCNhbocphx { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:14rem;top:9.25rem;left:59.75rem;display:block; }
#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV { 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; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container { background-color: transparent; background-image: none; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container > .video-iframe-container { display: none; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row > .video-iframe-container { display: none; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .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); }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container { border-width: 0; border-radius: 0; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#RVbQDCNgtBtk4AGbs7TGDMxgaVTHWJqf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.0625rem;width:75rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#C0sJM8c29o4BkDHqZfVPM3mP8T1O34iT { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:6.25rem;left:4.1875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b4C88apGZv96SULD67TyZFdy5itcbnIn { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:5.33203125rem;left:26.375rem;height:3.8994125rem;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { 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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { color:#fafafa;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.8125rem;left:11.5rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.8125rem;left:50.96875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWAKNLKpUVhhxE9I3U0gG48UCX0glR8E { position:absolute;display:block;z-index:14999;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.8125rem;width:17.875rem;top:6.8117828369137rem;left:9.81178855896rem;overflow:hidden;display:block; }
#mOsTfEDl4HL2P0B30cfcOkavDzGWfsTF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#U3D3B4qzPxK0IzlxFn1RAhcWINRVzvNg { position:absolute;display:block;z-index:15006;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.375rem;width:4.375rem;top:7.6867980957031rem;left:54.0625rem;overflow:hidden;display:block; }
#setyOzZ9aB8ImNcGbqcw1SvIx032u5e8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:8.125rem;left:67.5625rem;overflow:hidden;display:block; }
#QiWQUTmWNoGlM8OVTeSuVCBJxfXM2oRJ { position:absolute;display:block;z-index:15008;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.375rem;width:4.375rem;top:15.5rem;left:47.625rem;overflow:hidden;display:block; }
#M3VrETOWbO8cbL5Hg1ENGOV98egmkDTX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.375rem;left:60.9375rem;overflow:hidden;display:block; }
#mGrXZyGheA7vrhSe7RfeX9ZlOP48NwR0 { color:#585858;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.3125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tzJTsc7DNmE1m2l5q5TWEa1r6mlBuisd { color:#585858;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:12.3115234375rem;left:54rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#urM0zkaoEAROrrph5x31hN9mAO1LGZLr { color:#585858;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12rem;left:66.875rem;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:center;text-align-last:center;display:block; }
#NiHQT32A0hRybAV6tWaKBiUlF4SH6u3m { color:#585858;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.9990234375rem;left:47.0615234375rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#chzC4WPRIC8lwsuiB791eVTfvdeTvHQP { color:#585858;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.4375rem;left:59.78125rem;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:center;text-align-last:center;display:block; }
#GQHuZ8RKAxMiX3SV3ihTKnhNgssTLRG8 { color:#585858;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.806106567382rem;left:8.71803855896rem;height:1.13720625rem;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; }
#XwKKdTk0Rp80TMvvEcT7eXiC4aee2JM8 { color:#585858;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.2431640625rem;left:7.9052734375rem;height:1.13720625rem;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; }
#yGtE9o2aVmT5JnrpIf9lAxIdrZkhhWrw { color:#585858;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.187133789062rem;left:10.312498092651rem;height:1.13720625rem;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; }
#CLHekvuKwyAQCDkyqii0qmtriKgGfard { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.8125rem;width:16.0625rem;top:2.9375rem;left:10.75rem;display:block; }
#HRxqWODdXDKCK45XxEFgIhEw7UvnLpkW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.8125rem;width:12.5rem;top:2.9375rem;left:49.875rem;display:block; }
#ZNfghM033OFnIr40AhwN8x2I21WNTogG { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.125rem solid #d3e8d3;border-left:0.125rem solid #d3e8d3;border-right:0.125rem solid #d3e8d3;border-bottom:0.125rem solid #d3e8d3;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.0625rem;width:25.25rem;top:10.875rem;left:43.5rem;display:block; }
#QTAqP8kzOtwRkLXIToODgt80eAhAvDzp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #d3e8d3;border-left:0.125rem solid #d3e8d3;border-right:0.125rem solid #d3e8d3;border-bottom:0.125rem solid #d3e8d3;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.0625rem;width:15.25rem;top:18.9375rem;left:48.4375rem;display:block; }
#SfaHBHiXQZ18Keh2hot0XG95NRCMTxqf { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.125rem solid #d3e8d3;border-left:0.125rem solid #d3e8d3;border-right:0.125rem solid #d3e8d3;border-bottom:0.125rem solid #d3e8d3;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:6.75rem;width:27.0625rem;top:12.0625rem;left:42.75rem;display:block; }
#BS7Z9CrzgIvZfO38PVDGI1b7fwiootbZ { 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: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.2) ;height:7.5625rem;width:6.5rem;top:7.75rem;left:40rem;display:block; }
#tEWnw7rFkIh3hbuUBwe8Niz4Xrhxb40i { 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: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.2) ;height:7.562125rem;width:6.4994375rem;top:15.0625rem;left:46.5625rem;display:block; }
#yw1FBEaUDfB54I2SkezSTkpsZdI9uMAv { 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: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.2) ;height:7.562125rem;width:6.4994375rem;top:15.125rem;left:59.9375rem;display:block; }
#ahq9U6VuP37oQ2iNfBlTpfEzJcDbTUV3 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;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.2) ;height:7.562125rem;width:6.4994375rem;top:7.75rem;left:66.5rem;display:block; }
#FOXyJObhiNOmRG3GoSlXoFwrA02cKJb8 { 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: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.2) ;height:7.562125rem;width:6.4994375rem;top:7.6867980957031rem;left:52.936790466309rem;display:block; }
#c5xvJiAS5TVfUUx1iZED3Gktr2dNfLwh { 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: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.2) ;height:2.5rem;width:23.75rem;top:19.618073940277rem;left:6.875rem;display:block; }
#reeDEWUGwe7IcVE7vxpwCTr2sv8RJQ1o { 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: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.2) ;height:2.5rem;width:23.75rem;top:22.561255931854rem;left:6.875rem;display:block; }
#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 { 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; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container { background-color: transparent; background-image: none; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container > .video-iframe-container { display: none; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row > .video-iframe-container { display: none; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .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); }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container { border-width: 0; border-radius: 0; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#oPP86Nq0vZFMvRm2vMmvCQy4oMzeHxVT { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:51.1875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wc0fO0HwTrVcpciCF57owaKxkTwf8dri { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:2.125rem;left:13.1875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgBgZCTehAa4zr8Z7aBrNsqGClmnOhVM { color:#585858;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.125rem;left:12.93678855896rem;height:1.13720625rem;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; }
#HJSXd6DytcPh40bA2AMeVAhrNBp4CgvT { color:#585858;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.69921875rem;left:20.3740234375rem;height:1.13720625rem;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; }
#ss0Xse0hSz2JGk6iTC399GGgVN3eAm3Z { color:#585858;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.875rem;height:1.13720625rem;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; }
#HDH2FvOzTmQsBcIbFKB14TyTv3TbJl0J { color:#585858;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.125rem;left:26.437320709229rem;height:1.13720625rem;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; }
#QzFvQU8fEkG9qQ1izeBqDaGEtgk2kt73 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.31819152832rem;left:40.156246185302rem;height:1.05615rem;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; }
#TnDPE14exM9EqMeDPO1cwgdXpgCuco2l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:9.375rem;top:5.8125rem;left:3.625rem;overflow:hidden;display:block; }
#cALmP5fuK6y9a9aEKGS5pHZlpI0HZrcR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:9.375rem;top:5.625rem;left:10.687143325806rem;overflow:hidden;display:block; }
#bFlIyvIRxQ0XR9RndnTh9agLrcivB2K7 { 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:6.1875rem;width:9.375rem;top:6.9371490478512rem;left:17.624286651611rem;overflow:hidden;display:block; }
#wf5DW4OqkesL5NM8NFu4R9TBdLVQn5xD { position:absolute;display:block;z-index:14999;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:6.1875rem;width:9.375rem;top:5.625rem;left:23.874286651611rem;overflow:hidden;display:block; }
#GaAKBOR0W5cecVFSqc2v1rFtJIlTL6s0 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);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.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.8125rem;width:13.1875rem;top:1.25rem;left:12.1875rem;display:block; }
#k89d2E2pgddztXmwGJX5mmxMP2NdmZuQ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:2.8125rem;width:12.875rem;top:1.25rem;left:49.8125rem;display:block; }
#GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha { position:absolute;display:block;z-index:15022;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.25rem;width:8.75rem;top:7.7613677978512rem;left:38.999465942382rem;display:block; }#GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.adaptive-delivery-prevent-bg, #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.lazyload, #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.lazyloading { background-image: none; }
#Q4Tk3upW465gckp2GZH956iCtdi60RqP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:6.9726543426512rem;left:45.591262817382rem;overflow:hidden;display:block; }
#oKPcQ2QDwE2W2dZs3XDwosXlP3zSeu9A { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;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.2) ;height:4.375rem;width:4.375rem;top:6.5039043426512rem;left:45.026630401611rem;display:block; }
#keZMThmhUd636ePolQMXkfATOcTiRScV { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;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.2) ;height:4.375rem;width:4.375rem;top:6.5rem;left:57.0625rem;display:block; }
#Qf1dfI6PX1DRsgTBr9ufTMCvFdH3trwV { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:7rem;left:57.625rem;overflow:hidden;display:block; }
#XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU { position:absolute;display:block;z-index:15026;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.25rem;width:8.75rem;top:7.75rem;left:51.0625rem;display:block; }#XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.adaptive-delivery-prevent-bg, #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.lazyload, #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.lazyloading { background-image: none; }
#kbPDsx2y6XAmF9NTVdom1Nda6BDsduFp { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:8.3125rem;left:51.875rem;height:1.05615rem;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; }
#qov3PJwddk8SDxhCcFuUKaSEPAFLTyXX { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;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.2) ;height:4.375rem;width:4.375rem;top:6.5rem;left:68.75rem;display:block; }
#ArV9Xe4IZCaIAJ6tweUJ0NlxhnBgn2xe { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:7rem;left:69.3125rem;overflow:hidden;display:block; }
#iadl61U1dVdPAsAUsAAxZylSMEgZHps7 { position:absolute;display:block;z-index:15030;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.25rem;width:8.75rem;top:7.75rem;left:62.75rem;display:block; }#iadl61U1dVdPAsAUsAAxZylSMEgZHps7.adaptive-delivery-prevent-bg, #iadl61U1dVdPAsAUsAAxZylSMEgZHps7.lazyload, #iadl61U1dVdPAsAUsAAxZylSMEgZHps7.lazyloading { background-image: none; }
#iKLtmlF9MiZJz8kNdqLuzllgdFfyHJ06 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:8.3125rem;left:63.9375rem;height:1.13720625rem;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; }
#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 { 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; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { background-color: transparent; background-image: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container > .video-iframe-container { display: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container { display: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .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); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { border-width: 0; border-radius: 0; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#W4AtWAtF3ZZSlxbTxJcGUxT3aN9DbOi1 { color:#6e6879;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:5.125rem;left:21.375rem;height:5.2807625rem;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; }
#FmsByOnlode8sKRxwF4I6B7KyLIJGo1U { color:#585858;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.46875rem;height:3.25rem;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; }
#pNSUN9w8q0yb8zwxKZVTEgq53pwtpNWQ { color:#585858;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9.6875rem;left:39.84375rem;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:center;text-align-last:center;display:block; }
#GFuzBO0nNGSHM44FDWEUaxwrQR5z47z0 { color:#6e6879;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:4.595703125rem;left:54.09375rem;height:6.3369375rem;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; }
#bk3mHJBMAUrfRfOXPCTSSM3hLOutegQh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:4.3125rem;left:44.1875rem;overflow:hidden;display:block; }
#BAyTNNduanV3DuSoM7iQ0a4BCJbTT3gx { color:#585858;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:19.71484375rem;left:40.03125rem;height:3.25rem;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; }
#Bs0Rbyu1RoDy8biR4rFv3litsINzzSgv { color:#6e6879;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.6875rem;left:54.1875rem;height:5.2807625rem;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; }
#STMpTZRmX7SFQcme9wMNFHXWUfKEaDFp { 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.9375rem;width:3.9375rem;top:15.3125rem;left:44.625rem;overflow:hidden;display:block; }
#bxGPXnXm1MyCJxuA4TKNgAf86dW7I8w9 { color:#585858;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.8125rem;height:3.25rem;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; }
#SIUWZBNhUIMXeglgh3svKhpnhTSdsPiV { color:#6e6879;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.15625rem;height:5.2807625rem;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; }
#c1TPrAWfvnFHSkOh71ZnTibpbHklpVXQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:15.625rem;left:10.1875rem;overflow:hidden;display:block; }
#WmapsIdAt5U993Tlr0a2fFtaIbeFxCiz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.25rem;left:8.6875rem;overflow:hidden;display:block; }
#GIeoXUT9690m2bnEzD3oeTk8i7hCzdlp { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:9.5625rem;width:34.5625rem;top:3.125rem;left:1.9375rem;display:block; }
#HQRpBIm823aXd2i5imhZQg0wStsN4BaO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:9.5625rem;width:34.5625rem;top:3.125rem;left:38.5rem;display:block; }
#lazuBaBT7F7q6RzOTfMb4b2uqyxPitFK { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:9.5625rem;width:34.5625rem;top:14.4375rem;left:1.9375rem;display:block; }
#FGKfvUarTNnTolkp2uyKPfFahmvSSBQa { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(175deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(175deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:9.5625rem;width:34.5625rem;top:14.25rem;left:38.5rem;display:block; }
#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi { 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; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { background-color: transparent; background-image: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container > .video-iframe-container { display: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row > .video-iframe-container { display: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .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); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { border-width: 0; border-radius: 0; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq { 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; }#UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq.adaptive-delivery-prevent-bg, #UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq.lazyload, #UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq.lazyloading { background-image: none; }
#wdTsehgEgHohOkZNucEPtKyvAMhaE3FW { 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; }
#mzJK9226IiThCs3nR8PLPG9sh2AQEX6V { 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; }
#ChIQAicPlpNTk0pDcwzSuDhI32Dc24oL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxSFEfqQ6xt2yTgXpGPorrWJ4dpkiONa { 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.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo { 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; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container { background-color: transparent; background-image: none; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container > .video-iframe-container { display: none; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row > .video-iframe-container { display: none; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .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); }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container { border-width: 0; border-radius: 0; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { color:#0e3c5a;display:block;width:44.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.25rem;left:15.1875rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ivw74qCre4dJ6Cyf5S54MxL3u8CIKkyV { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.625rem;width:22.8125rem;top:8.2494659423825rem;left:26.124820709229rem;display:block; }
#w23l9dxd1JG7uenKDB3UzRGGnW4t6TdT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.625rem;width:22.8125rem;top:8.2494659423825rem;left:51.124816894531rem;display:block; }
#TfSL5Dk9JzvR6f2f9PyJo673GM1D0W5P { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.625rem;width:22.8125rem;top:8.2494659423825rem;left:1.0617885589599rem;display:block; }
#ivHlFgIbJly4mTrq6udx33cbaTkRTHyx { color:#1c1b1b;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.186965942382rem;left:2.3748226165771rem;height:2.625rem;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; }
#OUHfsuB0SDX1a77QrllC1mHCMLZ2H6MC { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:14.186965942382rem;left:52.374816894531rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IEzBNrkIpiwGoTBDFU5QaH2TZz5ozT8r { color:#0e3c5a;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:10.436965942382rem;left:6.4373207092288rem;height:2.25rem;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; }
#rp8kww2OpNKONt4eSMGxFp31LQCdv1kv { color:#0e3c5a;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:10.436965942382rem;left:31.937141418457rem;height:2.25rem;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; }
#rWIt26aXAvHdhmpszTC5st5qB19QaM61 { color:#0e3c5a;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:10.4365234375rem;left:56.4990234375rem;height:2.25rem;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; }
#eqaJvWaySPHnpKPB8Ck6eeUes3FVIr1L { position:absolute;display:block;z-index:15011;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.625rem;width:3.625rem;top:9.6867828369137rem;left:27.436965942382rem;overflow:hidden;display:block; }
#NBdbtvg2VDMKA8J9CtvxF2ToNrWsD0de { 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:3.625rem;width:3.625rem;top:9.3121337890625rem;left:52.374816894531rem;overflow:hidden;display:block; }
#kZFnukHqbfmrhTgh9Wr0v5KNtKeH1iOZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:9.6867828369137rem;left:2.3748226165771rem;overflow:hidden;display:block; }
#MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG { color:#212121;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:17.1240234375rem;left:27.4365234375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
#kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB { color:#212121;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:17.1865234375rem;left:52.3740234375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
#LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv { color:#212121;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:17.1865234375rem;left:2.3740234375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
#E7fPF2MAuNMqPUnDa3OpioiTPNfERhwz { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:14.186965942382rem;left:27.436965942382rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib { 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; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container { background-color: transparent; background-image: none; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container > .video-iframe-container { display: none; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row > .video-iframe-container { display: none; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .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); }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container { border-width: 0; border-radius: 0; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#otpzdMAMG5BUqK08uxXPH5kfmcgRK0cD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.0625rem;width:75rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#Gas6wGHHi5gLBTeU5DuZeMd1Ol25IDg9 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.34375rem;left:4.0625rem;height:4.125rem;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; }
#B3yrRQR7tWztPDJO8cCVsNc8uzaAegIP { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:5.0078125rem;left:36.9375rem;height:5.19921875rem;display:block; }
#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 { 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; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { background-color: transparent; background-image: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container > .video-iframe-container { display: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row > .video-iframe-container { display: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .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); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { border-width: 0; border-radius: 0; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#l6EyqqTQdLsHgD880vHr0txOEtSQIoTb { position:absolute;display:block;z-index:15094;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.2) ;height:7.5rem;width:7.5rem;top:17.441040039062rem;left:53.374290466309rem;overflow:hidden;display:block; }
#fl5urL9zKAlukN26cwfPw32T1tQ0FG4B { position:absolute;display:block;z-index:15093;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.2) ;height:7.5rem;width:7.5rem;top:17.441040039062rem;left:66.436431884762rem;overflow:hidden;display:block; }
#pGIZWzTiEnPPX3Pcpt47z3pmClHKf7tD { position:absolute;display:block;z-index:15092;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.2) ;height:7.5rem;width:7.5rem;top:17.441040039062rem;left:40.309658050537rem;overflow:hidden;display:block; }
#xHCTsIFxNRpDFqLEmlAnst02LoEmTTxk { position:absolute;display:block;z-index:15091;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.2) ;height:7.5rem;width:7.5rem;top:17.441040039062rem;left:26.937145233154rem;overflow:hidden;display:block; }
#te5VNf2gAORG3hc7LCqdTK6ANN2BkaKZ { position:absolute;display:block;z-index:15090;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.2) ;height:7.5rem;width:7.5rem;top:17.441040039062rem;left:13.934658050537rem;overflow:hidden;display:block; }
#p3mW77Dq1S0kVinumaSPKChwMhil3GTZ { position:absolute;display:block;z-index:15089;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.2) ;height:7.375rem;width:7.375rem;top:17.473907470703rem;left:1.0600128173828rem;overflow:hidden;display:block; }
#V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { position:absolute;display:block;z-index:15014;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.2) ;height:7.5rem;width:7.5rem;top:3.0625rem;left:1.0617885589599rem;overflow:hidden;display:block; }
#DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { position:absolute;display:block;z-index:15015;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.2) ;height:7.5rem;width:7.5rem;top:3.0625rem;left:13.937320709229rem;overflow:hidden;display:block; }
#nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { position:absolute;display:block;z-index:15016;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.2) ;height:7.5rem;width:7.5rem;top:3.0623168945312rem;left:26.937145233154rem;overflow:hidden;display:block; }
#MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { color:#12b058;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.661041259766rem;left:0rem;height:1.05615rem;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; }
#qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.661041259766rem;left:13.873401641846rem;height:1.05615rem;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; }
#JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.661041259766rem;left:26.937145233154rem;height:1.05615rem;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; }
#IygafI40nOgOKFdZp430CWQSKyeoFXy4 { position:absolute;display:block;z-index:15015;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.2) ;height:7.5rem;width:7.5rem;top:3.0619812011719rem;left:40.312320709229rem;overflow:hidden;display:block; }
#DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { position:absolute;display:block;z-index:15016;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.2) ;height:7.5rem;width:7.5rem;top:3.0619812011719rem;left:53.311256408691rem;overflow:hidden;display:block; }
#o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { position:absolute;display:block;z-index:15017;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.2) ;height:7.5rem;width:7.5rem;top:3.0619812011719rem;left:66.562141418456rem;overflow:hidden;display:block; }
#lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { color:#12b058;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.998046875rem;left:65.7490234375rem;height:2.11230625rem;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; }
#iogWgBgGdo3Z2BQV0eJxcRTGa707fRgH { color:#12b058;display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.0615234375rem;left:40.8720703125rem;height:2.11230625rem;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; }
#PTEPFfuOndwCaqyDsPVzF47JXEP207eP { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.623046875rem;left:53.25rem;height:1.05615rem;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; }
#oagsJqCMMKsafHbFJ7GTsinIvVacypdm { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.2) ;height:11.6875rem;width:9.625rem;top:2.0309143066406rem;left:0rem;display:block; }
#uXN6Hkm5lfX24rmboGIbkg5geUHPLkKf { 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: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.2) ;height:11.6875rem;width:9.625rem;top:2.0309143066406rem;left:12.874643325806rem;display:block; }
#GXuSDp4W2hvoUfZ34mMa87lFaGvKhJzo { 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: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.2) ;height:11.6875rem;width:9.625rem;top:2.0309143066406rem;left:25.999645233154rem;display:block; }
#vbu6IuNueVgCmzcOQGTnmbRovRdRL2tE { 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: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.2) ;height:11.6875rem;width:9.625rem;top:2.0303649902344rem;left:39.248756408691rem;display:block; }
#N9vCmyhBJrw4fCXPP9pMFv15v1rSgPQ4 { 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: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.2) ;height:11.6875rem;width:9.6244375rem;top:2.0294799804688rem;left:52.310722351074rem;display:block; }
#D8wFFAyvfZtQmAKrfuu9X7r0LNxu8cRM { 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: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.2) ;height:11.6875rem;width:9.6235625rem;top:2.02947473526rem;left:65.376419067381rem;display:block; }
#xArNzzAPomqriG6pbFRTfBGUJ5Lg39Cf { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.625rem;top:16.385467529297rem;left:-0.061258316040039rem;display:block; }
#eUm350cA5BggicBDwmngZvReADGxHBok { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.625rem;top:16.385467529297rem;left:12.812498092651rem;display:block; }
#M7P2uQDfNxC1CulJhFsGpDxc29nZ9SKf { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.625rem;top:16.385467529297rem;left:25.9375rem;display:block; }
#zn4DlrghiFwQqUMbTQ2kOUda4dWVdvwF { color:#12b058;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.954010009766rem;left:-0.061258316040039rem;height:1.05615rem;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; }
#p8lc2oRWfDX0L0OsPoc2XVnsuSmPi3AT { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:25.954010009766rem;left:13.812143325806rem;height:1.05615rem;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; }
#RaMKmgo3dWUGCH7wZHTTub2lKMNr9uSH { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.954010009766rem;left:26.875rem;height:1.05615rem;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; }
#VbFadsL6cdUq38D6y2BVnEIyMWhQh8b9 { color:#12b058;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.915832519531rem;left:40.624820709229rem;height:1.05615rem;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; }
#M5ySkXHO9FAJ2ylRT4IZHErvNnITxonI { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.625rem;top:16.385467529297rem;left:39.187496185302rem;display:block; }
#nMonTahvP43ZzGE2IJrNB4RNw1hOIV2h { color:#12b058;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:25.916717529297rem;left:53.187850952149rem;height:1.05615rem;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; }
#aTuQogtTdCw9iJv2kfzFf0kvMvNs8MRr { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.6244375rem;top:16.383697509766rem;left:52.248573303222rem;display:block; }
#HD2QmaXrUUhvN6AgptfsILWQhaaG7FIi { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;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.2) ;height:11.6875rem;width:9.6235625rem;top:16.383697509766rem;left:65.314270019531rem;display:block; }
#q2Dn2As5GVeqCSAMVhqkl27sxMa3JeGb { color:#12b058;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:25.916717529297rem;left:65.812316894531rem;height:1.05615rem;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; }
#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { 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; }#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:30.0625rem;width:75rem;position:relative;display:block; }#k5mpFctowl4yI0iVxGfVkGyirSyOKXvK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c342, #12b058);background-image: -moz-linear-gradient(180deg, #00c342, #12b058);background-image: -ms-linear-gradient(180deg, #00c342, #12b058);background-image: -o-linear-gradient(180deg, #00c342, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c342', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c342', endColorstr='#12b058' );";background-image: linear-gradient(180deg, #00c342, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.12464375rem;width:39.3119375rem;top:3.4774494171142rem;left:17.936786651611rem;display:block; }
#TN3SwR4t8TrHO42bxJ65UwrOuwOKHxvP { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.994140625rem;left:24.778053283691rem;height:3.0874rem;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; }
#MSPym6IC1HsZaoUQrzQfZdVTwFPBcZ9q { color:#212121;display:block;width:24.249rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0.5rem #ffffff;top:9.3173828125rem;left:25.466796875rem;height:1.2999125rem;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; }
#LUZZBVO4nfkrJoF4w2qaIflQgRGpiJST { position:absolute;display:block;z-index:15013;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:5.499825rem;width:6.25rem;top:14.75rem;left:25.8125rem;overflow:hidden;display:block; }
#SPH110BKZEgtQ7WLHZmpH04W1iryu3JO { position:absolute;display:block;z-index:15012;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:5.7492875rem;width:6.5625rem;top:14.625rem;left:42.875rem;overflow:hidden;display:block; }
#H4TaskUZAeX07g2sHmbpHJ3N8wCuArOc { color:#662483;display:block;width:12.9368125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.5625rem;left:22.4375rem;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; }
#g0cwdxt9wHHB7y6v5bTe0ti6TR7qNLFa { color:#212121;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:22.4375rem;height:2.11230625rem;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; }
#AS2zbmhQfGgeh7ob6Ni9kPtC1CPCSEdz { color:#662483;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.875rem;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; }
#VTNQTrTAiBHtRvy9qJ1B6lm3CBHzIyWm { color:#212121;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39.875rem;height:2.11230625rem;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; }
#XZkufG1cZMGTq6Qft9gGgpEQ4Pv1vqID { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.875rem;width:16rem;top:13.625rem;left:20.9375rem;display:block; }
#mLCT2GOhpWZn3rTToZPT6CDJT0Neak7c { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.874625rem;width:15.999625rem;top:13.625rem;left:38.25rem;display:block; }
#CA7O7afpxTMFq0PTg4b61mEputbIsMJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment: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; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU.adaptive-delivery-prevent-bg, #CA7O7afpxTMFq0PTg4b61mEputbIsMJU.lazyload, #CA7O7afpxTMFq0PTg4b61mEputbIsMJU.lazyloading { background-image: none; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container { background-color: transparent; background-image: none; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,179,67,0.31); }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container > .video-iframe-container { display: none; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,179,67,0.31); }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row > .video-iframe-container { display: none; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .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); }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container { border-width: 0; border-radius: 0; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU::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; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#A7oydKxww1Ls5TadqOMxhJNrfxisuNEl { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:9.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:51.25rem;height:12.9184375rem;display:block; }
#kFQOBd63VVth6oXivQ6dDwOsmKnaVMQM { color:#212121;display:block;width:12.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:5.765625rem;left:35.03125rem;height:6.9043125rem;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; }
#k80NTDt0U7Jhvt5B6G9gRv1gyscCa5Kl { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:9.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:25.5625rem;height:12.9184375rem;display:block; }
#vLXpcBSm2hP6sIG0CQzD1efXzPvbQNWE { color:#212121;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:5.765625rem;left:59.625rem;height:6.9043125rem;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; }
#pRu6Hvl3rtzQseBrMWBSm8aAa93LA7As { color:#212121;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:4.3857421875rem;left:7.4375rem;height:9.666rem;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; }
#efoxHLoen05plwPQyzpth6Leu8eGJZLs { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:montserrat;font-size:9.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.8125rem;height:12.9184375rem;display:block; }
#OnSoGAEoxH5HL6QDbcDmOkF4RBQKZWlw { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.6875rem;width:17.1875rem;top:3.3125rem;left:6.0625rem;display:block; }
#aSPXXq4h6iT1NH11Tq7W4w4hQ8CSTQq6 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.6875rem;width:15.8125rem;top:3.3125rem;left:33.0625rem;display:block; }
#zlgEPfaSaNtn9oQUhfPigh6w0HQPpd0J { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.6875rem;width:15.8125rem;top:3.3125rem;left:58.4375rem;display:block; }
#iPLfiiqJHOnt1fRkEnbQ5JGv6RZsTCuf { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:11.6875rem;width:17.1875rem;top:2.5rem;left:6.0625rem;display:none; }
#ZqR5MT0QF9mGD6JacxvtBKxtgqLvTnZO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:11.6875rem;width:17.1875rem;top:2.5rem;left:6.0625rem;display:none; }
#hA8Mn57EtDqzJcrTGFaDloK56wZLM1pe { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:11.6875rem;width:17.1875rem;top:2.5rem;left:6.0625rem;display:none; }
#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { 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; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { background-color: transparent; background-image: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container > .video-iframe-container { display: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container { display: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .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); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { border-width: 0; border-radius: 0; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.6875rem;left:3.75rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0to2zO974psIcnLvT3uz2XFLLa584z6 { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.6875rem;left:41.1875rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R { color:#212121;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:8.9365234375rem;left:41.0615234375rem;height:22.671875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
#liCZ9GFwJfi35S01GydSpaqM0glkQTV2 { color:#212121;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:9.9998168945312rem;left:3.6869659423828rem;height:20.69725rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#liCZ9GFwJfi35S01GydSpaqM0glkQTV2 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#liCZ9GFwJfi35S01GydSpaqM0glkQTV2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
#kfh8P3hekDRm6bCxRi53y6bV6lA5o1E2 { position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:26.25rem;width:36.125rem;top:7.1869812011719rem;left:38.437496185302rem;display:block; }
#JB1ivdHCnTCmTF8iU6nbSQOCvDrT9Im4 { position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:0rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:26.25rem;width:36.125rem;top:7.25rem;left:1rem;display:block; }
#vA5vBDatsxzllATluRekf08BX9wr9Q83 { position:absolute;display:block;z-index:15000;background-color:#68ba96;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.6875rem;width:29.25rem;top:3.3125rem;left:1rem;display:block; }#vA5vBDatsxzllATluRekf08BX9wr9Q83.adaptive-delivery-prevent-bg, #vA5vBDatsxzllATluRekf08BX9wr9Q83.lazyload, #vA5vBDatsxzllATluRekf08BX9wr9Q83.lazyloading { background-image: none; }
#DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q { position:absolute;display:block;z-index:15001;background-color:#68ba96;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.6875rem;width:30.25rem;top:3.3125rem;left:38.4375rem;display:block; }#DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q.adaptive-delivery-prevent-bg, #DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q.lazyload, #DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q.lazyloading { background-image: none; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container { background-color: transparent; background-image: none; }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container > .video-iframe-container { display: none; }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row > .video-iframe-container { display: none; }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .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); }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container { border-width: 0; border-radius: 0; }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#b9eb171bfc878f1275ded6bd5ea075fe.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; }#b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.adaptive-delivery-prevent-bg, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.lazyload, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.lazyloading { background-image: none; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container { background-color: transparent; background-image: none; }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container > .video-iframe-container { display: none; }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row > .video-iframe-container { display: none; }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .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); }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container { border-width: 0; border-radius: 0; }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L { 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; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { background-color: transparent; background-image: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container > .video-iframe-container { display: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row > .video-iframe-container { display: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .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); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { border-width: 0; border-radius: 0; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.25rem;left:5.75rem;display:block; }#pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy.adaptive-delivery-prevent-bg, #pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy.lazyload, #pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy.lazyloading { background-image: none; }
#QPoKGMVbif4ToSfgNiWXHTpyxnTHrp7B { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.25rem;left:7.0625rem;overflow:hidden;display:block; }
#Te1xJbdeQUWXnbb7BgfK3o178p8dLp6a { 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.375rem;left:50.8125rem;display:block; }
#z9Jv7XxBbaSDzwhkaubJSlGyuLtzZsJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJWNTUsD7U78fIGU2wQyJ0VsD5skNdMk { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:23rem;height:3.8994125rem;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:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#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: rgba(0,0,0,0); }#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: rgba(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.187141418457rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE { background-color: transparent; background-image: none; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row .container > .video-iframe-container { display: none; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row > .video-iframe-container { display: none; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .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); }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE { border-width: 0; border-radius: 0; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .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; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .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; }#C0XNeDFJL8luk7aTRdKTvt5EC9yr1eTI { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#dy4MIssOE8RappJ6ndfv3dPCCyc7lvRt { 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) { #LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r { display:block; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZASzia59bGsbkD6GxgCrk9r56mKlZgb2 { top:2.375rem;left:4.5rem;width:22.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8RZ2740kufmMrLvhdnZbscJuoFMXyq { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5P03IPhln2A1u5ppzB06Jc2TkT3QUMO { top:2.125rem;left:30.5rem;width:15.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgZggXnO0xWbsTI4JsJGGBPfedShh6W { top:3rem;left:5.75rem;width:8.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZvSoezGlcPr87gskTi2uSITpope1v0 { top:3.1875rem;left:15.875rem;width:3.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xoZvIRoQXwU0iUlG93xIROslUDSw9E { top:3.5625rem;left:19.75rem;width:5.4375rem;height:1.25rem;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.75rem;left:0rem;width:32.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:6.625rem;height:2.25rem;top:4.375rem;left:8.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:6rem;height:2.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:8.375rem;height:2.25rem;top:4.375rem;left:16.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { width:6.5625rem;height:2.25rem;top:4.375rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block; }
 }@media only screen and (max-width: 763px) { #UH4iMFzNFKVhgOG7ChXAeM4nJw6Std6i { top:22.5625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { top:21.6875rem;left:0rem;width:13.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSmeyCJo0TQQC5ro1zXAVtGP3E0huVW { top:23.25rem;left:0rem;width:28.0625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyhOGyTCsDcJJl1AZqfbeoqJZJ8neBsK { width:37.125rem;height:7.5rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMmikZEfFsotvVhh4NVz4vnAO9igFFO { top:7.6875rem;left:0rem;width:41.5625rem;height:5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsnEBmTFvlwZCexWbzbqDpnAKiWhW5zU { top:30.3125rem;left:43.8125rem;width:3.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnZ3Q5Df9WvEFySHOAy5IqghzmVEwTws { width:4.8125rem;height:2.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3QfWzOffhPdtWfRfF1KTysTxuVdZK2 { display:block; }
 }@media only screen and (max-width: 763px) { #fXhqykwpKkpzxg2UgJhlar31uc7fLGGE { top:4.9375rem;left:0rem;width:0.8125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c71zFlfAngace0TRiOZrO5342h3tN6Jb { top:4.9375rem;left:0rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8UM0xTJ7V2nIXhzEFeR9eGHoeo7oCJD { top:4.9375rem;left:7.43359375rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVcJ1Mfbvc4DSTcDfpopA7bnrTcve1W8 { top:4.9375rem;left:15.37109375rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLcLyCa5bAXrua2b8iFHO5rbJxoB3rIn { top:32.4375rem;left:0rem;width:26.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmT9TPTJWclsd75eggFzdPBumNgIAndW { width:37.125rem;height:7.5rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5TwT2bLh8xVd2XdFklWLG6iU35QyTy { top:31.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSypZw7sdPfDDRfcTiZMUia0e7Xpu5Zg { top:30.875rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQoQz6sTMvzUsdH5IW0qokBB2KJKJ6HV { width:37.125rem;height:7.5rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZy6EUnagTE72zSALlnZDg8Bhco3rHaC { top:41.6875rem;left:0rem;width:20.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9dVcfuSDJkcrnCpt2yBTH8hm7AotBF { top:39.5rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTAdfeK00GRy0fXSM8IxdtTkAIneVlb { top:40.125rem;left:0rem;width:16.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9BveTLwEtQPvHMAR6EA8fPiphIMoAeT { top:47rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8abBemegtny6T6wpprnZzdgzuBpNA1H { top:48.8125rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAUZJLU3eBR5TiekST4tTErgbRXWSR2P { top:9.0625rem;left:19.0625rem;width:28.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 { display:block; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anREgCpkTMVpyD2z0CIDcJ0fhq6pd9Mx { top:10.1875rem;left:0rem;width:11.25rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXw5o6lCz8JbvOKiupkxIVMGDweTlW9W { top:10.1875rem;left:27.125rem;width:12.25rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yftWFfuzGtU1TSdAPBAkNATzfTdNZL88 { top:14.6875rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2BpEzBR4BUeWNTZfmT27SMAGm1WkVlz { top:22.1875rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtTIJdew6sOKaeTbzohEnuQN670scJsS { top:30.1875rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdH8Um4s2MUFFTK0mM2Ia8VSp1S3WJr6 { top:22.625rem;left:37rem;width:10.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV1zKTU6TuFZrog0baCcoKegPfCXXqyb { top:29.8125rem;left:37rem;width:10.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NthcCNbHQd1ERp0OTxow8gVG2JWUa2TZ { top:31.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbFudKvhX2558g9xdiGKTLhwAeEEIZ5E { top:31.5625rem;left:46.3125rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ14ubfGZzAGVL7PhAovbKErIgHRlQ0Z { top:31.125rem;left:37.25rem;width:10.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyNA7LNihS9b3PTeo85TTGDWgtNhxyqo { top:23.9375rem;left:37.5rem;width:10.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHfHSx1SRTmFOadq7vlKN0us8eaCxFOk { top:23.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37BtDTPUGVBEkf6CAXZ2lTcfcLPLXFV { top:24.3125rem;left:46.3125rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhCdUbQPNKGZ4TyQGfWu4J6oeyC7lRs { top:15.75rem;left:37rem;width:10.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FddMnpshkWv33dJtRVTFFQF08XbHA3m1 { top:16.375rem;left:37.4375rem;width:10.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQIOVNqg1R2n9l4cMyJda3TgVf8I8TT5 { top:17.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfp7iUdnx4ed4HnrrLSPGdVtgBq3kDrI { top:16.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPvqO8mTQ5UQ2ABnBMewKePNlmaTzqpF { top:23.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTp02SrXtNm8AZCCZAUGf7Bza7I1qw4 { top:30.625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZKSpneORfRC337ZxNzoHXCPVP5vFSKl { top:17.5625rem;left:46.3125rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN3ayIN6cDtzcPe810RZoecKZ4A0RNZG { top:21.4375rem;left:20rem;width:10.625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd82MBUeUggz2VR619e02IBs0OZCmG59 { top:28.125rem;left:20.125rem;width:10.3125rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUiLhF03egFZXWm6OZxTKDr70Wvwpk2M { top:26.125rem;left:20.125rem;width:9.5625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWT0Jy4MoAq79TUB1T2MG3xfINFTpTM9 { top:32.0625rem;left:20rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2GU8xtVlGak2K4qrTT2CCbFmEgZpzCM { top:33.3125rem;left:20rem;width:10.125rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueuMTcDXTZx5kwu1pNfsdTDTsH6KMPKx { top:20.25rem;left:20rem;width:6.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM8dPM1nto9HkyEWVcTe3asAC2yioBtO { top:15.4375rem;left:20rem;width:9.5625rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVN5vZ7n5B9ivV1rToJOxrz6xZQBke81 { top:14.4375rem;left:20rem;width:8.8125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrCiwDGtTvPvAEi1x2nohIpKfgbmZACV { top:16.125rem;left:32.4375rem;width:12.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngztMXbdwtMawBFvo6m0PdpZIQgLNSx { top:18.1875rem;left:32.4375rem;width:12rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUOcOibiiBzRvTmGaKPDaJTZe3dHrQNw { top:17.1875rem;left:44rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXwwTT2lun6948ehtD8k1zDeMr0sEz7T { top:17.625rem;left:44.25rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sIVg519kD4mgu8gnuK7aOm8HNrCtgq { top:24.6875rem;left:32.5625rem;width:11.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGTQDcAomZnJV1UC0N33tnN1oB7yAu4v { top:24.5rem;left:44.375rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ0giM58hTI2oZRvEXXahn6tzfbGReB0 { top:23.5rem;left:32.5625rem;width:12.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvl8zPAQTb3XI2adB7kyRGMibzTecoRs { top:31.75rem;left:32.5625rem;width:12.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o97DTN6J84e9JNJbQyI1dMqe7CJg0r71 { top:31.5625rem;left:44.375rem;width:1.4375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ92K33qFV5r9MTAsfArNf47ibnrPLJi { top:30.5625rem;left:32.5625rem;width:12.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7F7hxrZVa3lMrCsgIVdlrgDSF6e4cF { top:9.1875rem;left:36.4375rem;width:11.3125rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mui1rdkpywtoKWa70rPS45M8a3XeTN { top:13.75rem;left:17.375rem;width:1.875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTATH0npQ9CBeC3nITI5TwGKyLvLHIBF { top:13.75rem;left:0rem;width:1.875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTe5zweMSOMozu4rP03Fv8hBzAzsfmL { top:23.25rem;left:17.5rem;width:1.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLCObRnD6uoxK49q30MGupXMCBpArs7s { top:22.875rem;left:0rem;width:1.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpDoISzPf1T6At4XqLltTHZJieBacAFr { top:9.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcfystx0I88gpT6PomcRd7ZpRs9mK8RH { top:9.1875rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xemM8zX2CENkW8CsepP5KQI6nlUyCvCy { top:24.125rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCux1nzzAEtzBTuQAQ7d8sgakz2V9diC { top:31.25rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLUfdw0eJ3yUAShioPT4DykMfrfpO6M { top:16.3125rem;left:0rem;width:6rem;height:2.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEHc16kN3CNFwzbSxpV8hQ35QqVbd6oT { top:16.3125rem;left:0rem;width:6rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCsZBtCAZAHCV6wrLPN3rflaiMqHsNQ6 { top:16.4375rem;left:5.09375rem;width:7.9375rem;height:2.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3xKpMT5rUe5TQHCZg4qNnOKZAcWCShW { top:23.75rem;left:0rem;width:22.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw9bXOilNZ5cysbpwaMT6QHghCWVlo8z { top:26.5625rem;left:0rem;width:6rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHeOuulUvoUO0ekCuaoSJPRTLGRs4LyK { top:26.5625rem;left:0rem;width:6rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCbefMz6tbpPMeTzB8bec6pTVIqlTXu { top:26.5625rem;left:1.9375rem;width:6rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqgMJ3mVksSNkfAL0Ipxtr8By7wuGIy { top:26.5625rem;left:8.0625rem;width:6rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJqHfU578Qmdpnagrb4eZ0bK2VGna82D { top:31.125rem;left:0rem;width:8.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTq3OTwUiKunf2Ge11sWkmxNmklHygQ1 { top:31.875rem;left:1.125rem;width:11rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD5b0nn3qPJ1k0ytsTZLPc2ucggXtt5l { width:25.625rem;height:6.3125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4xdDMh0PDR6xPuWFetQTHkQ6tvFEKX { width:25.625rem;height:6.3125rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKaZXD3Dkdp0WCKUlH59oEAR3WkRXrF5 { width:25.625rem;height:6.875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HUwrOQxzvJNIRN6Ho9r2TkgCBqAAyd { top:9.5rem;left:0rem;width:13.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBWxMxaBBEqKAm1CaUJ4PUFSrTXuyWx { width:12.4375rem;height:4.9375rem;top:13.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc65E2PIpOurK1yurPhngNzsKdEMckOk { width:12.4375rem;height:4.9375rem;top:19.625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz3QWZdz0O5XDhqf4v0WTZorNHWmbxVa { width:12.4375rem;height:4.9375rem;top:25.5rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJADZcRS6CPckqUIaCUMVrik9txHgNeu { width:12.4375rem;height:4.9375rem;top:31.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlCqJKyifKe91SgCyDrUU4QLmAyoVHy7 { width:13.375rem;height:4.9375rem;top:15.5rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnPGoN07MB2WxpfLNohPB83Mh9I5XiMt { width:13.375rem;height:4.9375rem;top:22.4375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd6gC1hTOqXNPTpvfvMqXGWRGUBPoVZd { width:13.375rem;height:4.9375rem;top:29.5rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5yi9rD8NoZZzl8kZefL5HRTkmUrBcDP { top:9.5rem;left:26.375rem;width:13.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrDm4V4SvvgG19SPzDNUmoBHOuMEid5 { width:47.625rem;height:24.875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:3.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttIE5diQfUsN6xKQqBVmBglaTU9aWMG { display:block; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUFnVUUaJU1tWm1wRr1zEvpamMlfwhLQ { top:21.375rem;left:0rem;width:10.625rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNpTexV4fFtN7VpuiphbKJthCeenr8F { top:6.25rem;left:0rem;width:28.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8hup81KvNTsG9k4X17aTB9pt0b70g7E { top:3.3125rem;left:0rem;width:31.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lV0KldILNv30BeE8ANseCeguvRiO1c { top:16.5rem;left:0rem;width:10.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dACJ4BP5R9bhkuT7HVlViRJSWZlOgZft { top:16.5rem;left:6.5rem;width:9.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF923DRMT5pkNfgHTqAJNTSZoA7MIbCD { top:21.375rem;left:3.9375rem;width:12.4375rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ0nOttyy2nQKRTFXwXFJZXFD5OTcRRt { top:10.4375rem;left:11.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsW6PPAhM4saBmZOAEtDKi0ErE8UDU1 { top:15.6875rem;left:18.75rem;width:10.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdrEWJVQJrvFpImGXVIK6T8GmNrTTvB { top:21.375rem;left:18.875rem;width:10.25rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn2uSv39K3DFRqxFv6FTes0IUmLCS5PC { top:10.6875rem;left:22rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suS5Pdz2WL0KtygdkGWSyX6eGus4t8w4 { top:16.5rem;left:20.875rem;width:10.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJSN7mP3pFJrQNmQvMzXrPF2JqevIimc { top:21.375rem;left:20.75rem;width:11rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZhJAHyGWAJ5MvvOJPcamVbw1E3I3Xb { top:10.9375rem;left:27.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3t515g6hBUcL02TdRTZJIVuUUlMpPT { top:15.6875rem;left:36.75rem;width:10.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxOymoMNczu0yczh5qNST8KcaF995dvk { top:21.375rem;left:37rem;width:10.625rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0yakwWii9C8Ud9PS1NeVazTww3O9Iw { top:10.4375rem;left:42.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8f0THnZI2OULK6BZvb0vXvWrc14iX7 { top:10.375rem;left:1.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRqu3RFd7Zz24y2u8cE9DrCc0vNTykaI { top:9.25rem;left:0rem;width:14rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtK19vgXE09cRKAl8NGAvc0KoWBQxpn { top:9.25rem;left:1.875rem;width:14rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyagEfyVchM3HtZbGIt9OKhO1ToAm05V { top:9.25rem;left:17rem;width:14rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO5MoHLw9OIozsI7UfQDX2cDgPiAL3ky { top:9.25rem;left:17.75rem;width:14rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdb5iZQZoRDJeAAU3NZTspCCNhbocphx { top:9.25rem;left:33.625rem;width:14rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV { display:block; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVbQDCNgtBtk4AGbs7TGDMxgaVTHWJqf { top:3.25rem;left:0rem;width:47.75rem;height:5.132766875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sJM8c29o4BkDHqZfVPM3mP8T1O34iT { top:6.25rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4C88apGZv96SULD67TyZFdy5itcbnIn { top:5.3125rem;left:4.5rem;width:43.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { top:3.8125rem;left:4.6875rem;width:14.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { top:3.8125rem;left:30.53125rem;width:10.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWAKNLKpUVhhxE9I3U0gG48UCX0glR8E { top:6.75rem;left:2.9992885589599rem;width:17.875rem;height:11.812185308083rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOsTfEDl4HL2P0B30cfcOkavDzGWfsTF { top:8.1875rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3D3B4qzPxK0IzlxFn1RAhcWINRVzvNg { top:7.625rem;left:33.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #setyOzZ9aB8ImNcGbqcw1SvIx032u5e8 { top:8.125rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWQUTmWNoGlM8OVTeSuVCBJxfXM2oRJ { top:15.5rem;left:27.1875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VrETOWbO8cbL5Hg1ENGOV98egmkDTX { top:15.375rem;left:40.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrXZyGheA7vrhSe7RfeX9ZlOP48NwR0 { top:12.5rem;left:23.875rem;width:5.875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzJTsc7DNmE1m2l5q5TWEa1r6mlBuisd { top:12.25rem;left:33.5625rem;width:4.375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urM0zkaoEAROrrph5x31hN9mAO1LGZLr { top:12rem;left:41.75rem;width:6rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiHQT32A0hRybAV6tWaKBiUlF4SH6u3m { top:19.9375rem;left:26.6240234375rem;width:5.5625rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzC4WPRIC8lwsuiB791eVTfvdeTvHQP { top:19.4375rem;left:39.34375rem;width:6.6875rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHuZ8RKAxMiX3SV3ihTKnhNgssTLRG8 { top:12.75rem;left:1.9052734375rem;width:20.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwKKdTk0Rp80TMvvEcT7eXiC4aee2JM8 { top:20.1875rem;left:1.0927734375rem;width:21.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtE9o2aVmT5JnrpIf9lAxIdrZkhhWrw { top:23.125rem;left:3.4990234375rem;width:16.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLHekvuKwyAQCDkyqii0qmtriKgGfard { top:2.9375rem;left:3.9375rem;width:16.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxqWODdXDKCK45XxEFgIhEw7UvnLpkW { top:2.9375rem;left:29.4375rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfghM033OFnIr40AhwN8x2I21WNTogG { top:10.875rem;left:22.25rem;width:25.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAqP8kzOtwRkLXIToODgt80eAhAvDzp { top:18.9375rem;left:28rem;width:15.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaHBHiXQZ18Keh2hot0XG95NRCMTxqf { top:12.0625rem;left:20.4375rem;width:27rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7Z9CrzgIvZfO38PVDGI1b7fwiootbZ { top:7.75rem;left:23.875rem;width:6.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWnw7rFkIh3hbuUBwe8Niz4Xrhxb40i { top:15.0625rem;left:26.125rem;width:6.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw1FBEaUDfB54I2SkezSTkpsZdI9uMAv { top:15.125rem;left:39.5rem;width:6.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahq9U6VuP37oQ2iNfBlTpfEzJcDbTUV3 { top:7.75rem;left:41.3125rem;width:6.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXyJObhiNOmRG3GoSlXoFwrA02cKJb8 { top:7.625rem;left:32.499290466309rem;width:6.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5xvJiAS5TVfUUx1iZED3Gktr2dNfLwh { top:19.5625rem;left:0.0625rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reeDEWUGwe7IcVE7vxpwCTr2sv8RJQ1o { top:22.5rem;left:0.0625rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htU2vQfWkXADfBblsRApQLlxb26y1Jm7 { display:block; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPP86Nq0vZFMvRm2vMmvCQy4oMzeHxVT { top:2.125rem;left:30.75rem;width:10.6875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0fO0HwTrVcpciCF57owaKxkTwf8dri { top:2.125rem;left:6.375rem;width:11.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgBgZCTehAa4zr8Z7aBrNsqGClmnOhVM { top:8.125rem;left:6.1242885589599rem;width:4.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJSXd6DytcPh40bA2AMeVAhrNBp4CgvT { top:9.6875rem;left:13.5615234375rem;width:4.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0Xse0hSz2JGk6iTC399GGgVN3eAm3Z { top:8.3125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDH2FvOzTmQsBcIbFKB14TyTv3TbJl0J { top:8.125rem;left:19.0625rem;width:4.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFvQU8fEkG9qQ1izeBqDaGEtgk2kt73 { top:8.3125rem;left:23.875rem;width:4.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDPE14exM9EqMeDPO1cwgdXpgCuco2l { top:5.8125rem;left:0rem;width:9.375rem;height:6.18696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cALmP5fuK6y9a9aEKGS5pHZlpI0HZrcR { top:5.625rem;left:3.8746433258057rem;width:9.375rem;height:6.18696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlIyvIRxQ0XR9RndnTh9agLrcivB2K7 { top:6.875rem;left:10.811786651611rem;width:9.375rem;height:6.18696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf5DW4OqkesL5NM8NFu4R9TBdLVQn5xD { top:5.625rem;left:14.5rem;width:9.375rem;height:6.18696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAKBOR0W5cecVFSqc2v1rFtJIlTL6s0 { top:1.25rem;left:5.375rem;width:13.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k89d2E2pgddztXmwGJX5mmxMP2NdmZuQ { top:1.25rem;left:29.375rem;width:12.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha { top:7.75rem;left:23.875rem;width:8.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Tk3upW465gckp2GZH956iCtdi60RqP { top:6.9375rem;left:25.153762817382rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPcQ2QDwE2W2dZs3XDwosXlP3zSeu9A { top:6.5rem;left:24.589130401611rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keZMThmhUd636ePolQMXkfATOcTiRScV { top:6.5rem;left:36.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1dfI6PX1DRsgTBr9ufTMCvFdH3trwV { top:7rem;left:37.1875rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU { top:7.75rem;left:30.625rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPDsx2y6XAmF9NTVdom1Nda6BDsduFp { top:8.3125rem;left:31.4375rem;width:4.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qov3PJwddk8SDxhCcFuUKaSEPAFLTyXX { top:6.5rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArV9Xe4IZCaIAJ6tweUJ0NlxhnBgn2xe { top:7rem;left:44.3125rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadl61U1dVdPAsAUsAAxZylSMEgZHps7 { top:7.75rem;left:39rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLtmlF9MiZJz8kNdqLuzllgdFfyHJ06 { top:8.3125rem;left:42.9375rem;width:4.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 { display:block; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4AtWAtF3ZZSlxbTxJcGUxT3aN9DbOi1 { top:5.125rem;left:2.5625rem;width:13.3125rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmsByOnlode8sKRxwF4I6B7KyLIJGo1U { top:8.875rem;left:0.90625rem;width:11.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNSUN9w8q0yb8zwxKZVTEgq53pwtpNWQ { top:9.6875rem;left:18.3125rem;width:13.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFuzBO0nNGSHM44FDWEUaxwrQR5z47z0 { top:4.5625rem;left:30.5625rem;width:17.0625rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk3mHJBMAUrfRfOXPCTSSM3hLOutegQh { top:4.3125rem;left:27rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyTNNduanV3DuSoM7iQ0a4BCJbTT3gx { top:19.6875rem;left:18.6875rem;width:13.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0Rbyu1RoDy8biR4rFv3litsINzzSgv { top:16.6875rem;left:31rem;width:16.625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STMpTZRmX7SFQcme9wMNFHXWUfKEaDFp { top:15.3125rem;left:27.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGPXnXm1MyCJxuA4TKNgAf86dW7I8w9 { top:19.625rem;left:0.25rem;width:14.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIUWZBNhUIMXeglgh3svKhpnhTSdsPiV { top:16.6875rem;left:1.75rem;width:14.125rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1TPrAWfvnFHSkOh71ZnTibpbHklpVXQ { top:15.625rem;left:5.625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmapsIdAt5U993Tlr0a2fFtaIbeFxCiz { top:4.25rem;left:4.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIeoXUT9690m2bnEzD3oeTk8i7hCzdlp { top:3.125rem;left:0rem;width:34.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQRpBIm823aXd2i5imhZQg0wStsN4BaO { top:3.125rem;left:0rem;width:34.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazuBaBT7F7q6RzOTfMb4b2uqyxPitFK { top:14.4375rem;left:0rem;width:34.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKfvUarTNnTolkp2uyKPfFahmvSSBQa { top:14.25rem;left:0rem;width:34.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi { display:block; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTsehgEgHohOkZNucEPtKyvAMhaE3FW { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJK9226IiThCs3nR8PLPG9sh2AQEX6V { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChIQAicPlpNTk0pDcwzSuDhI32Dc24oL { display:block; }
 }@media only screen and (max-width: 763px) { #rxSFEfqQ6xt2yTgXpGPorrWJ4dpkiONa { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo { display:block; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { top:3.25rem;left:1.5625rem;width:44.625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivw74qCre4dJ6Cyf5S54MxL3u8CIKkyV { top:8.1875rem;left:12.499820709229rem;width:22.8125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23l9dxd1JG7uenKDB3UzRGGnW4t6TdT { top:8.1875rem;left:24.9375rem;width:22.8125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfSL5Dk9JzvR6f2f9PyJo673GM1D0W5P { top:8.1875rem;left:0rem;width:22.8125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivHlFgIbJly4mTrq6udx33cbaTkRTHyx { top:14.125rem;left:0rem;width:20.9375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUHfsuB0SDX1a77QrllC1mHCMLZ2H6MC { top:14.125rem;left:28.8125rem;width:18.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEzBNrkIpiwGoTBDFU5QaH2TZz5ozT8r { top:10.375rem;left:0rem;width:13.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp8kww2OpNKONt4eSMGxFp31LQCdv1kv { top:10.375rem;left:18.3115234375rem;width:14.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWIt26aXAvHdhmpszTC5st5qB19QaM61 { top:10.375rem;left:32rem;width:15.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqaJvWaySPHnpKPB8Ck6eeUes3FVIr1L { width:3.625rem;height:3.625rem;top:9.625rem;left:13.811965942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBdbtvg2VDMKA8J9CtvxF2ToNrWsD0de { width:3.625rem;height:3.625rem;top:9.25rem;left:38.749816894531rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFnukHqbfmrhTgh9Wr0v5KNtKeH1iOZ { width:3.625rem;height:3.625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG { top:17.0625rem;left:13.8115234375rem;width:19.5rem;height:;font-size:0.75rem;display:block; }#MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB { top:17.125rem;left:28.25rem;width:19.5rem;height:4.25rem;font-size:0.75rem;display:block; }#kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv { top:17.125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }#LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #E7fPF2MAuNMqPUnDa3OpioiTPNfERhwz { top:14.125rem;left:13.8115234375rem;width:17.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib { display:block; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otpzdMAMG5BUqK08uxXPH5kfmcgRK0cD { top:3.375rem;left:0rem;width:47.75rem;height:5.133125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gas6wGHHi5gLBTeU5DuZeMd1Ol25IDg9 { top:5.3125rem;left:0rem;width:32.25rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3yrRQR7tWztPDJO8cCVsNc8uzaAegIP { top:5rem;left:12.625rem;width:35.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 { display:block; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6EyqqTQdLsHgD880vHr0txOEtSQIoTb { top:17.4375rem;left:32.936790466309rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5urL9zKAlukN26cwfPw32T1tQ0FG4B { top:17.4375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGIZWzTiEnPPX3Pcpt47z3pmClHKf7tD { top:17.4375rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHCTsIFxNRpDFqLEmlAnst02LoEmTTxk { top:17.4375rem;left:16.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5VNf2gAORG3hc7LCqdTK6ANN2BkaKZ { top:17.4375rem;left:7.1221580505369rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3mW77Dq1S0kVinumaSPKChwMhil3GTZ { top:17.4375rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { top:3.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { top:3.0625rem;left:7.1248207092288rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { top:3rem;left:16.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { top:11.625rem;left:0rem;width:9.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { top:11.625rem;left:7.060546875rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { top:11.625rem;left:16.25rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IygafI40nOgOKFdZp430CWQSKyeoFXy4 { top:3rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { top:3rem;left:32.873756408691rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { top:3rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { top:10.9375rem;left:38.6875rem;width:9.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogWgBgGdo3Z2BQV0eJxcRTGa707fRgH { top:11rem;left:23.875rem;width:6.375rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTEPFfuOndwCaqyDsPVzF47JXEP207eP { top:11.5625rem;left:32.8125rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagsJqCMMKsafHbFJ7GTsinIvVacypdm { top:2rem;left:0rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXN6Hkm5lfX24rmboGIbkg5geUHPLkKf { top:2rem;left:6.0621433258057rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXuSDp4W2hvoUfZ34mMa87lFaGvKhJzo { top:2rem;left:14.25rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbu6IuNueVgCmzcOQGTnmbRovRdRL2tE { top:2rem;left:23.875rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vCmyhBJrw4fCXPP9pMFv15v1rSgPQ4 { top:2rem;left:31.873222351074rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8wFFAyvfZtQmAKrfuu9X7r0LNxu8cRM { top:2rem;left:38.125rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArNzzAPomqriG6pbFRTfBGUJ5Lg39Cf { top:16.375rem;left:0rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUm350cA5BggicBDwmngZvReADGxHBok { top:16.375rem;left:5.9999980926514rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7P2uQDfNxC1CulJhFsGpDxc29nZ9SKf { top:16.375rem;left:14.25rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4DlrghiFwQqUMbTQ2kOUda4dWVdvwF { top:25.9375rem;left:0rem;width:9.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8lc2oRWfDX0L0OsPoc2XVnsuSmPi3AT { top:25.9375rem;left:6.9990234375rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMKmgo3dWUGCH7wZHTTub2lKMNr9uSH { top:25.9375rem;left:16.25rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbFadsL6cdUq38D6y2BVnEIyMWhQh8b9 { top:25.875rem;left:23.875rem;width:6.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ySkXHO9FAJ2ylRT4IZHErvNnITxonI { top:16.375rem;left:23.875rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMonTahvP43ZzGE2IJrNB4RNw1hOIV2h { top:25.875rem;left:32.75rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuQogtTdCw9iJv2kfzFf0kvMvNs8MRr { top:16.375rem;left:31.811073303222rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2QmaXrUUhvN6AgptfsILWQhaaG7FIi { top:16.375rem;left:38.125rem;width:9.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Dn2As5GVeqCSAMVhqkl27sxMa3JeGb { top:25.875rem;left:39.125rem;width:8.625rem;height:1rem;font-size:0.8125rem;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) { #k5mpFctowl4yI0iVxGfVkGyirSyOKXvK { top:3.4375rem;left:0rem;width:39.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3SwR4t8TrHO42bxJ65UwrOuwOKHxvP { top:3.9375rem;left:0rem;width:25.625rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPym6IC1HsZaoUQrzQfZdVTwFPBcZ9q { top:9.3125rem;left:0rem;width:24.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUZZBVO4nfkrJoF4w2qaIflQgRGpiJST { top:14.75rem;left:17.625rem;width:6.25rem;height:5.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPH110BKZEgtQ7WLHZmpH04W1iryu3JO { top:14.625rem;left:23.875rem;width:6.5625rem;height:5.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TaskUZAeX07g2sHmbpHJ3N8wCuArOc { top:21.5625rem;left:11rem;width:12.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cwdxt9wHHB7y6v5bTe0ti6TR7qNLFa { top:23.1875rem;left:10rem;width:13.875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS2zbmhQfGgeh7ob6Ni9kPtC1CPCSEdz { top:21.5625rem;left:23.875rem;width:13.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNQTrTAiBHtRvy9qJ1B6lm3CBHzIyWm { top:23.1875rem;left:23.875rem;width:11.875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZkufG1cZMGTq6Qft9gGgpEQ4Pv1vqID { top:13.625rem;left:7.875rem;width:16rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLCT2GOhpWZn3rTToZPT6CDJT0Neak7c { top:13.625rem;left:23.875rem;width:15.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7O7afpxTMFq0PTg4b61mEputbIsMJU { display:block; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7oydKxww1Ls5TadqOMxhJNrfxisuNEl { top:2.625rem;left:31.75rem;width:6.25rem;height:12.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQOBd63VVth6oXivQ6dDwOsmKnaVMQM { top:5.75rem;left:19.625rem;width:12.125rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k80NTDt0U7Jhvt5B6G9gRv1gyscCa5Kl { top:2.625rem;left:15.875rem;width:6.3125rem;height:12.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLXpcBSm2hP6sIG0CQzD1efXzPvbQNWE { top:5.75rem;left:33.9375rem;width:13.6875rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRu6Hvl3rtzQseBrMWBSm8aAa93LA7As { top:4.375rem;left:1.1875rem;width:14.6875rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efoxHLoen05plwPQyzpth6Leu8eGJZLs { top:2.625rem;left:0rem;width:4.0625rem;height:12.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnSoGAEoxH5HL6QDbcDmOkF4RBQKZWlw { top:3.3125rem;left:0rem;width:17.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPXXq4h6iT1NH11Tq7W4w4hQ8CSTQq6 { top:3.3125rem;left:16rem;width:15.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgEPfaSaNtn9oQUhfPigh6w0HQPpd0J { top:3.3125rem;left:31.875rem;width:15.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLfiiqJHOnt1fRkEnbQ5JGv6RZsTCuf { top:2.5rem;left:0rem;width:17.1875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqR5MT0QF9mGD6JacxvtBKxtgqLvTnZO { top:2.5rem;left:0rem;width:17.1875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA8Mn57EtDqzJcrTGFaDloK56wZLM1pe { top:2.5rem;left:0rem;width:17.1875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { display:block; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { top:4.6875rem;left:0rem;width:24.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0to2zO974psIcnLvT3uz2XFLLa584z6 { top:4.6875rem;left:23.125rem;width:24.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R { top:8.875rem;left:16.0625rem;width:31.6875rem;height:22.6875rem;font-size:0.75rem;display:block; }#AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #liCZ9GFwJfi35S01GydSpaqM0glkQTV2 { top:9.9375rem;left:0rem;width:30.75rem;height:;font-size:0.75rem;display:block; }#liCZ9GFwJfi35S01GydSpaqM0glkQTV2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #kfh8P3hekDRm6bCxRi53y6bV6lA5o1E2 { width:36.125rem;height:26.25rem;top:7.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1ivdHCnTCmTF8iU6nbSQOCvDrT9Im4 { width:36.125rem;height:26.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5vBDatsxzllATluRekf08BX9wr9Q83 { top:3.3125rem;left:0rem;width:29.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q { top:3.3125rem;left:17.5rem;width:30.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection { display:block; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L { display:block; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy { top:5.25rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPoKGMVbif4ToSfgNiWXHTpyxnTHrp7B { top:2.25rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1xJbdeQUWXnbb7BgfK3o178p8dLp6a { width:15.625rem;height:3.4375rem;top:8.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jv7XxBbaSDzwhkaubJSlGyuLtzZsJJ { display:block; }
 }@media only screen and (max-width: 763px) { #CJWNTUsD7U78fIGU2wQyJ0VsD5skNdMk { top:8.125rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { top:0.625rem;left:19.562141418457rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE { display:block; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0XNeDFJL8luk7aTRdKTvt5EC9yr1eTI { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4MIssOE8RappJ6ndfv3dPCCyc7lvRt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r { 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; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r.adaptive-delivery-prevent-bg, #LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r.lazyload, #LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r.lazyloading { background-image: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { background-color: transparent; background-image: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container > .video-iframe-container { display: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row > .video-iframe-container { display: none; }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .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); }#LIT7HOm4yu1zLLouUTT4f2iZSacw8d3r > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZASzia59bGsbkD6GxgCrk9r56mKlZgb2 { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8RZ2740kufmMrLvhdnZbscJuoFMXyq { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5P03IPhln2A1u5ppzB06Jc2TkT3QUMO { width:17.1875rem;height:4.125rem;top:13.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgZggXnO0xWbsTI4JsJGGBPfedShh6W { width:6.9375rem;height:1.25rem;top:8.21875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZvSoezGlcPr87gskTi2uSITpope1v0 { width:2.75rem;height:1.375rem;top:8.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xoZvIRoQXwU0iUlG93xIROslUDSw9E { width:6.375rem;height:1.1875rem;top:8.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#f0eff5;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:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { width:17.625rem;height:3.8994125rem;top:9.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:4.5rem;height:2.1875rem;top:11.5625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:4.1875rem;height:2.1875rem;top:8.125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:4.75rem;height:2.1875rem;top:4.6875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { width:6.5625rem;height:2.25rem;top:4.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block; }
 }@media only screen and (max-width: 763px) { #UH4iMFzNFKVhgOG7ChXAeM4nJw6Std6i { width:2.75rem;height:2.75rem;top:16rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { width:7.8125rem;height:2.92480625rem;top:16.125rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtSmeyCJo0TQQC5ro1zXAVtGP3E0huVW { width:15.1875rem;height:8.44925rem;top:19.625rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZyhOGyTCsDcJJl1AZqfbeoqJZJ8neBsK { width:20rem;height:14.375rem;top:14.4375rem;left:0rem;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMmikZEfFsotvVhh4NVz4vnAO9igFFO { width:18.3125rem;height:6.82425rem;top:2.2998046875rem;left:0.84375rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AsnEBmTFvlwZCexWbzbqDpnAKiWhW5zU { width:3.6875rem;height:1.0625rem;top:130.62502635956rem;left:15.249778747559rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #WnZ3Q5Df9WvEFySHOAy5IqghzmVEwTws { width:3.9375rem;height:2.25rem;top:115.3496125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZ3QfWzOffhPdtWfRfF1KTysTxuVdZK2 { display:block; }
 }@media only screen and (max-width: 763px) { #fXhqykwpKkpzxg2UgJhlar31uc7fLGGE { width:0.8125rem;height:1rem;top:116.0625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c71zFlfAngace0TRiOZrO5342h3tN6Jb { width:0.75rem;height:0.9375rem;top:118.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8UM0xTJ7V2nIXhzEFeR9eGHoeo7oCJD { width:0.75rem;height:0.9375rem;top:120.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVcJ1Mfbvc4DSTcDfpopA7bnrTcve1W8 { width:0.75rem;height:0.9375rem;top:122.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLcLyCa5bAXrua2b8iFHO5rbJxoB3rIn { width:14.1875rem;height:5.2807625rem;top:35rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmT9TPTJWclsd75eggFzdPBumNgIAndW { width:19.875rem;height:10.9375rem;top:30.0625rem;left:0rem;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5TwT2bLh8xVd2XdFklWLG6iU35QyTy { width:2.75rem;height:2.75rem;top:31.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSypZw7sdPfDDRfcTiZMUia0e7Xpu5Zg { width:7.4375rem;height:2.92480625rem;top:31.5625rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQoQz6sTMvzUsdH5IW0qokBB2KJKJ6HV { width:19.875rem;height:9.875rem;top:42.125rem;left:0rem;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZy6EUnagTE72zSALlnZDg8Bhco3rHaC { width:13.6875rem;height:3.16845625rem;top:47.125rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9dVcfuSDJkcrnCpt2yBTH8hm7AotBF { width:2.75rem;height:2.75rem;top:43.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTAdfeK00GRy0fXSM8IxdtTkAIneVlb { width:6.75rem;height:2.92480625rem;top:43.5rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9BveTLwEtQPvHMAR6EA8fPiphIMoAeT { width:20rem;height:4.7942754919499rem;top:102.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8abBemegtny6T6wpprnZzdgzuBpNA1H { width:12.8125rem;height:2.625rem;top:103.8125rem;left:3.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAUZJLU3eBR5TiekST4tTErgbRXWSR2P { width:20rem;height:29.125rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 { display:block; }#eEn2n5nAqUKD0QyMT3Ba1sI2qxuOpGI6 > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anREgCpkTMVpyD2z0CIDcJ0fhq6pd9Mx { width:16.75rem;height:1.375rem;top:9.375rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXw5o6lCz8JbvOKiupkxIVMGDweTlW9W { width:13.25rem;height:1.375rem;top:38.3125rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yftWFfuzGtU1TSdAPBAkNATzfTdNZL88 { width:13rem;height:0.825rem;top:12.5rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2BpEzBR4BUeWNTZfmT27SMAGm1WkVlz { width:16.8125rem;height:0.825rem;top:20rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtTIJdew6sOKaeTbzohEnuQN670scJsS { width:10.1875rem;height:1.6494125rem;top:28.1123046875rem;left:2.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdH8Um4s2MUFFTK0mM2Ia8VSp1S3WJr6 { width:19.625rem;height:4.375rem;top:93.6875rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FV1zKTU6TuFZrog0baCcoKegPfCXXqyb { width:19.625rem;height:4.375rem;top:107.5rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #NthcCNbHQd1ERp0OTxow8gVG2JWUa2TZ { width:1.875rem;height:1.875rem;top:107.0625rem;left:9.0625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #WbFudKvhX2558g9xdiGKTLhwAeEEIZ5E { width:1.4375rem;height:1.375rem;top:107.3125rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BJ14ubfGZzAGVL7PhAovbKErIgHRlQ0Z { width:15.9375rem;height:2.5996125rem;top:109.0625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyNA7LNihS9b3PTeo85TTGDWgtNhxyqo { width:16.75rem;height:2.5996125rem;top:95.125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHfHSx1SRTmFOadq7vlKN0us8eaCxFOk { width:1.875rem;height:1.875rem;top:92.5625rem;left:9.0625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #E37BtDTPUGVBEkf6CAXZ2lTcfcLPLXFV { width:1.4375rem;height:1.375rem;top:92.8125rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ElhCdUbQPNKGZ4TyQGfWu4J6oeyC7lRs { width:19.625rem;height:4.375rem;top:78.625rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #FddMnpshkWv33dJtRVTFFQF08XbHA3m1 { width:17.25rem;height:2.5996125rem;top:79.75rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQIOVNqg1R2n9l4cMyJda3TgVf8I8TT5 { width:1.875rem;height:1.875rem;top:77.9375rem;left:9.0625rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #bfp7iUdnx4ed4HnrrLSPGdVtgBq3kDrI { width:3.125rem;height:3.125rem;top:86.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPvqO8mTQ5UQ2ABnBMewKePNlmaTzqpF { width:3.125rem;height:3.125rem;top:96.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTTp02SrXtNm8AZCCZAUGf7Bza7I1qw4 { width:3.125rem;height:3.125rem;top:107.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZKSpneORfRC337ZxNzoHXCPVP5vFSKl { width:1.4375rem;height:1.375rem;top:70.1875rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #WN3ayIN6cDtzcPe810RZoecKZ4A0RNZG { width:17.25rem;height:2.4375rem;top:49rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pd82MBUeUggz2VR619e02IBs0OZCmG59 { width:17.1875rem;height:1.21875rem;top:55.4375rem;left:2rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JUiLhF03egFZXWm6OZxTKDr70Wvwpk2M { width:17.875rem;height:0.9624rem;top:54.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWT0Jy4MoAq79TUB1T2MG3xfINFTpTM9 { width:18.125rem;height:1.13720625rem;top:60.0625rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2GU8xtVlGak2K4qrTT2CCbFmEgZpzCM { width:18.125rem;height:1.21875rem;top:61.5rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ueuMTcDXTZx5kwu1pNfsdTDTsH6KMPKx { width:18.125rem;height:1.13720625rem;top:47.875rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wM8dPM1nto9HkyEWVcTe3asAC2yioBtO { width:17.1875rem;height:1.21875rem;top:43.38671875rem;left:2.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gVN5vZ7n5B9ivV1rToJOxrz6xZQBke81 { width:18rem;height:1.13720625rem;top:42.25rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrCiwDGtTvPvAEi1x2nohIpKfgbmZACV { width:12.6875rem;height:2.2744125rem;top:71.8125rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kngztMXbdwtMawBFvo6m0PdpZIQgLNSx { width:15.3125rem;height:2.11230625rem;top:74.3359375rem;left:2.34375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dUOcOibiiBzRvTmGaKPDaJTZe3dHrQNw { width:1.875rem;height:1.875rem;top:100.25rem;left:9.0625rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #JXwwTT2lun6948ehtD8k1zDeMr0sEz7T { width:1.4375rem;height:1.375rem;top:78.25rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #E8sIVg519kD4mgu8gnuK7aOm8HNrCtgq { width:12.5rem;height:2.11230625rem;top:89.4375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PGTQDcAomZnJV1UC0N33tnN1oB7yAu4v { width:1.4375rem;height:1.375rem;top:86.1875rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dJ0giM58hTI2oZRvEXXahn6tzfbGReB0 { width:12.6875rem;height:1.13720625rem;top:88.0625rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vvl8zPAQTb3XI2adB7kyRGMibzTecoRs { width:12.5rem;height:2.11230625rem;top:103.5625rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o97DTN6J84e9JNJbQyI1dMqe7CJg0r71 { width:1.4375rem;height:1.375rem;top:100.5rem;left:9.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cZ92K33qFV5r9MTAsfArNf47ibnrPLJi { width:12.6875rem;height:1.13720625rem;top:102.4375rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR7F7hxrZVa3lMrCsgIVdlrgDSF6e4cF { width:15.375rem;height:3.41161875rem;top:113.625rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1mui1rdkpywtoKWa70rPS45M8a3XeTN { width:1.875rem;height:22.5rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTATH0npQ9CBeC3nITI5TwGKyLvLHIBF { width:1.875rem;height:22.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTe5zweMSOMozu4rP03Fv8hBzAzsfmL { width:1.5625rem;height:3.625rem;top:50.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLCObRnD6uoxK49q30MGupXMCBpArs7s { width:1.5625rem;height:3.625rem;top:20.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpDoISzPf1T6At4XqLltTHZJieBacAFr { width:3.125rem;height:3.125rem;top:8.5rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcfystx0I88gpT6PomcRd7ZpRs9mK8RH { width:3.125rem;height:3.125rem;top:37.4375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xemM8zX2CENkW8CsepP5KQI6nlUyCvCy { width:1.875rem;height:1.875rem;top:69.875rem;left:9.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XCux1nzzAEtzBTuQAQ7d8sgakz2V9diC { width:1.875rem;height:1.875rem;top:85.875rem;left:9.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #gTLUfdw0eJ3yUAShioPT4DykMfrfpO6M { width:5.1875rem;height:2.0244125rem;top:14.6875rem;left:3.125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UEHc16kN3CNFwzbSxpV8hQ35QqVbd6oT { width:4.25rem;height:2.0244125rem;top:14.6875rem;left:8.25rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCsZBtCAZAHCV6wrLPN3rflaiMqHsNQ6 { width:5.75rem;height:2.0244125rem;top:14.6875rem;left:12.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3xKpMT5rUe5TQHCZg4qNnOKZAcWCShW { width:16.25rem;height:1.6875rem;top:21.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw9bXOilNZ5cysbpwaMT6QHghCWVlo8z { width:6rem;height:0.67480625rem;top:24.5625rem;left:2.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHeOuulUvoUO0ekCuaoSJPRTLGRs4LyK { width:6rem;height:0.67480625rem;top:24.5625rem;left:7.1875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnCbefMz6tbpPMeTzB8bec6pTVIqlTXu { width:6rem;height:0.67480625rem;top:24.5625rem;left:13.3125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtqgMJ3mVksSNkfAL0Ipxtr8By7wuGIy { width:3.6875rem;height:0.67480625rem;top:28.1865234375rem;left:14.34375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJqHfU578Qmdpnagrb4eZ0bK2VGna82D { width:6.25rem;height:3.5rem;top:29.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTq3OTwUiKunf2Ge11sWkmxNmklHygQ1 { width:10.1875rem;height:2.47411875rem;top:29.75rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RD5b0nn3qPJ1k0ytsTZLPc2ucggXtt5l { width:18.8125rem;height:6.3125rem;top:11.6865234375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4xdDMh0PDR6xPuWFetQTHkQ6tvFEKX { width:18.8125rem;height:6.3125rem;top:19.34375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKaZXD3Dkdp0WCKUlH59oEAR3WkRXrF5 { width:18.8125rem;height:6.875rem;top:27.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HUwrOQxzvJNIRN6Ho9r2TkgCBqAAyd { width:13.75rem;height:2.4375rem;top:8.84375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBWxMxaBBEqKAm1CaUJ4PUFSrTXuyWx { width:18.75rem;height:4.9375rem;top:41.3935546875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc65E2PIpOurK1yurPhngNzsKdEMckOk { width:18.75rem;height:4.9375rem;top:47.0185546875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz3QWZdz0O5XDhqf4v0WTZorNHWmbxVa { width:18.75rem;height:4.9375rem;top:52.6474609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJADZcRS6CPckqUIaCUMVrik9txHgNeu { width:18.75rem;height:4.9375rem;top:58.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlCqJKyifKe91SgCyDrUU4QLmAyoVHy7 { width:18.6875rem;height:5.9375rem;top:70.9375rem;left:0.625rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #FnPGoN07MB2WxpfLNohPB83Mh9I5XiMt { width:18.6875rem;height:4.9375rem;top:87rem;left:0.625rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #Pd6gC1hTOqXNPTpvfvMqXGWRGUBPoVZd { width:18.6875rem;height:4.9375rem;top:101.3125rem;left:0.625rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #l5yi9rD8NoZZzl8kZefL5HRTkmUrBcDP { width:15.125rem;height:2.4375rem;top:37.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrDm4V4SvvgG19SPzDNUmoBHOuMEid5 { width:19.875rem;height:58.125rem;top:7.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:2.75rem;top:2.4375rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FttIE5diQfUsN6xKQqBVmBglaTU9aWMG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { background-color: transparent; background-image: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container > .video-iframe-container { display: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container { display: none; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .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); }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { border-width: 0; border-radius: 0; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FttIE5diQfUsN6xKQqBVmBglaTU9aWMG > .row .container { width:20rem;height:131.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUFnVUUaJU1tWm1wRr1zEvpamMlfwhLQ { width:11.875rem;height:9.097625rem;top:21.1240234375rem;left:4.375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zoNpTexV4fFtN7VpuiphbKJthCeenr8F { width:20rem;height:1.3808625rem;top:5.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8hup81KvNTsG9k4X17aTB9pt0b70g7E { width:20rem;height:1.7871125rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1lV0KldILNv30BeE8ANseCeguvRiO1c { width:10.9375rem;height:3.25rem;top:16.125rem;left:4.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dACJ4BP5R9bhkuT7HVlViRJSWZlOgZft { width:9.375rem;height:3.25rem;top:40.4375rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MF923DRMT5pkNfgHTqAJNTSZoA7MIbCD { width:12.25rem;height:10.234875rem;top:44.8125rem;left:4.03125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UQ0nOttyy2nQKRTFXwXFJZXFD5OTcRRt { width:4.375rem;height:4.375rem;top:34.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsW6PPAhM4saBmZOAEtDKi0ErE8UDU1 { width:11.375rem;height:4.875rem;top:64.09375rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBdrEWJVQJrvFpImGXVIK6T8GmNrTTvB { width:10.0625rem;height:7.9604375rem;top:70rem;left:4.96875rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wn2uSv39K3DFRqxFv6FTes0IUmLCS5PC { width:3.9375rem;height:3.9375rem;top:58.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #suS5Pdz2WL0KtygdkGWSyX6eGus4t8w4 { width:10.875rem;height:3.25rem;top:88.6875rem;left:4.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJSN7mP3pFJrQNmQvMzXrPF2JqevIimc { width:9.875rem;height:7.9604375rem;top:93.5625rem;left:5.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ziZhJAHyGWAJ5MvvOJPcamVbw1E3I3Xb { width:3.8125rem;height:3.8125rem;top:83.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3t515g6hBUcL02TdRTZJIVuUUlMpPT { width:11.75rem;height:4.875rem;top:112rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxOymoMNczu0yczh5qNST8KcaF995dvk { width:10.625rem;height:9.097625rem;top:117.6875rem;left:4.75rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JC0yakwWii9C8Ud9PS1NeVazTww3O9Iw { width:4.375rem;height:4.375rem;top:106.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8f0THnZI2OULK6BZvb0vXvWrc14iX7 { width:4.375rem;height:4.375rem;top:10.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRqu3RFd7Zz24y2u8cE9DrCc0vNTykaI { width:14rem;height:22.875rem;top:9.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtK19vgXE09cRKAl8NGAvc0KoWBQxpn { width:14rem;height:22.875rem;top:33.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyagEfyVchM3HtZbGIt9OKhO1ToAm05V { width:14rem;height:22.875rem;top:57.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO5MoHLw9OIozsI7UfQDX2cDgPiAL3ky { width:14rem;height:22.875rem;top:81.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdb5iZQZoRDJeAAU3NZTspCCNhbocphx { width:14rem;height:22.875rem;top:105.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV { display:block; }#LkLJLxHw0a5S0mC0Ts6a5AFxMsB1uGlV > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVbQDCNgtBtk4AGbs7TGDMxgaVTHWJqf { width:20rem;height:6.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sJM8c29o4BkDHqZfVPM3mP8T1O34iT { width:14.1875rem;height:1.51220625rem;top:4.400390625rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b4C88apGZv96SULD67TyZFdy5itcbnIn { width:18rem;height:9.098625rem;top:9.26171875rem;left:1.375rem;font-size:1rem;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { width:20rem;height:1.375rem;top:3rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { width:20rem;height:1.375rem;top:27rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWAKNLKpUVhhxE9I3U0gG48UCX0glR8E { width:17.9375rem;height:11.875rem;top:3rem;left:1.0625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #mOsTfEDl4HL2P0B30cfcOkavDzGWfsTF { width:4.375rem;height:4.375rem;top:30.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3D3B4qzPxK0IzlxFn1RAhcWINRVzvNg { width:4.375rem;height:4.375rem;top:42.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #setyOzZ9aB8ImNcGbqcw1SvIx032u5e8 { width:4.375rem;height:4.375rem;top:30.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWQUTmWNoGlM8OVTeSuVCBJxfXM2oRJ { width:4.375rem;height:4.375rem;top:52.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VrETOWbO8cbL5Hg1ENGOV98egmkDTX { width:4.375rem;height:4.375rem;top:42.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrXZyGheA7vrhSe7RfeX9ZlOP48NwR0 { width:5.75rem;height:2.11230625rem;top:35rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzJTsc7DNmE1m2l5q5TWEa1r6mlBuisd { width:4.75rem;height:2.11230625rem;top:46.5625rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urM0zkaoEAROrrph5x31hN9mAO1LGZLr { width:5.9375rem;height:2.923825rem;top:34.6875rem;left:13.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiHQT32A0hRybAV6tWaKBiUlF4SH6u3m { width:6rem;height:2.11230625rem;top:57.0625rem;left:7rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chzC4WPRIC8lwsuiB791eVTfvdeTvHQP { width:5.375rem;height:3.16845625rem;top:46.25rem;left:14.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQHuZ8RKAxMiX3SV3ihTKnhNgssTLRG8 { width:15.8125rem;height:2.2744125rem;top:8.6875rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwKKdTk0Rp80TMvvEcT7eXiC4aee2JM8 { width:20rem;height:0.9746125rem;top:16.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGtE9o2aVmT5JnrpIf9lAxIdrZkhhWrw { width:16.9375rem;height:0.9746125rem;top:19.931640625rem;left:1.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLHekvuKwyAQCDkyqii0qmtriKgGfard { width:19.375rem;height:2.8125rem;top:2.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxqWODdXDKCK45XxEFgIhEw7UvnLpkW { width:14.25rem;height:2.8125rem;top:26.28125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfghM033OFnIr40AhwN8x2I21WNTogG { width:19.75rem;height:1.0625rem;top:79.0234375rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #QTAqP8kzOtwRkLXIToODgt80eAhAvDzp { width:15.25rem;height:1.0625rem;top:87.0859375rem;left:4.5rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #SfaHBHiXQZ18Keh2hot0XG95NRCMTxqf { width:16.125rem;height:21.125rem;top:34.8125rem;left:1.8125rem;z-index:14991;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7Z9CrzgIvZfO38PVDGI1b7fwiootbZ { width:6.5rem;height:7.5625rem;top:30.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWnw7rFkIh3hbuUBwe8Niz4Xrhxb40i { width:6.4375rem;height:7.5rem;top:30.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw1FBEaUDfB54I2SkezSTkpsZdI9uMAv { width:6.4375rem;height:7.5rem;top:42.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahq9U6VuP37oQ2iNfBlTpfEzJcDbTUV3 { width:6.4375rem;height:7.5rem;top:52.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXyJObhiNOmRG3GoSlXoFwrA02cKJb8 { width:6.4375rem;height:7.5rem;top:42.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5xvJiAS5TVfUUx1iZED3Gktr2dNfLwh { width:20rem;height:2.5rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reeDEWUGwe7IcVE7vxpwCTr2sv8RJQ1o { width:20rem;height:2.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htU2vQfWkXADfBblsRApQLlxb26y1Jm7 { display:block; }#htU2vQfWkXADfBblsRApQLlxb26y1Jm7 > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPP86Nq0vZFMvRm2vMmvCQy4oMzeHxVT { width:13.625rem;height:1.375rem;top:19.09375rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc0fO0HwTrVcpciCF57owaKxkTwf8dri { width:20rem;height:1.375rem;top:4.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dgBgZCTehAa4zr8Z7aBrNsqGClmnOhVM { width:4.8125rem;height:1.13720625rem;top:11.1875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJSXd6DytcPh40bA2AMeVAhrNBp4CgvT { width:4.8125rem;height:1.13720625rem;top:12.0625rem;left:9.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ss0Xse0hSz2JGk6iTC399GGgVN3eAm3Z { width:4.8125rem;height:1.13720625rem;top:10.5rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDH2FvOzTmQsBcIbFKB14TyTv3TbJl0J { width:4.8125rem;height:1.13720625rem;top:10.125rem;left:14.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzFvQU8fEkG9qQ1izeBqDaGEtgk2kt73 { width:3.75rem;height:1.05615rem;top:24.94140625rem;left:5.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnDPE14exM9EqMeDPO1cwgdXpgCuco2l { width:6.125rem;height:4rem;top:9.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cALmP5fuK6y9a9aEKGS5pHZlpI0HZrcR { width:7.75rem;height:5.0625rem;top:10.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlIyvIRxQ0XR9RndnTh9agLrcivB2K7 { width:7.0625rem;height:4.625rem;top:8.1875rem;left:12.9375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #wf5DW4OqkesL5NM8NFu4R9TBdLVQn5xD { width:6.5rem;height:4.25rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAKBOR0W5cecVFSqc2v1rFtJIlTL6s0 { width:16.75rem;height:2.8125rem;top:3.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k89d2E2pgddztXmwGJX5mmxMP2NdmZuQ { width:16.25rem;height:2.8125rem;top:18.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha { width:8.4375rem;height:2.1875rem;top:24.375rem;left:4.875rem;z-index:14999;background-color:#ffffff;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block; }#GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.adaptive-delivery-prevent-bg, #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.lazyload, #GUJrqPTK5Z4ipLuBG5GJHAyR8iN04Cha.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q4Tk3upW465gckp2GZH956iCtdi60RqP { width:3.4375rem;height:3.37446875rem;top:23.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPcQ2QDwE2W2dZs3XDwosXlP3zSeu9A { width:4.375rem;height:4.375rem;top:23.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keZMThmhUd636ePolQMXkfATOcTiRScV { width:4.375rem;height:4.375rem;top:28.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1dfI6PX1DRsgTBr9ufTMCvFdH3trwV { width:3.4375rem;height:3.37446875rem;top:29rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU { width:8.75rem;height:2.1875rem;top:29.5625rem;left:4.875rem;z-index:14999;background-color:#ffffff;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block; }#XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.adaptive-delivery-prevent-bg, #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.lazyload, #XFm1TQqfRIuRgdui0mPbATkaP7oyQ6uU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kbPDsx2y6XAmF9NTVdom1Nda6BDsduFp { width:4.75rem;height:1.05615rem;top:30.125rem;left:5.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qov3PJwddk8SDxhCcFuUKaSEPAFLTyXX { width:4.375rem;height:4.375rem;top:33.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArV9Xe4IZCaIAJ6tweUJ0NlxhnBgn2xe { width:3.4375rem;height:3.37446875rem;top:34.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadl61U1dVdPAsAUsAAxZylSMEgZHps7 { width:8.75rem;height:2.1875rem;top:34.8125rem;left:4.875rem;z-index:14999;background-color:#ffffff;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block; }#iadl61U1dVdPAsAUsAAxZylSMEgZHps7.adaptive-delivery-prevent-bg, #iadl61U1dVdPAsAUsAAxZylSMEgZHps7.lazyload, #iadl61U1dVdPAsAUsAAxZylSMEgZHps7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iKLtmlF9MiZJz8kNdqLuzllgdFfyHJ06 { width:4.75rem;height:1.05615rem;top:35.375rem;left:5.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43af8f23-655f-44f2-bbdf-6767660b6958/Portada03.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6.adaptive-delivery-prevent-bg, #oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6.lazyload, #oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6.lazyloading { background-image: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { background-color: transparent; background-image: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container > .video-iframe-container { display: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container { display: none; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .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); }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { border-width: 0; border-radius: 0; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6::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; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKmzhbQQeorLGL0VTIJZc8BTbeT9vTu6 > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4AtWAtF3ZZSlxbTxJcGUxT3aN9DbOi1 { width:18.0625rem;height:4.875rem;top:12.1875rem;left:0.96875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FmsByOnlode8sKRxwF4I6B7KyLIJGo1U { width:16.75rem;height:1.625rem;top:9rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNSUN9w8q0yb8zwxKZVTEgq53pwtpNWQ { width:14.5625rem;height:1.625rem;top:45rem;left:2.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFuzBO0nNGSHM44FDWEUaxwrQR5z47z0 { width:16.8125rem;height:7.3125rem;top:47.125rem;left:2rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bk3mHJBMAUrfRfOXPCTSSM3hLOutegQh { width:4.75rem;height:4.75rem;top:39.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyTNNduanV3DuSoM7iQ0a4BCJbTT3gx { width:13.5rem;height:3.25rem;top:64.75rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0Rbyu1RoDy8biR4rFv3litsINzzSgv { width:17.3125rem;height:6.09375rem;top:69.0625rem;left:1.34375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #STMpTZRmX7SFQcme9wMNFHXWUfKEaDFp { width:3.9375rem;height:3.9375rem;top:59.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGPXnXm1MyCJxuA4TKNgAf86dW7I8w9 { width:14.25rem;height:3.25rem;top:26.375rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIUWZBNhUIMXeglgh3svKhpnhTSdsPiV { width:16.6875rem;height:4.875rem;top:30.25rem;left:1.65625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c1TPrAWfvnFHSkOh71ZnTibpbHklpVXQ { width:3.5rem;height:3.5rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmapsIdAt5U993Tlr0a2fFtaIbeFxCiz { width:5.0625rem;height:5.0625rem;top:3.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIeoXUT9690m2bnEzD3oeTk8i7hCzdlp { width:20rem;height:15.625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQRpBIm823aXd2i5imhZQg0wStsN4BaO { width:20rem;height:17.4375rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazuBaBT7F7q6RzOTfMb4b2uqyxPitFK { width:20rem;height:15.1875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKfvUarTNnTolkp2uyKPfFahmvSSBQa { width:20rem;height:17.625rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi { background-color:#ffffff;background-image:none;display:block; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { background-color: transparent; background-image: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container > .video-iframe-container { display: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row > .video-iframe-container { display: none; }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .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); }#z3ysMiRNMKfhnA3XElmkD51mOGAi6rMi > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoFeDE5wkLHEOx8TK3lTipITBUXW6iMq { width:20rem;height:15.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTsehgEgHohOkZNucEPtKyvAMhaE3FW { width:7.9375rem;height:8.875rem;top:3.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJK9226IiThCs3nR8PLPG9sh2AQEX6V { width:15.625rem;height:3.4375rem;top:18.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChIQAicPlpNTk0pDcwzSuDhI32Dc24oL { display:block; }
 }@media only screen and (max-width: 763px) { #rxSFEfqQ6xt2yTgXpGPorrWJ4dpkiONa { width:13.0625rem;height:1.70605625rem;top:13.4375rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo { display:block; }#gKhKmnsGWZqPKKFBJx5ig9ZmySwu8SNo > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { width:15.3125rem;height:2.75rem;top:2.25rem;left:2.34375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ivw74qCre4dJ6Cyf5S54MxL3u8CIKkyV { width:20rem;height:13.75rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23l9dxd1JG7uenKDB3UzRGGnW4t6TdT { width:20rem;height:12.75rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfSL5Dk9JzvR6f2f9PyJo673GM1D0W5P { width:20rem;height:12.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivHlFgIbJly4mTrq6udx33cbaTkRTHyx { width:14.5625rem;height:1.94921875rem;top:8.8125rem;left:4.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OUHfsuB0SDX1a77QrllC1mHCMLZ2H6MC { width:12.5625rem;height:2.923825rem;top:38.3359375rem;left:4.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEzBNrkIpiwGoTBDFU5QaH2TZz5ozT8r { width:13.375rem;height:1.4624rem;top:7.375rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp8kww2OpNKONt4eSMGxFp31LQCdv1kv { width:8.375rem;height:1.4624rem;top:22.125rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWIt26aXAvHdhmpszTC5st5qB19QaM61 { width:12.5rem;height:1.4624rem;top:36.875rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqaJvWaySPHnpKPB8Ck6eeUes3FVIr1L { width:3.25rem;height:3.25rem;top:22.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBdbtvg2VDMKA8J9CtvxF2ToNrWsD0de { width:3.625rem;height:3.625rem;top:36.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFnukHqbfmrhTgh9Wr0v5KNtKeH1iOZ { width:3.25rem;height:3.25rem;top:7.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG { width:16.75rem;height:6.472625rem;top:26.54296875rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#MxBrrsRq2oxReIQ0IAfRrz4tTJEnOxwG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB { width:16.25rem;height:4.19921875rem;top:41.412109375rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#kqhTT3i3e39Cxs0kKcXreNoSZnJgvMdB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv { width:17.8125rem;height:7.44725rem;top:11.31640625rem;left:1.09375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#LlFRsMF0ADTwXhzBW6EVZXPXv0rr9Apv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #E7fPF2MAuNMqPUnDa3OpioiTPNfERhwz { width:12.1875rem;height:2.923825rem;top:23.7109375rem;left:4.59375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib { display:block; }#W6CPQxpGZuVr1amqBWmGFFwLvCiw9Hib > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otpzdMAMG5BUqK08uxXPH5kfmcgRK0cD { width:20rem;height:6.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gas6wGHHi5gLBTeU5DuZeMd1Ol25IDg9 { width:13.375rem;height:4.125rem;top:3.09375rem;left:3.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B3yrRQR7tWztPDJO8cCVsNc8uzaAegIP { width:18.625rem;height:7.9604375rem;top:9.5234375rem;left:0.75rem;font-size:0.875rem;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 { background-color:#f0eff5;background-image:none;display:block; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { background-color: transparent; background-image: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container > .video-iframe-container { display: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row > .video-iframe-container { display: none; }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .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); }#XzvXu7BEiLAWgLK14F55dfXBtS1ms7U6 > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6EyqqTQdLsHgD880vHr0txOEtSQIoTb { width:7.5rem;height:7.5rem;top:67.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5urL9zKAlukN26cwfPw32T1tQ0FG4B { width:7.5rem;height:7.5rem;top:67.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGIZWzTiEnPPX3Pcpt47z3pmClHKf7tD { width:7.5rem;height:7.5rem;top:54.8125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHCTsIFxNRpDFqLEmlAnst02LoEmTTxk { width:7.5rem;height:7.5rem;top:29.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5VNf2gAORG3hc7LCqdTK6ANN2BkaKZ { width:7.5rem;height:7.5rem;top:29.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3mW77Dq1S0kVinumaSPKChwMhil3GTZ { width:7.4375rem;height:7.4375rem;top:16.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { width:7.5rem;height:7.5rem;top:3.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { width:7.5rem;height:7.5rem;top:3.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { width:7.5rem;height:7.5rem;top:16.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { width:7.625rem;height:1.04980625rem;top:12.25rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { width:7.625rem;height:1.04980625rem;top:12.25rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { width:7.625rem;height:1.04980625rem;top:25rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IygafI40nOgOKFdZp430CWQSKyeoFXy4 { width:7.5rem;height:7.5rem;top:42.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { width:7.5rem;height:7.5rem;top:42.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { width:7.5rem;height:7.5rem;top:54.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { width:7.3125rem;height:2.0996125rem;top:62.9375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iogWgBgGdo3Z2BQV0eJxcRTGa707fRgH { width:7.625rem;height:2.0996125rem;top:50.1875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PTEPFfuOndwCaqyDsPVzF47JXEP207eP { width:7.625rem;height:2.0996125rem;top:50.1875rem;left:11.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oagsJqCMMKsafHbFJ7GTsinIvVacypdm { width:9.625rem;height:11.6875rem;top:15.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXN6Hkm5lfX24rmboGIbkg5geUHPLkKf { width:9.625rem;height:11.6875rem;top:2.5625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXuSDp4W2hvoUfZ34mMa87lFaGvKhJzo { width:9.625rem;height:11.6875rem;top:2.5625rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbu6IuNueVgCmzcOQGTnmbRovRdRL2tE { width:9.625rem;height:11.6875rem;top:41.0625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vCmyhBJrw4fCXPP9pMFv15v1rSgPQ4 { width:9.625rem;height:11.6875rem;top:53.875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8wFFAyvfZtQmAKrfuu9X7r0LNxu8cRM { width:9.625rem;height:11.6875rem;top:41.0625rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArNzzAPomqriG6pbFRTfBGUJ5Lg39Cf { width:9.625rem;height:11.6875rem;top:15.375rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUm350cA5BggicBDwmngZvReADGxHBok { width:9.625rem;height:11.6875rem;top:28.25rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7P2uQDfNxC1CulJhFsGpDxc29nZ9SKf { width:9.625rem;height:11.6875rem;top:28.25rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4DlrghiFwQqUMbTQ2kOUda4dWVdvwF { width:9.8125rem;height:1.04980625rem;top:24.9375rem;left:10.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p8lc2oRWfDX0L0OsPoc2XVnsuSmPi3AT { width:7.5625rem;height:1.04980625rem;top:37.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RaMKmgo3dWUGCH7wZHTTub2lKMNr9uSH { width:7.5625rem;height:1.04980625rem;top:37.8125rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VbFadsL6cdUq38D6y2BVnEIyMWhQh8b9 { width:6.625rem;height:1.04980625rem;top:63.375rem;left:11.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M5ySkXHO9FAJ2ylRT4IZHErvNnITxonI { width:9.625rem;height:11.6875rem;top:53.875rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMonTahvP43ZzGE2IJrNB4RNw1hOIV2h { width:7.5625rem;height:1.04980625rem;top:76.3125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aTuQogtTdCw9iJv2kfzFf0kvMvNs8MRr { width:9.625rem;height:11.6875rem;top:66.75rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2QmaXrUUhvN6AgptfsILWQhaaG7FIi { width:9.625rem;height:11.6875rem;top:66.75rem;left:10.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Dn2As5GVeqCSAMVhqkl27sxMa3JeGb { width:8.5625rem;height:1.04980625rem;top:76.3125rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5mpFctowl4yI0iVxGfVkGyirSyOKXvK { width:20rem;height:4.0625rem;top:1.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TN3SwR4t8TrHO42bxJ65UwrOuwOKHxvP { width:20rem;height:2.03125rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPym6IC1HsZaoUQrzQfZdVTwFPBcZ9q { width:18.875rem;height:2.2744125rem;top:6.5625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUZZBVO4nfkrJoF4w2qaIflQgRGpiJST { width:7rem;height:6.125rem;top:11.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPH110BKZEgtQ7WLHZmpH04W1iryu3JO { width:6.25rem;height:5.5rem;top:25.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TaskUZAeX07g2sHmbpHJ3N8wCuArOc { width:6.5625rem;height:1.04980625rem;top:18.375rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g0cwdxt9wHHB7y6v5bTe0ti6TR7qNLFa { width:10.375rem;height:1.94921875rem;top:19.375rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS2zbmhQfGgeh7ob6Ni9kPtC1CPCSEdz { width:12.625rem;height:1.04980625rem;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VTNQTrTAiBHtRvy9qJ1B6lm3CBHzIyWm { width:10.4375rem;height:1.94921875rem;top:33.4375rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZkufG1cZMGTq6Qft9gGgpEQ4Pv1vqID { width:16rem;height:12.875rem;top:10rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLCT2GOhpWZn3rTToZPT6CDJT0Neak7c { width:15.9375rem;height:12.8125rem;top:24.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7O7afpxTMFq0PTg4b61mEputbIsMJU { display:block; }#CA7O7afpxTMFq0PTg4b61mEputbIsMJU > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7oydKxww1Ls5TadqOMxhJNrfxisuNEl { width:2.25rem;height:5.19970625rem;top:33.0625rem;left:1.6875rem;font-size:4rem;font-weight:700;font-style:normal;color:#12b058;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kFQOBd63VVth6oXivQ6dDwOsmKnaVMQM { width:10.8125rem;height:7.3125rem;top:19.6875rem;left:6.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k80NTDt0U7Jhvt5B6G9gRv1gyscCa5Kl { width:2.125rem;height:5.19970625rem;top:17.8125rem;left:1.78125rem;font-size:4rem;font-weight:700;font-style:normal;color:#12b058;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #vLXpcBSm2hP6sIG0CQzD1efXzPvbQNWE { width:11.875rem;height:7.3125rem;top:34.875rem;left:6.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pRu6Hvl3rtzQseBrMWBSm8aAa93LA7As { width:12.4375rem;height:9.75rem;top:4.15625rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #efoxHLoen05plwPQyzpth6Leu8eGJZLs { width:1.5625rem;height:5.19970625rem;top:3.3125rem;left:1.9375rem;font-size:4rem;font-weight:700;font-style:normal;color:#12b058;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #OnSoGAEoxH5HL6QDbcDmOkF4RBQKZWlw { width:17.1875rem;height:11.6875rem;top:3.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPXXq4h6iT1NH11Tq7W4w4hQ8CSTQq6 { width:15.8125rem;height:11.6875rem;top:17.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgEPfaSaNtn9oQUhfPigh6w0HQPpd0J { width:15.8125rem;height:11.6875rem;top:32.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLfiiqJHOnt1fRkEnbQ5JGv6RZsTCuf { width:5.8125rem;height:6.0625rem;top:3rem;left:0rem;z-index:14993;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZqR5MT0QF9mGD6JacxvtBKxtgqLvTnZO { width:5.8125rem;height:6.0625rem;top:17.375rem;left:0rem;z-index:14994;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hA8Mn57EtDqzJcrTGFaDloK56wZLM1pe { width:5.8125rem;height:6.0625rem;top:32.5625rem;left:0rem;z-index:14995;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { display:block; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { width:16.125rem;height:3rem;top:50.75rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0to2zO974psIcnLvT3uz2XFLLa584z6 { width:16rem;height:3rem;top:4.9375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R { width:17.0625rem;height:35.4668125rem;top:9.74609375rem;left:1.46875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15034;display:block; }#AwpDHRDSr8K2Nr7FvHpRPTrXwWvVp78R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #liCZ9GFwJfi35S01GydSpaqM0glkQTV2 { width:17.0625rem;height:31.293rem;top:55.6875rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#liCZ9GFwJfi35S01GydSpaqM0glkQTV2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #kfh8P3hekDRm6bCxRi53y6bV6lA5o1E2 { width:19.875rem;height:37.1875rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1ivdHCnTCmTF8iU6nbSQOCvDrT9Im4 { width:19.875rem;height:37.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5vBDatsxzllATluRekf08BX9wr9Q83 { width:20rem;height:11.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTF7cVqfkgky8HKIrGU6diJ8aT8xCp7Q { width:20rem;height:11.6875rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #NfpXBkSXiHZ2ltLB3nXxlGL9Qo6FCHbU > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection { display:block; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #RNJrWFMIK6VXh0auQn08dCSAJB675aFE > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L { background-color:#ffffff;background-image:none;display:block; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { background-color: transparent; background-image: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container > .video-iframe-container { display: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row > .video-iframe-container { display: none; }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .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); }#JSTOmTmwJXA0BeP1vmRTMlayJQM93y5L > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgvXXDy6H1LpLhJKk0f11TlTKlwn4pAy { width:20rem;height:16.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPoKGMVbif4ToSfgNiWXHTpyxnTHrp7B { width:10.5rem;height:11.75rem;top:3.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1xJbdeQUWXnbb7BgfK3o178p8dLp6a { width:15.625rem;height:3.4375rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jv7XxBbaSDzwhkaubJSlGyuLtzZsJJ { display:block; }
 }@media only screen and (max-width: 763px) { #CJWNTUsD7U78fIGU2wQyJ0VsD5skNdMk { width:15.1875rem;height:5.1181625rem;top:16.75rem;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:8.625rem;height:1.13720625rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fbxfptLQKhVuWgETeRBEzSAmKFMVX5zE > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0XNeDFJL8luk7aTRdKTvt5EC9yr1eTI { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4MIssOE8RappJ6ndfv3dPCCyc7lvRt { display:block; }
 }