.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;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; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container { background-color: transparent; background-image: none; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container > .video-iframe-container { display: none; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row > .video-iframe-container { display: none; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .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); }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container { border-width: 0; border-radius: 0; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ZGecKeAPTSFQcsZHWAn3NgtVJ2gRJLPI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:33.0625rem;display:block; }
#xuVykTssz3EacmHF9LEeSrS0fNdDnT58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBpno6MNRosZb4tnCIRMALPnlNvzwPOB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26rem;display:block; }
#FXKOVHmIgrOoua4u097akIMXyuS1ZlbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZAI3REHKo2T989FxhAAaduLXkuWvpIl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:49.0625rem;display:block; }
#d2GT6tTL3V0M62QVsTgu7APNRZ1gHD9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMhFyrRpmS054rTgT7w34JsNu47Ubn72 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:58.8125rem;display:block; }
#Va6IyGXRwQ5VufpUxAXpLCEUSKT3Mxso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InNuVkkwwmUJ4rUP3Ry5DaKlka1nu67H { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:42.0625rem;display:block; }
#c7P70KkiniUTFPTDthyKBpMZwkxsenvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3NcBQAmqxxZJvJKwXZyXQAZvirD831T { position:absolute;display:block;z-index:15054;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:7.375rem;top:1.21875rem;left:6.28125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/638c357c-bb3f-4759-8c7e-430da48cf19e/Artboard11_1100.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Z9qvQlbFoqpb1iAgqDiFfi2e9SeyM6HN { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"proxima nova";font-size:4rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;top:6rem;left:3.25rem;height:12.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDrFFeTa4lXknAqCcbBJX0exra3NeEK5 { color:#f1f1f1;display:block;width:20.6875rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.43603515625rem;left:3.25rem;height:5.361325rem;font-style:normal;display:block; }
#J0kcODDs2svci8mCy1nFyT6onJB2ncx6 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9rem;top:18.7978515625rem;left:30.375rem;overflow:hidden;display:block; }
#ZOnr5364O27byJ7HpNEfPdayT06sekSb { color:#ffffff;display:block;width:54.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:56.375rem;left:9.28125rem;height:2.1875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oWZ83rgCT0wH5FG3XdwFUkXrS9THfySf { color:#f1f1f1;display:block;width:39.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:59.65625rem;left:16.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;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; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container { background-color: transparent; background-image: none; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container > .video-iframe-container { display: none; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row > .video-iframe-container { display: none; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .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); }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container { border-width: 0; border-radius: 0; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG { position:relative;display:none; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG { border-width: 0; border-radius: 0; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kKRJ8KO9Fg7U54Ucd0k58ZRdcHwaxoMS { position:absolute;display:block;z-index:15054;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:7.375rem;top:1.21875rem;left:6.28125rem;overflow:hidden;display:none; }
#OKzdQaUHZKdM8UPxx9fB3GGInoVxn3Gy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26rem;display:none; }
#WcEbUPq0TSQkvmH8N4CbCWTL3QHC3a00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F63GqKevPocOIKvilWyFs9s1LUCGqM70 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:33.0625rem;display:none; }
#cPk7sJE2Hirksno1bFcIO2pDL8NOVL6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcdakpWm0Div6CIsDs1ZwIQWKHTbCui9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:41.75rem;display:none; }
#AOhyPz3dKd4on686avRDt1Z102keG9es { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRCecOKo5diflDIxP3B4u77JSzqwdXdZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:49.125rem;display:none; }
#XoCdrinRmgf4wy9ZJSFgvJnB2U0u4zMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT { position:relative;display:none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT { border-width: 0; border-radius: 0; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pdMRaTLn3VRmTtWVBTQXoGC7hmUK5nRb { color:#5d91a7;display:block;width:36.6875rem;position:absolute;font-family:"proxima nova";font-size:4rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;top:6rem;left:3.25rem;height:12.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CoNyKMyIslNeDswu7oB2PtE7BTKTy4Ai { color:#f1f1f1;display:block;width:20.6875rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.43603515625rem;left:3.25rem;height:5.361325rem;font-style:normal;display:none; }
#TLtLdrLToqD0zBRhnlblEbtxV1zCQB9J { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9rem;top:18.7978515625rem;left:30.375rem;overflow:hidden;display:none; }
#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE { position:relative;display:none; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE { border-width: 0; border-radius: 0; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wmVGMI69qzdLyc28XbQ2T8erRgu7az9a { color:#f1f1f1;display:block;width:39.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:59.65625rem;left:16.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm { position:relative;display:none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm { border-width: 0; border-radius: 0; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QDrpKTarGVFk7H4eOudeTzemCiMFcTzX { 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:48.3125rem;width:33.1875rem;top:0rem;left:40.675329773869rem;overflow:hidden;display:none; }
#NVJN4QcTK4WR9DqRS0qEwIFqRrGTi7mQ { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:12.4375rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#C2xwBUTDqVzFos3m2KiS6N2741uZOKXL { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:6.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fwJTmBLIOaQgimkeze5BZPfvRSf2s2lt { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:6.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aSQvLfNMUnVg1qXbsPDwmebA6cVPvL2t { 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.375rem;width:3.5rem;top:13.40625rem;left:7.03125rem;overflow:hidden;display:none; }
#NGbFCwXI1LATQNyO1RBTTLQnNvQ207ZT { color:#2f2f2f;display:block;width:21.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:21.3125rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kVTK521leMDaXqFsivWGROmP3WGpN5f6 { color:#2f2f2f;display:block;width:16rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.40625rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tRKRsVloHAfGf1eCM7kIfWJIExxLaai7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:20.3125rem;left:7.09375rem;display:none; }
#JRZf5c9Be83GDRgRTTKmQGpTS2GduKCn { color:#2f2f2f;display:block;width:23.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:27.4375rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DL0V9rqAh0hkATJqF665DV5m0hONa4cV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:27.3125rem;left:7.03125rem;display:none; }
#vSFaIrNZBRiqBquq1Bia58w7IVJllorn { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:12.4375rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#dAKuSAg3xbVsbgb8PSMp5cWhviwc7aZo { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:12.4375rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#HNNdHRnUvliIPAGlPaN6JBVW6BhW0SwC { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9rem;top:18.7978515625rem;left:30.375rem;overflow:hidden;display:none; }
#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 { position:relative;display:none; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 { border-width: 0; border-radius: 0; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Um0LvTf7B5LQWa3s5mUhNfhTXSUz0vhs { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:6.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uUBZ9oJKT6gwTakDHZAb6gpZSLPDIgmI { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:6.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VGrytJtbzOler1eExKo97gFRZ0cwQLWy { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#5d91a7;background-image:none;top:12.125rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#SyeedQ7KidWRPVOMAa19DTiuO6ToaZuC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:13.1875rem;left:37.21875rem;display:none; }
#HtSzgOg04GA3Bh865Uvhzmowl2c9wZsR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.09375rem;left:37.21875rem;display:none; }
#MpK64Hbq2IJJIxRTUbkQoR73scvICg3g { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15033;background-color:#5d91a7;background-image:none;top:19rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#ILV0wpNTUmowF5rKNT63pL73cuNJorvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27rem;left:37.25rem;display:none; }
#OWomCM0DB2uWtb9nZ8G4Jbo9qEz2utDd { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#5d91a7;background-image:none;top:25.875rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#ZaunDzAeSt1eCer5JNSJppZkxgn4fBOF { color:#2f2f2f;display:block;width:19.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.125rem;left:43.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pJ1MPclNlTSWoMyk4bZmcCKcobyd9NU8 { color:#2f2f2f;display:block;width:18.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:20.3125rem;left:43.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#flQy00LZ693tAAvdq1qW4AUuv1vMPPpT { color:#2f2f2f;display:block;width:24.1875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.0625rem;left:43.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#whGSMTy0Bd7Wfe0VB1lQWHPn4FXSuvT2 { position:absolute;display:block;z-index:15054;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:13.625rem;top:22.9375rem;left:20.875rem;overflow:hidden;display:none; }
#RxPZuH2HO8SHGtbRHRtTRLkDVIbEr5xd { position:absolute;display:block;z-index:15053;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:13.625rem;top:18.625rem;left:20.875rem;overflow:hidden;display:none; }
#gtGgXfVz5dm0hA7eiwy5LHFBAEt3aOBz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.25rem;width:75rem;display:none; }
#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM { position:relative;display:none; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM { border-width: 0; border-radius: 0; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OFgODWXJfudyyp1iuiM4xL6Tx1xQblBL { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:6.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DSPzTIf0qfpwGb91X1PuttQePybRIaeZ { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:6.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sW82d0cDqTWMGOn7kOW7nRTTwSZolClK { color:#2f2f2f;display:block;width:21.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:21.3125rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#O3zVMZhrhv7FoccFUF2o3TpLaLD4y3zT { color:#2f2f2f;display:block;width:16rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.40625rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ykkSnyGzqSQQIQPSIUf8k2vL2mzGgHW4 { color:#2f2f2f;display:block;width:23.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:27.4375rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Nc38QAr4sMLUH2FwA1R8WXITnHsTHwIP { 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:44.875rem;width:47.375rem;top:37.375rem;left:34.094713656387rem;overflow:hidden;display:none; }
#cZpNDHs2aLKZ7lyORrXKNRl3HfrtUFLD { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;top:12.1875rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#IObHLFqMqiHFPaTTmePvaOsBb2oUba5y { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.625rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:13.5625rem;left:7.5rem;display:none; }
#KbiMtPpLCfmWPOQbbUDcAHxTfcJeAs9V { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:19.25rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#c9ulnwkm0MWtTi0zk4Gs4bM831NZ7H32 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:20.53125rem;left:7.40625rem;display:none; }
#CJz0uFv6ZKLqZT7XZRX2LUWEu4ug5o6X { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:25.875rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#e066HSUF1d5wt6lxSzVvcaZHqrQ9Qp0M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:26.5rem;left:7.28125rem;display:none; }
#RASbB0T3ScAeN7s24oxy49l8tenBl19L { position:absolute;display:block;z-index:15054;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:13.625rem;top:22.9375rem;left:20.875rem;overflow:hidden;display:none; }
#J5wafnHdTUueL7LhcJiIr29KcKkTSZsp { position:absolute;display:block;z-index:15053;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:13.625rem;top:18.625rem;left:20.875rem;overflow:hidden;display:none; }
#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa { position:relative;display:none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa { border-width: 0; border-radius: 0; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GUwiksPORBQNwGf93ThRdPA0m5RuiDw5 { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:6.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#irQp6llizRkmJmZTxtieJyTEuh7W5Wkk { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:6.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PvzBL83iNnwaouULnPrQ5Je0tW70MEzy { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#5d91a7;background-image:none;top:12.125rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#R7oAE92Fnhzf3bHnsuoeseHKop8lR6cJ { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15033;background-color:#5d91a7;background-image:none;top:19rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#aPRavWqNWknwXk2DNUE6p592Rw2KDWO4 { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#5d91a7;background-image:none;top:25.875rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:none; }
#WJd3hXr8Nh31eXl7yAMubohXr0pBtKIa { color:#2f2f2f;display:block;width:19.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.125rem;left:43.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KO1OIA3kAKclwKZiVsNelKkEDR1wTQrK { color:#2f2f2f;display:block;width:18.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:20.3125rem;left:43.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HrhfPAAWdVcrWG5pfhGhMvD552INK44s { color:#2f2f2f;display:block;width:24.1875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.0625rem;left:43.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GDLcQFqRIrRARPuT35ovefKQlrgP04na { 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:3.4375rem;width:3.375rem;top:12.1875rem;left:36.84375rem;overflow:hidden;display:none; }
#UVg223oTsDTTd2AvTBT2tz1ZRIAI4FhG { 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:3.4375rem;width:3.0625rem;top:19.28125rem;left:37.125rem;overflow:hidden;display:none; }
#VDSVIeN1ELs3TJm2y6bMxdRFXpE4ETzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.0625rem;left:37rem;display:none; }
#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI { position:relative;display:none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI { border-width: 0; border-radius: 0; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TPJ9ctwKT7Zd61VNvnzf1hTAOGJFsXIJ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:17.5625rem;top:8.5625rem;left:33.1875rem;overflow:hidden;display:none; }
#UMStBZTIFSHxLJIvGxFKpAgEABq2wFBx { color:#f1f1f1;display:block;width:32.1875rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:15.9375rem;left:33.1875rem;height:5.625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#TUA9BDXgtUZhnQlVK4dkz6BhzEgA74ZC { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:none; }
#wa1dE43qZEH9wThZodDgUO3bbEVVs4kD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kq9IsvB5uOaAuUdBpVeTyQ0nOPUDHzfv { position:absolute;display:block;z-index:15054;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:13.625rem;top:22.9375rem;left:20.875rem;overflow:hidden;display:none; }
#T3UdDyATQtFkwwg3KhhU25plcIl9FXmz { position:absolute;display:block;z-index:15053;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:13.625rem;top:18.625rem;left:20.875rem;overflow:hidden;display:none; }
#vf5VL5KUwtihMEI86R302TyZQIe3MhPh { position:relative;display:none; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh { border-width: 0; border-radius: 0; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MvlC5n1o8ouewIPIQR1wRLC1Lkbc53Bu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:8.25rem;left:7.375rem;display:block; }
#PRrlHxQqXlP0WlHxeRE5TyLGk6GqgWMJ { color:#ff0000;display:block;width:54.5625rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:2.875rem;left:10.21875rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SNDl0wwcQPv3Aaf5TL3gPA9Onqz6maSZ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:8.25rem;left:7.375rem;display:none; }
#sFduda7EaMhAoWeOuK1COPgMHVOGMb5T { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:8.25rem;left:7.375rem;display:none; }
#NAVC0HqKnq129WeroD0kzStT5nnFNhNx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:8.25rem;left:7.375rem;display:none; }
#G57JinKhqJEx8iU9qCaOf7PuZvQB1M44 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:19.5625rem;left:8rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZTLbha7KGi1XVsL6gNTWnsIkklvBhQqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:13.875rem;left:11.25rem;display:none; }
#EdWTW556XCf5wTbsVPu5WWQC05KEXWsw { color:#333333;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.3125rem;left:24.625rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M6LvoT9vPl5RAT2IvVykHnq5Q0AvflJO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.5rem;left:27.5rem;display:none; }
#px0KhRK5ZZ8QLt2x8A1QcF5zDzfz4ZGW { color:#333333;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:19.625rem;left:38.5rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dqGmW3IfVo5131zDnpLRbUJzXvAI9LnS { 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.8125rem;width:4.875rem;top:14.0625rem;left:42.375rem;overflow:hidden;display:none; }
#GZgM5wUsgkPpqyw6abLTf5TxnuFLlL42 { 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.6875rem;width:4.4375rem;top:14.125rem;left:58.5625rem;overflow:hidden;display:none; }
#FxeNNz4Z6JVh93MkLq3ExmlKruTUpU0D { color:#333333;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:20.375rem;left:54.4375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OLeue4D5w8ab15Avx5atJFBbhI46t6V3 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:none; }
#Mo3UA0kdNTMZWmNLHr4JnLAmFwEaZTGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyVQh36q2fGACGUzX9uKr9QQazKom9IT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;background-image:url("https://images.assets-landingi.com/uc/4adda1ed-25a3-4570-80b9-390b30f75f1c/JoseAndres_Merkapesaje_2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT.adaptive-delivery-prevent-bg, #UyVQh36q2fGACGUzX9uKr9QQazKom9IT.lazyload, #UyVQh36q2fGACGUzX9uKr9QQazKom9IT.lazyloading { background-image: none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container { border-width: 0; border-radius: 0; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:none; }#FZIGo2MAXqEWWWWhZ0trVg2IgeLvo6cx { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:1.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#p3NteBf2J05JxQXBHigcaZQAOHoHD4AU { color:#f1f1f1;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.8125rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#p3NteBf2J05JxQXBHigcaZQAOHoHD4AU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p3NteBf2J05JxQXBHigcaZQAOHoHD4AU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
#Ndsfwg3DcVqTGuw6QeTw9BlfcN17oMR4 { position:absolute;display:block;z-index:15051;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.6875rem;width:23.8125rem;top:4.25rem;left:1.8125rem;overflow:hidden;display:block; }
#WUiegRzp6kSQ8QKTri9KKcv0zR4KrW3w { color:#f1f1f1;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.875rem;height:7.1484375rem;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; }
#HZb3OCKG6pGreodLwphaK6dWBr4kLVbe { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:none; }
#QQ0wlpR35zUb1M2S9ZE7hCm3omo3So1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk { position:relative;display:none; }#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk { border-width: 0; border-radius: 0; }#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rxdu59nfN7oHnibXmI6vKrqznHEpanmg { color:#0e0e0e;display:block;width:45.3125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.625rem;left:14.15625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iGx68DCVF8K3NT5kTqLlh5URpqHZnG3X { color:#5d91a7;display:block;width:57.4375rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.6875rem;left:8.78125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fT6cSmEsgwSeMeV10DhR2LxTX5tFd30H { position:absolute;display:block;z-index:15000;height:33.875rem;width:70.1875rem;top:14.4375rem;left:3.3125rem;display:none; }
#fyGyn6hoVa6J4ao7uyqy0cDFtCfx2NeC { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:none; }
#WhDk4AhUWtEbv1ddp6Vr5BZDBO9x0d52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 { position:relative;display:none; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 { border-width: 0; border-radius: 0; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S4w953ei9HFCzxkiKitlegKz3ren5Ria { color:#0e0e0e;display:block;width:45.3125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.625rem;left:14.15625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eKXv9vJDoFd6QQGCi2tef1Tx64PPzGai { color:#5d91a7;display:block;width:57.4375rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.6875rem;left:8.78125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZpmTHTnCsD8RfFffBBt4sE3ov4fyX6RZ { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:none; }
#l7mw1iK7xiBEBLttoKbmKF5WsDPruSgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;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; }#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t > .row .container { border-width: 0; border-radius: 0; }#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#u8gkNET4wrE8Tpn6XfOzCeoGr7ZTcEXD { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.375rem;left:62rem;display:block; }
#zzngOHOaUq6dkF8UHtF0xaRc7k5g0sOf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.375rem;left:66rem;display:block; }
#C3rUVv5yK5B0Syk69QL86hZGCFWTDmib { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.4375rem;left:63.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#NTbp5KwX9TioAgMdcH5p4UZ1rrhJ4kfq { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:59.4375rem;height:3.673825rem;font-style:normal;display:block; }
#fM5pSXBxNbXTOoiHS3RA3NdZDyJEicHC { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:11rem;left:32.8125rem;display:block; }
#U5l5AsBcLLGXOEHAqKuUZzlFVON2MJTq { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.25rem;left:50.8125rem;height:3.6738375rem;font-style:normal;display:block; }
#ZMC9LLPFKZbxWoG4wLb2Gz6fnXekdoG4 { color:#f1f1f1;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#hU19HT6CEiPx2MrBV1grt4RAZX4uKy8L { color:#f1f1f1;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.5625rem;left:61.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#gv1QqdqtTZThhqGEGkV5XERSVN6BlOtd { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#oNZrBCVdMwPRRHfGfh4t3eRpW3EAcWox { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#gMqJb3sGTxcBGqugVrZKxSwTfpmvIRom { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#OLreoaFnCotNo5aD7LxutcWTJ3FwyiE9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.125rem;left:48.875rem; }
#onETI3qxeG2RTTokZXicD09svw9x87tl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:57.375rem; }
#TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15rem;left:62.5625rem; }
#TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.8125rem;left:66.4375rem; }
#t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#akImvmXGaeq9lgPMavVcpPRcr2blKrv5 { position:absolute;display:block;z-index:15052;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.4375rem;top:2.4248046875rem;left:7.5rem;overflow:hidden;display:block; }
#ZmUl8OSR02qJyLJNE8RCDhEil6ipoBw9 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.25rem;left:7.5rem;height:2.449225rem;font-style:normal;display:block; }
#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 { z-index:;position:relative;display:block; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 { background-color: transparent; background-image: none; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row .container > .video-iframe-container { display: none; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row > .video-iframe-container { display: none; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .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); }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 { border-width: 0; border-radius: 0; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#iJN5r5uKoUxEEZugiW1m8lHPIZrgNxTl { 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:48.3125rem;width:33.1875rem;top:0rem;left:40.675329773869rem;overflow:hidden;display:block; }
#NdsP89h6miz0gw6y1Bp0kWlSfv2nKisn { color:#2f2f2f;display:block;width:23.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:27.4375rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDDTOWS9sFi7c03xCwAXJFwsGEHKmEXr { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:19.5rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#AqM5gJI7TZKUi763cSbHKEIveZ88sfrC { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:26.125rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#TQmvts4TafTixZ60DUx1OGfP1llO1rs1 { color:#2f2f2f;display:block;width:21.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:21.3125rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIlhVZoOpTN5xJHTulDfgqKme18kNb9P { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:12.4375rem;left:6.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#XcIwvt1LSs6XtiLFSqN543MPEAu1oUuC { color:#2f2f2f;display:block;width:16rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.40625rem;left:13.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9ihbEvTC2tNQE3Hn5nSZLOnprvfn1Tv { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:6.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdppSqA05SoX9TQVKhPJRJaX3HzTAZmn { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:6.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E6T2n97FTkyIC4TxFoJoyaINr7g5gBGK { 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.375rem;width:3.5rem;top:13.40625rem;left:7.03125rem;overflow:hidden;display:block; }
#IczSKPwhsIWDE903AogM7hx88FFQkbcF { position:absolute;display:block;z-index:15049;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.1875rem;width:10.0625rem;top:15.9375rem;left:46.28125rem;overflow:hidden;display:block; }
#tAJNOIQ9fSNpAfBTG8aIOAe8ErNH454U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:20.3125rem;left:7.09375rem; }
#xTZpoNtqJfbdgsKtbK0B45Q9Qxk1aNu6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:27.3125rem;left:7.03125rem; }
#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;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; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container { background-color: transparent; background-image: none; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container > .video-iframe-container { display: none; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row > .video-iframe-container { display: none; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .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); }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container { border-width: 0; border-radius: 0; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#aSueb535xQH2CcVcbLnzFaVq1rT1By2y { 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:25.875rem;width:40.875rem;top:5.25rem;left:-11.5625rem;overflow:hidden;display:block; }
#X43GfmRqOB2LPHDzxWPFbgcAKJ4bAzrz { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15033;background-color:#5d91a7;background-image:none;top:19rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#zaHOpaoIFXOofSsVAketnsULeu0cuxIN { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.25rem;left:36.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awPR49rhgKuSUR7EUHIsEbgOUe81IfEO { color:#2f2f2f;display:block;width:18.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:20.3125rem;left:43.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XQVhnxxkwb0eDXUG5Zr2zqnt3LI2Knvc { color:#2f2f2f;display:block;width:19.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.125rem;left:43.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLJxlpTeytCOry8XNH33HtyA8mpnOg0T { color:#2f2f2f;display:block;width:24.1875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.0625rem;left:43.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lu5CEQH4Mdob1nLTR8Csaz6dL6daTZ9W { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#5d91a7;background-image:none;top:12.125rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#PQ6F7k6ITtzuH9TVkOVznTvrmSVdGvim { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#5d91a7;background-image:none;top:25.875rem;left:36.125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#MKkcUAfT3gozsVTGNROFnAV9UMJSSr7v { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.4375rem;left:36.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H28DwvyK8J1affstpdweIPcmzm6EUQqW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:13.1875rem;left:37.21875rem; }
#FtP9nz1JUM543KbdBfxZE0WFuhKfI16W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27rem;left:37.25rem; }
#gQb4XWD6w36tzcQvnidBwtQSCDVNQfzt { position:absolute;display:block;z-index:15054;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:13.625rem;top:22.9375rem;left:20.875rem;overflow:hidden;display:block; }
#ILTfU8EHzfoTP6TrFuuKO46PoayHtEXv { position:absolute;display:block;z-index:15053;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:13.625rem;top:18.625rem;left:20.875rem;overflow:hidden;display:block; }
#Gh6C8PMDTlC8RJDe1E6Xn7qoR0MgSnNJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.09375rem;left:37.21875rem; }
#f4ED7aTOEJzoNaJbX2leLfUm2aN075s9 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:9.125rem;top:27.0625rem;left:-12.09912109375rem;overflow:hidden;display:block; }
#HnWEN15WhqHFxD0qXrFqqwZ1GCikR31h { 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:44.875rem;width:47.375rem;top:37.375rem;left:34.094713656387rem;overflow:hidden;display:block; }
#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container { background-color: transparent; background-image: none; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container > .video-iframe-container { display: none; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row > .video-iframe-container { display: none; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .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); }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container { border-width: 0; border-radius: 0; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#KTZRXNeD9gCSEFL4OqLc9BMrDPI9NgDy { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;top:12.1875rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#W0rxVR6wW8a2TnIi4hX7N0FVDwchg7My { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.25rem;left:6.3125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuBlDT8wo19eWquCx6rJNAcELDOnlcT0 { color:#2f2f2f;display:block;width:10.125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:13.46875rem;left:13.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9HooHFyowt36wt0GooEhpeVWyr6OJal { color:#2f2f2f;display:block;width:17.0625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:20.53125rem;left:13.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPIlThOr4CGDb3XSWgWLZqoLGTZO2gSC { color:#2f2f2f;display:block;width:19rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:26.5rem;left:13.5rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRBLoKu71TSwKJlGMQ0TZ4RR0KWo412z { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:19.25rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#dVbDJtcOo6OfTEdTTDdWh574a5tK5NIy { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:25.875rem;left:6.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#POGKAOvPk2F6GLl4klqoPVuRFvWZhe1Z { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.4375rem;left:6.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nDNgbPyywGhzOlvF0TgVhAsnXCtJewHc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.625rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:13.5625rem;left:7.5rem; }
#qeNqyGHhEEL9D3zkGuZqViZ7wJdJ64Fm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:20.53125rem;left:7.40625rem; }
#Go5X6M1FeN2nthOCI6mSLD7ubzqt581h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:26.5rem;left:7.28125rem; }
#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;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; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container { background-color: transparent; background-image: none; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container > .video-iframe-container { display: none; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row > .video-iframe-container { display: none; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .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); }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container { border-width: 0; border-radius: 0; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#hdwFoF2z8OWo7Ggz5iGtl78TqsLLMA76 { 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:29.4375rem;width:42.0625rem;top:4.3125rem;left:-11.8125rem;overflow:hidden;display:block; }
#LzyLgHZls6d1OhfrObo0UGNgnP90g8pX { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15033;background-color:#5d91a7;background-image:none;top:11.25rem;left:35.875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#tkQ4TSh6KLnWIENS3mxuqFEEaQaUAGUb { color:#2f2f2f;display:block;width:35.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.3125rem;left:35.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OErvzuPB8vw3agymHsyWZthd7gchC0es { color:#2f2f2f;display:block;width:18.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:12.5625rem;left:43.0625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJHZyCK1quxJReZ5yR8mAHwOlFbx1ATG { color:#2f2f2f;display:block;width:19.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:18.9375rem;left:43.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RO45B1PpN56fH51VaWpUUagngyFQ7uSa { color:#2f2f2f;display:block;width:19.0625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:26.25rem;left:43.0625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLRweKQvDyItAA5b5CJorIuX0GsgCJIM { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14999;background-color:#5d91a7;background-image:none;top:18.3125rem;left:35.875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#o81WgukaKqreEMd6OJbvWimcFZs37duW { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:14998;background-color:#5d91a7;background-image:none;top:24.9375rem;left:35.875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#dP4I7z0oIM39HqbO7uPncz7ifxaUL0MZ { color:#5d91a7;display:block;width:33.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:6.5rem;left:35.875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JI6ds8KZo30Zp5eM9fridvsKQyhHrcOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.0625rem;left:37rem; }
#kk8CgE1VccTVL7rVsupf4o2qTXZV8hOp { 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:3.4375rem;width:3.375rem;top:12.1875rem;left:36.84375rem;overflow:hidden;display:block; }
#lOwkdt8MViOqA0xFOzGT2eH6EpPPmnw0 { 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:3.4375rem;width:3.0625rem;top:19.28125rem;left:37.125rem;overflow:hidden;display:block; }
#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0f65b07-112b-46e5-844e-d6120ccc562c/Artboard17100.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm.adaptive-delivery-prevent-bg, #mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm.lazyload, #mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm.lazyloading { background-image: none; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container { background-color: transparent; background-image: none; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container > .video-iframe-container { display: none; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row > .video-iframe-container { display: none; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .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); }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container { border-width: 0; border-radius: 0; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#VOXgUNm7hyZ6aLqrCSEurk2RtcACX7ui { color:#f1f1f1;display:block;width:32.1875rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:15.9375rem;left:33.1875rem;height:5.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#G9IS16Jwf9RLffZgTpU9lwWCS2OFmHI1 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:18rem;top:8.5625rem;left:33.1875rem;overflow:hidden;display:block; }
#Ft0ShTcfrC9Vtd6o4SFzgHvlnslm8GuL { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0625rem;left:33.1875rem;display:block; }
#D9O1IWDzGcGstLFdQm2MUkU0QNpmxWvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygOGSb8nhkvCLyCfHFWrCfvyROEEXOwS { position:absolute;display:block;z-index:15055;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:13.625rem;top:4.0625rem;left:8.875rem;overflow:hidden;display:block; }
#K7DJdUKdVORACMzbaoFC9TUm2TqrUfiQ { position:absolute;display:block;z-index:15056;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:13.625rem;top:8.375rem;left:8.875rem;overflow:hidden;display:block; }
#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;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; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container { background-color: transparent; background-image: none; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container > .video-iframe-container { display: none; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row > .video-iframe-container { display: none; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .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); }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container { border-width: 0; border-radius: 0; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#FoXg1shA1EJrhP9kLRQEr3HmF04w7Kdn { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.875rem;width:13.75rem;top:11.5625rem;left:37.9375rem;display:block; }
#ouESt3ymAZ1ttE9bSXnez0BlPVrPmkka { color:#333333;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:19.625rem;left:38.5rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEg8Zttar9NfzrFoz8BpvAWLwCuAS4G3 { color:#333333;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.3125rem;left:24.625rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcXO134icf5qgLzCTI1Ua3Et37JHk9W1 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:19rem;width:13.75rem;top:11.5625rem;left:22.625rem;display:block; }
#Gbv7wluAZcrVimsp8wywpTtXbSfpKJcN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:11.5625rem;left:7.375rem;display:block; }
#kSPlmX1OS4cKs5wqIcUXzIcvgLPQwC7a { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:19.5625rem;left:8rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mReQNCxS64RPJl2XOwmvKGt4ayNCgJsL { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.875rem;width:13.75rem;top:11.625rem;left:53.875rem;display:block; }
#f7tKFhB6TTuBinW6uxcRuHA6EcaI2K4O { color:#333333;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:20.375rem;left:54.4375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyObu0LikAHLQKSJmTOybckF6Fk5pT6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.5rem;left:27.5rem; }
#hVqSH4WeCic6GmK9MWZhQcZSAlbQn7Ty { color:#ff0000;display:block;width:54.5625rem;position:absolute;font-family:"proxima nova";font-size:2.5625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:5.5625rem;left:10.25rem;height:2.5625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#szbHDQ5qA1LF63k9thRApmIx74hE77PC { 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.6875rem;width:4.4375rem;top:14.125rem;left:58.5625rem;overflow:hidden;display:block; }
#rFRE8CJy4DEenn0Kzxlv9NIVuT9Wt7PE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:13.875rem;left:11.25rem; }
#vpVDPtxkcNfobulHEHHCbTkuQChiVE12 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.9375rem;left:30.1875rem;display:block; }
#I6tC3ImGQJomlhsxZSDXFC3p7QTi2SiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vh4IXNeGKdeQfUxitmMMHOATrvxWiqSo { 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.8125rem;width:4.875rem;top:14.0625rem;left:42.375rem;overflow:hidden;display:block; }
#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;background-image:url("https://images.assets-landingi.com/uc/4adda1ed-25a3-4570-80b9-390b30f75f1c/JoseAndres_Merkapesaje_2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt.adaptive-delivery-prevent-bg, #LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt.lazyload, #LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt.lazyloading { background-image: none; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container { background-color: transparent; background-image: none; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container > .video-iframe-container { display: none; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row > .video-iframe-container { display: none; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .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); }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container { border-width: 0; border-radius: 0; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#cTFIbft6a3Mze9vHDLg4S1fEEG9VFsVt { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:1.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XTkUxyz76hFmHqC9sySNC0ED32GudETo { color:#f1f1f1;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.8125rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XTkUxyz76hFmHqC9sySNC0ED32GudETo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XTkUxyz76hFmHqC9sySNC0ED32GudETo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
#XpsbCr23Oku9pMCqtXW4AcrcQFgVuCuK { position:absolute;display:block;z-index:15051;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.6875rem;width:23.8125rem;top:4.25rem;left:1.8125rem;overflow:hidden;display:block; }
#AVGoZTh6xTFNFVca8AkTxbuCmO8xMyM2 { color:#f1f1f1;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.875rem;height:7.1484375rem;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; }
#fn4Owf5UDwykBiJQBE6OQ88sDRuPgKMD { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.75rem;left:2.9375rem;display:block; }
#PvmN4iSuDkGJG4HQOono3dG54So3LENd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JciM60k85stocQRdfxxAJ3NxQu5dAo4a { 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; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container { background-color: transparent; background-image: none; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container > .video-iframe-container { display: none; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row > .video-iframe-container { display: none; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .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); }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container { border-width: 0; border-radius: 0; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#okXW2lkPU7u6ZbUsb2yp4FiXvPpg9R9C { position:absolute;display:block;z-index:15000;height:28.875rem;width:59.9375rem;top:16.3125rem;left:6.84375rem;display:block; }
#HQCaOPPbKtTr1PbZZar2zw1WWGJwJBmC { color:#5d91a7;display:block;width:57.4375rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.6875rem;left:8.78125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIdNky2kdVXBXzDNfDRygqqCHy53OqV9 { color:#2f2f2f;display:block;width:45.3125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.625rem;left:14.15625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vim1No2JqfhBL3RhcFiJuATgKRTzraCX { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:49.125rem;left:30.15625rem;display:block; }
#wXirJ34tI3G1XUCkB4FpwhTMT0D1EMTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container { background-color: transparent; background-image: none; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container > .video-iframe-container { display: none; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row > .video-iframe-container { display: none; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .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); }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container { border-width: 0; border-radius: 0; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#oPmPGLDA30cVtLZciVMCIHZIytsGgKxo { color:#5d91a7;display:block;width:58.25rem;position:absolute;font-family:"proxima nova";font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:6.5498046875rem;left:8.375rem;height:;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;font-style:italic;display:block; }
#A6lLmlfwRI2mc2C90kU7MWZ0DiNVAH3q { color:#2f2f2f;display:block;width:46.75rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:10.412109375rem;left:14.125rem;height:3.298825rem;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;font-style:normal;display:block; }
#tF9Q0iQNVu3682x3newmE7Kl27K4xp65 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.0625rem;left:30.15625rem;display:block; }
#qvty8u5til5pLlTxPkJsSLW8DVv03ox4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d91a7;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; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container { background-color: transparent; background-image: none; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container > .video-iframe-container { display: none; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row > .video-iframe-container { display: none; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .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); }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container { border-width: 0; border-radius: 0; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#h7US6HP21QbNEUty4XTyZ5DlNIIZrPkx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.375rem;left:62rem;display:block; }
#hNr33TExk5TQx6CitCtvhAOOpfoLQU4G { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.375rem;left:66rem;display:block; }
#ApZyOkUWrzkADWBtAR3O5fy1FabcfWuJ { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.4375rem;left:63.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#X7MkPfzTB98QVg4csT5Vr2b64GOcslAp { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:59.4375rem;height:3.673825rem;font-style:normal;display:block; }
#lKpesEn76zA46HCDb8MP9VDbht4TfvBw { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:11rem;left:32.8125rem;display:block; }
#yXGqvZGaQdhfXMAsJPd824HWyKC5uEXE { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.25rem;left:50.8125rem;height:3.6738375rem;font-style:normal;display:block; }
#XLUb23R6DsNtqgeg7PZwuvebUN8zTDTI { color:#f1f1f1;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#e1lmP9qfTpuDAWWXsEm6xg6Pa9Pu10AB { color:#f1f1f1;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.5625rem;left:61.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#ZM2fxOACkSc0X3awWkvqMXXNWgB3GCdR { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#GIcud6pJrayRU1wyIBTUbo2o9UFEh5nU { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#ELhFegzulcc8wG33uW2XKo2zAluFzU8q { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#vKsoyXnB1MEqlz4E7ogDFto8lxrz5hRy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.125rem;left:48.875rem; }
#y7mZmXXQSbpklyghuMBkdUkZ3oN2h8zI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:57.375rem; }
#U7rqCs6floozfynivHOn6e4u1dnJq3aF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15rem;left:62.5625rem; }
#U7rqCs6floozfynivHOn6e4u1dnJq3aF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.8125rem;left:66.4375rem; }
#HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#sBX4Tr18K5R2UzQBROcBna278hMy6KVc { position:absolute;display:block;z-index:15052;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.4375rem;top:2.4248046875rem;left:7.5rem;overflow:hidden;display:block; }
#J8OKSa0X5bGwstABNLsGyZ6XKTLSJEpp { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.25rem;left:7.5rem;height:2.449225rem;font-style:normal;display:block; }
#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk { position:relative;display:none; }#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk { border-width: 0; border-radius: 0; }#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JRMAJsxSrtqnPcqdckvJ8qU92T74FdAz { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.875rem;left:29.625rem;display:block; }
#O2Aof9n49kNM2P4M9qMkBNqWGeNJdQXC { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:22.5rem;left:27.75rem;display:block; }
#oJIdqmfAdxzkDZdvQ14AkIE4LHupMIDb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:9.4375rem;height:1.29980625rem;display:block; }
#b9L7V88SpD6tR2OJvFHx6N0RBufsUJ2a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.099609375rem;left:8.625rem;height:1.29980625rem;display:block; }
#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D { position:relative;display:none; }#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D { border-width: 0; border-radius: 0; }#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x9kDoN6kVlK3Ak9N0wZ1HvXOvcnfJt2T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.9375rem;height:1.29980625rem;display:block; }
#Du2UGlW1MhuDge5flg3TJ8uwKEaMfsCZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:6.9375rem;height:0;display:none; }
#Ughhu70vN6mCXafbcS2INQZOhya2PAoU { position:absolute;display:block;z-index:15000;height:8.8125rem;width:15.75rem;top:7.9375rem;left:6.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NDy2CsN3uS53eA4px5Nfc84DT5s18vVT { display:block; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGecKeAPTSFQcsZHWAn3NgtVJ2gRJLPI { width:7.625rem;height:2.1875rem;top:1.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuVykTssz3EacmHF9LEeSrS0fNdDnT58 { display:block; }
 }@media only screen and (max-width: 763px) { #CBpno6MNRosZb4tnCIRMALPnlNvzwPOB { width:6.5rem;height:2.1875rem;top:1.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKOVHmIgrOoua4u097akIMXyuS1ZlbF { display:block; }
 }@media only screen and (max-width: 763px) { #PZAI3REHKo2T989FxhAAaduLXkuWvpIl { width:6.5rem;height:2.1875rem;top:1.1875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2GT6tTL3V0M62QVsTgu7APNRZ1gHD9n { display:block; }
 }@media only screen and (max-width: 763px) { #zMhFyrRpmS054rTgT7w34JsNu47Ubn72 { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va6IyGXRwQ5VufpUxAXpLCEUSKT3Mxso { display:block; }
 }@media only screen and (max-width: 763px) { #InNuVkkwwmUJ4rUP3Ry5DaKlka1nu67H { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7P70KkiniUTFPTDthyKBpMZwkxsenvs { display:block; }
 }@media only screen and (max-width: 763px) { #S3NcBQAmqxxZJvJKwXZyXQAZvirD831T { top:1.1875rem;left:0rem;width:7.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9qvQlbFoqpb1iAgqDiFfi2e9SeyM6HN { top:6rem;left:0rem;width:36.6875rem;height:12.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDrFFeTa4lXknAqCcbBJX0exra3NeEK5 { top:21.375rem;left:0rem;width:20.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0kcODDs2svci8mCy1nFyT6onJB2ncx6 { top:18.75rem;left:16.75rem;width:9rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnr5364O27byJ7HpNEfPdayT06sekSb { top:56.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWZ83rgCT0wH5FG3XdwFUkXrS9THfySf { top:59.625rem;left:3.0625rem;width:39.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu47KzmkQeVOLVu1u0ytpMHQRt63pasb { display:block; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bixBldMn6m8wR42U77cP5tSLAZUq6gDG { display:none; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kKRJ8KO9Fg7U54Ucd0k58ZRdcHwaxoMS { top:1.1875rem;left:0rem;width:7.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKzdQaUHZKdM8UPxx9fB3GGInoVxn3Gy { width:6.5rem;height:2.1875rem;top:1.1875rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcEbUPq0TSQkvmH8N4CbCWTL3QHC3a00 { display:block; }
 }@media only screen and (max-width: 763px) { #F63GqKevPocOIKvilWyFs9s1LUCGqM70 { width:7.625rem;height:2.1875rem;top:1.1875rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPk7sJE2Hirksno1bFcIO2pDL8NOVL6I { display:block; }
 }@media only screen and (max-width: 763px) { #kcdakpWm0Div6CIsDs1ZwIQWKHTbCui9 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOhyPz3dKd4on686avRDt1Z102keG9es { display:block; }
 }@media only screen and (max-width: 763px) { #gRCecOKo5diflDIxP3B4u77JSzqwdXdZ { width:6.5rem;height:2.1875rem;top:1.375rem;left:35.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoCdrinRmgf4wy9ZJSFgvJnB2U0u4zMC { display:block; }
 }@media only screen and (max-width: 763px) { #UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT { display:none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pdMRaTLn3VRmTtWVBTQXoGC7hmUK5nRb { top:6rem;left:0rem;width:36.6875rem;height:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoNyKMyIslNeDswu7oB2PtE7BTKTy4Ai { top:21.375rem;left:0rem;width:20.6875rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLtLdrLToqD0zBRhnlblEbtxV1zCQB9J { top:18.75rem;left:16.75rem;width:9rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE { display:none; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wmVGMI69qzdLyc28XbQ2T8erRgu7az9a { top:59.625rem;left:3.0625rem;width:39.75rem;height:4.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm { display:none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QDrpKTarGVFk7H4eOudeTzemCiMFcTzX { top:0rem;left:13.4375rem;width:33.1875rem;height:48.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVJN4QcTK4WR9DqRS0qEwIFqRrGTi7mQ { top:12.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2xwBUTDqVzFos3m2KiS6N2741uZOKXL { top:5.5rem;left:0rem;width:35.5625rem;height:2.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwJTmBLIOaQgimkeze5BZPfvRSf2s2lt { top:7.6875rem;left:0rem;width:33.5625rem;height:1.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSQvLfNMUnVg1qXbsPDwmebA6cVPvL2t { top:13.375rem;left:0rem;width:3.5rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGbFCwXI1LATQNyO1RBTTLQnNvQ207ZT { top:21.3125rem;left:0rem;width:21.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVTK521leMDaXqFsivWGROmP3WGpN5f6 { top:14.375rem;left:0rem;width:16rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRKRsVloHAfGf1eCM7kIfWJIExxLaai7 { top:20.3125rem;left:0rem;width:3.375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRZf5c9Be83GDRgRTTKmQGpTS2GduKCn { top:27.4375rem;left:0rem;width:23.5rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL0V9rqAh0hkATJqF665DV5m0hONa4cV { top:27.3125rem;left:0rem;width:3.5rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSFaIrNZBRiqBquq1Bia58w7IVJllorn { top:12.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAKuSAg3xbVsbgb8PSMp5cWhviwc7aZo { top:12.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNNdHRnUvliIPAGlPaN6JBVW6BhW0SwC { top:18.75rem;left:16.75rem;width:9rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 { display:none; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Um0LvTf7B5LQWa3s5mUhNfhTXSUz0vhs { top:2.5rem;left:0rem;width:20rem;height:2rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUBZ9oJKT6gwTakDHZAb6gpZSLPDIgmI { top:4.6875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGrytJtbzOler1eExKo97gFRZ0cwQLWy { top:12.125rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyeedQ7KidWRPVOMAa19DTiuO6ToaZuC { top:13.1875rem;left:23.59375rem;width:3.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtSzgOg04GA3Bh865Uvhzmowl2c9wZsR { top:20.0625rem;left:23.59375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpK64Hbq2IJJIxRTUbkQoR73scvICg3g { top:19rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILV0wpNTUmowF5rKNT63pL73cuNJorvL { top:27rem;left:23.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWomCM0DB2uWtb9nZ8G4Jbo9qEz2utDd { top:25.875rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaunDzAeSt1eCer5JNSJppZkxgn4fBOF { top:14.125rem;left:28.0625rem;width:19.6875rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ1MPclNlTSWoMyk4bZmcCKcobyd9NU8 { top:20.3125rem;left:29.4375rem;width:18.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #flQy00LZ693tAAvdq1qW4AUuv1vMPPpT { top:27.0625rem;left:23.5625rem;width:24.1875rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #whGSMTy0Bd7Wfe0VB1lQWHPn4FXSuvT2 { top:22.9375rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxPZuH2HO8SHGtbRHRtTRLkDVIbEr5xd { top:18.625rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtGgXfVz5dm0hA7eiwy5LHFBAEt3aOBz { width:47.75rem;height:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4glsV3fChLA8sr8SCSqevVPyOz7GSDM { display:none; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFgODWXJfudyyp1iuiM4xL6Tx1xQblBL { top:2.8125rem;left:0rem;width:20rem;height:2rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSPzTIf0qfpwGb91X1PuttQePybRIaeZ { top:5rem;left:0rem;width:20rem;height:3.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW82d0cDqTWMGOn7kOW7nRTTwSZolClK { top:15.1875rem;left:0rem;width:11.1875rem;height:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3zVMZhrhv7FoccFUF2o3TpLaLD4y3zT { top:10rem;left:0rem;width:8.5rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykkSnyGzqSQQIQPSIUf8k2vL2mzGgHW4 { top:20.875rem;left:0rem;width:13.5rem;height:5.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nc38QAr4sMLUH2FwA1R8WXITnHsTHwIP { top:37.375rem;left:0.375rem;width:47.375rem;height:44.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZpNDHs2aLKZ7lyORrXKNRl3HfrtUFLD { top:12.1875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IObHLFqMqiHFPaTTmePvaOsBb2oUba5y { top:13.5625rem;left:0rem;width:3rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbiMtPpLCfmWPOQbbUDcAHxTfcJeAs9V { top:19.25rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9ulnwkm0MWtTi0zk4Gs4bM831NZ7H32 { top:20.5rem;left:0rem;width:3.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJz0uFv6ZKLqZT7XZRX2LUWEu4ug5o6X { top:25.875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e066HSUF1d5wt6lxSzVvcaZHqrQ9Qp0M { top:26.5rem;left:0rem;width:3.375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RASbB0T3ScAeN7s24oxy49l8tenBl19L { top:22.9375rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5wafnHdTUueL7LhcJiIr29KcKkTSZsp { top:18.625rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa { display:none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GUwiksPORBQNwGf93ThRdPA0m5RuiDw5 { top:2.5rem;left:0rem;width:20rem;height:2rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #irQp6llizRkmJmZTxtieJyTEuh7W5Wkk { top:4.6875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvzBL83iNnwaouULnPrQ5Je0tW70MEzy { top:12.125rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7oAE92Fnhzf3bHnsuoeseHKop8lR6cJ { top:19rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPRavWqNWknwXk2DNUE6p592Rw2KDWO4 { top:25.875rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJd3hXr8Nh31eXl7yAMubohXr0pBtKIa { top:25.1875rem;left:0rem;width:11.5rem;height:3.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KO1OIA3kAKclwKZiVsNelKkEDR1wTQrK { top:30.4375rem;left:0rem;width:12.6875rem;height:4.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrhfPAAWdVcrWG5pfhGhMvD552INK44s { top:36.125rem;left:0rem;width:12.125rem;height:3.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDLcQFqRIrRARPuT35ovefKQlrgP04na { top:12.1875rem;left:23.21875rem;width:3.375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVg223oTsDTTd2AvTBT2tz1ZRIAI4FhG { top:19.25rem;left:23.5rem;width:3.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDSVIeN1ELs3TJm2y6bMxdRFXpE4ETzt { top:26.0625rem;left:23.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI { display:none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPJ9ctwKT7Zd61VNvnzf1hTAOGJFsXIJ { top:8.5625rem;left:11.375rem;width:17.5625rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMStBZTIFSHxLJIvGxFKpAgEABq2wFBx { top:9.75rem;left:0rem;width:18.25rem;height:4.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUA9BDXgtUZhnQlVK4dkz6BhzEgA74ZC { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa1dE43qZEH9wThZodDgUO3bbEVVs4kD { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9IsvB5uOaAuUdBpVeTyQ0nOPUDHzfv { top:22.9375rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3UdDyATQtFkwwg3KhhU25plcIl9FXmz { top:18.625rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf5VL5KUwtihMEI86R302TyZQIe3MhPh { display:none; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MvlC5n1o8ouewIPIQR1wRLC1Lkbc53Bu { width:13.75rem;height:18.9375rem;top:8.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrlHxQqXlP0WlHxeRE5TyLGk6GqgWMJ { top:1.5rem;left:0rem;width:20rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNDl0wwcQPv3Aaf5TL3gPA9Onqz6maSZ { width:13.75rem;height:18.9375rem;top:8.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFduda7EaMhAoWeOuK1COPgMHVOGMb5T { width:13.75rem;height:18.9375rem;top:8.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAVC0HqKnq129WeroD0kzStT5nnFNhNx { width:13.75rem;height:18.9375rem;top:8.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G57JinKhqJEx8iU9qCaOf7PuZvQB1M44 { width:12.5rem;height:8.375rem;top:19.5625rem;left:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTLbha7KGi1XVsL6gNTWnsIkklvBhQqP { top:13.875rem;left:6.6875rem;width:6rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdWTW556XCf5wTbsVPu5WWQC05KEXWsw { width:9.75rem;height:4.1875rem;top:20.3125rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6LvoT9vPl5RAT2IvVykHnq5Q0AvflJO { top:14.5rem;left:15.875rem;width:4.0625rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #px0KhRK5ZZ8QLt2x8A1QcF5zDzfz4ZGW { width:12.6875rem;height:5.5625rem;top:19.625rem;left:19.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqGmW3IfVo5131zDnpLRbUJzXvAI9LnS { top:14.0625rem;left:26.875rem;width:4.875rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZgM5wUsgkPpqyw6abLTf5TxnuFLlL42 { top:14.125rem;left:35.75rem;width:4.4375rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxeNNz4Z6JVh93MkLq3ExmlKruTUpU0D { width:12.6875rem;height:5.5625rem;top:20.375rem;left:31.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLeue4D5w8ab15Avx5atJFBbhI46t6V3 { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mo3UA0kdNTMZWmNLHr4JnLAmFwEaZTGw { display:block; }
 }@media only screen and (max-width: 763px) { #UyVQh36q2fGACGUzX9uKr9QQazKom9IT { display:none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FZIGo2MAXqEWWWWhZ0trVg2IgeLvo6cx { top:14.5rem;left:0rem;width:32.1875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3NteBf2J05JxQXBHigcaZQAOHoHD4AU { top:17.625rem;left:0rem;width:34.0625rem;height:8.4375rem;font-size:1.0625rem;display:block; }#p3NteBf2J05JxQXBHigcaZQAOHoHD4AU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
 }@media only screen and (max-width: 763px) { #Ndsfwg3DcVqTGuw6QeTw9BlfcN17oMR4 { top:4.25rem;left:0rem;width:23.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiegRzp6kSQ8QKTri9KKcv0zR4KrW3w { top:27.5rem;left:0rem;width:34.0625rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZb3OCKG6pGreodLwphaK6dWBr4kLVbe { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ0wlpR35zUb1M2S9ZE7hCm3omo3So1Z { display:block; }
 }@media only screen and (max-width: 763px) { #fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk { display:none; }#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxdu59nfN7oHnibXmI6vKrqznHEpanmg { top:8.625rem;left:0.53125rem;width:45.3125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGx68DCVF8K3NT5kTqLlh5URpqHZnG3X { top:4.6875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT6cSmEsgwSeMeV10DhR2LxTX5tFd30H { top:14.4375rem;left:0rem;width:47.75rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyGyn6hoVa6J4ao7uyqy0cDFtCfx2NeC { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhDk4AhUWtEbv1ddp6Vr5BZDBO9x0d52 { display:block; }
 }@media only screen and (max-width: 763px) { #OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 { display:none; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S4w953ei9HFCzxkiKitlegKz3ren5Ria { top:10.5rem;left:0rem;width:15.625rem;height:5.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKXv9vJDoFd6QQGCi2tef1Tx64PPzGai { top:4.25rem;left:0rem;width:20rem;height:6rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpmTHTnCsD8RfFffBBt4sE3ov4fyX6RZ { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7mw1iK7xiBEBLttoKbmKF5WsDPruSgn { display:block; }
 }@media only screen and (max-width: 763px) { #WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t { display:none; }#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u8gkNET4wrE8Tpn6XfOzCeoGr7ZTcEXD { top:14.375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzngOHOaUq6dkF8UHtF0xaRc7k5g0sOf { top:14.375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3rUVv5yK5B0Syk69QL86hZGCFWTDmib { top:6.4375rem;left:42.25rem;width:5.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbp5KwX9TioAgMdcH5p4UZ1rrhJ4kfq { top:6.3125rem;left:35.625rem;width:12.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM5pSXBxNbXTOoiHS3RA3NdZDyJEicHC { top:11rem;left:0rem;width:40.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5l5AsBcLLGXOEHAqKuUZzlFVON2MJTq { top:6.25rem;left:37.1875rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMC9LLPFKZbxWoG4wLb2Gz6fnXekdoG4 { top:6.0625rem;left:21.375rem;width:10.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU19HT6CEiPx2MrBV1grt4RAZX4uKy8L { top:12.5625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv1QqdqtTZThhqGEGkV5XERSVN6BlOtd { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNZrBCVdMwPRRHfGfh4t3eRpW3EAcWox { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqJb3sGTxcBGqugVrZKxSwTfpmvIRom { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLreoaFnCotNo5aD7LxutcWTJ3FwyiE9 { top:6.125rem;left:35.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onETI3qxeG2RTTokZXicD09svw9x87tl { top:6.125rem;left:43.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm { top:15rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h { top:14.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #akImvmXGaeq9lgPMavVcpPRcr2blKrv5 { top:2.375rem;left:0rem;width:10.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUl8OSR02qJyLJNE8RCDhEil6ipoBw9 { top:6.25rem;left:0rem;width:21rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 { display:block; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJN5r5uKoUxEEZugiW1m8lHPIZrgNxTl { top:0rem;left:13.4375rem;width:33.1875rem;height:48.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdsP89h6miz0gw6y1Bp0kWlSfv2nKisn { top:27.4375rem;left:0rem;width:23.5rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDDTOWS9sFi7c03xCwAXJFwsGEHKmEXr { top:19.5rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqM5gJI7TZKUi763cSbHKEIveZ88sfrC { top:26.125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmvts4TafTixZ60DUx1OGfP1llO1rs1 { top:21.3125rem;left:0rem;width:21.5625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIlhVZoOpTN5xJHTulDfgqKme18kNb9P { top:12.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcIwvt1LSs6XtiLFSqN543MPEAu1oUuC { top:14.375rem;left:0rem;width:16rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ihbEvTC2tNQE3Hn5nSZLOnprvfn1Tv { top:5.5rem;left:0rem;width:35.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdppSqA05SoX9TQVKhPJRJaX3HzTAZmn { top:7.6875rem;left:0rem;width:33.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6T2n97FTkyIC4TxFoJoyaINr7g5gBGK { top:13.375rem;left:0rem;width:3.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IczSKPwhsIWDE903AogM7hx88FFQkbcF { top:15.9375rem;left:32.65625rem;width:10.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJNOIQ9fSNpAfBTG8aIOAe8ErNH454U { top:20.3125rem;left:0rem;width:3.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZpoNtqJfbdgsKtbK0B45Q9Qxk1aNu6 { top:27.3125rem;left:0rem;width:3.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk { display:block; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSueb535xQH2CcVcbLnzFaVq1rT1By2y { top:5.25rem;left:0rem;width:40.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43GfmRqOB2LPHDzxWPFbgcAKJ4bAzrz { top:19rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHOpaoIFXOofSsVAketnsULeu0cuxIN { top:5.25rem;left:12.1875rem;width:35.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPR49rhgKuSUR7EUHIsEbgOUe81IfEO { top:20.3125rem;left:29.4375rem;width:18.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQVhnxxkwb0eDXUG5Zr2zqnt3LI2Knvc { top:14.125rem;left:28.0625rem;width:19.6875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJxlpTeytCOry8XNH33HtyA8mpnOg0T { top:27.0625rem;left:23.5625rem;width:24.1875rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5CEQH4Mdob1nLTR8Csaz6dL6daTZ9W { top:12.125rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6F7k6ITtzuH9TVkOVznTvrmSVdGvim { top:25.875rem;left:22.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkcUAfT3gozsVTGNROFnAV9UMJSSr7v { top:7.4375rem;left:14.1875rem;width:33.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28DwvyK8J1affstpdweIPcmzm6EUQqW { top:13.1875rem;left:23.59375rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtP9nz1JUM543KbdBfxZE0WFuhKfI16W { top:27rem;left:23.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQb4XWD6w36tzcQvnidBwtQSCDVNQfzt { top:22.9375rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTfU8EHzfoTP6TrFuuKO46PoayHtEXv { top:18.625rem;left:7.25rem;width:13.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh6C8PMDTlC8RJDe1E6Xn7qoR0MgSnNJ { top:20.0625rem;left:23.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ED7aTOEJzoNaJbX2leLfUm2aN075s9 { top:27.0625rem;left:0rem;width:9.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnWEN15WhqHFxD0qXrFqqwZ1GCikR31h { top:37.375rem;left:0.375rem;width:47.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFor3uE49eHNRWiuq1WJfC5HSomVfhgb { display:block; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTZRXNeD9gCSEFL4OqLc9BMrDPI9NgDy { top:12.1875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0rxVR6wW8a2TnIi4hX7N0FVDwchg7My { top:5.25rem;left:0rem;width:35.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuBlDT8wo19eWquCx6rJNAcELDOnlcT0 { top:13.4375rem;left:0rem;width:10.125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HooHFyowt36wt0GooEhpeVWyr6OJal { top:20.5rem;left:0rem;width:17.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPIlThOr4CGDb3XSWgWLZqoLGTZO2gSC { top:26.5rem;left:0rem;width:19rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBLoKu71TSwKJlGMQ0TZ4RR0KWo412z { top:19.25rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbDJtcOo6OfTEdTTDdWh574a5tK5NIy { top:25.875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POGKAOvPk2F6GLl4klqoPVuRFvWZhe1Z { top:7.4375rem;left:0rem;width:33.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNgbPyywGhzOlvF0TgVhAsnXCtJewHc { top:13.5625rem;left:0rem;width:3rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeNqyGHhEEL9D3zkGuZqViZ7wJdJ64Fm { top:20.5rem;left:0rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5X6M1FeN2nthOCI6mSLD7ubzqt581h { top:26.5rem;left:0rem;width:3.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC { display:block; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdwFoF2z8OWo7Ggz5iGtl78TqsLLMA76 { top:4.3125rem;left:0rem;width:42.0625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzyLgHZls6d1OhfrObo0UGNgnP90g8pX { top:11.25rem;left:22.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQ4TSh6KLnWIENS3mxuqFEEaQaUAGUb { top:4.3125rem;left:12.1875rem;width:35.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OErvzuPB8vw3agymHsyWZthd7gchC0es { top:12.5625rem;left:29.4375rem;width:18.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHZyCK1quxJReZ5yR8mAHwOlFbx1ATG { top:18.9375rem;left:28.0625rem;width:19.6875rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO45B1PpN56fH51VaWpUUagngyFQ7uSa { top:26.25rem;left:28.6875rem;width:19.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRweKQvDyItAA5b5CJorIuX0GsgCJIM { top:18.3125rem;left:22.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81WgukaKqreEMd6OJbvWimcFZs37duW { top:24.9375rem;left:22.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP4I7z0oIM39HqbO7uPncz7ifxaUL0MZ { top:6.5rem;left:14.1875rem;width:33.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI6ds8KZo30Zp5eM9fridvsKQyhHrcOT { top:26.0625rem;left:23.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk8CgE1VccTVL7rVsupf4o2qTXZV8hOp { top:12.1875rem;left:23.21875rem;width:3.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOwkdt8MViOqA0xFOzGT2eH6EpPPmnw0 { top:19.25rem;left:23.5rem;width:3.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm { display:block; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOXgUNm7hyZ6aLqrCSEurk2RtcACX7ui { top:15.9375rem;left:0rem;width:32.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9IS16Jwf9RLffZgTpU9lwWCS2OFmHI1 { top:8.5625rem;left:11.375rem;width:18rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft0ShTcfrC9Vtd6o4SFzgHvlnslm8GuL { width:14.6875rem;height:3.875rem;top:25.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9O1IWDzGcGstLFdQm2MUkU0QNpmxWvK { display:block; }
 }@media only screen and (max-width: 763px) { #ygOGSb8nhkvCLyCfHFWrCfvyROEEXOwS { top:4.0625rem;left:2.0625rem;width:13.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7DJdUKdVORACMzbaoFC9TUm2TqrUfiQ { top:8.375rem;left:2.0625rem;width:13.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO { display:block; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoXg1shA1EJrhP9kLRQEr3HmF04w7Kdn { width:13.75rem;height:18.875rem;top:11.5625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouESt3ymAZ1ttE9bSXnez0BlPVrPmkka { width:12.6875rem;height:5.5625rem;top:19.625rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEg8Zttar9NfzrFoz8BpvAWLwCuAS4G3 { width:9.75rem;height:4.1875rem;top:20.3125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXO134icf5qgLzCTI1Ua3Et37JHk9W1 { width:13.75rem;height:19rem;top:11.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbv7wluAZcrVimsp8wywpTtXbSfpKJcN { width:13.75rem;height:18.9375rem;top:11.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPlmX1OS4cKs5wqIcUXzIcvgLPQwC7a { width:12.5rem;height:8.375rem;top:19.5625rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mReQNCxS64RPJl2XOwmvKGt4ayNCgJsL { width:13.75rem;height:18.875rem;top:11.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7tKFhB6TTuBinW6uxcRuHA6EcaI2K4O { width:12.6875rem;height:5.5625rem;top:20.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyObu0LikAHLQKSJmTOybckF6Fk5pT6u { top:14.5rem;left:15.875rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqSH4WeCic6GmK9MWZhQcZSAlbQn7Ty { top:5.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szbHDQ5qA1LF63k9thRApmIx74hE77PC { top:14.125rem;left:35.75rem;width:4.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFRE8CJy4DEenn0Kzxlv9NIVuT9Wt7PE { top:13.875rem;left:6.6875rem;width:6rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVDPtxkcNfobulHEHHCbTkuQChiVE12 { width:14.6875rem;height:3.875rem;top:34.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tC3ImGQJomlhsxZSDXFC3p7QTi2SiP { display:block; }
 }@media only screen and (max-width: 763px) { #vh4IXNeGKdeQfUxitmMMHOATrvxWiqSo { top:14.0625rem;left:26.875rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt { display:block; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTFIbft6a3Mze9vHDLg4S1fEEG9VFsVt { top:14.5rem;left:0rem;width:32.1875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkUxyz76hFmHqC9sySNC0ED32GudETo { top:17.625rem;left:0rem;width:34.0625rem;height:8.4375rem;font-size:1.25rem;display:block; }#XTkUxyz76hFmHqC9sySNC0ED32GudETo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
 }@media only screen and (max-width: 763px) { #XpsbCr23Oku9pMCqtXW4AcrcQFgVuCuK { top:4.25rem;left:0rem;width:23.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVGoZTh6xTFNFVca8AkTxbuCmO8xMyM2 { top:27.5rem;left:0rem;width:34.0625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn4Owf5UDwykBiJQBE6OQ88sDRuPgKMD { width:14.6875rem;height:3.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvmN4iSuDkGJG4HQOono3dG54So3LENd { display:block; }
 }@media only screen and (max-width: 763px) { #JciM60k85stocQRdfxxAJ3NxQu5dAo4a { display:none; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okXW2lkPU7u6ZbUsb2yp4FiXvPpg9R9C { top:16.3125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQCaOPPbKtTr1PbZZar2zw1WWGJwJBmC { top:4.6875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIdNky2kdVXBXzDNfDRygqqCHy53OqV9 { top:8.625rem;left:0.53125rem;width:45.3125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vim1No2JqfhBL3RhcFiJuATgKRTzraCX { width:14.6875rem;height:3.875rem;top:49.125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXirJ34tI3G1XUCkB4FpwhTMT0D1EMTf { display:block; }
 }@media only screen and (max-width: 763px) { #ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA { display:block; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPmPGLDA30cVtLZciVMCIHZIytsGgKxo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6lLmlfwRI2mc2C90kU7MWZ0DiNVAH3q { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF9Q0iQNVu3682x3newmE7Kl27K4xp65 { width:14.6875rem;height:3.875rem;top:16.0625rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvty8u5til5pLlTxPkJsSLW8DVv03ox4 { display:block; }
 }@media only screen and (max-width: 763px) { #ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh { display:block; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7US6HP21QbNEUty4XTyZ5DlNIIZrPkx { top:14.375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNr33TExk5TQx6CitCtvhAOOpfoLQU4G { top:14.375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApZyOkUWrzkADWBtAR3O5fy1FabcfWuJ { top:6.4375rem;left:42.25rem;width:5.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7MkPfzTB98QVg4csT5Vr2b64GOcslAp { top:6.3125rem;left:35.625rem;width:12.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKpesEn76zA46HCDb8MP9VDbht4TfvBw { top:11rem;left:0rem;width:40.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXGqvZGaQdhfXMAsJPd824HWyKC5uEXE { top:6.25rem;left:37.1875rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUb23R6DsNtqgeg7PZwuvebUN8zTDTI { top:6.0625rem;left:21.375rem;width:10.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1lmP9qfTpuDAWWXsEm6xg6Pa9Pu10AB { top:12.5625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM2fxOACkSc0X3awWkvqMXXNWgB3GCdR { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcud6pJrayRU1wyIBTUbo2o9UFEh5nU { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELhFegzulcc8wG33uW2XKo2zAluFzU8q { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKsoyXnB1MEqlz4E7ogDFto8lxrz5hRy { top:6.125rem;left:35.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mZmXXQSbpklyghuMBkdUkZ3oN2h8zI { top:6.125rem;left:43.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rqCs6floozfynivHOn6e4u1dnJq3aF { top:15rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#U7rqCs6floozfynivHOn6e4u1dnJq3aF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg { top:14.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sBX4Tr18K5R2UzQBROcBna278hMy6KVc { top:2.375rem;left:0rem;width:10.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OKSa0X5bGwstABNLsGyZ6XKTLSJEpp { top:6.25rem;left:0rem;width:21rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk { display:block; }#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRMAJsxSrtqnPcqdckvJ8qU92T74FdAz { top:1.875rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Aof9n49kNM2P4M9qMkBNqWGeNJdQXC { top:22.5rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIdqmfAdxzkDZdvQ14AkIE4LHupMIDb { top:8.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9L7V88SpD6tR2OJvFHx6N0RBufsUJ2a { top:12.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D { display:block; }#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9kDoN6kVlK3Ak9N0wZ1HvXOvcnfJt2T { top:2.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du2UGlW1MhuDge5flg3TJ8uwKEaMfsCZ { top:4.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ughhu70vN6mCXafbcS2INQZOhya2PAoU { top:7.9375rem;left:0rem;width:15.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NDy2CsN3uS53eA4px5Nfc84DT5s18vVT { position:relative;z-index:auto;display:none; }#NDy2CsN3uS53eA4px5Nfc84DT5s18vVT > .row .container { width:20rem;height:14.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZGecKeAPTSFQcsZHWAn3NgtVJ2gRJLPI { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuVykTssz3EacmHF9LEeSrS0fNdDnT58 { display:block; }
 }@media only screen and (max-width: 763px) { #CBpno6MNRosZb4tnCIRMALPnlNvzwPOB { width:4.5rem;height:2.1875rem;top:4.21875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKOVHmIgrOoua4u097akIMXyuS1ZlbF { display:block; }
 }@media only screen and (max-width: 763px) { #PZAI3REHKo2T989FxhAAaduLXkuWvpIl { width:4.1875rem;height:2.1875rem;top:4.25rem;left:15.811457633972rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2GT6tTL3V0M62QVsTgu7APNRZ1gHD9n { display:block; }
 }@media only screen and (max-width: 763px) { #zMhFyrRpmS054rTgT7w34JsNu47Ubn72 { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va6IyGXRwQ5VufpUxAXpLCEUSKT3Mxso { display:block; }
 }@media only screen and (max-width: 763px) { #InNuVkkwwmUJ4rUP3Ry5DaKlka1nu67H { width:4.75rem;height:2.1875rem;top:4.21875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7P70KkiniUTFPTDthyKBpMZwkxsenvs { display:block; }
 }@media only screen and (max-width: 763px) { #S3NcBQAmqxxZJvJKwXZyXQAZvirD831T { width:7.375rem;height:2.1875rem;top:11.09375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z9qvQlbFoqpb1iAgqDiFfi2e9SeyM6HN { width:20rem;height:6.3984375rem;top:33.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDrFFeTa4lXknAqCcbBJX0exra3NeEK5 { width:20rem;height:4.38720625rem;top:41.1484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0kcODDs2svci8mCy1nFyT6onJB2ncx6 { width:9rem;height:7.8125rem;top:46.78515625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnr5364O27byJ7HpNEfPdayT06sekSb { width:20rem;height:15.5rem;top:36rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oWZ83rgCT0wH5FG3XdwFUkXrS9THfySf { width:20rem;height:9.75rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu47KzmkQeVOLVu1u0ytpMHQRt63pasb { display:none; }#tu47KzmkQeVOLVu1u0ytpMHQRt63pasb > .row .container { width:20rem;height:65.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bixBldMn6m8wR42U77cP5tSLAZUq6gDG { background-color:#5d91a7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container { background-color: transparent; background-image: none; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container > .video-iframe-container { display: none; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row > .video-iframe-container { display: none; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .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); }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container { border-width: 0; border-radius: 0; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bixBldMn6m8wR42U77cP5tSLAZUq6gDG > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKRJ8KO9Fg7U54Ucd0k58ZRdcHwaxoMS { width:7.375rem;height:2.1875rem;top:1.40625rem;left:5.375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #OKzdQaUHZKdM8UPxx9fB3GGInoVxn3Gy { width:4.5rem;height:2.25rem;top:4.4375rem;left:0rem;z-index:15007;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcEbUPq0TSQkvmH8N4CbCWTL3QHC3a00 { display:block; }
 }@media only screen and (max-width: 763px) { #F63GqKevPocOIKvilWyFs9s1LUCGqM70 { width:5.75rem;height:2.25rem;top:4.4375rem;left:9.9375rem;z-index:15005;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk7sJE2Hirksno1bFcIO2pDL8NOVL6I { display:block; }
 }@media only screen and (max-width: 763px) { #kcdakpWm0Div6CIsDs1ZwIQWKHTbCui9 { width:4.75rem;height:2.25rem;top:4.4375rem;left:4.5rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOhyPz3dKd4on686avRDt1Z102keG9es { display:block; }
 }@media only screen and (max-width: 763px) { #gRCecOKo5diflDIxP3B4u77JSzqwdXdZ { width:4.1875rem;height:2.25rem;top:4.4375rem;left:15.8125rem;z-index:15008;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoCdrinRmgf4wy9ZJSFgvJnB2U0u4zMC { display:block; }
 }@media only screen and (max-width: 763px) { #UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d817dbcd-da23-4c1d-ac29-6eca400bcc06/Banner1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT.adaptive-delivery-prevent-bg, #UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT.lazyload, #UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT.lazyloading { background-image: none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container { background-color: transparent; background-image: none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container > .video-iframe-container { display: none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row > .video-iframe-container { display: none; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .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); }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container { border-width: 0; border-radius: 0; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQ3xKtrXVRTNpJNQA3xHoLBFp5T0TrTT > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdMRaTLn3VRmTtWVBTQXoGC7hmUK5nRb { width:18.75rem;height:9.84375rem;top:4.0625rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;z-index:15016;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CoNyKMyIslNeDswu7oB2PtE7BTKTy4Ai { width:15.875rem;height:3.03661875rem;top:15.1875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15017;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TLtLdrLToqD0zBRhnlblEbtxV1zCQB9J { width:9rem;height:7.8125rem;top:26.6875rem;left:11rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE { background-color:#5d91a7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container { background-color: transparent; background-image: none; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container > .video-iframe-container { display: none; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row > .video-iframe-container { display: none; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .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); }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container { border-width: 0; border-radius: 0; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX90OXGs3x4OaG04LAx11FxzcmhQZpbE > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmVGMI69qzdLyc28XbQ2T8erRgu7az9a { width:20rem;height:7.312rem;top:3.125rem;left:0rem;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3dec4cc-f593-4bf3-856e-d69e1c04a662/Artboard26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm.adaptive-delivery-prevent-bg, #EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm.lazyload, #EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm.lazyloading { background-image: none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container { background-color: transparent; background-image: none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container > .video-iframe-container { display: none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row > .video-iframe-container { display: none; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .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); }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container { border-width: 0; border-radius: 0; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkGvF4fUyyXp8AXgbi1Q7z7U1LT7q4sm > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDrpKTarGVFk7H4eOudeTzemCiMFcTzX { width:19.1875rem;height:28.75rem;top:31.0625rem;left:0.40625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #NVJN4QcTK4WR9DqRS0qEwIFqRrGTi7mQ { width:3.875rem;height:3.875rem;top:13.59375rem;left:1rem;z-index:15030;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xwBUTDqVzFos3m2KiS6N2741uZOKXL { width:20rem;height:2rem;top:5.9375rem;left:0rem;font-size:2rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwJTmBLIOaQgimkeze5BZPfvRSf2s2lt { width:20rem;height:1.5625rem;top:8.125rem;left:0rem;font-size:1.5625rem;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSQvLfNMUnVg1qXbsPDwmebA6cVPvL2t { width:2.375rem;height:2.3125rem;top:14.375rem;left:1.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #NGbFCwXI1LATQNyO1RBTTLQnNvQ207ZT { width:11.1875rem;height:3.298825rem;top:19.60009765625rem;left:6.3125rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kVTK521leMDaXqFsivWGROmP3WGpN5f6 { width:12rem;height:2.19921875rem;top:14.431640625rem;left:6.3125rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #tRKRsVloHAfGf1eCM7kIfWJIExxLaai7 { display:flex;width:3.375rem;height:3.6875rem;top:19.4052734375rem;left:1.25rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #JRZf5c9Be83GDRgRTTKmQGpTS2GduKCn { width:11.375rem;height:3.298825rem;top:25.28759765625rem;left:6.3125rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #DL0V9rqAh0hkATJqF665DV5m0hONa4cV { width:3.0625rem;height:2.625rem;top:25.625rem;left:1.375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #vSFaIrNZBRiqBquq1Bia58w7IVJllorn { width:3.875rem;height:3.875rem;top:19.3125rem;left:1rem;z-index:15031;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAKuSAg3xbVsbgb8PSMp5cWhviwc7aZo { width:3.875rem;height:3.875rem;top:24.875rem;left:1rem;z-index:15032;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNNdHRnUvliIPAGlPaN6JBVW6BhW0SwC { width:9rem;height:7.8125rem;top:38.5625rem;left:2.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 { background-color:#e6eaed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container { background-color: transparent; background-image: none; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container > .video-iframe-container { display: none; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row > .video-iframe-container { display: none; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .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); }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container { border-width: 0; border-radius: 0; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVx7ixQWIekgxdCrwp21OkgW8baJSpI4 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Um0LvTf7B5LQWa3s5mUhNfhTXSUz0vhs { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:2rem;z-index:15036;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUBZ9oJKT6gwTakDHZAb6gpZSLPDIgmI { width:20rem;height:1.5625rem;top:4.6875rem;left:0rem;font-size:1.5625rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGrytJtbzOler1eExKo97gFRZ0cwQLWy { width:3.875rem;height:3.875rem;top:37.125rem;left:1.6875rem;z-index:15005;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyeedQ7KidWRPVOMAa19DTiuO6ToaZuC { width:2.5625rem;height:2.5625rem;top:37.8125rem;left:2.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HtSzgOg04GA3Bh865Uvhzmowl2c9wZsR { display:flex;width:3.125rem;height:3.125rem;top:31.75rem;left:2.0625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #MpK64Hbq2IJJIxRTUbkQoR73scvICg3g { width:3.875rem;height:3.875rem;top:31.375rem;left:1.6875rem;z-index:15039;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILV0wpNTUmowF5rKNT63pL73cuNJorvL { display:flex;width:3.125rem;height:3.125rem;top:25.875rem;left:2.0625rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #OWomCM0DB2uWtb9nZ8G4Jbo9qEz2utDd { width:3.875rem;height:3.875rem;top:25.5rem;left:1.6875rem;z-index:15004;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaunDzAeSt1eCer5JNSJppZkxgn4fBOF { width:10.5rem;height:2.4746125rem;top:26.1875rem;left:6.25rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1MPclNlTSWoMyk4bZmcCKcobyd9NU8 { width:11.5625rem;height:3.7119125rem;top:31.4375rem;left:6.5rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #flQy00LZ693tAAvdq1qW4AUuv1vMPPpT { width:12.125rem;height:6.186525rem;top:37.125rem;left:6.25rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #whGSMTy0Bd7Wfe0VB1lQWHPn4FXSuvT2 { width:9.25rem;height:2.875rem;top:15.5rem;left:8.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #RxPZuH2HO8SHGtbRHRtTRLkDVIbEr5xd { width:8.875rem;height:2.6875rem;top:12.8125rem;left:8.9878731343281rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #gtGgXfVz5dm0hA7eiwy5LHFBAEt3aOBz { top:10.53125rem;left:-4.9375rem;width:20rem;height:12.75rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S4glsV3fChLA8sr8SCSqevVPyOz7GSDM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container { background-color: transparent; background-image: none; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container > .video-iframe-container { display: none; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row > .video-iframe-container { display: none; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .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); }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container { border-width: 0; border-radius: 0; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4glsV3fChLA8sr8SCSqevVPyOz7GSDM > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFgODWXJfudyyp1iuiM4xL6Tx1xQblBL { width:20rem;height:2rem;top:2.8125rem;left:0rem;font-size:2rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSPzTIf0qfpwGb91X1PuttQePybRIaeZ { width:15.0625rem;height:3rem;top:4.8125rem;left:2.46875rem;font-size:1.5rem;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sW82d0cDqTWMGOn7kOW7nRTTwSZolClK { width:11.1875rem;height:3.298825rem;top:16.85009765625rem;left:6.40625rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #O3zVMZhrhv7FoccFUF2o3TpLaLD4y3zT { width:8.5rem;height:2.19921875rem;top:11.587890625rem;left:6.3125rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ykkSnyGzqSQQIQPSIUf8k2vL2mzGgHW4 { width:13.5rem;height:5.49805rem;top:22.18798828125rem;left:6.40625rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Nc38QAr4sMLUH2FwA1R8WXITnHsTHwIP { width:20rem;height:19rem;top:28.3125rem;left:5.2578125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #cZpNDHs2aLKZ7lyORrXKNRl3HfrtUFLD { width:3.875rem;height:3.875rem;top:10.75rem;left:1.0625rem;z-index:15003;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObHLFqMqiHFPaTTmePvaOsBb2oUba5y { width:3rem;height:2.625rem;top:11.375rem;left:1.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #KbiMtPpLCfmWPOQbbUDcAHxTfcJeAs9V { width:3.875rem;height:3.875rem;top:16.5625rem;left:1.0625rem;z-index:15005;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ulnwkm0MWtTi0zk4Gs4bM831NZ7H32 { width:2.6875rem;height:2.8125rem;top:17.125rem;left:1.6875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #CJz0uFv6ZKLqZT7XZRX2LUWEu4ug5o6X { width:3.875rem;height:3.875rem;top:21.875rem;left:1.0625rem;z-index:15004;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e066HSUF1d5wt6lxSzVvcaZHqrQ9Qp0M { display:flex;width:3.0625rem;height:3.375rem;top:22.125rem;left:1.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #RASbB0T3ScAeN7s24oxy49l8tenBl19L { width:9.25rem;height:2.875rem;top:38.25rem;left:2.46875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #J5wafnHdTUueL7LhcJiIr29KcKkTSZsp { width:8.875rem;height:2.6875rem;top:35rem;left:2.46875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa { background-color:#e6eaed;background-image:url("https://images.assets-landingi.com/uc/6057f691-9976-43c9-a709-ade68bbe6ab7/Artboard27.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa.adaptive-delivery-prevent-bg, #m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa.lazyload, #m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa.lazyloading { background-image: none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container { background-color: transparent; background-image: none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container > .video-iframe-container { display: none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row > .video-iframe-container { display: none; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .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); }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container { border-width: 0; border-radius: 0; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8WDFS6KuTyyC8oSRdu4vXSrXATnh5Fa > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUwiksPORBQNwGf93ThRdPA0m5RuiDw5 { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:2rem;z-index:15036;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irQp6llizRkmJmZTxtieJyTEuh7W5Wkk { width:20rem;height:1.5625rem;top:4.6875rem;left:0rem;font-size:1.5625rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvzBL83iNnwaouULnPrQ5Je0tW70MEzy { width:3.875rem;height:3.875rem;top:43.5625rem;left:1.25rem;z-index:15005;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7oAE92Fnhzf3bHnsuoeseHKop8lR6cJ { width:3.875rem;height:3.875rem;top:36.8125rem;left:1.25rem;z-index:15039;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPRavWqNWknwXk2DNUE6p592Rw2KDWO4 { width:3.875rem;height:3.875rem;top:30.625rem;left:1.25rem;z-index:15004;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJd3hXr8Nh31eXl7yAMubohXr0pBtKIa { width:11.5rem;height:3.7119125rem;top:31.3125rem;left:5.8125rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KO1OIA3kAKclwKZiVsNelKkEDR1wTQrK { width:12.6875rem;height:4.94921875rem;top:36.875rem;left:6.0625rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HrhfPAAWdVcrWG5pfhGhMvD552INK44s { width:12.125rem;height:3.7119125rem;top:43.5625rem;left:5.8125rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GDLcQFqRIrRARPuT35ovefKQlrgP04na { width:2.4375rem;height:2.5rem;top:31.3125rem;left:2rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UVg223oTsDTTd2AvTBT2tz1ZRIAI4FhG { width:2.25rem;height:2.5625rem;top:37.5rem;left:2.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #VDSVIeN1ELs3TJm2y6bMxdRFXpE4ETzt { display:flex;width:2.625rem;height:2.625rem;top:44.1875rem;left:1.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4d0b969-70e3-4282-86b7-fdd7b28c8469/Artboard28.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI.adaptive-delivery-prevent-bg, #sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI.lazyload, #sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI.lazyloading { background-image: none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container { background-color: transparent; background-image: none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container > .video-iframe-container { display: none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row > .video-iframe-container { display: none; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .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); }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container { border-width: 0; border-radius: 0; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLvXsDT1s2JhwL0hzCh1UEIbBIqPoSsI > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPJ9ctwKT7Zd61VNvnzf1hTAOGJFsXIJ { width:12.125rem;height:3.5625rem;top:3.875rem;left:0.875rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UMStBZTIFSHxLJIvGxFKpAgEABq2wFBx { width:18.25rem;height:4.3125rem;top:9.75rem;left:0.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TUA9BDXgtUZhnQlVK4dkz6BhzEgA74ZC { width:12.625rem;height:3.25rem;top:14.8125rem;left:0.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wa1dE43qZEH9wThZodDgUO3bbEVVs4kD { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9IsvB5uOaAuUdBpVeTyQ0nOPUDHzfv { width:9.25rem;height:2.875rem;top:33.4375rem;left:9.9375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #T3UdDyATQtFkwwg3KhhU25plcIl9FXmz { width:8.875rem;height:2.6875rem;top:30.25rem;left:10.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #vf5VL5KUwtihMEI86R302TyZQIe3MhPh { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container { background-color: transparent; background-image: none; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container > .video-iframe-container { display: none; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row > .video-iframe-container { display: none; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .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); }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container { border-width: 0; border-radius: 0; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vf5VL5KUwtihMEI86R302TyZQIe3MhPh > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvlC5n1o8ouewIPIQR1wRLC1Lkbc53Bu { width:15.125rem;height:15.6875rem;top:9.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrlHxQqXlP0WlHxeRE5TyLGk6GqgWMJ { width:20rem;height:3.125rem;top:3.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#5d91a7;display:block; }
 }@media only screen and (max-width: 763px) { #SNDl0wwcQPv3Aaf5TL3gPA9Onqz6maSZ { width:15.125rem;height:15.6875rem;top:27.3125rem;left:2.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sFduda7EaMhAoWeOuK1COPgMHVOGMb5T { width:15.125rem;height:15.6875rem;top:45.5625rem;left:2.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NAVC0HqKnq129WeroD0kzStT5nnFNhNx { width:15.125rem;height:15.6875rem;top:64.3125rem;left:2.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #G57JinKhqJEx8iU9qCaOf7PuZvQB1M44 { width:13.125rem;height:6.82325rem;top:15.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLbha7KGi1XVsL6gNTWnsIkklvBhQqP { display:flex;width:6rem;height:4.5625rem;top:10.1875rem;left:7rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #EdWTW556XCf5wTbsVPu5WWQC05KEXWsw { width:9.9375rem;height:3.41161875rem;top:34.6875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15008;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M6LvoT9vPl5RAT2IvVykHnq5Q0AvflJO { display:flex;width:3.125rem;height:3.125rem;top:29.5625rem;left:8.4375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #px0KhRK5ZZ8QLt2x8A1QcF5zDzfz4ZGW { width:13.125rem;height:4.2246125rem;top:53rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15024;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dqGmW3IfVo5131zDnpLRbUJzXvAI9LnS { width:4.875rem;height:4.8125rem;top:47.125rem;left:7.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #GZgM5wUsgkPpqyw6abLTf5TxnuFLlL42 { width:3.8125rem;height:4rem;top:66.5625rem;left:8.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FxeNNz4Z6JVh93MkLq3ExmlKruTUpU0D { width:12.6875rem;height:4.2246125rem;top:72.9375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15028;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OLeue4D5w8ab15Avx5atJFBbhI46t6V3 { width:12.625rem;height:3.25rem;top:85.5625rem;left:3.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Mo3UA0kdNTMZWmNLHr4JnLAmFwEaZTGw { display:block; }
 }@media only screen and (max-width: 763px) { #UyVQh36q2fGACGUzX9uKr9QQazKom9IT { background-color:#5d91a7;background-image:url("https://images.assets-landingi.com/uc/bcf5787e-a757-42ab-9014-73ba15d74391/merkapesaje.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT.adaptive-delivery-prevent-bg, #UyVQh36q2fGACGUzX9uKr9QQazKom9IT.lazyload, #UyVQh36q2fGACGUzX9uKr9QQazKom9IT.lazyloading { background-image: none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container { background-color: transparent; background-image: none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container > .video-iframe-container { display: none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row > .video-iframe-container { display: none; }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .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); }#UyVQh36q2fGACGUzX9uKr9QQazKom9IT > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZIGo2MAXqEWWWWhZ0trVg2IgeLvo6cx { width:20rem;height:1.5625rem;top:10.89208984375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3NteBf2J05JxQXBHigcaZQAOHoHD4AU { width:18.6875rem;height:11.359375rem;top:15.20458984375rem;left:0rem;font-size:1.0625rem;display:block; }#p3NteBf2J05JxQXBHigcaZQAOHoHD4AU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
 }@media only screen and (max-width: 763px) { #Ndsfwg3DcVqTGuw6QeTw9BlfcN17oMR4 { width:17.8125rem;height:5.125rem;top:4.82958984375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiegRzp6kSQ8QKTri9KKcv0zR4KrW3w { width:17.3125rem;height:9.666rem;top:28.07958984375rem;left:1.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZb3OCKG6pGreodLwphaK6dWBr4kLVbe { width:12.625rem;height:3.25rem;top:54.875rem;left:3.96875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #QQ0wlpR35zUb1M2S9ZE7hCm3omo3So1Z { display:block; }
 }@media only screen and (max-width: 763px) { #fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk { display:block; }#fabRQvGZoE7ofJp1OcvcR5yNH5m0Wzdk > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxdu59nfN7oHnibXmI6vKrqznHEpanmg { width:15.625rem;height:5.625rem;top:10.5rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #iGx68DCVF8K3NT5kTqLlh5URpqHZnG3X { width:20rem;height:4rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fT6cSmEsgwSeMeV10DhR2LxTX5tFd30H { width:20rem;height:13.9375rem;top:19.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fyGyn6hoVa6J4ao7uyqy0cDFtCfx2NeC { width:12.625rem;height:3.25rem;top:37.8125rem;left:3.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WhDk4AhUWtEbv1ddp6Vr5BZDBO9x0d52 { display:block; }
 }@media only screen and (max-width: 763px) { #OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 { background-color:#e6eaed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container { background-color: transparent; background-image: none; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container > .video-iframe-container { display: none; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row > .video-iframe-container { display: none; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .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); }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container { border-width: 0; border-radius: 0; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyRK1FkoHkH6Q09t92WAEOh98UA26VX6 > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4w953ei9HFCzxkiKitlegKz3ren5Ria { width:15.625rem;height:5.625rem;top:13.375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eKXv9vJDoFd6QQGCi2tef1Tx64PPzGai { width:20rem;height:7.5rem;top:4.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZpmTHTnCsD8RfFffBBt4sE3ov4fyX6RZ { width:12.625rem;height:3.25rem;top:22.8125rem;left:3.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #l7mw1iK7xiBEBLttoKbmKF5WsDPruSgn { display:block; }
 }@media only screen and (max-width: 763px) { #WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t { display:block; }#WCDqrUUKwT0vXSuTZO4lELc6F4dKSK5t > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8gkNET4wrE8Tpn6XfOzCeoGr7ZTcEXD { width:3.0625rem;height:3.0625rem;top:39.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzngOHOaUq6dkF8UHtF0xaRc7k5g0sOf { width:3.0625rem;height:3.0625rem;top:39.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3rUVv5yK5B0Syk69QL86hZGCFWTDmib { width:14.625rem;height:1.2246125rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTbp5KwX9TioAgMdcH5p4UZ1rrhJ4kfq { width:14.625rem;height:4.19970625rem;top:28.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM5pSXBxNbXTOoiHS3RA3NdZDyJEicHC { width:18.75rem;height:0.0625rem;top:35.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5l5AsBcLLGXOEHAqKuUZzlFVON2MJTq { width:7.3125rem;height:4.1997rem;top:24.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMC9LLPFKZbxWoG4wLb2Gz6fnXekdoG4 { width:11.375rem;height:1.3999rem;top:21.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU19HT6CEiPx2MrBV1grt4RAZX4uKy8L { width:8.125rem;height:1.04980625rem;top:37.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gv1QqdqtTZThhqGEGkV5XERSVN6BlOtd { width:8.0625rem;height:1.04980625rem;top:19.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNZrBCVdMwPRRHfGfh4t3eRpW3EAcWox { width:18.75rem;height:0.0625rem;top:17.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqJb3sGTxcBGqugVrZKxSwTfpmvIRom { width:1.5625rem;height:1.5625rem;top:21.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLreoaFnCotNo5aD7LxutcWTJ3FwyiE9 { width:1.5625rem;height:1.5625rem;top:24.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onETI3qxeG2RTTokZXicD09svw9x87tl { width:1.5625rem;height:1.5625rem;top:28.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm { width:1.875rem;height:1.875rem;top:40rem;left:12.375rem;display:block; }
#TUzfHZJ7BEnA85HMGuph37NOMVZWwoxm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h { width:2.1875rem;height:2.1875rem;top:39.8125rem;left:16.8125rem;display:block; }
#t7BITGR92kOWBBTrK9Lc3wUDL3nDxK1h > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #akImvmXGaeq9lgPMavVcpPRcr2blKrv5 { width:10.4375rem;height:2.75rem;top:3.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUl8OSR02qJyLJNE8RCDhEil6ipoBw9 { width:9.4375rem;height:5.5996125rem;top:9.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 { display:none; }#F7Z1MEuToPSzsguGIpvpcoDeMlQ2Ox96 > .row .container { width:20rem;height:119.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJN5r5uKoUxEEZugiW1m8lHPIZrgNxTl { width:4.125rem;height:6.0625rem;top:51.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdsP89h6miz0gw6y1Bp0kWlSfv2nKisn { width:20rem;height:4.125rem;top:100.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDDTOWS9sFi7c03xCwAXJFwsGEHKmEXr { width:5.3125rem;height:5.3125rem;top:83.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqM5gJI7TZKUi763cSbHKEIveZ88sfrC { width:5.3125rem;height:5.3125rem;top:94rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmvts4TafTixZ60DUx1OGfP1llO1rs1 { width:20rem;height:2.75rem;top:90rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIlhVZoOpTN5xJHTulDfgqKme18kNb9P { width:5.3125rem;height:5.3125rem;top:74.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcIwvt1LSs6XtiLFSqN543MPEAu1oUuC { width:14.5rem;height:1.375rem;top:80.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ihbEvTC2tNQE3Hn5nSZLOnprvfn1Tv { width:20rem;height:2rem;top:66.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdppSqA05SoX9TQVKhPJRJaX3HzTAZmn { width:20rem;height:3.125rem;top:69.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6T2n97FTkyIC4TxFoJoyaINr7g5gBGK { width:4.125rem;height:4rem;top:74.71875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IczSKPwhsIWDE903AogM7hx88FFQkbcF { width:15.0625rem;height:12.25rem;top:31.172828125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJNOIQ9fSNpAfBTG8aIOAe8ErNH454U { display:flex;width:3.375rem;height:3.6875rem;top:105.9375rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #xTZpoNtqJfbdgsKtbK0B45Q9Qxk1aNu6 { width:3.5rem;height:3rem;top:110.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk { display:none; }#S4ZSWNzakdQgsZ9XUnECaTFqtSnfDqtk > .row .container { width:20rem;height:112.4375rem;background-color:#f8f9fc;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aSueb535xQH2CcVcbLnzFaVq1rT1By2y { width:10.375rem;height:6.625rem;top:13.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43GfmRqOB2LPHDzxWPFbgcAKJ4bAzrz { width:5.3125rem;height:5.3125rem;top:28.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHOpaoIFXOofSsVAketnsULeu0cuxIN { width:20rem;height:2rem;top:20.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPR49rhgKuSUR7EUHIsEbgOUe81IfEO { width:18.3125rem;height:2.75rem;top:35.125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQVhnxxkwb0eDXUG5Zr2zqnt3LI2Knvc { width:20rem;height:1.375rem;top:45.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJxlpTeytCOry8XNH33HtyA8mpnOg0T { width:20rem;height:2.75rem;top:54.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5CEQH4Mdob1nLTR8Csaz6dL6daTZ9W { width:5.3125rem;height:5.3125rem;top:39.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6F7k6ITtzuH9TVkOVznTvrmSVdGvim { width:5.3125rem;height:5.3125rem;top:48.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkcUAfT3gozsVTGNROFnAV9UMJSSr7v { width:20rem;height:3.125rem;top:24.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28DwvyK8J1affstpdweIPcmzm6EUQqW { width:2.5625rem;height:2.5625rem;top:40.53125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtP9nz1JUM543KbdBfxZE0WFuhKfI16W { display:flex;width:3.125rem;height:3.125rem;top:49.4375rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #gQb4XWD6w36tzcQvnidBwtQSCDVNQfzt { width:13.625rem;height:4.3125rem;top:64.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTfU8EHzfoTP6TrFuuKO46PoayHtEXv { width:13.625rem;height:4.3125rem;top:58.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh6C8PMDTlC8RJDe1E6Xn7qoR0MgSnNJ { display:flex;width:3.125rem;height:3.125rem;top:78.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #f4ED7aTOEJzoNaJbX2leLfUm2aN075s9 { width:9.125rem;height:7.3125rem;top:70rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnWEN15WhqHFxD0qXrFqqwZ1GCikR31h { width:6.5625rem;height:6.25rem;top:13.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFor3uE49eHNRWiuq1WJfC5HSomVfhgb { display:none; }#mFor3uE49eHNRWiuq1WJfC5HSomVfhgb > .row .container { width:20rem;height:112.4375rem;background-color:#f8f9fc;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTZRXNeD9gCSEFL4OqLc9BMrDPI9NgDy { width:5.3125rem;height:5.3125rem;top:28.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0rxVR6wW8a2TnIi4hX7N0FVDwchg7My { width:20rem;height:2rem;top:20.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuBlDT8wo19eWquCx6rJNAcELDOnlcT0 { width:18.3125rem;height:2.75rem;top:34.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HooHFyowt36wt0GooEhpeVWyr6OJal { width:20rem;height:1.375rem;top:45.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPIlThOr4CGDb3XSWgWLZqoLGTZO2gSC { width:20rem;height:1.375rem;top:54.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBLoKu71TSwKJlGMQ0TZ4RR0KWo412z { width:5.3125rem;height:5.3125rem;top:38.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbDJtcOo6OfTEdTTDdWh574a5tK5NIy { width:5.3125rem;height:5.3125rem;top:47.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POGKAOvPk2F6GLl4klqoPVuRFvWZhe1Z { width:20rem;height:3.125rem;top:23.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNgbPyywGhzOlvF0TgVhAsnXCtJewHc { width:3rem;height:2.625rem;top:29.53125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeNqyGHhEEL9D3zkGuZqViZ7wJdJ64Fm { width:3.125rem;height:3.25rem;top:57.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5X6M1FeN2nthOCI6mSLD7ubzqt581h { display:flex;width:3.375rem;height:3.6875rem;top:61.625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC { display:none; }#i3F2gkZBgVDrOJJwWi9LJsIvUVVngteC > .row .container { width:20rem;height:112.4375rem;background-color:#f8f9fc;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hdwFoF2z8OWo7Ggz5iGtl78TqsLLMA76 { width:9.4375rem;height:6.625rem;top:13.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzyLgHZls6d1OhfrObo0UGNgnP90g8pX { width:5.3125rem;height:5.3125rem;top:28.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQ4TSh6KLnWIENS3mxuqFEEaQaUAGUb { width:20rem;height:2rem;top:20.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OErvzuPB8vw3agymHsyWZthd7gchC0es { width:18.3125rem;height:2.75rem;top:35.125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHZyCK1quxJReZ5yR8mAHwOlFbx1ATG { width:20rem;height:1.375rem;top:45.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO45B1PpN56fH51VaWpUUagngyFQ7uSa { width:20rem;height:2.75rem;top:54.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRweKQvDyItAA5b5CJorIuX0GsgCJIM { width:5.3125rem;height:5.3125rem;top:39.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81WgukaKqreEMd6OJbvWimcFZs37duW { width:5.3125rem;height:5.3125rem;top:48.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP4I7z0oIM39HqbO7uPncz7ifxaUL0MZ { width:20rem;height:3.125rem;top:24.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI6ds8KZo30Zp5eM9fridvsKQyhHrcOT { display:flex;width:3.125rem;height:3.125rem;top:49.4375rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #kk8CgE1VccTVL7rVsupf4o2qTXZV8hOp { width:3.375rem;height:3.4375rem;top:58.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOwkdt8MViOqA0xFOzGT2eH6EpPPmnw0 { width:3.0625rem;height:3.4375rem;top:63.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm { display:none; }#mFBE3zpmV0fZ6Pe4UPxxUFDEHF7sy7Jm > .row .container { width:20rem;height:48.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VOXgUNm7hyZ6aLqrCSEurk2RtcACX7ui { width:20rem;height:11.625rem;top:18.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9IS16Jwf9RLffZgTpU9lwWCS2OFmHI1 { width:18rem;height:5.1875rem;top:12.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft0ShTcfrC9Vtd6o4SFzgHvlnslm8GuL { width:14.6875rem;height:3.875rem;top:31.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9O1IWDzGcGstLFdQm2MUkU0QNpmxWvK { display:block; }
 }@media only screen and (max-width: 763px) { #ygOGSb8nhkvCLyCfHFWrCfvyROEEXOwS { width:13.625rem;height:4.3125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7DJdUKdVORACMzbaoFC9TUm2TqrUfiQ { width:13.625rem;height:4.3125rem;top:6.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO { display:none; }#nTg1ZzrnKl36vwLt7pO8qG8leUNyIVUO > .row .container { width:20rem;height:149rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FoXg1shA1EJrhP9kLRQEr3HmF04w7Kdn { width:15.125rem;height:11.875rem;top:48.8964875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouESt3ymAZ1ttE9bSXnez0BlPVrPmkka { width:13.125rem;height:2.79980625rem;top:59.2714875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEg8Zttar9NfzrFoz8BpvAWLwCuAS4G3 { width:13.125rem;height:2.79980625rem;top:43.44824375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXO134icf5qgLzCTI1Ua3Et37JHk9W1 { width:15.125rem;height:11.875rem;top:33.07324375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbv7wluAZcrVimsp8wywpTtXbSfpKJcN { width:15.125rem;height:11.875rem;top:4.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPlmX1OS4cKs5wqIcUXzIcvgLPQwC7a { width:13.125rem;height:5.5996125rem;top:15.6875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mReQNCxS64RPJl2XOwmvKGt4ayNCgJsL { width:13.75rem;height:18.875rem;top:89.383790625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7tKFhB6TTuBinW6uxcRuHA6EcaI2K4O { width:12.6875rem;height:2.79980625rem;top:99.758790625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyObu0LikAHLQKSJmTOybckF6Fk5pT6u { display:flex;width:3.125rem;height:3.125rem;top:91.321290625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hVqSH4WeCic6GmK9MWZhQcZSAlbQn7Ty { width:20rem;height:3.875rem;top:63.321290625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szbHDQ5qA1LF63k9thRApmIx74hE77PC { width:2.3125rem;height:2.4375rem;top:80.571290625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFRE8CJy4DEenn0Kzxlv9NIVuT9Wt7PE { display:flex;width:6rem;height:4.5625rem;top:109.508790625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #vpVDPtxkcNfobulHEHHCbTkuQChiVE12 { width:14.6875rem;height:3.875rem;top:121.383790625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tC3ImGQJomlhsxZSDXFC3p7QTi2SiP { display:block; }
 }@media only screen and (max-width: 763px) { #vh4IXNeGKdeQfUxitmMMHOATrvxWiqSo { width:4.875rem;height:4.8125rem;top:115.321290625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt { display:none; }#LQonwpSsGLmVnrhxfKh15dw4gF9C8HQt > .row .container { width:20rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTFIbft6a3Mze9vHDLg4S1fEEG9VFsVt { width:20rem;height:7.75rem;top:25.7050625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTkUxyz76hFmHqC9sySNC0ED32GudETo { width:20rem;height:4.875rem;top:19.5800625rem;left:0rem;font-size:1.25rem;display:block; }#XTkUxyz76hFmHqC9sySNC0ED32GudETo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a7bd4ff96c68fb99a3a279ca325645ad8c27316.svg); }
 }@media only screen and (max-width: 763px) { #XpsbCr23Oku9pMCqtXW4AcrcQFgVuCuK { width:12.5rem;height:3.6875rem;top:14.6425625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVGoZTh6xTFNFVca8AkTxbuCmO8xMyM2 { width:20rem;height:0;top:34.7050625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn4Owf5UDwykBiJQBE6OQ88sDRuPgKMD { width:14.6875rem;height:3.875rem;top:43.0800625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvmN4iSuDkGJG4HQOono3dG54So3LENd { display:block; }
 }@media only screen and (max-width: 763px) { #JciM60k85stocQRdfxxAJ3NxQu5dAo4a { display:none; }#JciM60k85stocQRdfxxAJ3NxQu5dAo4a > .row .container { width:20rem;height:174.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okXW2lkPU7u6ZbUsb2yp4FiXvPpg9R9C { width:20rem;height:39.125rem;top:124.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQCaOPPbKtTr1PbZZar2zw1WWGJwJBmC { width:20rem;height:10rem;top:113.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wIdNky2kdVXBXzDNfDRygqqCHy53OqV9 { width:20rem;height:0;top:165.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vim1No2JqfhBL3RhcFiJuATgKRTzraCX { width:14.6875rem;height:3.875rem;top:169.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXirJ34tI3G1XUCkB4FpwhTMT0D1EMTf { display:block; }
 }@media only screen and (max-width: 763px) { #ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA { display:none; }#ad5TdU6IJudLNQJBk1wI1Zby6FzCbaEA > .row .container { width:20rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oPmPGLDA30cVtLZciVMCIHZIytsGgKxo { width:20rem;height:13.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6lLmlfwRI2mc2C90kU7MWZ0DiNVAH3q { width:20rem;height:13.19825rem;top:15.69825rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tF9Q0iQNVu3682x3newmE7Kl27K4xp65 { width:14.6875rem;height:3.875rem;top:30.1465rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvty8u5til5pLlTxPkJsSLW8DVv03ox4 { display:block; }
 }@media only screen and (max-width: 763px) { #ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh { display:none; }#ob1CJPSJ9LAFb0wwHuKeyAVc0nIoepXh > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h7US6HP21QbNEUty4XTyZ5DlNIIZrPkx { width:3.0625rem;height:3.0625rem;top:42.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNr33TExk5TQx6CitCtvhAOOpfoLQU4G { width:3.0625rem;height:3.0625rem;top:42.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApZyOkUWrzkADWBtAR3O5fy1FabcfWuJ { width:14.625rem;height:1.2246125rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7MkPfzTB98QVg4csT5Vr2b64GOcslAp { width:7.3125rem;height:8.3994375rem;top:31rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKpesEn76zA46HCDb8MP9VDbht4TfvBw { width:18.75rem;height:0.0625rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXGqvZGaQdhfXMAsJPd824HWyKC5uEXE { width:7.3125rem;height:4.1997rem;top:27.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUb23R6DsNtqgeg7PZwuvebUN8zTDTI { width:11.375rem;height:1.3999rem;top:24.375rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1lmP9qfTpuDAWWXsEm6xg6Pa9Pu10AB { width:20rem;height:1.04980625rem;top:39.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZM2fxOACkSc0X3awWkvqMXXNWgB3GCdR { width:20rem;height:1.04980625rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcud6pJrayRU1wyIBTUbo2o9UFEh5nU { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELhFegzulcc8wG33uW2XKo2zAluFzU8q { width:1.5625rem;height:1.5625rem;top:24.29296875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKsoyXnB1MEqlz4E7ogDFto8lxrz5hRy { width:1.5625rem;height:1.5625rem;top:27.54296875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mZmXXQSbpklyghuMBkdUkZ3oN2h8zI { width:1.5625rem;height:1.5625rem;top:31rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rqCs6floozfynivHOn6e4u1dnJq3aF { width:1.875rem;height:1.875rem;top:43.09375rem;left:9.0625rem;display:block; }
#U7rqCs6floozfynivHOn6e4u1dnJq3aF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg { width:2.1875rem;height:2.1875rem;top:42.9375rem;left:13.5rem;display:block; }
#HE6LO8HQPBxeQhSkS878kmnzvUFPr0sg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sBX4Tr18K5R2UzQBROcBna278hMy6KVc { width:10.4375rem;height:2.75rem;top:46.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OKSa0X5bGwstABNLsGyZ6XKTLSJEpp { width:20rem;height:2.7998rem;top:50.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk { display:none; }#Bt3hRbBK5BwXTOsLWGbaKFCT981REiVk > .row .container { width:20rem;height:52.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRMAJsxSrtqnPcqdckvJ8qU92T74FdAz { width:20rem;height:21.75rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Aof9n49kNM2P4M9qMkBNqWGeNJdQXC { width:20rem;height:21.75rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIdqmfAdxzkDZdvQ14AkIE4LHupMIDb { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9L7V88SpD6tR2OJvFHx6N0RBufsUJ2a { width:12.5rem;height:0;top:3.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D { display:none; }#PNOJ5BaDuIDogIfRZs8uvuSEwNk7s29D > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x9kDoN6kVlK3Ak9N0wZ1HvXOvcnfJt2T { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du2UGlW1MhuDge5flg3TJ8uwKEaMfsCZ { width:12.5rem;height:1.29980625rem;top:3.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ughhu70vN6mCXafbcS2INQZOhya2PAoU { width:15.75rem;height:8.8125rem;top:6.25rem;left:2.125rem;display:block; }
 }