.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { 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; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { background-color: transparent; background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .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); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { border-width: 0; border-radius: 0; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { 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; }
#o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { position:absolute;display:block;z-index:15023;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:3rem;width:16.875rem;top:2.375rem;left:18.250001907349rem;display:block; }
#GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.4375rem;width:6.75rem;top:2.75rem;left:27.25rem;overflow:hidden;display:block; }
#ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.65625rem;left:19.812501907349rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/5a6ac250-208f-4dca-b8a7-a89545f50632/backingforheaders_Soluthead1copia.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:54.3125rem;width:75rem;position:relative;display:block; }#hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem #ff6f4a;top:7.5rem;left:5rem;height:4.875rem;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; }
#TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:13.25rem;left:5rem;height:3.1494125rem;font-style:normal;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; }
#EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.25rem;width:21.6875rem;top:27.8125rem;left:11.3125rem;overflow:hidden;display:block; }
#InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:17.3125rem;left:5rem;height:6.296875rem;font-style:normal;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; }
#wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:13.4375rem;top:34.5625rem;left:15.4375rem;overflow:hidden;display:block; }
#hFQwERZloJCGqpKvVSveurs7lRpWQGZB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:10.375rem;width:18.875rem;top:28.3125rem;left:5rem;overflow:hidden;display:block; }
#KVavudabeaWg8I1XcJH8UlnbxcwayaPo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:10rem;width:18.875rem;top:38.9375rem;left:23rem;overflow:hidden;display:block; }
#CN2HUqKcT7EtfJE2VaV4DtSizS65lu8R { position:absolute;display:block;z-index:15098;height:29.125rem;width:28.25rem;top:5.8984379768372rem;left:41.749130249024rem;display:block; }
#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { 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; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { background-color: transparent; background-image: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container > .video-iframe-container { display: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container { display: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .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); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { border-width: 0; border-radius: 0; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#DHTTPSHFpludbWxxVDClNrmu4elUcWys { color:#f49a1e;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:9.8125rem;left:4.3125rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { color:#595d68;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.3125rem;left:4.375rem;height:11.046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { color:#595d68;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:33rem;left:4.375rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { color:#595d68;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:37.75rem;left:4.3125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { position:absolute;display:block;z-index:15025;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:3.625rem;width:17.4375rem;top:4.6875rem;left:4.3125rem;display:block; }
#Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.03125rem;left:5.5rem;overflow:hidden;display:block; }
#d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.4375rem;width:6.75rem;top:5.4375rem;left:13.5625rem;overflow:hidden;display:block; }
#sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:30.5625rem;width:15.6875rem;top:5.375rem;left:37.6875rem;display:block; }
#JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:7.75rem;left:41.5625rem;height:3.15rem;font-style:normal;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; }
#kUEEataTLOCfoumlAGySO04ANAsOKPfI { color:#595d68;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.4248046875rem;left:40.84375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:18.8125rem;left:41.5625rem;height:3.15rem;font-style:normal;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; }
#kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { color:#595d68;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:22.4375rem;left:41.75rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { color:#e77320;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:27.875rem;left:40.5625rem;height:3.15rem;font-style:normal;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; }
#x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { color:#595d68;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:31.5rem;left:41.75rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:none;top:25.9375rem;left:40.875rem;display:block; }
#MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15098;background-color:#e3e3e3;background-image:none;top:16.125rem;left:40.875rem;display:block; }
#MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:30.5625rem;width:15.6875rem;top:5.4375rem;left:54.9375rem;display:block; }
#uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15100;line-height:1.4;letter-spacing:0;top:7.75rem;left:58.8125rem;height:3.675rem;font-style:normal;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; }
#WDVNJiigJl2RW58IcaNgWGDynItMiJWl { color:#595d68;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:11.4375rem;left:59.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:16.125rem;left:58.125rem;display:block; }
#gWkisp6H3ZWVVA0MSwpbru9URboLECsd { color:#e77320;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15102;line-height:1.4;letter-spacing:0;top:18.8125rem;left:55.75rem;height:3.15rem;font-style:normal;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; }
#qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { color:#595d68;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:22.4375rem;left:59rem;height:1.38129375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15106;background-color:#e3e3e3;background-image:none;top:25.9375rem;left:58.125rem;display:block; }
#MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { color:#e77320;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15104;line-height:1.4;letter-spacing:0;top:27.875rem;left:57.8125rem;height:3.15rem;font-style:normal;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; }
#MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { color:#595d68;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:31.625rem;left:59rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { 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; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { background-color: transparent; background-image: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container > .video-iframe-container { display: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container { display: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .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); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { border-width: 0; border-radius: 0; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { font-size:0.875rem;font-family:arial;height:74.5rem;width:75rem;position:relative;display:block; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cce1f31f-b525-4175-a400-2e21e7eb7af0/gradient_set_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:4.125rem;display:block; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.adaptive-delivery-prevent-bg, #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.lazyload, #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.lazyloading { background-image: none; }
#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.76); }#NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -moz-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -ms-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -o-linear-gradient(180deg, #fafafa, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #fafafa, #eaeaea);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:21.062501907349rem;display:block; }
#WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -moz-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -ms-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -o-linear-gradient(180deg, #eaeaea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eaeaea, #ffffff);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:38.062501907349rem;display:block; }
#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cce1f31f-b525-4175-a400-2e21e7eb7af0/gradient_set_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:55.000001907349rem;display:block; }#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.adaptive-delivery-prevent-bg, #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.lazyload, #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.lazyloading { background-image: none; }
#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.79); }#vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(112,112,112,0.12);border-left:0.125rem solid rgba(112,112,112,0.12);border-right:0.125rem solid rgba(112,112,112,0.12);border-bottom:0.125rem solid rgba(112,112,112,0.12);border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:11.375rem;width:20.5625rem;top:36.9375rem;left:7.9375rem;display:block; }
#WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:20.375rem;top:30.125rem;left:8.375rem;overflow:hidden;display:block; }
#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5dbb2100-5a30-4acc-8cc4-3baddeec00ab/abstractbackgroundwithlowpolydesign.jpg");background-position:center right !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:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(251,164,43,0.42) ;height:11.375rem;width:38.5rem;top:36.9375rem;left:28.5625rem;display:block; }#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.adaptive-delivery-prevent-bg, #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.lazyload, #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.lazyloading { background-image: none; }
#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem; }#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,149,0,0.88); }#WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.0625rem;top:44.5rem;left:9.6875rem;overflow:hidden;display:block; }
#wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:38.5rem;left:31rem;height:4.72265625rem;font-style:normal;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; }
#HbcUJImQctKmI40TJQiAFahW8wRvpzRF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:4.875rem;top:13.75rem;left:60.500001907349rem;overflow:hidden;display:block; }
#lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { color:#595d68;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:21.75rem;left:40.187501907349rem;height:3.3994125rem;font-style:normal;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; }
#q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:21.75rem;left:57.937501907349rem;height:3.3994125rem;font-style:normal;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; }
#OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:14.1875rem;left:26.312501907349rem;overflow:hidden;display:block; }
#iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:21.125rem;left:4.96875rem;height:5.09765625rem;font-style:normal;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; }
#Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { color:#595d68;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:21.75rem;left:24.09375rem;height:5.09765625rem;font-style:normal;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; }
#JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { color:#595d68;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:4.75rem;left:17.625001907349rem;height:4.986325rem;font-style:normal;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; }
#GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { 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:5.75rem;width:6.5rem;top:13.875rem;left:8.78125rem;overflow:hidden;display:block; }
#ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.625rem;top:14.4375rem;left:42.687501907349rem;overflow:hidden;display:block; }
#TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { color:#e77320;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:58.125rem;left:17.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { color:#595d68;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:61.125rem;left:17.125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pGOS65sxGNOR32OXGddnbc2XGkB49BTl { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:17rem;width:16.9375rem;top:53.875rem;left:46.625rem;overflow:hidden;display:block; }
#KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.875rem;border-top-right-radius:8.875rem;border-bottom-left-radius:8.875rem;border-bottom-right-radius:8.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:15.5rem;width:51.25rem;top:54.625rem;left:11.5rem;display:block; }
#tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:43.8125rem;left:31rem;height:3.1494125rem;font-style:normal;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; }
#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { 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; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { background-color: transparent; background-image: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container > .video-iframe-container { display: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container { display: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .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); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { border-width: 0; border-radius: 0; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(180deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #ffffff, #eaeaea);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:31.625rem;width:67.125rem;top:8.3125rem;left:3.9375rem;display:block; }
#Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { color:#595d68;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:32.3466796875rem;left:7.1875rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { color:#e77320;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:3.9375rem;left:13.1875rem;height:2.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; }
#HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:29.75rem;width:44.75rem;top:9.25rem;left:25.5625rem;overflow:hidden;display:block; }
#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { color:#595d68;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:12.1875rem;left:7.1875rem;height:19.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36928971-77ec-4ddb-98e6-65df4241d95f/___03BACKFUNCIONESNIVELES2x6607853562407537101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.adaptive-delivery-prevent-bg, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyload, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyloading { background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { background-color: transparent; background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .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); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { border-width: 0; border-radius: 0; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { font-size:0.875rem;font-family:arial;height:78.125rem;width:75rem;position:relative;display:block; }#mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:9.5rem;left:37.8125rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#WQWBJGTCDIuHxZrODQpifvidue0gT6WX { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:4.4375rem;width:16.4375rem;top:8.125rem;left:11rem;display:block; }
#LUKpBNgctVESMKOek9LqtwRuDcITSVZR { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:26.8125rem;width:15.8125rem;top:21.4375rem;left:12.625rem;display:block; }
#Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:26.8125rem;width:15.8125rem;top:21.4375rem;left:29.625rem;display:block; }
#JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:26.8125rem;width:15.8125rem;top:21.4375rem;left:46.5625rem;display:block; }
#wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { color:#595d68;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:27.4560546875rem;left:15.90625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { color:#595d68;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:27.455078125rem;left:31.625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { color:#595d68;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.1875rem;left:48.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.6875rem;left:32.25rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:5.1937503814697rem;left:14.06875038147rem;overflow:hidden;display:block; }
#phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:3.375rem;top:9.0625rem;left:33.125rem;overflow:hidden;display:block; }
#RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #582b47, #94000b);background-image: -moz-linear-gradient(180deg, #582b47, #94000b);background-image: -ms-linear-gradient(180deg, #582b47, #94000b);background-image: -o-linear-gradient(180deg, #582b47, #94000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#582b47', endColorstr='#94000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#582b47', endColorstr='#94000b' );";background-image: linear-gradient(180deg, #582b47, #94000b);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:12.625rem;width:59.8125rem;top:4rem;left:7.625rem;display:block; }
#WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { color:#595d68;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:30.5625rem;left:14.625rem;height:15.1894375rem;text-align:left;text-align-last:left;display:block; }
#In7CHPvwaahqByZfbqJTl92HbUv9xwCh { color:#595d68;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:30.5625rem;left:31.6875rem;height:16.5703125rem;text-align:left;text-align-last:left;display:block; }
#cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { color:#595d68;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:30.5625rem;left:48.4375rem;height:16.5703125rem;text-align:left;text-align-last:left;display:block; }
#coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:22.3125rem;left:17.8125rem;overflow:hidden;display:block; }
#PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:22.5625rem;left:35.0625rem;overflow:hidden;display:block; }
#qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:22.5625rem;left:51.8125rem;overflow:hidden;display:block; }
#IJfTxqayLzBqwzwsztM7L7VHS8UHtK7i { color:#595d68;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15089;line-height:1.4;letter-spacing:0;top:66.3125rem;left:39.75rem;height:7.95703125rem;font-style:normal;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; }
#KJUhSxblAhVLUy4smS4pADS5nubQReDX { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -o-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59eaeaea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59eaeaea', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:13.25rem;width:24.375rem;top:62.5rem;left:12.0625rem;display:block; }
#PzJBvXqOLGlk1OBHCuQQo46CnT4oNvvB { color:#595d68;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:64.375rem;left:13.875rem;height:9.972625rem;font-style:normal;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; }
#NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { position:absolute;display:block;z-index:15027;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.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:12.9375rem;width:24.375rem;top:51.0625rem;left:25rem;overflow:hidden;display:block; }
#lrVTCzcAGT0TLii9tkleEZMAMHc2Xswm { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-image: -o-linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59eaeaea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59eaeaea', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(234,234,234,0.35), #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:13.25rem;width:25rem;top:62.5rem;left:37.9375rem;display:block; }
#XCLwJge184DADm0AAALLoWN2FkGOvKOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { background-color: transparent; background-image: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container > .video-iframe-container { display: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container { display: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .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); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { border-width: 0; border-radius: 0; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8ffa9b47-e0e0-4e86-b15e-26bd48713d3c/BanksFinanceandInsurance.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:7.1875rem;display:block; }#vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.adaptive-delivery-prevent-bg, #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.lazyload, #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.lazyloading { background-image: none; }
#C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.625rem;left:7.1875rem;display:block; }
#pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:19.75rem;left:8.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#UtHEn5zOfoz502ezHuzkszHrivTdhI9r { color:#e77320;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { color:#595d68;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:5.9365234375rem;left:4.125rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1ad7cac-7c83-4f39-b70f-e3d141520d1a/PublicSector.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:22.875rem;display:block; }#WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.adaptive-delivery-prevent-bg, #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.lazyload, #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.lazyloading { background-image: none; }
#cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.625rem;left:22.875rem;display:block; }
#FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.75rem;left:24.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf26daef-40c7-4a0f-aaa3-3aa6ab24c5bc/jcr_content7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:38.625rem;display:block; }#i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.adaptive-delivery-prevent-bg, #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.lazyload, #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.lazyloading { background-image: none; }
#an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.6875rem;left:38.625rem;display:block; }
#JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:19.75rem;left:40.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7b62ad-467b-4c75-b8eb-1bcc1da70ac4/Healthcare.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:54.1875rem;display:block; }#lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.adaptive-delivery-prevent-bg, #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.lazyload, #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.lazyloading { background-image: none; }
#xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.6875rem;left:54.1875rem;display:block; }
#uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:19.75rem;left:55.6875rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/707aaa8d-8e28-426d-89df-729dbf0f7966/jcr_content11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:46.4375rem;display:block; }#CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.adaptive-delivery-prevent-bg, #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.lazyload, #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.lazyloading { background-image: none; }
#uAXwz96Tart2ZTknA2PkHdXd96ghRguz { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.25rem;left:46.4375rem;display:block; }
#PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:33.3125rem;left:47.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#GGf5K86QLlknd2fx9MGpVc29W77uQwWK { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/541765ba-aae9-400e-b193-c16ff5adeb79/Energy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:30.6875rem;display:block; }#GGf5K86QLlknd2fx9MGpVc29W77uQwWK.adaptive-delivery-prevent-bg, #GGf5K86QLlknd2fx9MGpVc29W77uQwWK.lazyload, #GGf5K86QLlknd2fx9MGpVc29W77uQwWK.lazyloading { background-image: none; }
#IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.1875rem;left:30.6875rem;display:block; }
#uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:33.3125rem;left:32.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcf13835-3a7c-4046-be92-84db5375b39f/Retail.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:15rem;display:block; }#QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.adaptive-delivery-prevent-bg, #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.lazyload, #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.lazyloading { background-image: none; }
#RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f9000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.1875rem;left:15rem;display:block; }
#wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:33.3125rem;left:16.5rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { 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; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { background-color: transparent; background-image: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container > .video-iframe-container { display: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container { display: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .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); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { border-width: 0; border-radius: 0; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eb3f614-bb37-41eb-bec2-c2609f6ab563/jcr_content2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:13.5625rem;top:8.25rem;left:5.125rem;display:block; }#tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.adaptive-delivery-prevent-bg, #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.lazyload, #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.lazyloading { background-image: none; }
#v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -o-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f9e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f9e5e5e5' );";background-image: linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:15.8125rem;top:7.125rem;left:4.125rem;display:block; }
#Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { color:#2e2e2e;display:block;width:12.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:19.75rem;left:5.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -moz-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -ms-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -o-linear-gradient(180deg, #fafafa, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #fafafa, #eaeaea);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:15.8125rem;top:7.125rem;left:21.125rem;display:block; }
#ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c0ad6626-fdbb-42c8-a8f6-75c95140b5e2/jcr_content3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:13.5625rem;top:8.25rem;left:22.125rem;display:block; }#ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.adaptive-delivery-prevent-bg, #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.lazyload, #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.lazyloading { background-image: none; }
#sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { color:#2e2e2e;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:19.75rem;left:22.8125rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(180deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #ffffff, #eaeaea);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:32.8125rem;top:7.125rem;left:38.0625rem;display:block; }
#un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afee7f74-7fd8-4628-b6ac-16812f0d614c/jcr_content4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:29.9375rem;top:8.25rem;left:39.375rem;display:block; }#un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.adaptive-delivery-prevent-bg, #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.lazyload, #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.lazyloading { background-image: none; }
#bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { color:#2e2e2e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#SNMa482N4FwdATzxWbOWDv4eTMTnUINB { color:#2e2e2e;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:22.1875rem;left:39.75rem;height:6.334rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.3125rem;text-decoration:none;z-index:15039;text-align:left;text-align-last:left;top:28.84375rem;left:5.8125rem;display:block; }
#EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.3125rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:28.875rem;left:22.8125rem;display:block; }
#ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.3125rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:28.875rem;left:39.75rem;display:block; }
#Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { color:#e77320;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw > .row .container { border-width: 0; border-radius: 0; }#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw > .row .container { font-size:0.875rem;font-family:arial;height:72.125rem;width:75rem;position:relative;display:none; }#sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:25rem;width:15.3125rem;top:13.0625rem;left:4.5rem;display:block; }#sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC.adaptive-delivery-prevent-bg, #sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC.lazyload, #sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC.lazyloading { background-image: none; }
#sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#MqUJOBHokBHOq2zPhqMU7qKus3X6dAgT { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:15.8125rem;left:5.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:6.375rem;width:40.1875rem;top:3.375rem;left:17.4375rem;display:block; }#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.adaptive-delivery-prevent-bg, #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.lazyload, #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.lazyloading { background-image: none; }
#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#Gsi5BAxrgOXLtbfnQTEK3SRizDNCoSI0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:4.4375rem;left:50.375rem;overflow:hidden;display:block; }
#D8PkKTsgEFqP4bS2nGtLbTBmOhRq5DEf { color:#595d68;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.4375rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZ1ztaaTRvWzZ1pHZJb4GxtUMxGR3iTV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:11.5625rem;top:18.9375rem;left:6.375rem;overflow:hidden;display:block; }
#aCEh0RDl65JKyqpioxuOQr3lcKHP6ZV7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.9375rem;top:21.1875rem;left:8.1875rem;overflow:hidden;display:block; }
#afIPUtKABkuTm9OwKOyHH4q2ObTG70GG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.3125rem;top:25.25rem;left:8rem;overflow:hidden;display:block; }
#L7v8raW3GsopW7krXToM7ZrtcvdqNTmn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.125rem;top:30.125rem;left:8rem;overflow:hidden;display:block; }
#hMHLICuZOTVlILhKhItTqlNv5o2dinDQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.8125rem;top:33.875rem;left:7.25rem;overflow:hidden;display:block; }
#ig0HkCJtWgl7AuTCIVgw7rVI2QRkeXoG { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:30.1875rem;width:15.3125rem;top:13.0625rem;left:21.375rem;display:block; }
#BEifiqTkF958GM5oxv4E3qTFCvmitn3p { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.5rem;top:34.875rem;left:24.9375rem;overflow:hidden;display:block; }
#cOTuHoU6ME06clgtO9pKDvooKh9e1BJO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:22.6875rem;left:24.4375rem;overflow:hidden;display:block; }
#BanFfrMIWcqEhvVdQiSkqxH9TNrEqgTk { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.1875rem;top:27.375rem;left:23.4375rem;overflow:hidden;display:block; }
#AO4Ef0z7mfPqbzeKp0OJxGJEIRpquD9Q { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:12.625rem;top:31.3125rem;left:22.8125rem;overflow:hidden;display:block; }
#v1gMR5b0yFMKhowViIIEOmaD8UCeI634 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.5625rem;top:20.0625rem;left:23.25rem;overflow:hidden;display:block; }
#pQHeL93uiXJpgZW6XsoWxL449AISbuB5 { color:#595d68;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:15.3125rem;left:24.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CygUH5en3DS7WkQizPNa9ntRe8ZD0wOD { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:13.9375rem;width:15.3125rem;top:13.0625rem;left:38.125rem;display:block; }
#ZzCIrXUENOtBtBZHJAzNIWh2UnJlF21c { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:15.4375rem;left:38.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ezD0CT4NPAvkBSmWMNwAAaiWUX46pVVv { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.75rem;top:18.125rem;left:40.25rem;overflow:hidden;display:block; }
#IkdWcOC8iTpl9hg3lImCCcqbCJBad9fy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.3125rem;top:22.5rem;left:40.4375rem;overflow:hidden;display:block; }
#q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:13.9375rem;width:15.3125rem;top:13.0625rem;left:54.8125rem;display:block; }#q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM.adaptive-delivery-prevent-bg, #q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM.lazyload, #q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM.lazyloading { background-image: none; }
#q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#O3krOyPLJ1MnrO4SXQ6pNeWbgt0207v6 { position:absolute;display:block;z-index:15037;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:9.5rem;top:38.4375rem;left:24.125rem;overflow:hidden;display:block; }
#VRBt9OS6rEEgH3ChyQirAzg84mwre4QM { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:14.8125rem;left:55.3125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqaMuTmTOF4xxCNdZFxMmQI2CZ430RTG { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.625rem;top:19.5rem;left:57.125rem;overflow:hidden;display:block; }
#iC6TEwg7piV7qqRh7R7UH2nnfG7sVi15 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.9375rem;top:22.75rem;left:56.625rem;overflow:hidden;display:block; }
#reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:15.75rem;width:15.3125rem;top:50.0625rem;left:4.5rem;display:block; }#reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM.adaptive-delivery-prevent-bg, #reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM.lazyload, #reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM.lazyloading { background-image: none; }
#reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#cOoRD8GhcMmGOJ2oyLJacNd3cVQtCN9T { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:52.1875rem;left:5.0625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZbK3g53OcOTt3rwSX3OnsovHr2yV3Fm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10rem;top:56.6875rem;left:7.125rem;overflow:hidden;display:block; }
#P193LQvoyyFVidTi2WSLsaQR8xy9qCVX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.625rem;top:60.8125rem;left:6.8125rem;overflow:hidden;display:block; }
#O8ap8WoK79n4K3VGmwEaqbtb6lyFtQUI { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:8.625rem;width:15.3125rem;top:44.9375rem;left:21.375rem;display:block; }
#z0eCpfe4NmRvzKwNrpqh1mzTFquA0AKu { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:46.6875rem;left:21.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycRLAgry5BwWvzykRdfDDUBOWpzbdAXx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.5rem;top:49.5rem;left:24.0625rem;overflow:hidden;display:block; }
#atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:8.3125rem;width:15.3125rem;top:28.4375rem;left:38.125rem;display:block; }#atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR.adaptive-delivery-prevent-bg, #atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR.lazyload, #atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR.lazyloading { background-image: none; }
#atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#eOoqyEFZ0rfXDomp2pRnIwnefVM5Ipmx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.3125rem;top:32.8125rem;left:41.125rem;overflow:hidden;display:block; }
#b2BplTDd8knZEXEARNcxqZLMgPIzWcUm { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:29.9375rem;left:38.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CftADheV0CcM9ibHSZD9ATQKhTqpOOnk { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:19.125rem;width:15.3125rem;top:28.5625rem;left:54.8125rem;display:block; }
#xMlXri2mwB3DzgriKXhXvB5cgqAUTirK { position:absolute;display:block;z-index:15037;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.1875rem;width:10.5rem;top:35.125rem;left:57.25rem;overflow:hidden;display:block; }
#uga8W12gfsZCCATEJmuM7LUV7kaXKokN { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:30.625rem;left:55.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rV9HvDGly5WW9vnSu7DB595nvJr46sg7 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.8125rem;top:38.875rem;left:58.0625rem;overflow:hidden;display:block; }
#ecsTZbbq19CFTb5uXau8z3e47SJ8zC9a { position:absolute;display:block;z-index:15039;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.125rem;width:10.75rem;top:43.25rem;left:57.0625rem;overflow:hidden;display:block; }
#ps3UZK0G4mdbKZE2xauqbSevTV4bFs4H { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:9rem;width:15.3125rem;top:38.625rem;left:38.125rem;display:block; }
#kGdOSnzlXkMrtEGFZRwyhuJ7Bm2SroQW { position:absolute;display:block;z-index:15037;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:7rem;top:43.1875rem;left:42.25rem;overflow:hidden;display:block; }
#IL4wQnPLrfor0S84Qzye3hG9uMR3Zw1i { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:39.5rem;left:38.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kB4zcfceLAvQ5Zk5s6eP8VF1UwB08IX6 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:6.625rem;width:32.125rem;top:49.3125rem;left:38.125rem;display:block; }
#kKgey1mEH6MEHMTI1E6u2RDUyLsBo29Q { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:50.5rem;left:47.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#etTg3ghEiTl6UNx5Oq65TXbTmFlGAyzz { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:9.9375rem;top:53.25rem;left:40.4375rem;overflow:hidden;display:block; }
#ZS5JEUyt9T99JFKxcc3bHP89o9mSJHR8 { position:absolute;display:block;z-index:15039;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.1875rem;width:5.125rem;top:52.3125rem;left:61.6875rem;overflow:hidden;display:block; }
#oO3WxeoAFhAlWqOMOFu619e0KQOx2kAo { position:absolute;display:block;z-index:15040;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.1875rem;width:9.3125rem;top:52.625rem;left:51.4375rem;overflow:hidden;display:block; }
#wAaLXnEAN1nFUnUGi14xn08qI7CyPOT6 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:9.8125rem;width:15.3125rem;top:55.8125rem;left:21.375rem;display:block; }
#ehWvQfS3RQbvSKPnimAD7B0sVeJEfCJZ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.1875rem;top:59.75rem;left:24.4375rem;overflow:hidden;display:block; }
#n9zvF7mEWN26CISPWupZ1axc4og9xy5L { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:57.8125rem;left:21.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:8.4375rem;width:15.3125rem;top:57.1875rem;left:38.5rem;display:block; }#uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA.adaptive-delivery-prevent-bg, #uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA.lazyload, #uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA.lazyloading { background-image: none; }
#uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#xTcw6DhBEGZDFOd2T4bGcqEolykdkxW2 { color:#595d68;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:58.625rem;left:41.5rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#puXqe8gNwB99XWI9XV9LbEAhtnxEkPS1 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10rem;top:61.5rem;left:41.1875rem;overflow:hidden;display:block; }
#eZ7TiqQRP9liiJSz0MzW8QMUraqR2GVn { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:7.9375rem;width:15.3125rem;top:40.3125rem;left:4.5rem;display:block; }
#s7I99CMwTaEpzDkkyHidsuJsqklrtTX9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.875rem;top:45.25rem;left:6.25rem;overflow:hidden;display:block; }
#vJs8amxyCi2bGT6gcOleCCoxzTwCH5UQ { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:42.1875rem;left:5.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CURvWd2NT78nSxzKlqDCKiTsZMrRJ6yd { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:8.4375rem;width:15.3125rem;top:57.125rem;left:55.125rem;display:block; }
#VF5DbIuwp99cnvhMp0XpOf6h3WuFWWS5 { 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:4.75rem;width:9.125rem;top:60.625rem;left:57.9375rem;overflow:hidden;display:block; }
#qhg35qyqKZhb6cNyVH9DC5ObNb9US4n1 { color:#595d68;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:58.3125rem;left:57.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zu562yyZk7CNxRaHgpNoyZuFA3wW78Gd { color:#595d68;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.8125rem;left:20.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container { background-color: transparent; background-image: none; }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container > .video-iframe-container { display: none; }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row > .video-iframe-container { display: none; }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .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); }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container { border-width: 0; border-radius: 0; }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { 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; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { background-color: transparent; background-image: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container > .video-iframe-container { display: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container { display: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .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); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { border-width: 0; border-radius: 0; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.625rem;width:33.25rem;top:1.8125rem;left:33.8125rem;display:block; }
#lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { color:#595d68;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.3125rem;height:2.51875rem;text-align:left;text-align-last:left;display:block; }
#AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius: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(155,160,172,0.29) ;height:10.1875rem;width:40.6875rem;top:5.9375rem;left:7.9375rem;display:block; }
#yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:12.75rem;top:6.62343788147rem;left:14.187501907349rem;overflow:hidden;display:block; }
#vbfca7f99b7f01845dac7939a5f16c11.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/a77dd9a4-4fa4-4db4-b21e-f92f6c63ba57/solut.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection.adaptive-delivery-prevent-bg, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection.lazyload, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection.lazyloading { background-image: none; } #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection *:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="text"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="email"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="tel"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection textarea:focus-visible { outline: none; } #mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container { background-color: transparent; background-image: none; }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container > .video-iframe-container { display: none; }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row > .video-iframe-container { display: none; }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .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); }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container { border-width: 0; border-radius: 0; }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e77320;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; }#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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#212121;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.28125rem;left:32.78125rem;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; }
#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { background-color: transparent; background-image: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container > .video-iframe-container { display: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row > .video-iframe-container { display: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { border-width: 0; border-radius: 0; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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; }#VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { 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) { #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { display:block; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { top:2.375rem;left:4.6250019073486rem;width:16.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { top:2.75rem;left:13.625rem;width:6.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { top:0.625rem;left:6.1875019073486rem;width:6.5625rem;height:6.5625rem;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) { #hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { top:7.5rem;left:0rem;width:36.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { top:13.25rem;left:0rem;width:35.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { top:27.8125rem;left:0rem;width:21.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { top:17.3125rem;left:0rem;width:32.875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { top:34.5625rem;left:1.8125rem;width:13.4375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQwERZloJCGqpKvVSveurs7lRpWQGZB { top:28.3125rem;left:0rem;width:18.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVavudabeaWg8I1XcJH8UlnbxcwayaPo { top:38.9375rem;left:9.375rem;width:18.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2HUqKcT7EtfJE2VaV4DtSizS65lu8R { top:5.875rem;left:19.5rem;width:28.25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { display:block; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHTTPSHFpludbWxxVDClNrmu4elUcWys { top:9.8125rem;left:0rem;width:29.875rem;height:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { top:21.3125rem;left:0rem;width:29.8125rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { top:33rem;left:0rem;width:29.8125rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { top:37.75rem;left:0rem;width:24.25rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { top:4.6875rem;left:0rem;width:17.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { top:3rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { top:5.4375rem;left:0rem;width:6.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { top:5.375rem;left:24.0625rem;width:15.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { top:7.75rem;left:27.9375rem;width:7.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEEataTLOCfoumlAGySO04ANAsOKPfI { top:11.375rem;left:27.21875rem;width:9.375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { top:18.8125rem;left:27.9375rem;width:7.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { top:22.4375rem;left:28.125rem;width:7.625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { top:27.875rem;left:26.9375rem;width:10rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { top:31.5rem;left:28.125rem;width:7.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { top:25.9375rem;left:27.25rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { top:16.125rem;left:27.25rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { top:5.4375rem;left:32.0625rem;width:15.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { top:7.75rem;left:39.8125rem;width:7.9375rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDVNJiigJl2RW58IcaNgWGDynItMiJWl { top:11.4375rem;left:41.75rem;width:6rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { top:16.125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWkisp6H3ZWVVA0MSwpbru9URboLECsd { top:18.8125rem;left:33.6875rem;width:14.0625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { top:22.4375rem;left:40.125rem;width:7.625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { top:25.9375rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { top:27.875rem;left:37.75rem;width:10rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { top:31.625rem;left:40.125rem;width:7.625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { display:block; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { top:11.6875rem;left:0rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { top:11.6875rem;left:7.4375019073488rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { top:11.6875rem;left:24.437501907349rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { top:11.6875rem;left:31.9375rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { top:36.9375rem;left:0rem;width:20.5625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { top:30.125rem;left:0rem;width:20.375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { top:36.9375rem;left:9.25rem;width:38.5rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { top:44.5rem;left:0rem;width:19.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { top:38.5rem;left:15.625rem;width:32.125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbcUJImQctKmI40TJQiAFahW8wRvpzRF { top:13.75rem;left:42.875rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { top:21.75rem;left:26.5625rem;width:11.5625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { top:21.75rem;left:37.8125rem;width:9.9375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { top:14.1875rem;left:12.687501907349rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { top:21.125rem;left:0rem;width:14.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { top:21.75rem;left:10.46875rem;width:9.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { top:4.75rem;left:4rem;width:39.75rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { top:13.875rem;left:0rem;width:6.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { top:14.4375rem;left:29.062501907349rem;width:6.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { top:58.125rem;left:3.5rem;width:26.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { top:61.125rem;left:3.5rem;width:28rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGOS65sxGNOR32OXGddnbc2XGkB49BTl { top:53.875rem;left:30.8125rem;width:16.9375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { top:54.625rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { top:43.8125rem;left:16.625rem;width:31.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { display:block; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { top:8.3125rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { top:32.3125rem;left:0rem;width:14.125rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { top:3.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { top:9.25rem;left:3rem;width:44.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { top:12.1875rem;left:0rem;width:19.0625rem;height:;font-size:0.875rem;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
 }@media only screen and (max-width: 763px) { #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { display:block; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { top:9.5rem;left:21.875rem;width:25.875rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQWBJGTCDIuHxZrODQpifvidue0gT6WX { top:8.125rem;left:0rem;width:16.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUKpBNgctVESMKOek9LqtwRuDcITSVZR { top:21.4375rem;left:0rem;width:15.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { top:21.4375rem;left:16rem;width:15.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { top:21.4375rem;left:31.9375rem;width:15.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { top:27.4375rem;left:2.28125rem;width:9.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { top:27.4375rem;left:18rem;width:11.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { top:28.1875rem;left:34.9375rem;width:11.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { top:5.6875rem;left:18.0625rem;width:25.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { top:5.1875rem;left:0.44375038146973rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { top:9.0625rem;left:19.5rem;width:3.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { top:4rem;left:0rem;width:47.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { top:30.5625rem;left:1rem;width:12.625rem;height:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In7CHPvwaahqByZfbqJTl92HbUv9xwCh { top:30.5625rem;left:18.0625rem;width:12rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { top:30.5625rem;left:34.8125rem;width:12.375rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { top:22.3125rem;left:4.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { top:22.5625rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { top:22.5625rem;left:38.1875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJfTxqayLzBqwzwsztM7L7VHS8UHtK7i { top:66.3125rem;left:26.125rem;width:21.375rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJUhSxblAhVLUy4smS4pADS5nubQReDX { top:62.5rem;left:0rem;width:24.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzJBvXqOLGlk1OBHCuQQo46CnT4oNvvB { top:64.375rem;left:0.25rem;width:20.75rem;height:9.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { top:51.0625rem;left:11.375rem;width:24.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrVTCzcAGT0TLii9tkleEZMAMHc2Xswm { top:62.5rem;left:22.75rem;width:25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCLwJge184DADm0AAALLoWN2FkGOvKOC { display:block; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { top:11.4375rem;left:0rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { top:13.625rem;left:0rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { top:19.75rem;left:0rem;width:10.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtHEn5zOfoz502ezHuzkszHrivTdhI9r { top:3.3125rem;left:0rem;width:7.5rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { top:5.875rem;left:0rem;width:27.375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { top:11.4375rem;left:9.25rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { top:13.625rem;left:9.25rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { top:19.75rem;left:10.75rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { top:11.4375rem;left:25rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { top:13.6875rem;left:25rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { top:19.75rem;left:26.5rem;width:10.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { top:11.4375rem;left:34.1875rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { top:13.6875rem;left:34.1875rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { top:19.75rem;left:37.1875rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { top:25rem;left:32.8125rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXwz96Tart2ZTknA2PkHdXd96ghRguz { top:27.25rem;left:32.8125rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { top:33.3125rem;left:34.3125rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGf5K86QLlknd2fx9MGpVc29W77uQwWK { top:25rem;left:17.0625rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { top:27.1875rem;left:17.0625rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { top:33.3125rem;left:18.5625rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { top:25rem;left:1.375rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { top:27.1875rem;left:1.375rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { top:33.3125rem;left:2.875rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { display:block; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { top:8.25rem;left:0rem;width:13.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { top:7.125rem;left:0rem;width:15.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { top:19.75rem;left:0rem;width:12.125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { top:7.125rem;left:7.5rem;width:15.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { top:8.25rem;left:8.5rem;width:13.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { top:19.75rem;left:9.1875rem;width:12.875rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { top:7.125rem;left:14.9375rem;width:32.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { top:8.25rem;left:17.5625rem;width:29.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { top:19.75rem;left:26.125rem;width:18.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMa482N4FwdATzxWbOWDv4eTMTnUINB { top:22.1875rem;left:18rem;width:29.75rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { width:5.875rem;height:1.3125rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { width:5.875rem;height:1.3125rem;top:28.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block; }
 }@media only screen and (max-width: 763px) { #wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { width:5.875rem;height:1.3125rem;top:28.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block; }
 }@media only screen and (max-width: 763px) { #TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { top:3.3125rem;left:0rem;width:39.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw { display:block; }#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC { top:13.0625rem;left:0rem;width:15.3125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUJOBHokBHOq2zPhqMU7qKus3X6dAgT { top:15.8125rem;left:0rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw { top:3.375rem;left:3.8125rem;width:40.1875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsi5BAxrgOXLtbfnQTEK3SRizDNCoSI0 { top:4.4375rem;left:36.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8PkKTsgEFqP4bS2nGtLbTBmOhRq5DEf { top:4.4375rem;left:6.8125rem;width:29.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ1ztaaTRvWzZ1pHZJb4GxtUMxGR3iTV { top:18.9375rem;left:0rem;width:11.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCEh0RDl65JKyqpioxuOQr3lcKHP6ZV7 { top:21.1875rem;left:0rem;width:7.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIPUtKABkuTm9OwKOyHH4q2ObTG70GG { top:25.25rem;left:0rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7v8raW3GsopW7krXToM7ZrtcvdqNTmn { top:30.125rem;left:0rem;width:8.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHLICuZOTVlILhKhItTqlNv5o2dinDQ { top:33.875rem;left:0rem;width:9.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0HkCJtWgl7AuTCIVgw7rVI2QRkeXoG { top:13.0625rem;left:7.75rem;width:15.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEifiqTkF958GM5oxv4E3qTFCvmitn3p { top:34.875rem;left:11.3125rem;width:7.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTuHoU6ME06clgtO9pKDvooKh9e1BJO { top:22.6875rem;left:10.8125rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BanFfrMIWcqEhvVdQiSkqxH9TNrEqgTk { top:27.375rem;left:9.8125rem;width:11.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO4Ef0z7mfPqbzeKp0OJxGJEIRpquD9Q { top:31.3125rem;left:9.1875rem;width:12.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1gMR5b0yFMKhowViIIEOmaD8UCeI634 { top:20.0625rem;left:9.625rem;width:11.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHeL93uiXJpgZW6XsoWxL449AISbuB5 { top:15.3125rem;left:10.5625rem;width:9.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygUH5en3DS7WkQizPNa9ntRe8ZD0wOD { top:13.0625rem;left:24.5rem;width:15.3125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzCIrXUENOtBtBZHJAzNIWh2UnJlF21c { top:15.4375rem;left:24.875rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezD0CT4NPAvkBSmWMNwAAaiWUX46pVVv { top:18.125rem;left:26.625rem;width:10.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkdWcOC8iTpl9hg3lImCCcqbCJBad9fy { top:22.5rem;left:26.8125rem;width:10.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM { top:13.0625rem;left:32.4375rem;width:15.3125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3krOyPLJ1MnrO4SXQ6pNeWbgt0207v6 { top:38.4375rem;left:10.5rem;width:9.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBt9OS6rEEgH3ChyQirAzg84mwre4QM { top:14.8125rem;left:33.5625rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaMuTmTOF4xxCNdZFxMmQI2CZ430RTG { top:19.5rem;left:37.125rem;width:10.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6TEwg7piV7qqRh7R7UH2nnfG7sVi15 { top:22.75rem;left:35.8125rem;width:11.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM { top:50.0625rem;left:0rem;width:15.3125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOoRD8GhcMmGOJ2oyLJacNd3cVQtCN9T { top:52.1875rem;left:0rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZbK3g53OcOTt3rwSX3OnsovHr2yV3Fm { top:56.6875rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P193LQvoyyFVidTi2WSLsaQR8xy9qCVX { top:60.8125rem;left:0rem;width:10.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ap8WoK79n4K3VGmwEaqbtb6lyFtQUI { top:44.9375rem;left:7.75rem;width:15.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eCpfe4NmRvzKwNrpqh1mzTFquA0AKu { top:46.6875rem;left:8.3125rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRLAgry5BwWvzykRdfDDUBOWpzbdAXx { top:49.5rem;left:10.4375rem;width:9.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR { top:28.4375rem;left:24.5rem;width:15.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOoqyEFZ0rfXDomp2pRnIwnefVM5Ipmx { top:32.8125rem;left:27.5rem;width:9.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2BplTDd8knZEXEARNcxqZLMgPIzWcUm { top:29.9375rem;left:25.0625rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftADheV0CcM9ibHSZD9ATQKhTqpOOnk { top:28.5625rem;left:32.4375rem;width:15.3125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMlXri2mwB3DzgriKXhXvB5cgqAUTirK { top:35.125rem;left:37.25rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uga8W12gfsZCCATEJmuM7LUV7kaXKokN { top:30.625rem;left:33.5625rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV9HvDGly5WW9vnSu7DB595nvJr46sg7 { top:38.875rem;left:38.9375rem;width:8.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecsTZbbq19CFTb5uXau8z3e47SJ8zC9a { top:43.25rem;left:37rem;width:10.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps3UZK0G4mdbKZE2xauqbSevTV4bFs4H { top:38.625rem;left:24.5rem;width:15.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdOSnzlXkMrtEGFZRwyhuJ7Bm2SroQW { top:43.1875rem;left:28.625rem;width:7rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4wQnPLrfor0S84Qzye3hG9uMR3Zw1i { top:39.5rem;left:25.0625rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB4zcfceLAvQ5Zk5s6eP8VF1UwB08IX6 { top:49.3125rem;left:15.625rem;width:32.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKgey1mEH6MEHMTI1E6u2RDUyLsBo29Q { top:50.5rem;left:33.4375rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTg3ghEiTl6UNx5Oq65TXbTmFlGAyzz { top:53.25rem;left:26.8125rem;width:9.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS5JEUyt9T99JFKxcc3bHP89o9mSJHR8 { top:52.3125rem;left:42.625rem;width:5.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO3WxeoAFhAlWqOMOFu619e0KQOx2kAo { top:52.625rem;left:37.8125rem;width:9.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAaLXnEAN1nFUnUGi14xn08qI7CyPOT6 { top:55.8125rem;left:7.75rem;width:15.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehWvQfS3RQbvSKPnimAD7B0sVeJEfCJZ { top:59.75rem;left:10.8125rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9zvF7mEWN26CISPWupZ1axc4og9xy5L { top:57.8125rem;left:8.3125rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA { top:57.1875rem;left:24.875rem;width:15.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTcw6DhBEGZDFOd2T4bGcqEolykdkxW2 { top:58.625rem;left:27.875rem;width:9.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puXqe8gNwB99XWI9XV9LbEAhtnxEkPS1 { top:61.5rem;left:27.5625rem;width:10rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ7TiqQRP9liiJSz0MzW8QMUraqR2GVn { top:40.3125rem;left:0rem;width:15.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7I99CMwTaEpzDkkyHidsuJsqklrtTX9 { top:45.25rem;left:0rem;width:11.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJs8amxyCi2bGT6gcOleCCoxzTwCH5UQ { top:42.1875rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CURvWd2NT78nSxzKlqDCKiTsZMrRJ6yd { top:57.125rem;left:32.4375rem;width:15.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5DbIuwp99cnvhMp0XpOf6h3WuFWWS5 { top:60.625rem;left:38.625rem;width:9.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhg35qyqKZhb6cNyVH9DC5ObNb9US4n1 { top:58.3125rem;left:38.375rem;width:9.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu562yyZk7CNxRaHgpNoyZuFA3wW78Gd { top:6.8125rem;left:6.8125rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;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; } #sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { top:1.8125rem;left:14.5rem;width:33.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { top:7.8125rem;left:0rem;width:18.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { top:5.9375rem;left:0rem;width:40.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { top:6.5625rem;left:0.56250190734863rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection { display:block; } #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection *:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="text"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="email"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="tel"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection textarea:focus-visible { outline: none; } #mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container { width:47.75rem;position:relative;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.25rem;left:19.15625rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBldc7UzUb0SoIS3ovTPR707I8scyWJt { display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { 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; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.adaptive-delivery-prevent-bg, #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.lazyload, #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.lazyloading { background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { background-color: transparent; background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .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); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { width:14.125rem;height:3.625rem;top:12.575rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { width:19.75rem;height:3rem;top:6.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { width:6.75rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { width:6.25rem;height:6.25rem;top:5.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b55472a0-35c1-4f7a-8c1a-6a651a13ee61/2backa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#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 > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:20rem;height:106.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { width:20rem;height:2.25rem;top:3.1851577758789rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { width:20rem;height:3.65625rem;top:9.4992194175719rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { width:10.25rem;height:10.5rem;top:20.28125rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { width:20rem;height:6.09375rem;top:35.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { width:11.5625rem;height:7.5625rem;top:21.75rem;left:4.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQwERZloJCGqpKvVSveurs7lRpWQGZB { width:11.4375rem;height:6.25rem;top:17.362501144409rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVavudabeaWg8I1XcJH8UlnbxcwayaPo { width:11.6875rem;height:6.1875rem;top:26.35703086853rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2HUqKcT7EtfJE2VaV4DtSizS65lu8R { width:20rem;height:29.125rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { display:block; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { width:20rem;height:119.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHTTPSHFpludbWxxVDClNrmu4elUcWys { width:20rem;height:6.825rem;top:10.13671875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { width:20rem;height:16.5703125rem;top:17.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { width:20rem;height:5.5234375rem;top:34.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { width:20rem;height:5.5234375rem;top:41.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { width:17.4375rem;height:3.625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { width:5.625rem;height:5.625rem;top:0.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { width:6.75rem;height:2.4375rem;top:2rem;left:10.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { width:15.6875rem;height:30.5625rem;top:49.75625rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { width:7.9375rem;height:2.6rem;top:52.13125rem;left:6rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kUEEataTLOCfoumlAGySO04ANAsOKPfI { width:7.625rem;height:4.142575rem;top:55.81875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { width:7.9375rem;height:2.6rem;top:63.19375rem;left:6rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { width:7.625rem;height:2.7625rem;top:66.81875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { width:10rem;height:2.6rem;top:72.25625rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { width:7.625rem;height:2.111325rem;top:75.88125rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { width:9.375rem;height:0.125rem;top:70.31875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { width:9.375rem;height:0.125rem;top:60.50625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { width:15.6875rem;height:30.5625rem;top:81.56875rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { width:7.9375rem;height:3.4125rem;top:83.693750381469rem;left:6.0312500596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WDVNJiigJl2RW58IcaNgWGDynItMiJWl { width:6rem;height:2.7625rem;top:87.56875rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { width:9.375rem;height:0.125rem;top:92.25625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWkisp6H3ZWVVA0MSwpbru9URboLECsd { width:14.0625rem;height:2.6rem;top:95.006250381469rem;left:2.9687500596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { width:7.625rem;height:1.38125rem;top:98.56875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { width:9.375rem;height:0.125rem;top:102.06875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { width:10rem;height:2.6rem;top:104.00625rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { width:7.625rem;height:2.7625rem;top:107.75625rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { display:block; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { width:20rem;height:158.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { width:15.8125rem;height:16.8125rem;top:15.375rem;left:2.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { width:15.8125rem;height:16.8125rem;top:34.5rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { width:15.8125rem;height:16.8125rem;top:54.3125rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { width:15.8125rem;height:16.8125rem;top:73.875rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { width:19.75rem;height:6.8125rem;top:97.3125rem;left:0rem;z-index:14994;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) { #WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { width:13.1875rem;height:11.9375rem;top:92.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { width:19.875rem;height:20.4375rem;top:99.75rem;left:0rem;z-index:14993;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { width:12.8125rem;height:2.8125rem;top:138.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { width:16.5rem;height:6.09375rem;top:106.6875rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HbcUJImQctKmI40TJQiAFahW8wRvpzRF { width:4.875rem;height:6rem;top:75.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { width:11.5625rem;height:5.69824375rem;top:64.4375rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { width:9.9375rem;height:5.69824375rem;top:84.6875rem;left:5.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { width:5.375rem;height:5.375rem;top:36.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { width:11.625rem;height:7.597625rem;top:26rem;left:4.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { width:11.5625rem;height:5.69824375rem;top:44.3125rem;left:4.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { width:20rem;height:9.2578125rem;top:3.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { width:6.5rem;height:5.75rem;top:17.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { width:6.625rem;height:4.8125rem;top:56.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { width:16.0625rem;height:4.875rem;top:125.375rem;left:2.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { width:16rem;height:11.046875rem;top:130.9375rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGOS65sxGNOR32OXGddnbc2XGkB49BTl { width:10.5rem;height:10.5rem;top:143.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { width:20rem;height:31.9375rem;top:122.875rem;left:0rem;z-index:14994;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { width:15.125rem;height:4.875rem;top:113.65625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { display:block; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { width:20rem;height:21.4375rem;top:14.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { width:15.25rem;height:2.7625rem;top:17.625rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { width:18.3125rem;height:7.3125rem;top:3.6875rem;left:0.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { width:17rem;height:11.3125rem;top:22.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { width:19.0625rem;height:17.8203125rem;top:37.4375rem;left:0.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
 }@media only screen and (max-width: 763px) { #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36928971-77ec-4ddb-98e6-65df4241d95f/___03BACKFUNCIONESNIVELES2x6607853562407537101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.adaptive-delivery-prevent-bg, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyload, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyloading { background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { background-color: transparent; background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .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); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { width:20rem;height:173.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { width:16.125rem;height:9.666rem;top:15rem;left:2.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQWBJGTCDIuHxZrODQpifvidue0gT6WX { width:9.5625rem;height:3.0625rem;top:6.1875rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUKpBNgctVESMKOek9LqtwRuDcITSVZR { width:15.8125rem;height:31.125rem;top:28.5302734375rem;left:2.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { width:15.8125rem;height:31.4375rem;top:61.25rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { width:15.8125rem;height:28.9375rem;top:95.625rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { width:8.625rem;height:2.923825rem;top:36.0625rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { width:7.3125rem;height:2.923825rem;top:69.125rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { width:7.1875rem;height:2.923825rem;top:103.375rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { width:11.6875rem;height:3.25rem;top:10.137500762939rem;left:2.5000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { width:5.4375rem;height:5.4375rem;top:5.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { width:3.375rem;height:4.9375rem;top:7.5625rem;left:14.237499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { width:20rem;height:23.3125rem;top:3.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { width:11.5625rem;height:16.5703125rem;top:40.0625rem;left:4.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #In7CHPvwaahqByZfbqJTl92HbUv9xwCh { width:12rem;height:16.5703125rem;top:73rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { width:12rem;height:16.5703125rem;top:107rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { width:5.375rem;height:5.375rem;top:29.3125rem;left:7.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { width:4.8125rem;height:4.8125rem;top:62.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { width:4.8125rem;height:4.8125rem;top:97.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJfTxqayLzBqwzwsztM7L7VHS8UHtK7i { width:15.75rem;height:13.40625rem;top:154.8125rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KJUhSxblAhVLUy4smS4pADS5nubQReDX { width:20rem;height:18.1875rem;top:135.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PzJBvXqOLGlk1OBHCuQQo46CnT4oNvvB { width:16.6875rem;height:9.666rem;top:141.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { width:20rem;height:10.625rem;top:128.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrVTCzcAGT0TLii9tkleEZMAMHc2Xswm { width:20rem;height:21.3125rem;top:148.875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XCLwJge184DADm0AAALLoWN2FkGOvKOC { display:block; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { width:13.9375rem;height:11.875rem;top:14.625rem;left:3rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { width:13.9375rem;height:8.75rem;top:17.6875rem;left:3.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { width:9.5rem;height:4.72265625rem;top:21.25rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtHEn5zOfoz502ezHuzkszHrivTdhI9r { width:15.375rem;height:2.4375rem;top:4.5000019073486rem;left:2.3125000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { width:15.9375rem;height:5.5234375rem;top:8.125rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { width:13.5625rem;height:11.875rem;top:28.4375rem;left:3.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { width:13.5625rem;height:9.625rem;top:30.625rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { width:10.5625rem;height:1.4625rem;top:36.75rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { width:13.5625rem;height:11.875rem;top:42.1875rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { width:13.5625rem;height:9.625rem;top:44.5rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { width:12.3125rem;height:3.1484375rem;top:50.0625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { width:13.5625rem;height:11.875rem;top:55.9375rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { width:13.5625rem;height:9.625rem;top:58.25rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { width:10.5625rem;height:3.1484375rem;top:64.25rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { width:13.5625rem;height:11.875rem;top:95.8125rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #uAXwz96Tart2ZTknA2PkHdXd96ghRguz { width:13.5625rem;height:9.625rem;top:98.0625rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { width:10.5625rem;height:1.575rem;top:104.125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGf5K86QLlknd2fx9MGpVc29W77uQwWK { width:13.5625rem;height:11.875rem;top:82.6875rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { width:13.5625rem;height:9.625rem;top:84.875rem;left:3.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { width:10.5625rem;height:1.4625rem;top:91rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { width:13.5625rem;height:11.875rem;top:69.5625rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { width:13.5625rem;height:9.625rem;top:71.75rem;left:3.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { width:10.5625rem;height:1.575rem;top:77.875rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { display:block; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { width:13.9375rem;height:8.9375rem;top:10.875rem;left:3.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { width:15.8125rem;height:19.875rem;top:9.3125rem;left:2.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { width:11.625rem;height:4.22265rem;top:20.875rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { width:15.8125rem;height:21rem;top:35.125rem;left:2.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { width:13.9375rem;height:8.9375rem;top:36.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { width:11.6875rem;height:6.33398125rem;top:46.125rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { width:15.8125rem;height:35.875rem;top:62.25rem;left:2.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { width:13.9375rem;height:8.9375rem;top:63.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { width:12.1875rem;height:5.84765625rem;top:74rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNMa482N4FwdATzxWbOWDv4eTMTnUINB { width:12.8125rem;height:14.7793125rem;top:80.25rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { width:5.875rem;height:1.3125rem;top:53.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { width:5.875rem;height:1.3125rem;top:26.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block; }
 }@media only screen and (max-width: 763px) { #wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { width:5.875rem;height:1.3125rem;top:95.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block; }
 }@media only screen and (max-width: 763px) { #TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { width:15.375rem;height:4.875rem;top:3.75rem;left:2.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw { display:none; }#yi3kHhtgbegKWGZIDMecy0CRt8OLK8fw > .row .container { width:20rem;height:240.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sL3OUy5LvyMcShOp9fBAaBZ0RHTOIsMC { width:20rem;height:16.1875rem;top:6.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #MqUJOBHokBHOq2zPhqMU7qKus3X6dAgT { width:20rem;height:1.35rem;top:28.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw { width:15.3125rem;height:22.25rem;top:25.9375rem;left:2.3750000596046rem;z-index:14994;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c181d5b-8cff-403d-9261-679c78320489/watr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.adaptive-delivery-prevent-bg, #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.lazyload, #lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw.lazyloading { background-image: none; }
#lhTM5FuNM4ZDXOsB10vDPiWTgsG4rBmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; } }@media only screen and (max-width: 763px) { #Gsi5BAxrgOXLtbfnQTEK3SRizDNCoSI0 { width:4.9375rem;height:4.9375rem;top:7.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8PkKTsgEFqP4bS2nGtLbTBmOhRq5DEf { width:15.125rem;height:6.58125rem;top:12.3125rem;left:2.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZ1ztaaTRvWzZ1pHZJb4GxtUMxGR3iTV { width:11.5625rem;height:1.8125rem;top:31.375rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCEh0RDl65JKyqpioxuOQr3lcKHP6ZV7 { width:7.9375rem;height:4.0625rem;top:33.875rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIPUtKABkuTm9OwKOyHH4q2ObTG70GG { width:8.3125rem;height:4.5625rem;top:37.6875rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7v8raW3GsopW7krXToM7ZrtcvdqNTmn { width:8.125rem;height:1.9375rem;top:41.5rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHLICuZOTVlILhKhItTqlNv5o2dinDQ { width:9.8125rem;height:1.875rem;top:44.4375rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0HkCJtWgl7AuTCIVgw7rVI2QRkeXoG { width:15.3125rem;height:30.1875rem;top:66.375rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #BEifiqTkF958GM5oxv4E3qTFCvmitn3p { width:7.5rem;height:2.5625rem;top:88.1875rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTuHoU6ME06clgtO9pKDvooKh9e1BJO { width:9.1875rem;height:3.3125rem;top:76rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BanFfrMIWcqEhvVdQiSkqxH9TNrEqgTk { width:11.1875rem;height:2.375rem;top:80.6875rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO4Ef0z7mfPqbzeKp0OJxGJEIRpquD9Q { width:12.625rem;height:2.375rem;top:84.625rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1gMR5b0yFMKhowViIIEOmaD8UCeI634 { width:11.5625rem;height:1.625rem;top:73.375rem;left:4.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHeL93uiXJpgZW6XsoWxL449AISbuB5 { width:9.75rem;height:2.7rem;top:68.625rem;left:5.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CygUH5en3DS7WkQizPNa9ntRe8ZD0wOD { width:15.3125rem;height:13.9375rem;top:50.25rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ZzCIrXUENOtBtBZHJAzNIWh2UnJlF21c { width:14.1875rem;height:1.35rem;top:52.625rem;left:2.6875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ezD0CT4NPAvkBSmWMNwAAaiWUX46pVVv { width:10.75rem;height:4.3125rem;top:55.3125rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkdWcOC8iTpl9hg3lImCCcqbCJBad9fy { width:10.3125rem;height:2.375rem;top:59.6875rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mTMEDAQGAVTDUKSObm72H5dJ5A6gDM { width:15.3125rem;height:13.9375rem;top:97.8125rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #O3krOyPLJ1MnrO4SXQ6pNeWbgt0207v6 { width:9.5rem;height:3.375rem;top:91.75rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBt9OS6rEEgH3ChyQirAzg84mwre4QM { width:14.1875rem;height:2.7rem;top:99.5625rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qqaMuTmTOF4xxCNdZFxMmQI2CZ430RTG { width:10.625rem;height:1.875rem;top:104.25rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6TEwg7piV7qqRh7R7UH2nnfG7sVi15 { width:11.9375rem;height:1.875rem;top:107.5rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVGfAnTXD9UXI1XTuGfGEoR6pigtUBM { width:15.3125rem;height:15.75rem;top:162.375rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #cOoRD8GhcMmGOJ2oyLJacNd3cVQtCN9T { width:14.1875rem;height:2.7rem;top:164.5rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cZbK3g53OcOTt3rwSX3OnsovHr2yV3Fm { width:10rem;height:2.5625rem;top:169rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P193LQvoyyFVidTi2WSLsaQR8xy9qCVX { width:10.625rem;height:3.5625rem;top:173.125rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ap8WoK79n4K3VGmwEaqbtb6lyFtQUI { width:15.3125rem;height:8.625rem;top:179.375rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #z0eCpfe4NmRvzKwNrpqh1mzTFquA0AKu { width:14.1875rem;height:1.35rem;top:181.125rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ycRLAgry5BwWvzykRdfDDUBOWpzbdAXx { width:9.5rem;height:2.5625rem;top:183.9375rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #atmsE8mV9mLtJLkk2GTAc64ntXgIc7vR { width:15.3125rem;height:8.3125rem;top:113rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #eOoqyEFZ0rfXDomp2pRnIwnefVM5Ipmx { width:9.3125rem;height:2.4375rem;top:117.375rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2BplTDd8knZEXEARNcxqZLMgPIzWcUm { width:14.1875rem;height:1.35rem;top:114.5rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CftADheV0CcM9ibHSZD9ATQKhTqpOOnk { width:15.3125rem;height:19.125rem;top:142rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xMlXri2mwB3DzgriKXhXvB5cgqAUTirK { width:10.5rem;height:2.1875rem;top:148.5625rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uga8W12gfsZCCATEJmuM7LUV7kaXKokN { width:14.1875rem;height:2.7rem;top:144.0625rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rV9HvDGly5WW9vnSu7DB595nvJr46sg7 { width:8.8125rem;height:2.5625rem;top:152.3125rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecsTZbbq19CFTb5uXau8z3e47SJ8zC9a { width:10.75rem;height:2.125rem;top:156.6875rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps3UZK0G4mdbKZE2xauqbSevTV4bFs4H { width:15.3125rem;height:9rem;top:131.75rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kGdOSnzlXkMrtEGFZRwyhuJ7Bm2SroQW { width:7rem;height:3.625rem;top:136.3125rem;left:6.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4wQnPLrfor0S84Qzye3hG9uMR3Zw1i { width:14.1875rem;height:2.7rem;top:132.625rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kB4zcfceLAvQ5Zk5s6eP8VF1UwB08IX6 { width:15.3125rem;height:12.5625rem;top:201.4375rem;left:2.3750000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kKgey1mEH6MEHMTI1E6u2RDUyLsBo29Q { width:14.1875rem;height:1.35rem;top:202.75rem;left:2.9375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #etTg3ghEiTl6UNx5Oq65TXbTmFlGAyzz { width:11rem;height:1.0625rem;top:205.6875rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS5JEUyt9T99JFKxcc3bHP89o9mSJHR8 { width:5.125rem;height:2.1875rem;top:210.4375rem;left:7.4375005364419rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #oO3WxeoAFhAlWqOMOFu619e0KQOx2kAo { width:10.125rem;height:2.125rem;top:207.375rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAaLXnEAN1nFUnUGi14xn08qI7CyPOT6 { width:15.3125rem;height:9.8125rem;top:189.625rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ehWvQfS3RQbvSKPnimAD7B0sVeJEfCJZ { width:9.1875rem;height:4.375rem;top:193.5625rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9zvF7mEWN26CISPWupZ1axc4og9xy5L { width:14.1875rem;height:1.35rem;top:191.625rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uikZkV2HfNzbunaNA8i3RwwxWyrAfLxA { width:15.3125rem;height:8.4375rem;top:215.875rem;left:2.3750000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xTcw6DhBEGZDFOd2T4bGcqEolykdkxW2 { width:9.375rem;height:2.7rem;top:217.3125rem;left:5.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #puXqe8gNwB99XWI9XV9LbEAhtnxEkPS1 { width:10rem;height:3.1875rem;top:220.1875rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ7TiqQRP9liiJSz0MzW8QMUraqR2GVn { width:15.3125rem;height:7.9375rem;top:122.5625rem;left:2.3125000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #s7I99CMwTaEpzDkkyHidsuJsqklrtTX9 { width:11.875rem;height:1.5rem;top:127.5rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJs8amxyCi2bGT6gcOleCCoxzTwCH5UQ { width:14.1875rem;height:1.35rem;top:124.4375rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CURvWd2NT78nSxzKlqDCKiTsZMrRJ6yd { width:15.3125rem;height:8.4375rem;top:225.8125rem;left:2.3750000596046rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VF5DbIuwp99cnvhMp0XpOf6h3WuFWWS5 { width:9.125rem;height:4.75rem;top:229.3125rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhg35qyqKZhb6cNyVH9DC5ObNb9US4n1 { width:9.375rem;height:2.7rem;top:227rem;left:5.0000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zu562yyZk7CNxRaHgpNoyZuFA3wW78Gd { width:16.4375rem;height:1.95rem;top:19.125rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;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; } #sOcXPhhEKMBROHlBgv2QTf2kctBe9X7l > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { height:11.203007518797rem;width:20rem;top:11.63046836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { width:18.5rem;height:1.625rem;top:3.0625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { width:19.75rem;height:13.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { width:12.75rem;height:12.75rem;top:1.59375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection { display:block; } #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection *:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="text"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="email"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection input[type="tel"]:focus-visible, #vbfca7f99b7f01845dac7939a5f16c11.widget-smartsection textarea:focus-visible { outline: none; } #mL4qQ0c8qui73rS9BD5TcQCgdTcIgws4 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:8.625rem;height:1.1375rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#662483;display:block; }
 }@media only screen and (max-width: 763px) { #WBldc7UzUb0SoIS3ovTPR707I8scyWJt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { display:block; }
 }