.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:220,234,224;--color-primary-1:139,185,153;--color-primary-2:23,115,50;--color-primary-3:12,58,25;--color-primary-4:3,17,8;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:164,164,164;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:164,164,164;--color-tertiary-3:35,31,32;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { background-color: transparent; background-image: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container > .video-iframe-container { display: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container { display: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .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); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { border-width: 0; border-radius: 0; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#t9dH5usis0bhOo6amyvopqmDQVDvHIRU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#X6aqGXWBrnVvkAbXteGItrV9Z0RzDi2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV7mPvxtwNAtrSTWitCTEmMobRBN8OTK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62475625rem;width:8.687125rem;top:1.68701171875rem;left:18.999755859375rem;overflow:hidden;display:block; }
#lAkg5CkpaSyQzdpfk8v3heSUVb9u5PeC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:17.25rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#xzOvqp0XokRqzCozXsmZlm5TdWDZwnNL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:1.062255859375rem;left:53.0625rem;overflow:hidden;display:block; }
#g6RrHquB0hPTGnp1Q24CFthtKTuDrOif { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5rem;top:1.062255859375rem;left:62.25rem;overflow:hidden;display:block; }
#yLA0lGvxPXA95T6voX5K7f3B8IoTN6tz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.1875rem;top:1rem;left:69.812255859375rem;overflow:hidden;display:block; }
#K4yVWPMxgXRP74aOCX167EDNzwsuK0Ns { color:rgba(var(--color-tertiary-4),1);display:block;width:2.24975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:1.812255859375rem;left:16.875rem;height:2.125rem;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; }
#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { background-color: transparent; background-image: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container > .video-iframe-container { display: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container { display: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .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); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { border-width: 0; border-radius: 0; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#kpGK5UgkoV8kPTlDxv4ZZ0bDXg5OIKou { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#OfnZlXAGnE4w8J47KhvEZ82o5ICIMbwG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJkVgdiVZJaWspAEfSvK1FuVVR3r9hhP { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:0.73125001788138rem;left:0rem;height:1.91223125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.24rem;padding-right:0.21rem;padding-bottom:0.24rem;padding-left:0.21rem;display:block;align-items:center;width:1.255625rem;min-width:1.255625rem;height:1.290625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.96125rem;font-weight:700;line-height:20.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.674375rem;height:0.51rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.360625rem;font-weight:400;line-height:8.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:10.6875rem;height:2.430625rem;padding-top:0.300625rem;padding-right:0.299375rem;padding-bottom:0.300625rem;padding-left:0.299375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.0108642578125rem;left:54.1552734375rem;z-index:15008; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #fFFXThGyh4039MGamcLxLPguJyReiACx { display:flex;position:relative;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #vlgcVTgcCpsB4OLzhuI6xwBSyl3E7APk { width:auto; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #C5TsxF6QVA6B9DNqJm3cvcnkm84Gw5Uz {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #famxOVTPGSlSorDJlG6PDOyk1R55U0t6 { display:flex;position:relative;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Csl8guRBpm2isLcNh3LBmVvWwlvOJ2iG {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #GbZ8QcfIoTB51aIH9GSW439lOqpoB14l {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #RLkWuIHhuspoRrg8CvwcqV5hRfn1gmTB { display:flex;position:relative;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #FQXVJQviASAbyVuSmRCtxFK1efelKIw6 {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Pmto6wFiRVdc8ySZEbBdiTvbT1hFLKc0 {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #T3U77k5tBmZPhKAyb5aRrfMJnL98UUWP { display:flex;position:relative;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #kFDovCg7Qb3vzJlEGQWTQQpd2rvtADB8 {  }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #OnHZKoKiwB5xp7v0oM32s86CdwgJ3JLI {  }
#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { background-color: transparent; background-image: none; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container > .video-iframe-container { display: none; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row > .video-iframe-container { display: none; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .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); }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { border-width: 0; border-radius: 0; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#yobf8OTT1TqlosGTsDFzfqeQfWMgyv9c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.18695625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0308160781861rem;left:42.461266517639rem;display:block; }
#z8NNpLJCnSnkdy0hVuebhH5v0lnaV1Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cg4WBU9Ovk8CFgyVyc7I3Eo1hhTeC2Hp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.18695625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0308160781861rem;left:35.121964454651rem;display:block; }
#ZghskTtThTu0bTtModJ7NP5n7z18rZTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAbIiOa4NRv4f9SegURc2plShitZSy2p { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#bfxkXZftT43Ou4Ps7oTVA99LzF4icBQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7bSdK1PF07TTgARw58A48naCVmWxIMS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.18695625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0302743911743rem;left:19.999459266663rem;display:block; }
#CAyhonJalBpVdCRIqwmp8iiDOfWHCcZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAE8Kz0MEBZqBJmEuMwS0er6qBHZBO1s { background-color:#ffc000;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5rem;left:64.3125rem;display:block; }
#i4lnusTTSnsF5BtzzaGfUom1Np9E8vzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olbJRpN7uKbCJckZDwrqzX6MXikhG41K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.1870125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0308160781861rem;left:55.014866828919rem;display:block; }
#KVDS7uJTQxyuClbTJobVgd8lozM22aL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5s3mZM1xZAS6IxIHPaeSRPQRum7BBBS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.18695625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0308170318604rem;left:27.644856452942rem;display:block; }
#heV6wMHwBeLJWUXbQT6dWzspr77WKWPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd3XAn22T2ZTItIUguBkEx2X8uybW6PV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.18695625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0308160781861rem;left:48.550568580627rem;display:block; }
#hVNSRFQGfO0BbcLN73LlW1fsSN2mQtXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { background-color: transparent; background-image: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .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); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { border-width: 0; border-radius: 0; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { color:rgba(var(--color-primary-2),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.3125rem;left:0rem;height:4.125rem;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; }
#c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:19.25rem;left:0rem;height:9.5611875rem;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; }
#TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:15.1875rem;left:0rem;height:2.26806875rem;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; }
#g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:32rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:11.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DUPtR8Ct4nQLfxkixT94atpU9BgKDJXp { background-color:rgba(var(--color-secondary-3),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.4375rem;left:0rem;display:block; }
#T25OKSxQBskCokvBSCw4BrwF4s0wqSMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzW6IhX7vF5eaQ2Kf53oVrNLC5bmJOML { background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.4375rem;left:13.8125rem;display:block; }
#I2KxJCMFB8V4ySKk0t2FogMW6rfXH6hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container { background-color: transparent; background-image: none; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container > .video-iframe-container { display: none; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row > .video-iframe-container { display: none; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .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); }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container { border-width: 0; border-radius: 0; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#pFTO8Ra538OIa9lakCiTaPPSan1dTR18 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.41796875rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bibdQI6bwSSAF5cmiTcDLwedTTJ078v9 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0621337890625rem;left:46.25rem;height:2.598875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyvVRpkACa51uVRn7hCpD1v0d4TkWAzI { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.65625rem;left:0rem;height:2.625125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzVUbpzrn8lZi3IuhH8U9HOnanJTDWVL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5972900390625rem;left:11.873779296875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O2IhOCiO3VbOSdJFR2xlZzSzEQKPAvBL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.125rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.375rem;left:7.5625rem; }
#BvsI3xqbdi5mroTCWuvAFL6k1DPVau5q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.625rem;left:27.6875rem; }
#bQfUfEy0ZdTXgwpZWybrRsXTygTiOi9c { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ESsVuvS6rcTp4Prkrq9ve9bunfPiK5vI { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.6248779296875rem;left:22.749633789062rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gnyamgKgBoWpwyso72rqa0yXmORbyGM2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.3125rem;left:45.625rem; }
#xSmAythOUalkEn2dT6DiSL12wF8xkBEW { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.5625rem;left:42.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXXCxKzdxsv6LnogMDeFwnbMyclCt0EO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.9375rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.25rem;left:64.625rem; }
#SZM6Oc5fyXl5EmGMxi73mGOS6Xlm1y8z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:59.8125rem;height:2.598875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FG1BMy0E82LTTxmirQaZKnRJzT4DovXL { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.625rem;left:59.8125rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/20dc8ee4-a6f3-4707-b24b-b5b6ab845c87/greentloZasb30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh.adaptive-delivery-prevent-bg, #TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh.lazyload, #TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh.lazyloading { background-image: none; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container { background-color: transparent; background-image: none; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container > .video-iframe-container { display: none; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row > .video-iframe-container { display: none; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .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); }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container { border-width: 0; border-radius: 0; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#IoS1iJPUE4t4TVdfIbJdJc2r8Xmkn4d6 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.412475rem;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; }
#XAcLWJk6y0JtuvxRikU1ddS6doCTN4Tx { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.27485rem;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; }
#Cf4buN7RLrfAf1RrXvpwamxZMiG4uZeW { color:rgba(var(--color-tertiary-1),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28rem;left:0rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KIwH2nTaySC4QnTxkXiD0R01NonUfZgN { color:rgba(var(--color-tertiary-1),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28rem;left:25rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0CbTGqLdlsTxT6UwyfZ4p0g9oNoxhM7 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.999999523163rem;left:52.21875rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vDnAftJq7Xc0c3f89EZuwPKnEAouENEP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:32.6875rem;left:1.5625rem;height:13.496725rem;text-align:left;text-align-last:left;display:block; }
#FWnAi46A0dgrECrzz9hVZV2SRZcOR9cG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:32.6875rem;left:26.75rem;height:8.9978125rem;text-align:left;text-align-last:left;display:block; }
#rET4ziGfwbq0xTcv1JPQtz7HSZSre6MH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:32.6875rem;left:51.75rem;height:13.4966875rem;text-align:left;text-align-last:left;display:block; }
#h0ZVl2iGUATb7uebV0yNedTT0ofsMnBR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:19.5625rem;top:12.5rem;left:52.3125rem;overflow:hidden;display:block; }
#nbmJTroSyIEz65mEaTZf2UFkJmMouqcf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21rem;top:12.5rem;left:27rem;overflow:hidden;display:block; }
#TWE94kr8LLFMbl8GpBx4Hksh6iEqyvaI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:20.875rem;top:12.5rem;left:2rem;overflow:hidden;display:block; }
#CXP1qNDyw8ReJK8w8zsyfLRmELtzrN3l { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.1875rem;top:18.9375rem;left:25.5625rem;overflow:hidden;display:block; }
#eEMKV8toTuXDS9zqFOnBpoqIresbbsho { 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:8rem;width:8.5625rem;top:10.8125rem;left:15.625rem;overflow:hidden;display:block; }
#TrNg3HTNJAu0TW4RgoOgAvNErA9xDXTT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.5625rem;top:11.375rem;left:53.5625rem;overflow:hidden;display:block; }
#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container { background-color: transparent; background-image: none; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container > .video-iframe-container { display: none; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row > .video-iframe-container { display: none; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .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); }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container { border-width: 0; border-radius: 0; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#mvlTRVRkkHvCHVhveLvM5hcfynpFZD67 { color:rgba(var(--color-tertiary-3),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:4.49951171875rem;left:14.18701171875rem;height:6.7480625rem;font-style:normal;display:block; }
#ANv21lyNdfv8qh6zNi90hpsHRJXMBMm1 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.5rem;left:14.1875rem;height:3.1494125rem;display:block; }
#PQkvZLmvTxR4O5ozQemtufJZJe2eow0G { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.937rem;top:18.374633789062rem;left:14.18701171875rem;overflow:hidden;display:block; }
#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { background-color: transparent; background-image: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container > .video-iframe-container { display: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container { display: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .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); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { border-width: 0; border-radius: 0; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { color:rgba(var(--color-primary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.412475rem;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; }
#TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:6.5rem;height:3.8983125rem;display:block; }
#kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.486111164093rem;left:6.5rem;height:3.8983125rem;display:block; }
#tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.387496948243rem;left:6.25rem;height:2.598875rem;display:block; }
#eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.937498092651rem;left:34.3125rem;height:2.598875rem;display:block; }
#Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.486111164093rem;left:34.3125rem;height:2.598875rem;display:block; }
#vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.736111164093rem;left:34.3125rem;height:3.8983125rem;display:block; }
#vXKppBRqTTh9BcydpU3lkuEIxW3yFkLt { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.125rem;left:0.5rem;display:block; }
#nkRzqKv7WSGt8rdG6Bd2X99FsdinFyT2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:16.32421875rem;left:0.5rem;display:block; }
#AJTqse9GSlbLxRhf6qUFRr2UGPMABnrn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:22.57421875rem;left:0.5rem;display:block; }
#Twf4C8mvGmtT6tO3r55XOMGfUhOzeE9M { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:22.5625rem;left:28.875rem;display:block; }
#DXziUW4MGXaIal9M4gTPiB4TnQpF0xdJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:16.3125rem;left:28.875rem;display:block; }
#TbPTzbVTLchfs3ieERe0oZmiTWfXzA4q { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.125rem;left:28.875rem;display:block; }
#QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:17.10546875rem;left:1.28125rem;overflow:hidden;display:block; }
#t3vwT5I2oTgBdwgI2vzlXRHQNU13Tgt7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:10.578993797303rem;left:0.96875rem;overflow:hidden;display:block; }
#OE13ZxgVykd84Qry5aE3RzecgmaiqRO9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:10.578987121582rem;left:29.40625rem;overflow:hidden;display:block; }
#Vt77cuKi2i2dKAPlmEn0cqfNz6oiGolA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:23.27951335907rem;left:1.28125rem;overflow:hidden;display:block; }
#BBuOfBSnKS0tfJQD1O6fRRbPeGOG0Xbn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:16.8291015625rem;left:29.40625rem;overflow:hidden;display:block; }
#JQ9k3qdgxOzbWhNam8ETWV25Slko5mEU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:23.248263239861rem;left:29.75rem;overflow:hidden;display:block; }
#V6imK36q0bpPMKvkCupOKMldH8e3EKmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container { background-color: transparent; background-image: none; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container > .video-iframe-container { display: none; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row > .video-iframe-container { display: none; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .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); }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container { border-width: 0; border-radius: 0; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#peHqBITdoVMmrgzVfTWqptSAIQ3BBKx2 { color:rgba(var(--color-primary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.412475rem;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; }
#B119WoZnq1IEZ8fzpFTGEuwpOSsuDZsZ { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:2.3;letter-spacing:0;top:10.3125rem;left:41.3125rem;height:2.5869125rem;display:block; }
#i8D3R195na4qwx7s9G3hsniWCVpoFKNX { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:12.8125rem;left:41.3125rem;height:5.0610375rem;font-style:normal;display:block; }
#t2WTKbmr71RLTAdSI1Ck6x76DV36epEk { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.8125rem;left:37.5rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utyKy6RCl2tSwQwpRViKCpGWr8AMlGOF { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.375rem;height:2.698975rem;display:block; }
#hskzqytyBOUeOld0k3WcxKOpls5OmswO { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:23rem;left:41.3125rem;height:3.374025rem;font-style:normal;display:block; }
#sXgtsQ5iJtqcMulXb947ct1GKAOPJL3v { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:19.5rem;left:37.5rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbBPW6Th41VDfeyLQHUdHQH0L0H1wAHu { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:28.125rem;left:37.4375rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXnucDr1VH0cRdv7ewxUBzbhFcLgy5Ky { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:28.125rem;left:41.375rem;height:2.698975rem;display:block; }
#Stlz7JJXr0ZAsG0qd6WotkwQ6mN8UdCb { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:31.375rem;left:41.3125rem;height:5.0610375rem;font-style:normal;display:block; }
#RHEWPx8MyK5C7vP8uqm4bn2kGoV3q2wy { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:2.3;letter-spacing:0;top:37.6875rem;left:41.375rem;height:2.5869125rem;display:block; }
#Q5QJWytqpqbJdvQiKmu898smmypq64NM { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:40.3125rem;left:41.3125rem;height:3.374025rem;font-style:normal;display:block; }
#cRwNyQgbV2gBCG0ecSqsVa3r1lQe15a8 { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:38.1875rem;left:37.5rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hUTL0pw9sloDnTEhWvFvHXsQTtudKUmr { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:45.5rem;left:37.4375rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcmoTtBURVZqSvg2ZG6kcxRAb3grB57r { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:45.5625rem;left:41.375rem;height:2.698975rem;display:block; }
#z0nFqgHz9iauM9w3aO8KEEdZXuARqDXn { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:49.0625rem;left:41.312501907349rem;height:5.0610375rem;font-style:normal;display:block; }
#E3XXDTVyL8SN5o1HcRTGdEPpB2tNv9JM { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.3125rem;left:37.5rem;display:block; }
#vXolFTD3VtmWgEbMdLerthrGBhE8TnLl { position:absolute;display:block;z-index:15041;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:40.3125rem;width:31.1875rem;top:10.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/20dc8ee4-a6f3-4707-b24b-b5b6ab845c87/greentloZasb30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.adaptive-delivery-prevent-bg, #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.lazyload, #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.lazyloading { background-image: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { background-color: transparent; background-image: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container > .video-iframe-container { display: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row > .video-iframe-container { display: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .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); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { border-width: 0; border-radius: 0; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#TlnFHzrhM4nqTA5Fpnx1aZn6Mxenyv2b { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.875rem;left:2.1875rem;height:12.99438125rem;font-style:normal;display:block; }
#CEStAyJr9Ew8PQyQtum6VMNfqsLOsRgP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.9375rem;left:41.3125rem;height:14.2938125rem;font-style:normal;display:block; }
#ZllbTWNQttzzWEoeg3SENQ59QWhF7q1S { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.875rem;left:2.1875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X5G5qWVTbbeksrvWTOWDy8ybAdVVf95d { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37rem;left:41.3125rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKTXcTZkzQXyGxtd2bKBNfx5ZnSwfZyU { box-sizing:content-box;height:26.4375rem;width:35.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.187286376953rem;left:0rem;display:block; }
#ITLEsRx24y8G4GbIR4PFrVb8pupuegLl { box-sizing:content-box;height:26.375rem;width:35.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.187286376953rem;left:39.375000953674rem;display:block; }
#TaI799UCo1uFhrPfy9ahbpu86lFoZgFH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:18.8125rem;top:11.375rem;left:7.4375rem;overflow:hidden;display:block; }
#rPbfzEAo2udnJ22VesD2zr57ZvDoG8aB { box-sizing:content-box;height:18.125rem;width:35.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:17.1875rem;left:0rem;display:block; }
#FpFBFClWA9KsNh7dQTFAfuwT0SFsfxGh { box-sizing:content-box;height:18.125rem;width:35.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:17.1875rem;left:39.375rem;display:block; }
#qDnMBmWBvHlZian13ZrSWSnfyr5t1snA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.25rem;top:21.5rem;left:17.125rem;overflow:hidden;display:block; }
#B9KrUo0fn7HKzbglTBOOxi2JfQvi6Uw7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:8.68725rem;top:22.62451171875rem;left:44.312255859375rem;overflow:hidden;display:block; }
#BZ9TyJ2qpuZOcp0RKgXyexS8Xp8C4RiI { color:rgba(var(--color-tertiary-0),1);display:block;width:70.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:6.8249375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hz2RcDJiZ5iyc18yMU4xwACSh1bXsF2W { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:22.249875rem;top:11.342774331569rem;left:49.021271705627rem;overflow:hidden;display:block; }
#DM8p78hTnwqT3CEqy95y9yw227qzJfPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container { background-color: transparent; background-image: none; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container > .video-iframe-container { display: none; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row > .video-iframe-container { display: none; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .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); }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container { border-width: 0; border-radius: 0; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#AyG91mo5vpMln1Kdg2wB1T2laHRMf1TF { color:rgba(var(--color-primary-2),1);display:block;width:69.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.71875rem;left:0rem;height:3.150025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XKCdIqydHgIIL4Jel5vTDMVvphI5yL8I { color:rgba(var(--color-primary-2),1);display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.044921875rem;left:0rem;height:6.74805rem;font-style:normal;display:block; }
#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { background-color: transparent; background-image: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container > .video-iframe-container { display: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container { display: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .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); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { border-width: 0; border-radius: 0; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIdMI8It00sOfunJdy3etNmOeAgEfpyn { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62475625rem;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; }
#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:12.839375rem;font-style:normal;overflow:hidden;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:17.712375rem;font-style:normal;overflow:hidden;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#akEHaxryV07M22KWmW1d7KlvFg6NeieF { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.5625rem;width:0.125rem;top:4.1875001192093rem;left:24.875rem;display:block; }
#doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.375rem;width:0.125rem;top:4.1875001192093rem;left:0rem;display:block; }
#edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.5rem;width:0.125rem;top:4.1875001192093rem;left:49.875rem;display:block; }
#vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:8.5625rem;left:1.4375rem;display:block; }
#ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.15625rem;left:2.03125rem;overflow:hidden;display:block; }
#qL3gLB0g4IpVBhtB68eh9qy2m9fpp9Px { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.90625rem;left:6.5rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#QsKfEl2qerex4MdGDE0Dyr30dsOgD4DX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container { background-color: transparent; background-image: none; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container > .video-iframe-container { display: none; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row > .video-iframe-container { display: none; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .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); }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container { border-width: 0; border-radius: 0; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#cIJqIe3xH2wx6mTIq5VDyp2QsS9svAAD { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#Q8zw8IlgHMNcU7UeaanWwzQDLpvH2pmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvzBklpUXtPbK7qrPZVst0y2QUgDq4PM { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#TLMMTbUU0gFrprQcehiJz4aFFTHmHsqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSMCRUu1SZBifNqzL357GqcgxJK8GGQg { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#vnCM7zuAynECleA5Bgr78Ohhoy5FwOZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuXS1TEvN6hcEzm6M2UXZzyDeEF6mDGb { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2495125rem;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; }
#Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:4.2797875rem;font-style:normal;overflow:hidden;display:block; }#Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL li:before{  }
#ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:9.4653125rem;font-style:normal;overflow:hidden;display:block; }#ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#kugzE3XJ2l7uHRZm9olZHXl2Qt5GtUF5 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#AwcepOB0UaydT4K0TwHGz7TwTI7LnmWy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.2491321563721rem;left:0rem;display:block; }
#AQpuVPoqBbFlT8bACH9DocibrKLB9hzr { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#aRCTiiFfhKrbSuV7Hvo3tOtRIJ9EBe17 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.6875rem;left:1.4375rem;display:block; }
#IbZhupoGUOirbu506JHTpwZe2O9nEx6P { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.21875rem;left:2.03125rem;overflow:hidden;display:block; }
#z4AapMW0MwWab6mN2iPXAv9T2LTrcwDg { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3349609375rem;left:6.5625rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#J4FcSvgsapOBXN7yCzzgc77EGR2ta62u { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container { background-color: transparent; background-image: none; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container > .video-iframe-container { display: none; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row > .video-iframe-container { display: none; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .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); }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container { border-width: 0; border-radius: 0; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#mqpmSDsNCft6ArDOPMotTmTMqGJbEX85 { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#yytZRTS2zXPBEJ10H3QRtL542PFrGw0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UuKUu6n7FtxvTRl2WcW0RyLIeCTLxX0o { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#T910iQ3VfeCR41cpIGpwEUzJxGM0iSt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nxw0IxlaNIhlr86pEyfaD7ylbSAq4X8u { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#bs3Kce4UHtw3HM41vC7gE4XwA3i42Okh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHZ14l0qQvU5UG6vA6XAqV9WwZIPKTOT { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk li:before{  }
#cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.9345625rem;font-style:normal;overflow:hidden;display:block; }#cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#eq1P9bZMKaRmKsUC4fvBFJZagSTO8DVg { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#ahVIciwZiznqXhc8UEIxwJz7gyqQnP6a { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#nmpRRuNzvUNeAyROFTMqABih25NFxmEq { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#mBWT0BoP4yGcBpVTvhIykbrhk8UVvwwH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:14.062498092651rem;left:1.375rem;display:block; }
#x4dqEQbBJqwAEefSX1NUsSNROI6UR0Sn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:14.874998092651rem;left:2.1875rem;overflow:hidden;display:block; }
#HRNKk78qi9EN38uvZRdLPcU252gfkg9y { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.4052734375rem;left:6.5rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#Sv9zZxyNmCtB5qrJzXz2tnvtzkFsaIQn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container { background-color: transparent; background-image: none; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container > .video-iframe-container { display: none; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row > .video-iframe-container { display: none; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .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); }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container { border-width: 0; border-radius: 0; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#rXZoLs1xNHoMO6hHT8U1JCeS1X9G9LAd { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#TPaGnBlzLWB43UgsD8uMJpB2TigrFzVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0A4JqGb5BbwBSXrQzXxuGT76BvayOcC { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#wqpHtTmefuqoAgVoLkW2MTaZMKMOGJMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0iicMLuCtLNpk6O9H4yrehaxPGisQJV { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#ADcMBUehUaDRXEyXoazfTx3xP5a6EIC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSOPw2yzPuFiqWU6oOMGwvIrgnV7sX70 { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt li:before{  }
#a31crMwVoh6eJSs0yLiH12QPiy4HTaTR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:10.996125rem;font-style:normal;overflow:hidden;display:block; }#a31crMwVoh6eJSs0yLiH12QPiy4HTaTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a31crMwVoh6eJSs0yLiH12QPiy4HTaTR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#wFZCXkRTTMJe5rzTzzcZ2vcxNSk5vTJP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#JCmrBZHlpkh7cuBX5zZRc3PBwyCKmxcp { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#nWpnNoaMg5mwOJfGKfa8aSe21ztZAFcW { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#ocKCfbTMpb5fthFD0SGDqAvZSi7bWBWA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:9.3125rem;left:1.5rem;display:block; }
#NZtbUEgkmTzWQukyMvUql7J8sxLmDaSW { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.875rem;left:2.15625rem;overflow:hidden;display:block; }
#Z1ihNLsGFISFwmPqS5GruUK3lPxCxkkO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.180559158325rem;left:6.4305553436281rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#aniEt8NG5BpTNniUvO4B3VamIu1rx1fv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container { background-color: transparent; background-image: none; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container > .video-iframe-container { display: none; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row > .video-iframe-container { display: none; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .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); }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container { border-width: 0; border-radius: 0; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#tRgibUJi4x5TAJymgSF4SoM6ksnVTAuT { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#hZh4mK3UMZOTzUWGScGbt0mulsS3gJt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vapMPzfTaANn6NOETTJCUzScrhOQJd7u { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#IbyZVxGnRdafw0rnVXexLKflsHuktLcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xh28TCIgb5D3eILA40bSIoFI5dvx0nRa { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#TTcu04Udu4tsI4ws0f51TRdZW8QFTL4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xsIRS5t9BUJiTtGXCk3LMzDPxg9M9Tbc { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2495125rem;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; }
#uazmyGzh82VkD5WcspVzVXAmyrzbvtXn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#uazmyGzh82VkD5WcspVzVXAmyrzbvtXn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uazmyGzh82VkD5WcspVzVXAmyrzbvtXn li:before{  }
#k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.9345625rem;font-style:normal;overflow:hidden;display:block; }#k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#Z6JT5zgPzUWvsr2f1pZw8FekEZLXJ36L { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#Q3xTLQ1UA5GX6bLZCFqMumlOkggVNoC0 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#VifUmAUNr5nu1g0TtQcmrzkwrf6FWdsC { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#uLCEk9ASRKqL3lQe4sMfKqz9TAew9ulN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.625rem;left:1.25rem;display:block; }
#H6J77ZWS4mTNWdToTMMda8HECDwptAaL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.28125rem;left:1.90625rem;overflow:hidden;display:block; }
#a5rOD5uZf34Zd3iVc3X4qbOCGHQ6XcTA { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.25rem;left:6.5rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Qc67IZF4TnzukJPq6uOZcrDqp6hugo0n { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container { background-color: transparent; background-image: none; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container > .video-iframe-container { display: none; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row > .video-iframe-container { display: none; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .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); }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container { border-width: 0; border-radius: 0; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#JWxwJl7euaLcRlr3xG43vC0IFd61VOP1 { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#xEqXy2HPxvPQf2gvJbN6TDCiEPFKCHWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUEBlcEVFGTR9GC3bw3zzSHK8KrvXGyW { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#we3eaQhSVuEbTfDeLuZqzLAPzPWckm6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEvgAwhcbP8eOszLNEtR9zZbJ3O65FkK { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#t7hziMbheFlcoV7aA1zaL1k4dAzlic19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArRm9iT2CSzeb0ASsV27T4zT3pb914lN { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2495125rem;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; }
#QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:5.81055rem;font-style:normal;overflow:hidden;display:block; }#QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw li:before{  }
#yW0qioRHZAwCf51f0OKBSXGnadt8aIrb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.0288125rem;font-style:normal;overflow:hidden;display:block; }#yW0qioRHZAwCf51f0OKBSXGnadt8aIrb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yW0qioRHZAwCf51f0OKBSXGnadt8aIrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#mhzdounKQZVD2rwk36iFCucTviX1iE4G { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#IIkfMTvobG0OMnf7TU2Fc8xziXfqXHUg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#q3DKxQGnxyv2VlWp0d2SFRbaav0uzT4k { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#uBB1p1V1SGyFEiXKSNiEGALu8GRE2e9I { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.625rem;left:1.25rem;display:block; }
#Z4vfs6rgcz1CKDmA3us8T9cThqbyJwIP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:11.25rem;left:1.875rem;overflow:hidden;display:block; }
#cFl8A2BVachwWm6TP32WFsM5hipsNfWA { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.1875rem;left:6.5rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#u7PlW7DZCODhdyVCb6Zk777TqyusmLKq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container { background-color: transparent; background-image: none; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container > .video-iframe-container { display: none; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row > .video-iframe-container { display: none; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .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); }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container { border-width: 0; border-radius: 0; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#kRvBAqosMU9h4AkLHNqlmTxAeVrxInlc { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#dZ22CMlyDidMw0QoVrwi5BFIPFTKHEvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6xwJRL70GzfZHIrDp2HxX86nDaRTiB3 { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#AZIGFSRRQzOJqI4v0HytLUJct7Vdcm48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6uqwt2Nh7X6NgvxvuR38GxnMbn39d7u { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#DyuQ1pK4N37fKF7mpPEnwvEgDGcz5PmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViWVhLMGagV5gwSXVTSBb8DOhw0D9vkO { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2495125rem;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; }
#FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:5.81055rem;font-style:normal;overflow:hidden;display:block; }#FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok li:before{  }
#fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.4511875rem;font-style:normal;overflow:hidden;display:block; }#fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
#TTDfuuSStaSrRh7lsMepkAG2cywWERaa { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#BMwLTMsqgG3pRltCetyoFqnKpw46LOUp { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#e60lqbh4LKU0tTvvzwxTq6DagK8Z3fvn { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#sQxa7TmVy9ia8GSXIB6Ho7lXHWf6s8Mg { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.625rem;left:1.25rem;display:block; }
#QqTKXssCel4Rwnt01Sf2aaxzd3sct4La { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.15625rem;left:1.78125rem;overflow:hidden;display:block; }
#Lnmm62L9XydtgFTwhK8ynvkiEFRtn911 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.53125rem;left:6.4375rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#kiq35hqhKMZhIyGGSKAaEmSOoIQs2u5d { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iHPOcMtey28vcuova5ziooUfK6PcJDff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container { background-color: transparent; background-image: none; }#iHPOcMtey28vcuova5ziooUfK6PcJDff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container > .video-iframe-container { display: none; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row > .video-iframe-container { display: none; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .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); }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container { border-width: 0; border-radius: 0; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#VWpbVQgPIPmft4Lgskq96tKTpKcfMm3a { color:rgba(var(--color-primary-2),1);display:block;width:69.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.84375rem;left:0rem;height:3.150025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PrB0OzHuPuT4rGK3CQhoqZZTFgT4oTOP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:10rem;left:0rem;height:11.473375rem;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; }
#A7hHc80D4yiGIel0S4GV97WQxtTlmyrh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:37.25rem;top:3.1875rem;left:37.500001907349rem;overflow:hidden;display:block; }
#APFhbepc4kEUu9WdZTUFyWP2NU6vuMeN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.625rem;top:1.34375rem;left:62.71875rem;overflow:hidden;display:block; }
#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { background-color: transparent; background-image: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container > .video-iframe-container { display: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container { display: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .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); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { border-width: 0; border-radius: 0; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/20dc8ee4-a6f3-4707-b24b-b5b6ab845c87/greentloZasb30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.adaptive-delivery-prevent-bg, #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.lazyload, #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.lazyloading { background-image: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { background-color: transparent; background-image: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container > .video-iframe-container { display: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row > .video-iframe-container { display: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .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); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { border-width: 0; border-radius: 0; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#RoUAtLsJ6rmmaJlN58MbUQH1AmQzrHUw { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.412475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ka1ZKDbCHQgHFQbUsEffOrotVf903cMo { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:53.0625rem;left:27.3125rem;height:2.598875rem;display:block; }
#rkRAFxGMrkVToTv8smToTGbgNU5kTvMt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.937rem;top:55.986328125rem;left:27.31201171875rem;overflow:hidden;display:block; }
#UZyxxhXGhPQmOLRQ4rqOSyJRhHAyvcdi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.85009765625rem;left:52.374877929688rem;height:42.6392125rem;display:block; }
#zK9lETfqCeBzgMOt6CW54l4spD2xryAi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:47.75rem;width:25.0625rem;top:7.4871826171875rem;left:0rem;display:block; }
#DtTP9a0okA3XHT7wdB7MhEFxQSvsnyxz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);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: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:51.6875rem;width:23.8125rem;top:7.486572265625rem;left:26.1865234375rem;display:block; }
#kynl84xMLlTKddV0Fw5C4WVQ49hSP4zX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.85009765625rem;left:27.31201171875rem;height:42.6392125rem;display:block; }
#RMyNP4w2KV8NWVWeVWkpzTo0nbkf3sOt { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:53.0625rem;left:52.375rem;height:3.8983125rem;display:block; }
#XKJgrkLQwATkyg6u7oJgR79ZQxuhG6Gz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.937rem;top:55.910400390625rem;left:52.374877929688rem;overflow:hidden;display:block; }
#cIQo98d4Vinsfqpd29X59cswHh3pTy3O { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);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: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:51.6875rem;width:23.8125rem;top:7.5177001953125rem;left:51.1865234375rem;display:block; }
#mtc26Hg1u50MunZxIPRrS2D5tr57f24O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.937rem;top:52.101196289062rem;left:0.904541015625rem;overflow:hidden;display:block; }
#kHN5s6RIZquJV0ChFAyy4hyJhGKw1FMf { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:49.2529296875rem;left:1.15478515625rem;height:2.598875rem;display:block; }
#ZDmHEHWnnhK9ANpvWik6hWNFl6Jxodwl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8505859375rem;left:1.15478515625rem;height:38.9843375rem;display:block; }
#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { background-color: transparent; background-image: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .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); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { border-width: 0; border-radius: 0; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:#ffc000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:70.375rem;left:16.625rem;display:block; }
#OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 1.25rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;height:53.125rem;width:56.25rem;top:24.750366210938rem;left:0rem;display:block; }
#BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { color:rgba(var(--color-primary-2),1);display:block;width:73rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:0rem;height:3.150025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;height:20.0625rem;width:35rem;top:40.5rem;left:40rem;overflow:hidden;display:none; }
#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { color:rgba(var(--color-tertiary-3),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:46.875rem;left:3.1875rem;height:21.816375rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
#iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:28.8125rem;top:27.6875rem;left:45.5rem;overflow:hidden;display:block; }
#OwArr6nG6PhZ6M7Q1VdFcilyFATmCFng { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.6875rem;left:20.125rem;height:3.150025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#idpRdGEhPBEvZBeTCsFKg4d3ZslFx7A5 { color:rgba(var(--color-primary-2),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TXA5QitT9I3HMplLIB10D8s0wMxi83UF { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.7734375rem;left:0rem;height:8.4350625rem;font-style:normal;display:block; }
#bkXNqJ4ZukfAkkcUQIGW8hpDLfOP3RL5 { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.837036132812rem;left:18.875rem;height:1.70593125rem;text-align:center;text-align-last:center;display:block; }
#D2pM4EId5P6f1la5lnzdzrL1VhxNMq1d { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.49878125rem;top:72.1875rem;left:14.6875rem;overflow:hidden;display:block; }
#OS5tfDCiZcGCdLfHTISOWAPvpM7N8sa5 { color:rgba(var(--color-primary-2),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.75rem;left:7.875rem;height:2.43713125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hs6S5GM7MgAL0vVVVLOQoSKLJkm2P3Rm { color:rgba(var(--color-primary-2),1);display:block;width:13.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.3125rem;left:10.5rem;height:1.46179375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H9f1lHGTERKBiqXJJbBSsW6kmpNHL6ch { color:rgba(var(--color-primary-2),1);display:block;width:8.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5rem;left:28.1875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sFpoAvbBGSFRbTLBJl12Xywkl7X5fIpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:35.4375rem;left:36.5625rem;height:1.46179375rem;display:block; }
#T76tmcRymHkKfcGcMc0AxlZlvaHyvfCv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.561375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.1875rem;left:36.4375rem;height:1.46179375rem;display:block; }
#RTneLJvl4APS2UNzNFktClCIrrPyhrT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.43701171875rem;left:13.038330078125rem;height:2.92358125rem;text-align:right;text-align-last:right;display:block; }
#RU5M5HHH3i0IodHeCgoKHNvHCZWM6ZNl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.4375rem;left:33.1875rem;height:1.46179375rem;text-align:left;text-align-last:left;display:block; }
#lHxHXzNvSZTfIMXQwdSqIvVFpfFQ2JdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.68713125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.186279296875rem;left:32.24853515625rem;height:1.46179375rem;text-align:right;text-align-last:right;display:block; }
#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { background-color: transparent; background-image: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container > .video-iframe-container { display: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row > .video-iframe-container { display: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .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); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { border-width: 0; border-radius: 0; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;overflow:visible;position:relative;display:block; }#oSt0TTuFamwWyUIJWU2STxrAZQT0Erol { color:rgba(var(--color-primary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.412475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dTS3i7O4q9ax8kgVThFKx94JzIzI1liH { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:9.01123046875rem;left:0rem;height:8.9965625rem;font-style:normal;display:block; }
#Xa0EhQXEMpwdVufMb7LLo61PJLzgkb0p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.812375rem;width:6.25rem;top:21.3125rem;left:68.75rem;overflow:hidden;display:block; }
#rIsdNZhmXbE2hzHVkIs2rKO4u2R8e09k { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:10.874625rem;width:24.562375rem;top:15.3125rem;left:48.6875rem;display:block; }
#UDslDKgwRDDrZAizhlTU67mpIW10IF0E { position:absolute;display:block;z-index:15025;background-color:#a4a4a4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:9.562375rem;width:9.562375rem;top:15.9375rem;left:43.5rem;display:block; }
#zA2gNfosRuDG0qvKOFv0qD8MCl7ytRF5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:16.1875rem;left:43.75rem;overflow:hidden;display:block; }
#o3gwS3oJkBJkdnrlItD8vcWbIDUfLGvx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:20.8125rem;left:54.6875rem;height:3.3984375rem;font-style:normal;display:block; }
#aqOHLwbU1J8WDgacV3VLbM4fv1Rm6BaU { color:rgba(var(--color-primary-3),1);display:block;width:17.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0625rem;left:54.6875rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C5VzStJfwcTovV5zv0PEnQHgQHr7L4Tw { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:19.875rem;left:0rem;height:5.39795rem;display:block; }
#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container { background-color: transparent; background-image: none; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container > .video-iframe-container { display: none; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row > .video-iframe-container { display: none; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .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); }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container { border-width: 0; border-radius: 0; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#waUFiuEp8uWnXUitRERI2bGXAcSdK5Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#SIBTStSHDIgT1J9EZmKaUIOAkQh7Tx38 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56185rem;width:10.436875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LdTonPuJLkRkBEpK1hAVsNfPtzkMqeo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.71484375rem;left:64.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56225625rem;width:1.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:2rem;left:68.8125rem; }
#LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm > img { max-width: 100%;max-height:100%; width:1.56225625rem; height:1.56225625rem; }#wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56225625rem;width:1.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:2rem;left:66.0625rem; }
#wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ > img { max-width: 100%;max-height:100%; width:1.56225625rem; height:1.56225625rem; }#zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56225625rem;width:1.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:71.5625rem; }
#zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv > img { max-width: 100%;max-height:100%; width:1.56225625rem; height:1.56225625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB { display:block; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9dH5usis0bhOo6amyvopqmDQVDvHIRU { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6aqGXWBrnVvkAbXteGItrV9Z0RzDi2f { display:block; }
 }@media only screen and (max-width: 763px) { #tV7mPvxtwNAtrSTWitCTEmMobRBN8OTK { top:1.625rem;left:5.374755859375rem;width:8.625rem;height:1.6130110300466rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkg5CkpaSyQzdpfk8v3heSUVb9u5PeC { top:1rem;left:0rem;width:17.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzOvqp0XokRqzCozXsmZlm5TdWDZwnNL { top:1rem;left:39.4375rem;width:6.875rem;height:3.2499926130991rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RrHquB0hPTGnp1Q24CFthtKTuDrOif { top:1rem;left:42.75rem;width:5rem;height:3.2500731321304rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLA0lGvxPXA95T6voX5K7f3B8IoTN6tz { top:1rem;left:42.5625rem;width:5.1875rem;height:3.4375792996209rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yVWPMxgXRP74aOCX167EDNzwsuK0Ns { top:1.75rem;left:3.25rem;width:2.1875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 { display:block; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpGK5UgkoV8kPTlDxv4ZZ0bDXg5OIKou { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfnZlXAGnE4w8J47KhvEZ82o5ICIMbwG { display:block; }
 }@media only screen and (max-width: 763px) { #sJkVgdiVZJaWspAEfSvK1FuVVR3r9hhP { top:0.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh { display:flex;width:18rem;height:5.0625rem;top:1.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #fFFXThGyh4039MGamcLxLPguJyReiACx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #vlgcVTgcCpsB4OLzhuI6xwBSyl3E7APk {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #C5TsxF6QVA6B9DNqJm3cvcnkm84Gw5Uz {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #famxOVTPGSlSorDJlG6PDOyk1R55U0t6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Csl8guRBpm2isLcNh3LBmVvWwlvOJ2iG {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #GbZ8QcfIoTB51aIH9GSW439lOqpoB14l {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #RLkWuIHhuspoRrg8CvwcqV5hRfn1gmTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #FQXVJQviASAbyVuSmRCtxFK1efelKIw6 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Pmto6wFiRVdc8ySZEbBdiTvbT1hFLKc0 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #T3U77k5tBmZPhKAyb5aRrfMJnL98UUWP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #kFDovCg7Qb3vzJlEGQWTQQpd2rvtADB8 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #OnHZKoKiwB5xp7v0oM32s86CdwgJ3JLI {  }
 }@media only screen and (max-width: 763px) { #Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka { display:block; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yobf8OTT1TqlosGTsDFzfqeQfWMgyv9c { width:6.4375rem;height:2.125rem;top:1rem;left:28.836266517639rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NNpLJCnSnkdy0hVuebhH5v0lnaV1Tp { display:block; }
 }@media only screen and (max-width: 763px) { #Cg4WBU9Ovk8CFgyVyc7I3Eo1hhTeC2Hp { width:6.4375rem;height:2.125rem;top:1rem;left:21.496964454651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZghskTtThTu0bTtModJ7NP5n7z18rZTf { display:block; }
 }@media only screen and (max-width: 763px) { #XAbIiOa4NRv4f9SegURc2plShitZSy2p { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxkXZftT43Ou4Ps7oTVA99LzF4icBQd { display:block; }
 }@media only screen and (max-width: 763px) { #R7bSdK1PF07TTgARw58A48naCVmWxIMS { width:6.4375rem;height:2.125rem;top:1rem;left:6.3744592666625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAyhonJalBpVdCRIqwmp8iiDOfWHCcZG { display:block; }
 }@media only screen and (max-width: 763px) { #CAE8Kz0MEBZqBJmEuMwS0er6qBHZBO1s { width:10.6875rem;height:3.125rem;top:0.5rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4lnusTTSnsF5BtzzaGfUom1Np9E8vzW { display:block; }
 }@media only screen and (max-width: 763px) { #olbJRpN7uKbCJckZDwrqzX6MXikhG41K { width:8.625rem;height:2.125rem;top:1rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDS7uJTQxyuClbTJobVgd8lozM22aL6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5s3mZM1xZAS6IxIHPaeSRPQRum7BBBS { width:6.4375rem;height:2.125rem;top:1rem;left:14.019856452942rem;display:block; }
 }@media only screen and (max-width: 763px) { #heV6wMHwBeLJWUXbQT6dWzspr77WKWPe { display:block; }
 }@media only screen and (max-width: 763px) { #qd3XAn22T2ZTItIUguBkEx2X8uybW6PV { width:6.4375rem;height:2.125rem;top:1rem;left:34.925568580627rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNSRFQGfO0BbcLN73LlW1fsSN2mQtXK { display:block; }
 }@media only screen and (max-width: 763px) { #ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { display:block; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { top:10.3125rem;left:0rem;width:44.25rem;height:4.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { top:19.25rem;left:0rem;width:35.875rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block; }
 }@media only screen and (max-width: 763px) { #vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { top:15.1875rem;left:0rem;width:33.8125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { top:0rem;left:15.75rem;width:32rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { top:0rem;left:0rem;width:11.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUPtR8Ct4nQLfxkixT94atpU9BgKDJXp { width:13.25rem;height:3.125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25OKSxQBskCokvBSCw4BrwF4s0wqSMw { display:block; }
 }@media only screen and (max-width: 763px) { #OzW6IhX7vF5eaQ2Kf53oVrNLC5bmJOML { width:13.1875rem;height:3.125rem;top:30.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KxJCMFB8V4ySKk0t2FogMW6rfXH6hx { display:block; }
 }@media only screen and (max-width: 763px) { #R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ { display:block; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFTO8Ra538OIa9lakCiTaPPSan1dTR18 { top:2.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bibdQI6bwSSAF5cmiTcDLwedTTJ078v9 { top:4rem;left:25.9375rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyvVRpkACa51uVRn7hCpD1v0d4TkWAzI { top:3.625rem;left:0rem;width:22.5rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzVUbpzrn8lZi3IuhH8U9HOnanJTDWVL { top:6.5625rem;left:7.375rem;width:4.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2IhOCiO3VbOSdJFR2xlZzSzEQKPAvBL { top:1.375rem;left:4.15625rem;width:7.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsI3xqbdi5mroTCWuvAFL6k1DPVau5q { top:1.625rem;left:17.46875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQfUfEy0ZdTXgwpZWybrRsXTygTiOi9c { top:2.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsVuvS6rcTp4Prkrq9ve9bunfPiK5vI { top:3.5625rem;left:12.530883789062rem;width:10.4375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnyamgKgBoWpwyso72rqa0yXmORbyGM2 { top:1.3125rem;left:28.5rem;width:7.3125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSmAythOUalkEn2dT6DiSL12wF8xkBEW { top:1.5625rem;left:25.21875rem;width:2.4375rem;height:5.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXXCxKzdxsv6LnogMDeFwnbMyclCt0EO { top:0.25rem;left:40.78125rem;width:6.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZM6Oc5fyXl5EmGMxi73mGOS6Xlm1y8z { top:2.5625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG1BMy0E82LTTxmirQaZKnRJzT4DovXL { top:3.625rem;left:32.875rem;width:14.875rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh { display:block; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoS1iJPUE4t4TVdfIbJdJc2r8Xmkn4d6 { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAcLWJk6y0JtuvxRikU1ddS6doCTN4Tx { top:3rem;left:0rem;width:38.875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4buN7RLrfAf1RrXvpwamxZMiG4uZeW { top:27.9375rem;left:0rem;width:24.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwH2nTaySC4QnTxkXiD0R01NonUfZgN { top:27.9375rem;left:6.6875rem;width:25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CbTGqLdlsTxT6UwyfZ4p0g9oNoxhM7 { top:27.9375rem;left:27.0625rem;width:20.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnAftJq7Xc0c3f89EZuwPKnEAouENEP { top:32.6875rem;left:0rem;width:21.375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWnAi46A0dgrECrzz9hVZV2SRZcOR9cG { top:32.6875rem;left:10.25rem;width:21.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rET4ziGfwbq0xTcv1JPQtz7HSZSre6MH { top:32.6875rem;left:26.125rem;width:21.5rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZVl2iGUATb7uebV0yNedTT0ofsMnBR { top:12.5rem;left:27.25rem;width:19.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmJTroSyIEz65mEaTZf2UFkJmMouqcf { top:12.5rem;left:10.75rem;width:21rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWE94kr8LLFMbl8GpBx4Hksh6iEqyvaI { top:12.5rem;left:0rem;width:20.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXP1qNDyw8ReJK8w8zsyfLRmELtzrN3l { top:18.9375rem;left:15.875rem;width:7.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMKV8toTuXDS9zqFOnBpoqIresbbsho { top:10.8125rem;left:7.3125rem;width:8.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNg3HTNJAu0TW4RgoOgAvNErA9xDXTT { top:11.375rem;left:31.75rem;width:8.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIK1ZLB1lwzyw5oXsLcisiastMdWwkka { display:block; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvlTRVRkkHvCHVhveLvM5hcfynpFZD67 { top:4.4375rem;left:0rem;width:47rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANv21lyNdfv8qh6zNi90hpsHRJXMBMm1 { top:14.4375rem;left:5.125rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQkvZLmvTxR4O5ozQemtufJZJe2eow0G { top:18.3125rem;left:7.37451171875rem;width:7.875rem;height:1.2402356053924rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { display:block; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { top:3.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { top:10.9375rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { top:16.4375rem;left:0rem;width:15.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { top:23.375rem;left:0rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { top:10.875rem;left:20.6875rem;width:19.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { top:16.4375rem;left:20.6875rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { top:22.6875rem;left:20.6875rem;width:16.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXKppBRqTTh9BcydpU3lkuEIxW3yFkLt { top:10.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRzqKv7WSGt8rdG6Bd2X99FsdinFyT2 { top:16.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTqse9GSlbLxRhf6qUFRr2UGPMABnrn { top:22.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twf4C8mvGmtT6tO3r55XOMGfUhOzeE9M { top:22.5625rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXziUW4MGXaIal9M4gTPiB4TnQpF0xdJ { top:16.3125rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPTzbVTLchfs3ieERe0oZmiTWfXzA4q { top:10.125rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { top:17.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vwT5I2oTgBdwgI2vzlXRHQNU13Tgt7 { top:10.5625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE13ZxgVykd84Qry5aE3RzecgmaiqRO9 { top:10.5625rem;left:15.78125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt77cuKi2i2dKAPlmEn0cqfNz6oiGolA { top:23.25rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBuOfBSnKS0tfJQD1O6fRRbPeGOG0Xbn { top:16.8125rem;left:15.78125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9k3qdgxOzbWhNam8ETWV25Slko5mEU { top:23.1875rem;left:16.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6imK36q0bpPMKvkCupOKMldH8e3EKmB { display:block; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peHqBITdoVMmrgzVfTWqptSAIQ3BBKx2 { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B119WoZnq1IEZ8fzpFTGEuwpOSsuDZsZ { top:10.3125rem;left:14.125rem;width:33.625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8D3R195na4qwx7s9G3hsniWCVpoFKNX { top:12.8125rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2WTKbmr71RLTAdSI1Ck6x76DV36epEk { top:10.8125rem;left:23.875rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utyKy6RCl2tSwQwpRViKCpGWr8AMlGOF { top:19.75rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskzqytyBOUeOld0k3WcxKOpls5OmswO { top:23rem;left:14.0625rem;width:33.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXgtsQ5iJtqcMulXb947ct1GKAOPJL3v { top:19.5rem;left:23.875rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBPW6Th41VDfeyLQHUdHQH0L0H1wAHu { top:28.125rem;left:13.375rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXnucDr1VH0cRdv7ewxUBzbhFcLgy5Ky { top:28.125rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stlz7JJXr0ZAsG0qd6WotkwQ6mN8UdCb { top:31.375rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHEWPx8MyK5C7vP8uqm4bn2kGoV3q2wy { top:37.6875rem;left:14.125rem;width:33.625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QJWytqpqbJdvQiKmu898smmypq64NM { top:40.3125rem;left:14.0625rem;width:33.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRwNyQgbV2gBCG0ecSqsVa3r1lQe15a8 { top:38.1875rem;left:23.875rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTL0pw9sloDnTEhWvFvHXsQTtudKUmr { top:45.5rem;left:13.375rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcmoTtBURVZqSvg2ZG6kcxRAb3grB57r { top:45.5625rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0nFqgHz9iauM9w3aO8KEEdZXuARqDXn { top:49.0625rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XXDTVyL8SN5o1HcRTGdEPpB2tNv9JM { top:17.3125rem;left:23.875rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXolFTD3VtmWgEbMdLerthrGBhE8TnLl { top:10.8125rem;left:0rem;width:31.1875rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq { display:block; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlnFHzrhM4nqTA5Fpnx1aZn6Mxenyv2b { top:39.875rem;left:0rem;width:31rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEStAyJr9Ew8PQyQtum6VMNfqsLOsRgP { top:39.875rem;left:0rem;width:32.5625rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZllbTWNQttzzWEoeg3SENQ59QWhF7q1S { top:36.875rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5G5qWVTbbeksrvWTOWDy8ybAdVVf95d { top:36.9375rem;left:12.3125rem;width:19.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTXcTZkzQXyGxtd2bKBNfx5ZnSwfZyU { top:29.125rem;left:0rem;width:35.5rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLEsRx24y8G4GbIR4PFrVb8pupuegLl { top:29.125rem;left:0rem;width:35.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaI799UCo1uFhrPfy9ahbpu86lFoZgFH { top:11.375rem;left:0rem;width:18.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPbfzEAo2udnJ22VesD2zr57ZvDoG8aB { top:17.1875rem;left:0rem;width:35.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFBFClWA9KsNh7dQTFAfuwT0SFsfxGh { top:17.1875rem;left:0rem;width:35.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnMBmWBvHlZian13ZrSWSnfyr5t1snA { top:21.5rem;left:5.625rem;width:10.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KrUo0fn7HKzbglTBOOxi2JfQvi6Uw7 { top:22.5625rem;left:23.0625rem;width:8.625rem;height:9.3078218078218rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9TyJ2qpuZOcp0RKgXyexS8Xp8C4RiI { top:4.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz2RcDJiZ5iyc18yMU4xwACSh1bXsF2W { top:11.3125rem;left:9.5rem;width:22.1875rem;height:23.99504351148rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM8p78hTnwqT3CEqy95y9yw227qzJfPn { display:block; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyG91mo5vpMln1Kdg2wB1T2laHRMf1TF { top:2.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCdIqydHgIIL4Jel5vTDMVvphI5yL8I { top:8rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { display:block; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block; }
 }@media only screen and (max-width: 763px) { #TIdMI8It00sOfunJdy3etNmOeAgEfpyn { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block; }
 }@media only screen and (max-width: 763px) { #RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
 }@media only screen and (max-width: 763px) { #O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { width:22.625rem;height:17.6875rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #akEHaxryV07M22KWmW1d7KlvFg6NeieF { top:4.1875rem;left:15.75rem;width:0.125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { top:4.1875rem;left:0rem;width:0.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { top:4.1875rem;left:31.625rem;width:0.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { top:8.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { top:9.125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3gLB0g4IpVBhtB68eh9qy2m9fpp9Px { width:13.1875rem;height:1.4375rem;top:9.875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKfEl2qerex4MdGDE0Dyr30dsOgD4DX { display:none; }
 }@media only screen and (max-width: 763px) { #OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH { display:block; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIJqIe3xH2wx6mTIq5VDyp2QsS9svAAD { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zw8IlgHMNcU7UeaanWwzQDLpvH2pmW { display:block; }
 }@media only screen and (max-width: 763px) { #XvzBklpUXtPbK7qrPZVst0y2QUgDq4PM { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMMTbUU0gFrprQcehiJz4aFFTHmHsqQ { display:block; }
 }@media only screen and (max-width: 763px) { #WSMCRUu1SZBifNqzL357GqcgxJK8GGQg { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnCM7zuAynECleA5Bgr78Ohhoy5FwOZI { display:block; }
 }@media only screen and (max-width: 763px) { #vuXS1TEvN6hcEzm6M2UXZzyDeEF6mDGb { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL li:before{  }
 }@media only screen and (max-width: 763px) { #ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR { width:22.625rem;height:9.4375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #kugzE3XJ2l7uHRZm9olZHXl2Qt5GtUF5 { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcepOB0UaydT4K0TwHGz7TwTI7LnmWy { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpuVPoqBbFlT8bACH9DocibrKLB9hzr { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRCTiiFfhKrbSuV7Hvo3tOtRIJ9EBe17 { top:10.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbZhupoGUOirbu506JHTpwZe2O9nEx6P { top:11.1875rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4AapMW0MwWab6mN2iPXAv9T2LTrcwDg { width:15.75rem;height:2.875rem;top:11.3125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4FcSvgsapOBXN7yCzzgc77EGR2ta62u { display:none; }
 }@media only screen and (max-width: 763px) { #feBP0KQLXNZspPsGA2eR0C0oRlKocV7B { display:block; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqpmSDsNCft6ArDOPMotTmTMqGJbEX85 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytZRTS2zXPBEJ10H3QRtL542PFrGw0S { display:block; }
 }@media only screen and (max-width: 763px) { #UuKUu6n7FtxvTRl2WcW0RyLIeCTLxX0o { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T910iQ3VfeCR41cpIGpwEUzJxGM0iSt1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nxw0IxlaNIhlr86pEyfaD7ylbSAq4X8u { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3Kce4UHtw3HM41vC7gE4XwA3i42Okh { display:block; }
 }@media only screen and (max-width: 763px) { #tHZ14l0qQvU5UG6vA6XAqV9WwZIPKTOT { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk li:before{  }
 }@media only screen and (max-width: 763px) { #cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy { width:22.625rem;height:7.9375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #eq1P9bZMKaRmKsUC4fvBFJZagSTO8DVg { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahVIciwZiznqXhc8UEIxwJz7gyqQnP6a { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmpRRuNzvUNeAyROFTMqABih25NFxmEq { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWT0BoP4yGcBpVTvhIykbrhk8UVvwwH { top:14rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4dqEQbBJqwAEefSX1NUsSNROI6UR0Sn { top:14.8125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNKk78qi9EN38uvZRdLPcU252gfkg9y { width:15.5rem;height:1.4375rem;top:15.375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9zZxyNmCtB5qrJzXz2tnvtzkFsaIQn { display:none; }
 }@media only screen and (max-width: 763px) { #sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx { display:block; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXZoLs1xNHoMO6hHT8U1JCeS1X9G9LAd { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaGnBlzLWB43UgsD8uMJpB2TigrFzVi { display:block; }
 }@media only screen and (max-width: 763px) { #w0A4JqGb5BbwBSXrQzXxuGT76BvayOcC { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpHtTmefuqoAgVoLkW2MTaZMKMOGJMT { display:block; }
 }@media only screen and (max-width: 763px) { #i0iicMLuCtLNpk6O9H4yrehaxPGisQJV { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADcMBUehUaDRXEyXoazfTx3xP5a6EIC3 { display:block; }
 }@media only screen and (max-width: 763px) { #WSOPw2yzPuFiqWU6oOMGwvIrgnV7sX70 { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt li:before{  }
 }@media only screen and (max-width: 763px) { #a31crMwVoh6eJSs0yLiH12QPiy4HTaTR { width:22.625rem;height:11rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#a31crMwVoh6eJSs0yLiH12QPiy4HTaTR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #wFZCXkRTTMJe5rzTzzcZ2vcxNSk5vTJP { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmrBZHlpkh7cuBX5zZRc3PBwyCKmxcp { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWpnNoaMg5mwOJfGKfa8aSe21ztZAFcW { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocKCfbTMpb5fthFD0SGDqAvZSi7bWBWA { top:9.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZtbUEgkmTzWQukyMvUql7J8sxLmDaSW { top:9.875rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ihNLsGFISFwmPqS5GruUK3lPxCxkkO { width:13.75rem;height:4.375rem;top:9.125rem;left:1.8671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aniEt8NG5BpTNniUvO4B3VamIu1rx1fv { display:none; }
 }@media only screen and (max-width: 763px) { #heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF { display:block; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRgibUJi4x5TAJymgSF4SoM6ksnVTAuT { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZh4mK3UMZOTzUWGScGbt0mulsS3gJt8 { display:block; }
 }@media only screen and (max-width: 763px) { #vapMPzfTaANn6NOETTJCUzScrhOQJd7u { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyZVxGnRdafw0rnVXexLKflsHuktLcH { display:block; }
 }@media only screen and (max-width: 763px) { #xh28TCIgb5D3eILA40bSIoFI5dvx0nRa { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcu04Udu4tsI4ws0f51TRdZW8QFTL4e { display:block; }
 }@media only screen and (max-width: 763px) { #xsIRS5t9BUJiTtGXCk3LMzDPxg9M9Tbc { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazmyGzh82VkD5WcspVzVXAmyrzbvtXn { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#uazmyGzh82VkD5WcspVzVXAmyrzbvtXn li:before{  }
 }@media only screen and (max-width: 763px) { #k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 { width:22.625rem;height:7.9375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #Z6JT5zgPzUWvsr2f1pZw8FekEZLXJ36L { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3xTLQ1UA5GX6bLZCFqMumlOkggVNoC0 { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VifUmAUNr5nu1g0TtQcmrzkwrf6FWdsC { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLCEk9ASRKqL3lQe4sMfKqz9TAew9ulN { top:10.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6J77ZWS4mTNWdToTMMda8HECDwptAaL { top:11.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5rOD5uZf34Zd3iVc3X4qbOCGHQ6XcTA { width:15.5rem;height:2.875rem;top:11.25rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc67IZF4TnzukJPq6uOZcrDqp6hugo0n { display:none; }
 }@media only screen and (max-width: 763px) { #aNFOWtEnoUWfUowsqDO1o6TltExhyT90 { display:block; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWxwJl7euaLcRlr3xG43vC0IFd61VOP1 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEqXy2HPxvPQf2gvJbN6TDCiEPFKCHWd { display:block; }
 }@media only screen and (max-width: 763px) { #AUEBlcEVFGTR9GC3bw3zzSHK8KrvXGyW { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we3eaQhSVuEbTfDeLuZqzLAPzPWckm6D { display:block; }
 }@media only screen and (max-width: 763px) { #QEvgAwhcbP8eOszLNEtR9zZbJ3O65FkK { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hziMbheFlcoV7aA1zaL1k4dAzlic19 { display:block; }
 }@media only screen and (max-width: 763px) { #ArRm9iT2CSzeb0ASsV27T4zT3pb914lN { width:20.9375rem;height:3.25rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw li:before{  }
 }@media only screen and (max-width: 763px) { #yW0qioRHZAwCf51f0OKBSXGnadt8aIrb { width:22.625rem;height:7rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#yW0qioRHZAwCf51f0OKBSXGnadt8aIrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #mhzdounKQZVD2rwk36iFCucTviX1iE4G { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIkfMTvobG0OMnf7TU2Fc8xziXfqXHUg { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3DKxQGnxyv2VlWp0d2SFRbaav0uzT4k { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBB1p1V1SGyFEiXKSNiEGALu8GRE2e9I { top:10.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4vfs6rgcz1CKDmA3us8T9cThqbyJwIP { top:11.25rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFl8A2BVachwWm6TP32WFsM5hipsNfWA { width:13.75rem;height:2.875rem;top:11.1875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7PlW7DZCODhdyVCb6Zk777TqyusmLKq { display:none; }
 }@media only screen and (max-width: 763px) { #bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO { display:block; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRvBAqosMU9h4AkLHNqlmTxAeVrxInlc { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ22CMlyDidMw0QoVrwi5BFIPFTKHEvq { display:block; }
 }@media only screen and (max-width: 763px) { #s6xwJRL70GzfZHIrDp2HxX86nDaRTiB3 { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIGFSRRQzOJqI4v0HytLUJct7Vdcm48 { display:block; }
 }@media only screen and (max-width: 763px) { #o6uqwt2Nh7X6NgvxvuR38GxnMbn39d7u { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuQ1pK4N37fKF7mpPEnwvEgDGcz5PmP { display:block; }
 }@media only screen and (max-width: 763px) { #ViWVhLMGagV5gwSXVTSBb8DOhw0D9vkO { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok li:before{  }
 }@media only screen and (max-width: 763px) { #fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 { width:22.625rem;height:7.375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #TTDfuuSStaSrRh7lsMepkAG2cywWERaa { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwLTMsqgG3pRltCetyoFqnKpw46LOUp { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60lqbh4LKU0tTvvzwxTq6DagK8Z3fvn { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxa7TmVy9ia8GSXIB6Ho7lXHWf6s8Mg { top:10.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTKXssCel4Rwnt01Sf2aaxzd3sct4La { top:11.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnmm62L9XydtgFTwhK8ynvkiEFRtn911 { width:13.75rem;height:4.375rem;top:10.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiq35hqhKMZhIyGGSKAaEmSOoIQs2u5d { display:none; }
 }@media only screen and (max-width: 763px) { #iHPOcMtey28vcuova5ziooUfK6PcJDff { display:block; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWpbVQgPIPmft4Lgskq96tKTpKcfMm3a { top:3.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrB0OzHuPuT4rGK3CQhoqZZTFgT4oTOP { top:10rem;left:0rem;width:36.25rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7hHc80D4yiGIel0S4GV97WQxtTlmyrh { top:3.1875rem;left:10.5rem;width:37.25rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFhbepc4kEUu9WdZTUFyWP2NU6vuMeN { top:1.3125rem;left:39.125rem;width:8.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { display:block; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF { display:block; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoUAtLsJ6rmmaJlN58MbUQH1AmQzrHUw { top:3rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka1ZKDbCHQgHFQbUsEffOrotVf903cMo { top:53rem;left:15.875rem;width:13.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkRAFxGMrkVToTv8smToTGbgNU5kTvMt { top:55.9375rem;left:15.875rem;width:7.875rem;height:1.2402356053924rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZyxxhXGhPQmOLRQ4rqOSyJRhHAyvcdi { top:8.8125rem;left:28.125rem;width:19.5rem;height:42.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK9lETfqCeBzgMOt6CW54l4spD2xryAi { top:7.4375rem;left:0rem;width:25.0625rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTP9a0okA3XHT7wdB7MhEFxQSvsnyxz { top:7.4375rem;left:7.9375rem;width:23.8125rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynl84xMLlTKddV0Fw5C4WVQ49hSP4zX { top:8.8125rem;left:10.1875rem;width:21.5625rem;height:42.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMyNP4w2KV8NWVWeVWkpzTo0nbkf3sOt { top:53.0625rem;left:31.75rem;width:13.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJgrkLQwATkyg6u7oJgR79ZQxuhG6Gz { top:55.875rem;left:31.75rem;width:7.875rem;height:1.2402356053924rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIQo98d4Vinsfqpd29X59cswHh3pTy3O { top:7.5rem;left:23.8125rem;width:23.8125rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtc26Hg1u50MunZxIPRrS2D5tr57f24O { top:52.0625rem;left:0rem;width:7.875rem;height:1.2402356053924rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHN5s6RIZquJV0ChFAyy4hyJhGKw1FMf { top:49.25rem;left:0rem;width:13.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmHEHWnnhK9ANpvWik6hWNFl6Jxodwl { top:8.8125rem;left:0rem;width:22.625rem;height:38.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { display:block; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { width:24.6875rem;height:3.75rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block; }
 }@media only screen and (max-width: 763px) { #FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { top:24.75rem;left:0rem;width:47.75rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { top:6.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { top:40.5rem;left:0.8125rem;width:35rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { top:46.875rem;left:0rem;width:42.3125rem;height:21.8125rem;font-size:1rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
 }@media only screen and (max-width: 763px) { #iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { top:27.6875rem;left:7.0625rem;width:28.75rem;height:37.232207934194rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwArr6nG6PhZ6M7Q1VdFcilyFATmCFng { top:26.6875rem;left:4rem;width:19.875rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpRdGEhPBEvZBeTCsFKg4d3ZslFx7A5 { top:3.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXA5QitT9I3HMplLIB10D8s0wMxi83UF { top:12.75rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkXNqJ4ZukfAkkcUQIGW8hpDLfOP3RL5 { top:29.8125rem;left:2.3125rem;width:21.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2pM4EId5P6f1la5lnzdzrL1VhxNMq1d { top:72.1875rem;left:8.5rem;width:3.4375rem;height:3.4998675785953rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS5tfDCiZcGCdLfHTISOWAPvpM7N8sa5 { top:34.75rem;left:0rem;width:16.125rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6S5GM7MgAL0vVVVLOQoSKLJkm2P3Rm { top:37.3125rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9f1lHGTERKBiqXJJbBSsW6kmpNHL6ch { top:33.5rem;left:15.875rem;width:8rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpoAvbBGSFRbTLBJl12Xywkl7X5fIpQ { top:35.4375rem;left:10.375rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76tmcRymHkKfcGcMc0AxlZlvaHyvfCv { top:37.1875rem;left:10.375rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTneLJvl4APS2UNzNFktClCIrrPyhrT9 { top:40.375rem;left:0rem;width:19.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5M5HHH3i0IodHeCgoKHNvHCZWM6ZNl { top:40.4375rem;left:9.9375rem;width:13.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxHXzNvSZTfIMXQwdSqIvVFpfFQ2JdQ { top:37.125rem;left:20.25rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM { display:block; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSt0TTuFamwWyUIJWU2STxrAZQT0Erol { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTS3i7O4q9ax8kgVThFKx94JzIzI1liH { top:9rem;left:0rem;width:40.3125rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa0EhQXEMpwdVufMb7LLo61PJLzgkb0p { top:21.3125rem;left:41.5rem;width:6.1875rem;height:5.7538754636431rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIsdNZhmXbE2hzHVkIs2rKO4u2R8e09k { top:15.3125rem;left:23.25rem;width:24.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDslDKgwRDDrZAizhlTU67mpIW10IF0E { top:15.9375rem;left:29.875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2gNfosRuDG0qvKOFv0qD8MCl7ytRF5 { top:16.1875rem;left:30.125rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3gwS3oJkBJkdnrlItD8vcWbIDUfLGvx { top:20.8125rem;left:31.125rem;width:16.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqOHLwbU1J8WDgacV3VLbM4fv1Rm6BaU { top:18.0625rem;left:30.75rem;width:17rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5VzStJfwcTovV5zv0PEnQHgQHr7L4Tw { top:19.875rem;left:0rem;width:35.625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW { display:block; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waUFiuEp8uWnXUitRERI2bGXAcSdK5Fg { top:4.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBTStSHDIgT1J9EZmKaUIOAkQh7Tx38 { top:0rem;left:0rem;width:10.375rem;height:5.5288765794359rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTonPuJLkRkBEpK1hAVsNfPtzkMqeo6 { top:5.6875rem;left:37rem;width:10.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm { width:1.5rem;height:1.5rem;top:2rem;left:46.1875rem;display:block; }
#LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ { width:1.5rem;height:1.5rem;top:2rem;left:46.1875rem;display:block; }
#wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv { width:1.5rem;height:1.5rem;top:2rem;left:46.1875rem;display:block; }
#zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { background-color: transparent; background-image: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container > .video-iframe-container { display: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container { display: none; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .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); }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { border-width: 0; border-radius: 0; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hORbSqPgHJPs8xde6UMkP3MLEiXNMkOB > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9dH5usis0bhOo6amyvopqmDQVDvHIRU { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6aqGXWBrnVvkAbXteGItrV9Z0RzDi2f { display:block; }
 }@media only screen and (max-width: 763px) { #tV7mPvxtwNAtrSTWitCTEmMobRBN8OTK { width:7.812rem;height:1.18725625rem;top:1.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkg5CkpaSyQzdpfk8v3heSUVb9u5PeC { width:10.5625rem;height:2.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzOvqp0XokRqzCozXsmZlm5TdWDZwnNL { width:4.9375rem;height:2.375rem;top:4.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RrHquB0hPTGnp1Q24CFthtKTuDrOif { width:3.68713125rem;height:2.3120125rem;top:4.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLA0lGvxPXA95T6voX5K7f3B8IoTN6tz { width:3.6875rem;height:2.3125rem;top:4.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yVWPMxgXRP74aOCX167EDNzwsuK0Ns { width:2.1875rem;height:2.125rem;top:1rem;left:11rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { background-color: transparent; background-image: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container > .video-iframe-container { display: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container { display: none; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .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); }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { border-width: 0; border-radius: 0; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NS9PPIO5m8QSi8sbE7Gr3zO8e6BZINE3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpGK5UgkoV8kPTlDxv4ZZ0bDXg5OIKou { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfnZlXAGnE4w8J47KhvEZ82o5ICIMbwG { display:block; }
 }@media only screen and (max-width: 763px) { #sJkVgdiVZJaWspAEfSvK1FuVVR3r9hhP { width:20rem;height:2.99926875rem;top:0.61197918653488rem;left:0.063368022441863rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-number { padding-top:0.241875rem;padding-right:0.206875rem;padding-bottom:0.241875rem;padding-left:0.206875rem;width:1.239375rem;min-width:1.239375rem;height:1.291875rem;font-size:0.9625rem;line-height:20.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.65375rem;height:0.50875rem;font-size:0.360625rem;line-height:8.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh { display:flex;width:10.625rem;height:2.434375rem;top:2.1245125rem;left:8.807861328125rem;padding-top:0.160625rem;padding-right:0.158125rem;padding-bottom:0.160625rem;padding-left:0.158125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #fFFXThGyh4039MGamcLxLPguJyReiACx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #vlgcVTgcCpsB4OLzhuI6xwBSyl3E7APk {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #C5TsxF6QVA6B9DNqJm3cvcnkm84Gw5Uz {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #famxOVTPGSlSorDJlG6PDOyk1R55U0t6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Csl8guRBpm2isLcNh3LBmVvWwlvOJ2iG {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #GbZ8QcfIoTB51aIH9GSW439lOqpoB14l {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #RLkWuIHhuspoRrg8CvwcqV5hRfn1gmTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #FQXVJQviASAbyVuSmRCtxFK1efelKIw6 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #Pmto6wFiRVdc8ySZEbBdiTvbT1hFLKc0 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #T3U77k5tBmZPhKAyb5aRrfMJnL98UUWP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #kFDovCg7Qb3vzJlEGQWTQQpd2rvtADB8 {  }
 }@media only screen and (max-width: 763px) { #cxWTKtE3sAtT1AMoexubZdXPWAvrRDvh #OnHZKoKiwB5xp7v0oM32s86CdwgJ3JLI {  }
 }@media only screen and (max-width: 763px) { #Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { border-width: 0; border-radius: 0; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7Zv6CP960FGQO6g1oThbfBBIgDCwTka > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yobf8OTT1TqlosGTsDFzfqeQfWMgyv9c { width:6.0625rem;height:2.1875rem;top:1.3427734375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NNpLJCnSnkdy0hVuebhH5v0lnaV1Tp { display:block; }
 }@media only screen and (max-width: 763px) { #Cg4WBU9Ovk8CFgyVyc7I3Eo1hhTeC2Hp { width:7.5rem;height:2.1875rem;top:1.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZghskTtThTu0bTtModJ7NP5n7z18rZTf { display:block; }
 }@media only screen and (max-width: 763px) { #XAbIiOa4NRv4f9SegURc2plShitZSy2p { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfxkXZftT43Ou4Ps7oTVA99LzF4icBQd { display:block; }
 }@media only screen and (max-width: 763px) { #R7bSdK1PF07TTgARw58A48naCVmWxIMS { width:6.5rem;height:2.1875rem;top:1.3427734375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAyhonJalBpVdCRIqwmp8iiDOfWHCcZG { display:block; }
 }@media only screen and (max-width: 763px) { #CAE8Kz0MEBZqBJmEuMwS0er6qBHZBO1s { width:13.5625rem;height:2.5625rem;top:4.4052734375rem;left:3.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4lnusTTSnsF5BtzzaGfUom1Np9E8vzW { display:block; }
 }@media only screen and (max-width: 763px) { #olbJRpN7uKbCJckZDwrqzX6MXikhG41K { width:8.625rem;height:2.125rem;top:8.21679765625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDS7uJTQxyuClbTJobVgd8lozM22aL6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5s3mZM1xZAS6IxIHPaeSRPQRum7BBBS { width:6.4375rem;height:2.125rem;top:11.59179765625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heV6wMHwBeLJWUXbQT6dWzspr77WKWPe { display:block; }
 }@media only screen and (max-width: 763px) { #qd3XAn22T2ZTItIUguBkEx2X8uybW6PV { width:6.4375rem;height:2.125rem;top:14.96679765625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNSRFQGfO0BbcLN73LlW1fsSN2mQtXK { display:block; }
 }@media only screen and (max-width: 763px) { #ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { background-color: transparent; background-image: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .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); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { border-width: 0; border-radius: 0; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { width:20rem;height:0;top:10.6875rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { width:19.9995rem;height:11.9970625rem;top:11.2490234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block; }
 }@media only screen and (max-width: 763px) { #vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { width:19.9995rem;height:3.2995625rem;top:6.499267578125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { width:19.999375rem;height:19.9603125rem;top:22.623697280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { width:7.9995rem;height:5.12475625rem;top:0.8095703125rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUPtR8Ct4nQLfxkixT94atpU9BgKDJXp { width:13.2495rem;height:3.1245125rem;top:43.311279296875rem;left:3.374267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25OKSxQBskCokvBSCw4BrwF4s0wqSMw { display:block; }
 }@media only screen and (max-width: 763px) { #OzW6IhX7vF5eaQ2Kf53oVrNLC5bmJOML { width:13.18725rem;height:3.1245125rem;top:46.87451171875rem;left:3.404296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KxJCMFB8V4ySKk0t2FogMW6rfXH6hx { display:block; }
 }@media only screen and (max-width: 763px) { #R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ { display:block; }#R9lauom4hDl6TzmvhvHJCWS3h6QTByWZ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFTO8Ra538OIa9lakCiTaPPSan1dTR18 { width:7.5625rem;height:1.29980625rem;top:3.0498046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bibdQI6bwSSAF5cmiTcDLwedTTJ078v9 { width:6.25rem;height:2.598875rem;top:11.124267578125rem;left:2.4371337890625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wyvVRpkACa51uVRn7hCpD1v0d4TkWAzI { width:10.4365rem;height:1.4375rem;top:4.2880859375rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzVUbpzrn8lZi3IuhH8U9HOnanJTDWVL { width:4.62463125rem;height:1.29980625rem;top:5.6634521484375rem;left:5.1014404296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2IhOCiO3VbOSdJFR2xlZzSzEQKPAvBL { width:5.6875rem;height:5.6875rem;top:1.84326171875rem;left:3.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsI3xqbdi5mroTCWuvAFL6k1DPVau5q { width:4.9375rem;height:5.0625rem;top:2.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQfUfEy0ZdTXgwpZWybrRsXTygTiOi9c { width:7.4375rem;height:1.29980625rem;top:3.0498046875rem;left:11.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESsVuvS6rcTp4Prkrq9ve9bunfPiK5vI { width:7.5rem;height:1.4375rem;top:4.349609375rem;left:11.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnyamgKgBoWpwyso72rqa0yXmORbyGM2 { width:5.75rem;height:5.9375rem;top:9.405517578125rem;left:3.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSmAythOUalkEn2dT6DiSL12wF8xkBEW { width:2.4375rem;height:2.875rem;top:10.936889648438rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXXCxKzdxsv6LnogMDeFwnbMyclCt0EO { width:5.1875rem;height:5.125rem;top:9.812255859375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZM6Oc5fyXl5EmGMxi73mGOS6Xlm1y8z { width:5.0625rem;height:2.598875rem;top:10.6875rem;left:10.687255859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FG1BMy0E82LTTxmirQaZKnRJzT4DovXL { width:7.0625rem;height:2.00024375rem;top:11.687255859375rem;left:10.687255859375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh { display:block; }#TPb424ze8WHFwO4lyQPyLfQbh7vP3rNh > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoS1iJPUE4t4TVdfIbJdJc2r8Xmkn4d6 { width:20rem;height:4.38720625rem;top:5.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XAcLWJk6y0JtuvxRikU1ddS6doCTN4Tx { width:20rem;height:3.2495125rem;top:2.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4buN7RLrfAf1RrXvpwamxZMiG4uZeW { width:20rem;height:1.62524375rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwH2nTaySC4QnTxkXiD0R01NonUfZgN { width:20rem;height:3.2495125rem;top:58.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CbTGqLdlsTxT6UwyfZ4p0g9oNoxhM7 { width:20rem;height:3.2495125rem;top:88.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnAftJq7Xc0c3f89EZuwPKnEAouENEP { width:20rem;height:13.496725rem;top:29.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FWnAi46A0dgrECrzz9hVZV2SRZcOR9cG { width:20rem;height:8.9978125rem;top:62.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rET4ziGfwbq0xTcv1JPQtz7HSZSre6MH { width:20rem;height:14.9963125rem;top:92.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZVl2iGUATb7uebV0yNedTT0ofsMnBR { width:17.25rem;height:10.9375rem;top:75.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmJTroSyIEz65mEaTZf2UFkJmMouqcf { width:16.375rem;height:9.625rem;top:47.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWE94kr8LLFMbl8GpBx4Hksh6iEqyvaI { width:17.6875rem;height:10.4375rem;top:14.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXP1qNDyw8ReJK8w8zsyfLRmELtzrN3l { width:7.1875rem;height:6.6875rem;top:50.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMKV8toTuXDS9zqFOnBpoqIresbbsho { width:8.5625rem;height:8rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNg3HTNJAu0TW4RgoOgAvNErA9xDXTT { width:8.5625rem;height:8rem;top:74.53515625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIK1ZLB1lwzyw5oXsLcisiastMdWwkka { display:block; }#vIK1ZLB1lwzyw5oXsLcisiastMdWwkka > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvlTRVRkkHvCHVhveLvM5hcfynpFZD67 { width:20rem;height:13.4966875rem;top:1.87353515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ANv21lyNdfv8qh6zNi90hpsHRJXMBMm1 { width:18.75rem;height:3.1494125rem;top:16.95166015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQkvZLmvTxR4O5ozQemtufJZJe2eow0G { width:7.936875rem;height:1.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { display:block; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { width:20rem;height:4.5495625rem;top:2.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { width:15.5625rem;height:3.8983125rem;top:12.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { width:15.5625rem;height:3.8983125rem;top:22.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { width:15.5625rem;height:2.598875rem;top:32.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { width:15.5625rem;height:2.598875rem;top:41.5rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { width:15.5625rem;height:3.8983125rem;top:50.1875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { width:15.5625rem;height:3.8983125rem;top:60.3125rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXKppBRqTTh9BcydpU3lkuEIxW3yFkLt { width:4.125rem;height:4.125rem;top:6.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRzqKv7WSGt8rdG6Bd2X99FsdinFyT2 { width:4.125rem;height:4.125rem;top:16.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTqse9GSlbLxRhf6qUFRr2UGPMABnrn { width:4.125rem;height:4.125rem;top:26.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twf4C8mvGmtT6tO3r55XOMGfUhOzeE9M { width:4.125rem;height:4.125rem;top:55rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXziUW4MGXaIal9M4gTPiB4TnQpF0xdJ { width:4.125rem;height:4.125rem;top:45.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPTzbVTLchfs3ieERe0oZmiTWfXzA4q { width:4.125rem;height:4.125rem;top:36.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { width:2.5625rem;height:2.5625rem;top:17.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vwT5I2oTgBdwgI2vzlXRHQNU13Tgt7 { width:3.1875rem;height:3.1875rem;top:7.40625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE13ZxgVykd84Qry5aE3RzecgmaiqRO9 { width:2.5625rem;height:2.5625rem;top:37.15625rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt77cuKi2i2dKAPlmEn0cqfNz6oiGolA { width:2.5625rem;height:2.5625rem;top:27.71875rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBuOfBSnKS0tfJQD1O6fRRbPeGOG0Xbn { width:3.0625rem;height:3.0625rem;top:45.59375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9k3qdgxOzbWhNam8ETWV25Slko5mEU { width:3.0625rem;height:3.0625rem;top:55.53125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6imK36q0bpPMKvkCupOKMldH8e3EKmB { display:block; }#V6imK36q0bpPMKvkCupOKMldH8e3EKmB > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peHqBITdoVMmrgzVfTWqptSAIQ3BBKx2 { width:18.4375rem;height:4.5495625rem;top:1.3125rem;left:0.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B119WoZnq1IEZ8fzpFTGEuwpOSsuDZsZ { width:17.5rem;height:2.79948125rem;top:8.833984375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i8D3R195na4qwx7s9G3hsniWCVpoFKNX { width:20rem;height:7.4981875rem;top:12.7724609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2WTKbmr71RLTAdSI1Ck6x76DV36epEk { width:10.5rem;height:2.00024375rem;top:9.234375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #utyKy6RCl2tSwQwpRViKCpGWr8AMlGOF { width:17.625rem;height:4.198975rem;top:21.9599609375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hskzqytyBOUeOld0k3WcxKOpls5OmswO { width:20rem;height:4.4989rem;top:27.4599609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXgtsQ5iJtqcMulXb947ct1GKAOPJL3v { width:10.5rem;height:2.00024375rem;top:22.3349609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbBPW6Th41VDfeyLQHUdHQH0L0H1wAHu { width:3.5rem;height:2.00024375rem;top:33.7568359375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXnucDr1VH0cRdv7ewxUBzbhFcLgy5Ky { width:17.625rem;height:4.7973625rem;top:33.5693359375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Stlz7JJXr0ZAsG0qd6WotkwQ6mN8UdCb { width:20rem;height:4.4989rem;top:39.9443359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RHEWPx8MyK5C7vP8uqm4bn2kGoV3q2wy { width:17.6875rem;height:2.79948125rem;top:46.2314453125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QJWytqpqbJdvQiKmu898smmypq64NM { width:20rem;height:4.4989rem;top:50.1943359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRwNyQgbV2gBCG0ecSqsVa3r1lQe15a8 { width:10.5rem;height:2.00024375rem;top:46.6318359375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hUTL0pw9sloDnTEhWvFvHXsQTtudKUmr { width:10.5rem;height:2.00024375rem;top:56.5693359375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wcmoTtBURVZqSvg2ZG6kcxRAb3grB57r { width:17.625rem;height:4.7973625rem;top:56.4443359375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z0nFqgHz9iauM9w3aO8KEEdZXuARqDXn { width:20rem;height:5.9985375rem;top:62.8193359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3XXDTVyL8SN5o1HcRTGdEPpB2tNv9JM { width:0.125rem;height:0.125rem;top:31.1318359375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXolFTD3VtmWgEbMdLerthrGBhE8TnLl { width:20rem;height:25.875rem;top:71.56145095825rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.adaptive-delivery-prevent-bg, #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.lazyload, #LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq.lazyloading { background-image: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { background-color: transparent; background-image: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #177332; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container > .video-iframe-container { display: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #177332; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row > .video-iframe-container { display: none; }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .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); }#LvxUSoc8BZr5yt7QMZFaKbTXUohXJ2gq > .row .container { width:20rem;height:117.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlnFHzrhM4nqTA5Fpnx1aZn6Mxenyv2b { width:17.5rem;height:22.0904375rem;top:40.062255859375rem;left:1.24951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEStAyJr9Ew8PQyQtum6VMNfqsLOsRgP { width:17.625rem;height:23.389875rem;top:90.74951171875rem;left:1.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZllbTWNQttzzWEoeg3SENQ59QWhF7q1S { width:13.8125rem;height:1.7871125rem;top:37.375rem;left:1.24951171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5G5qWVTbbeksrvWTOWDy8ybAdVVf95d { width:14.9375rem;height:1.7871125rem;top:87.8125rem;left:1.187255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTXcTZkzQXyGxtd2bKBNfx5ZnSwfZyU { width:20rem;height:30rem;top:33.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLEsRx24y8G4GbIR4PFrVb8pupuegLl { width:20rem;height:31.625rem;top:83.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaI799UCo1uFhrPfy9ahbpu86lFoZgFH { width:18.8125rem;height:24rem;top:11.5rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPbfzEAo2udnJ22VesD2zr57ZvDoG8aB { width:20rem;height:18.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFBFClWA9KsNh7dQTFAfuwT0SFsfxGh { width:20rem;height:18.125rem;top:68.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnMBmWBvHlZian13ZrSWSnfyr5t1snA { width:10.25rem;height:9.5625rem;top:19.5625rem;left:7.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KrUo0fn7HKzbglTBOOxi2JfQvi6Uw7 { width:8.68725rem;height:9.375rem;top:73.435791015625rem;left:8.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9TyJ2qpuZOcp0RKgXyexS8Xp8C4RiI { width:20rem;height:7.473625rem;top:3rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz2RcDJiZ5iyc18yMU4xwACSh1bXsF2W { width:19.99875rem;height:21.624rem;top:64.73388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM8p78hTnwqT3CEqy95y9yw227qzJfPn { display:block; }#DM8p78hTnwqT3CEqy95y9yw227qzJfPn > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyG91mo5vpMln1Kdg2wB1T2laHRMf1TF { width:20rem;height:2.0996125rem;top:2.0746526718139rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKCdIqydHgIIL4Jel5vTDMVvphI5yL8I { width:20rem;height:11.99706875rem;top:5.42383125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { display:block; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block; }
 }@media only screen and (max-width: 763px) { #TIdMI8It00sOfunJdy3etNmOeAgEfpyn { width:20rem;height:2.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { width:20rem;height:2.6875rem;top:36.937507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block; }
 }@media only screen and (max-width: 763px) { #RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { width:19.3125rem;height:1.62524375rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { width:20rem;height:14.53125rem;top:20.937507629394rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
 }@media only screen and (max-width: 763px) { #O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { width:20rem;height:21.5625rem;top:40.687507629394rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #akEHaxryV07M22KWmW1d7KlvFg6NeieF { width:0.125rem;height:19.5625rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { width:0.125rem;height:19.375rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { width:0.125rem;height:19.5rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { width:4.125rem;height:4.125rem;top:8.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { width:2.9375rem;height:2.9375rem;top:9.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3gLB0g4IpVBhtB68eh9qy2m9fpp9Px { width:13.1875rem;height:1.6875rem;top:14.0625rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #QsKfEl2qerex4MdGDE0Dyr30dsOgD4DX { top:4.4375rem;left:0rem;width:20rem;height:12.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH { display:block; }#OWn2n28eEuB8KMEkut1nkVu0UJcyQdrH > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIJqIe3xH2wx6mTIq5VDyp2QsS9svAAD { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zw8IlgHMNcU7UeaanWwzQDLpvH2pmW { display:block; }
 }@media only screen and (max-width: 763px) { #XvzBklpUXtPbK7qrPZVst0y2QUgDq4PM { width:20rem;height:2.6875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMMTbUU0gFrprQcehiJz4aFFTHmHsqQ { display:block; }
 }@media only screen and (max-width: 763px) { #WSMCRUu1SZBifNqzL357GqcgxJK8GGQg { width:20rem;height:2.6875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnCM7zuAynECleA5Bgr78Ohhoy5FwOZI { display:block; }
 }@media only screen and (max-width: 763px) { #vuXS1TEvN6hcEzm6M2UXZzyDeEF6mDGb { width:19.3125rem;height:3.2495125rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL { width:20rem;height:4.84375rem;top:23.0625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#Pb1bIqkdO8tT9MazZEVgk8SOLJDyFUTL li:before{  }
 }@media only screen and (max-width: 763px) { #ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR { width:20rem;height:12.1875rem;top:33.125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#ygnVzzT81GAMoaJQS1QXOGfv7eWER6AR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #kugzE3XJ2l7uHRZm9olZHXl2Qt5GtUF5 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwcepOB0UaydT4K0TwHGz7TwTI7LnmWy { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQpuVPoqBbFlT8bACH9DocibrKLB9hzr { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRCTiiFfhKrbSuV7Hvo3tOtRIJ9EBe17 { width:4.125rem;height:4.125rem;top:10.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbZhupoGUOirbu506JHTpwZe2O9nEx6P { width:2.9375rem;height:2.9375rem;top:10.624755859375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4AapMW0MwWab6mN2iPXAv9T2LTrcwDg { width:15.75rem;height:2.92358125rem;top:15.25rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #J4FcSvgsapOBXN7yCzzgc77EGR2ta62u { top:4.4375rem;left:0rem;width:20rem;height:14.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #feBP0KQLXNZspPsGA2eR0C0oRlKocV7B { display:block; }#feBP0KQLXNZspPsGA2eR0C0oRlKocV7B > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqpmSDsNCft6ArDOPMotTmTMqGJbEX85 { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytZRTS2zXPBEJ10H3QRtL542PFrGw0S { display:block; }
 }@media only screen and (max-width: 763px) { #UuKUu6n7FtxvTRl2WcW0RyLIeCTLxX0o { width:20rem;height:2.6875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T910iQ3VfeCR41cpIGpwEUzJxGM0iSt1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nxw0IxlaNIhlr86pEyfaD7ylbSAq4X8u { width:20rem;height:2.6875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3Kce4UHtw3HM41vC7gE4XwA3i42Okh { display:block; }
 }@media only screen and (max-width: 763px) { #tHZ14l0qQvU5UG6vA6XAqV9WwZIPKTOT { width:19.3125rem;height:1.62524375rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk { width:20rem;height:7.65625rem;top:25.6875rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#BFLTf0fWQoGpBvebVMybuUEHuWaiLNfk li:before{  }
 }@media only screen and (max-width: 763px) { #cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy { width:20rem;height:10.46875rem;top:38.5625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#cQ0Q0UKl8XxEaM5KV2RbDedS9S1WF6vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #eq1P9bZMKaRmKsUC4fvBFJZagSTO8DVg { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahVIciwZiznqXhc8UEIxwJz7gyqQnP6a { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmpRRuNzvUNeAyROFTMqABih25NFxmEq { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBWT0BoP4yGcBpVTvhIykbrhk8UVvwwH { width:4.125rem;height:4.125rem;top:13.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4dqEQbBJqwAEefSX1NUsSNROI6UR0Sn { width:2.5625rem;height:2.5625rem;top:14.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNKk78qi9EN38uvZRdLPcU252gfkg9y { width:15.5rem;height:1.6875rem;top:18.875rem;left:2.25rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9zZxyNmCtB5qrJzXz2tnvtzkFsaIQn { top:4.4375rem;left:0rem;width:20rem;height:17.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx { display:block; }#sDbX1nMosMEFD0y8GXnGWTqPf08yUHwx > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXZoLs1xNHoMO6hHT8U1JCeS1X9G9LAd { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaGnBlzLWB43UgsD8uMJpB2TigrFzVi { display:block; }
 }@media only screen and (max-width: 763px) { #w0A4JqGb5BbwBSXrQzXxuGT76BvayOcC { width:20rem;height:2.6875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpHtTmefuqoAgVoLkW2MTaZMKMOGJMT { display:block; }
 }@media only screen and (max-width: 763px) { #i0iicMLuCtLNpk6O9H4yrehaxPGisQJV { width:20rem;height:2.6875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADcMBUehUaDRXEyXoazfTx3xP5a6EIC3 { display:block; }
 }@media only screen and (max-width: 763px) { #WSOPw2yzPuFiqWU6oOMGwvIrgnV7sX70 { width:19.3125rem;height:1.62524375rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt { width:20rem;height:6.25rem;top:22.125rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#TJyakVcOdaWGhJLfUi2pIxpG5gLBFdnt li:before{  }
 }@media only screen and (max-width: 763px) { #a31crMwVoh6eJSs0yLiH12QPiy4HTaTR { width:20rem;height:15.3125rem;top:33.625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#a31crMwVoh6eJSs0yLiH12QPiy4HTaTR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #wFZCXkRTTMJe5rzTzzcZ2vcxNSk5vTJP { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCmrBZHlpkh7cuBX5zZRc3PBwyCKmxcp { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWpnNoaMg5mwOJfGKfa8aSe21ztZAFcW { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocKCfbTMpb5fthFD0SGDqAvZSi7bWBWA { width:4.125rem;height:4.125rem;top:8.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZtbUEgkmTzWQukyMvUql7J8sxLmDaSW { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ihNLsGFISFwmPqS5GruUK3lPxCxkkO { width:20rem;height:2.92358125rem;top:14rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #aniEt8NG5BpTNniUvO4B3VamIu1rx1fv { top:4.4375rem;left:0rem;width:20rem;height:14.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF { display:block; }#heTdF7CRyQTryCpkHIB4W5Bm5NoBtuzF > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRgibUJi4x5TAJymgSF4SoM6ksnVTAuT { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZh4mK3UMZOTzUWGScGbt0mulsS3gJt8 { display:block; }
 }@media only screen and (max-width: 763px) { #vapMPzfTaANn6NOETTJCUzScrhOQJd7u { width:20rem;height:2.6875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyZVxGnRdafw0rnVXexLKflsHuktLcH { display:block; }
 }@media only screen and (max-width: 763px) { #xh28TCIgb5D3eILA40bSIoFI5dvx0nRa { width:20rem;height:2.6875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcu04Udu4tsI4ws0f51TRdZW8QFTL4e { display:block; }
 }@media only screen and (max-width: 763px) { #xsIRS5t9BUJiTtGXCk3LMzDPxg9M9Tbc { width:19.3125rem;height:3.2495125rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazmyGzh82VkD5WcspVzVXAmyrzbvtXn { width:20rem;height:4.53125rem;top:22.1875rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#uazmyGzh82VkD5WcspVzVXAmyrzbvtXn li:before{  }
 }@media only screen and (max-width: 763px) { #k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 { width:20rem;height:11.875rem;top:31.625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#k0XM2tUxcfyp8cK5XxWPhRLQibeeb939 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #Z6JT5zgPzUWvsr2f1pZw8FekEZLXJ36L { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3xTLQ1UA5GX6bLZCFqMumlOkggVNoC0 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VifUmAUNr5nu1g0TtQcmrzkwrf6FWdsC { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLCEk9ASRKqL3lQe4sMfKqz9TAew9ulN { width:4.125rem;height:4.125rem;top:9.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6J77ZWS4mTNWdToTMMda8HECDwptAaL { width:2.8125rem;height:2.8125rem;top:10.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5rOD5uZf34Zd3iVc3X4qbOCGHQ6XcTA { width:20rem;height:1.4622375rem;top:15.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Qc67IZF4TnzukJPq6uOZcrDqp6hugo0n { top:4.4375rem;left:0rem;width:20rem;height:14.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aNFOWtEnoUWfUowsqDO1o6TltExhyT90 { display:block; }#aNFOWtEnoUWfUowsqDO1o6TltExhyT90 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWxwJl7euaLcRlr3xG43vC0IFd61VOP1 { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEqXy2HPxvPQf2gvJbN6TDCiEPFKCHWd { display:block; }
 }@media only screen and (max-width: 763px) { #AUEBlcEVFGTR9GC3bw3zzSHK8KrvXGyW { width:20rem;height:2.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #we3eaQhSVuEbTfDeLuZqzLAPzPWckm6D { display:block; }
 }@media only screen and (max-width: 763px) { #QEvgAwhcbP8eOszLNEtR9zZbJ3O65FkK { width:20rem;height:2.6875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hziMbheFlcoV7aA1zaL1k4dAzlic19 { display:block; }
 }@media only screen and (max-width: 763px) { #ArRm9iT2CSzeb0ASsV27T4zT3pb914lN { width:19.3125rem;height:4.87426875rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw { width:20rem;height:6.5625rem;top:24.875rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#QShnzP9c7UDEJwKFo4sDiVHwzBP7ReCw li:before{  }
 }@media only screen and (max-width: 763px) { #yW0qioRHZAwCf51f0OKBSXGnadt8aIrb { width:20rem;height:10.78125rem;top:36.375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#yW0qioRHZAwCf51f0OKBSXGnadt8aIrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #mhzdounKQZVD2rwk36iFCucTviX1iE4G { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIkfMTvobG0OMnf7TU2Fc8xziXfqXHUg { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3DKxQGnxyv2VlWp0d2SFRbaav0uzT4k { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBB1p1V1SGyFEiXKSNiEGALu8GRE2e9I { width:4.125rem;height:4.125rem;top:11.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4vfs6rgcz1CKDmA3us8T9cThqbyJwIP { width:2.875rem;height:2.875rem;top:12.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFl8A2BVachwWm6TP32WFsM5hipsNfWA { width:20rem;height:2.92358125rem;top:17.125rem;left:-0.062499940395355rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #u7PlW7DZCODhdyVCb6Zk777TqyusmLKq { top:4.4375rem;left:0rem;width:20rem;height:16.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO { display:block; }#bLheJ5LBEXFpk9yhozrmTnOvce1WhEiO > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRvBAqosMU9h4AkLHNqlmTxAeVrxInlc { width:20rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ22CMlyDidMw0QoVrwi5BFIPFTKHEvq { display:block; }
 }@media only screen and (max-width: 763px) { #s6xwJRL70GzfZHIrDp2HxX86nDaRTiB3 { width:20rem;height:2.6875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIGFSRRQzOJqI4v0HytLUJct7Vdcm48 { display:block; }
 }@media only screen and (max-width: 763px) { #o6uqwt2Nh7X6NgvxvuR38GxnMbn39d7u { width:20rem;height:2.6875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuQ1pK4N37fKF7mpPEnwvEgDGcz5PmP { display:block; }
 }@media only screen and (max-width: 763px) { #ViWVhLMGagV5gwSXVTSBb8DOhw0D9vkO { width:19.3125rem;height:3.2495125rem;top:5.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok { width:20rem;height:6.5625rem;top:25rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#FBHt3oUb1ISLowXlcG7A0tMHNlH8Urok li:before{  }
 }@media only screen and (max-width: 763px) { #fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 { width:20rem;height:11.875rem;top:37.4375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#fUbk8TxwGoUeERrbRMKi0IKbJwdm7k09 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a147b283-e77a-4a65-b7ea-fac5fcd96965/Zasb150.svg); }
 }@media only screen and (max-width: 763px) { #TTDfuuSStaSrRh7lsMepkAG2cywWERaa { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMwLTMsqgG3pRltCetyoFqnKpw46LOUp { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e60lqbh4LKU0tTvvzwxTq6DagK8Z3fvn { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQxa7TmVy9ia8GSXIB6Ho7lXHWf6s8Mg { width:4.125rem;height:4.125rem;top:10.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTKXssCel4Rwnt01Sf2aaxzd3sct4La { width:3.0625rem;height:3.0625rem;top:11.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnmm62L9XydtgFTwhK8ynvkiEFRtn911 { width:20rem;height:4.38574375rem;top:15.9375rem;left:-0.062500178813931rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #kiq35hqhKMZhIyGGSKAaEmSOoIQs2u5d { top:4.4375rem;left:0rem;width:20rem;height:16.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iHPOcMtey28vcuova5ziooUfK6PcJDff { display:block; }#iHPOcMtey28vcuova5ziooUfK6PcJDff > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWpbVQgPIPmft4Lgskq96tKTpKcfMm3a { width:20rem;height:2.0996125rem;top:2.4375004768372rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrB0OzHuPuT4rGK3CQhoqZZTFgT4oTOP { width:20rem;height:15.293rem;top:6.3749942779544rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7hHc80D4yiGIel0S4GV97WQxtTlmyrh { width:19.875rem;height:12.6875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFhbepc4kEUu9WdZTUFyWP2NU6vuMeN { width:6.875rem;height:6.4375rem;top:22.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { display:block; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.adaptive-delivery-prevent-bg, #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.lazyload, #wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF.lazyloading { background-image: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { background-color: transparent; background-image: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #177332; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container > .video-iframe-container { display: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #177332; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row > .video-iframe-container { display: none; }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .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); }#wfLHwFA7gMh6TRHcSvTOzKP1FHgI4UCF > .row .container { width:20rem;height:173.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoUAtLsJ6rmmaJlN58MbUQH1AmQzrHUw { width:20rem;height:4.22363125rem;top:2.3125rem;left:0rem;font-size:1.625rem;color:rgba(var(--color-secondary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ka1ZKDbCHQgHFQbUsEffOrotVf903cMo { width:13.75rem;height:2.598875rem;top:112.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkRAFxGMrkVToTv8smToTGbgNU5kTvMt { width:7.9375rem;height:1.25rem;top:115.49998092651rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZyxxhXGhPQmOLRQ4rqOSyJRhHAyvcdi { width:18.5rem;height:42.8741125rem;top:121.5rem;left:0.75rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zK9lETfqCeBzgMOt6CW54l4spD2xryAi { width:20rem;height:54.5625rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTP9a0okA3XHT7wdB7MhEFxQSvsnyxz { width:20rem;height:51.3125rem;top:120.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynl84xMLlTKddV0Fw5C4WVQ49hSP4zX { width:18.1875rem;height:45.32405rem;top:65.375rem;left:0.8125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RMyNP4w2KV8NWVWeVWkpzTo0nbkf3sOt { width:13.75rem;height:3.8983125rem;top:165.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJgrkLQwATkyg6u7oJgR79ZQxuhG6Gz { width:7.9375rem;height:1.25rem;top:168.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIQo98d4Vinsfqpd29X59cswHh3pTy3O { width:20rem;height:52.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtc26Hg1u50MunZxIPRrS2D5tr57f24O { width:7.875rem;height:1.2402356053924rem;top:59.340484619141rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHN5s6RIZquJV0ChFAyy4hyJhGKw1FMf { width:13.75rem;height:2.598875rem;top:56.4296875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmHEHWnnhK9ANpvWik6hWNFl6Jxodwl { width:18.375rem;height:44.0991125rem;top:10.686157226562rem;left:0.8131511211395rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { background-color:#f6f6f6;background-image:none;display:block; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { background-color: transparent; background-image: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .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); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { width:20rem;height:3.81225625rem;top:78.499145507812rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block; }
 }@media only screen and (max-width: 763px) { #FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { width:20rem;height:62.875rem;top:21.312255859375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { width:19.9995rem;height:5.39978125rem;top:1.62353515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { width:20rem;height:11.464285714286rem;top:79.6073125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { width:19.7485625rem;height:33.7109375rem;top:43.560791015625rem;left:0.1251220703125rem;font-size:1rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
 }@media only screen and (max-width: 763px) { #iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { width:15.1875rem;height:19.6875rem;top:88.187255859375rem;left:2.4052734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwArr6nG6PhZ6M7Q1VdFcilyFATmCFng { width:19.875rem;height:2.25rem;top:23.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idpRdGEhPBEvZBeTCsFKg4d3ZslFx7A5 { width:15.6875rem;height:0;top:2.5625rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TXA5QitT9I3HMplLIB10D8s0wMxi83UF { width:19.9995rem;height:12.994375rem;top:7.79638671875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bkXNqJ4ZukfAkkcUQIGW8hpDLfOP3RL5 { width:19.99875rem;height:1.381225rem;top:25.812255859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2pM4EId5P6f1la5lnzdzrL1VhxNMq1d { width:2.4375rem;height:2.49975625rem;top:71.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OS5tfDCiZcGCdLfHTISOWAPvpM7N8sa5 { width:20rem;height:2.27478125rem;top:28.373413085938rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs6S5GM7MgAL0vVVVLOQoSKLJkm2P3Rm { width:20rem;height:1.46179375rem;top:30.648193359375rem;left:-0.0009765625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9f1lHGTERKBiqXJJbBSsW6kmpNHL6ch { width:5.37475625rem;height:2.6001rem;top:32.79052734375rem;left:3.599609375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFpoAvbBGSFRbTLBJl12Xywkl7X5fIpQ { width:8.125rem;height:1.2994375rem;top:33.815551757812rem;left:9.349365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76tmcRymHkKfcGcMc0AxlZlvaHyvfCv { width:10.4375rem;height:1.2994375rem;top:35.390625rem;left:9.3133544921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTneLJvl4APS2UNzNFktClCIrrPyhrT9 { width:20rem;height:2.436525rem;top:37.36083984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RU5M5HHH3i0IodHeCgoKHNvHCZWM6ZNl { width:13.873875rem;height:1.2182625rem;top:40.618286132812rem;left:4.9505615234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHxHXzNvSZTfIMXQwdSqIvVFpfFQ2JdQ { width:3.62426875rem;height:1.2994375rem;top:35.390625rem;left:4.9510498046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM { background-color:#ffffff;background-image:none;display:block; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { background-color: transparent; background-image: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container > .video-iframe-container { display: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row > .video-iframe-container { display: none; }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .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); }#LrCmPqcoHKanRRz4qJ6vtrWDgc6CWIOM > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSt0TTuFamwWyUIJWU2STxrAZQT0Erol { width:20rem;height:2.27478125rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTS3i7O4q9ax8kgVThFKx94JzIzI1liH { width:20rem;height:11.9970625rem;top:6.1240234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xa0EhQXEMpwdVufMb7LLo61PJLzgkb0p { width:6.1875rem;height:5.7538754636431rem;top:21.3125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIsdNZhmXbE2hzHVkIs2rKO4u2R8e09k { width:20rem;height:10.8125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDslDKgwRDDrZAizhlTU67mpIW10IF0E { width:9.5rem;height:9.5rem;top:27.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2gNfosRuDG0qvKOFv0qD8MCl7ytRF5 { width:8.8125rem;height:8.8125rem;top:28.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3gwS3oJkBJkdnrlItD8vcWbIDUfLGvx { width:16.62475rem;height:3.3984375rem;top:40.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqOHLwbU1J8WDgacV3VLbM4fv1Rm6BaU { width:16.9995rem;height:1.62524375rem;top:37.9375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5VzStJfwcTovV5zv0PEnQHgQHr7L4Tw { width:19.99875rem;height:7.4981875rem;top:18.372802734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW { display:block; }#Vg3XGc4hdM3nOsJwohFCkZkBZzX2hNgW > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waUFiuEp8uWnXUitRERI2bGXAcSdK5Fg { width:14.625rem;height:2.92419375rem;top:5.5rem;left:2.6875rem;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SIBTStSHDIgT1J9EZmKaUIOAkQh7Tx38 { width:10.375rem;height:5.5289718968573rem;top:0rem;left:4.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTonPuJLkRkBEpK1hAVsNfPtzkMqeo6 { width:20rem;height:1.29980625rem;top:15.0625rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm { width:2.125rem;height:2.125rem;top:10.5rem;left:8.9375rem;display:block; }
#LGIDxNEaV86Z2a4iB17RKIl2WAxd7yTm > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ { width:2.125rem;height:2.125rem;top:10.5rem;left:4.5625rem;display:block; }
#wLnklTlkGwSinx4Ty2I9RVSasGHyP6aZ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv { width:2.125rem;height:2.125rem;top:10.5rem;left:13.375rem;display:block; }
#zABdqoTxexZpQPDX3Z4r7Ty99a0X5cQv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }