.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;
}
:root { --color-primary-0:237,242,255;--color-primary-1:79,194,255;--color-primary-2:21,43,80;--color-primary-3:0,31,57;--color-primary-4:2,25,51;--color-secondary-0:253,218,215;--color-secondary-1:248,145,136;--color-secondary-2:243,72,57;--color-secondary-3:255,113,3;--color-secondary-4:165,97,9;--color-tertiary-0:255,255,255;--color-tertiary-1:149,218,255;--color-tertiary-2:79,194,255;--color-tertiary-3:47,116,153;--color-tertiary-4:0,31,57;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { 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; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { background-color: transparent; background-image: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container > .video-iframe-container { display: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container { display: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .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); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { border-width: 0; border-radius: 0; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container { background-color: transparent; background-image: none; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container > .video-iframe-container { display: none; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row > .video-iframe-container { display: none; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .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); }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container { border-width: 0; border-radius: 0; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;overflow:visible;position:relative;display:block; }#JaMRcUzXQ93Cdb6aw8QSfW6LPOimDFr1 { position:absolute;display:block;z-index:15000;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-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:71.9375rem;top:2.07421875rem;left:1.53125rem;display:block; }
#TzOI4ooVhfw4sTw5NDoZ6Tom0UgDE4pw { color:rgba(var(--color-tertiary-0),1);display:block;width:71.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.87109375rem;left:1.53125rem;height:1.21875rem;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; }
#QTTXV9Qg5SlT63mQm7HU4qak4MEhdiV7 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:4.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF58yISvlr5nAWe2EKdawMP4DSWM6FL6 { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0498046875rem;left:4.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#audKBZP3q28TA77NNvZl1H0MgamTMWiV { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:15.875rem;left:4.6875rem;height:6rem;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; }
#DZw0Nu5nyLoowKrSTWicT5o54orudI1y { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5625rem;left:4.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSd3a1ULIImahfF9lw1BxVT2mnvIw8o0 { position:absolute;display:block;z-index:15001;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;height:7.5rem;width:40.625rem;top:33.3125rem;left:4.6875rem;display:block; }
#fWgDvJ4hHyfbhuuM4pn1hRReS9Zb1GpM { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4375rem;left:5.625rem;height:5.3625rem;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; }
#rCCA1hlF4Lzka4mTMOnL7n3po2i7cuNe { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:42.75rem;left:15.625rem;height:1.4625rem;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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 { 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-tertiary-0),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:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45.0625rem;left:15.9375rem;z-index:15006; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #JNFJghnhnQ0rAmr0ailJs5A2I8yIxyGd { display:flex;position:relative;top:0rem;left:0rem; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #rcPGNTKfNeFbLWzUJkGCxtnseHKO6A7i { width:auto; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #mzqcEVDXvKwdHW8IXrcL122NakwglJuK {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TT6mm75tS0w5uqIxmeTc02V2PFDEMnRe { display:flex;position:relative;top:0rem;left:0rem; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #qlZTLTclTdlGp8XIH2a6kpponcVm0xl5 {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TJyflN3BnoJZPp9HTCPUrL0Vad0LauFi {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #hfCi7FqZINP4ytGiCKlJ6W5fyP0G5rAd { display:flex;position:relative;top:0rem;left:0rem; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #U16Gi6pI37cD5EwToa38ZRcnT2ql6tb3 {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #VTBCCcbQuyRwBIFyKCqrSeqgNXp7q8UJ {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #CNg7CDPTK0I1XoGikFomiPf0yPv60yL5 { display:flex;position:relative;top:0rem;left:0rem; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #cILRgHngZmHU25uP0GF5PUAI7Dvxwska {  }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #BXvGbi3FXybtV9W1kzFhlAgvKI3uIa1I {  }
#XqxCWH4slO7XfmeWzWecBbFuxf1z2Gkl { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:22.5rem;left:4.6875rem;height:2.5625rem;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; }
#H7CyFAHUecbGleTWTB5tCEP5vdgc9rc2 { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.9375rem;left:7.8125rem;display:block; }
#cU7AsHkH3a83fv38TlpQq9Tlq31ASZ2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlofUAQXo5H3AZ9lFccf0XMtkVlCgBOH { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.75rem;left:7.8125rem;display:block; }
#cbKWUVubETTRDm4WRBbp5hGqlqwqbAyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhvpT16glrTqvwxrP3X2xFpEnVxohs2g { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:82.75rem;width:62.5rem;top:58.312499523163rem;left:6.2492198944092rem;display:none; }
#tqTZGJCy6Kt3QO15ZBATfLpAABJEv0J4 { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#suLAaHmnOIgvgmg7CP5XB2nPRwtzv4JG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXDI1gdGBepXzwoGPaKisW9EVVPxt1Ht { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#hfPdDFbenWTn57dZHBaKTFFFNTK0efIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVTAe8T4t3XW5iHtQGqfKzt2hDHTZDM1 { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#drFSV5SerM1MC8PSBzwOwKXEiERtVzEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DV4aMTrq0XUR9kWuVopkKSsyEdi5tCmf { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#PG73Joaq00JPiuGERPccHQ0y22l4m5R7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDFTqMi7Z588hpo7m410nXp7XObK9xKH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:47.25rem;width:21.8125rem;top:10.25rem;left:49.48828125rem;overflow:hidden;display:block; }
#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { position:relative;display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { background-color: transparent; background-image: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container > .video-iframe-container { display: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row > .video-iframe-container { display: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .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); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { border-width: 0; border-radius: 0; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:444.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:192.375rem;left:12.5rem;height:5.3625rem;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; }
#tmkTKNAOCohRLnQvdkWmeuWynaixqarT { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:202.4375rem;left:15.625rem;height:28.6rem;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; }
#esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:82.75rem;width:62.5rem;top:58.312499523163rem;left:6.2492198944092rem;display:none; }
#LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:285.3125rem;width:62.5rem;top:2.75rem;left:5.375rem;display:block; }
#N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrZvz50SBhOVJEBz47947RlNe1CzSIgT { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { color:rgba(var(--color-primary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6rem;left:13.75rem;height:5.6875rem;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; }
#zROUObUhd7IW6milAWRqC71vSZUD52H9 { color:rgba(var(--color-primary-2),1);display:block;width:41.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:233.6875rem;left:16.875rem;height:30.3125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
#w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:266.6875rem;left:15.625rem;height:8.9375rem;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; }
#cLhuXu3xGisggRE2BipnvILf4ndcscXR { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:281.875rem;left:20.3125rem;display:block; }
#kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:279.0625rem;left:20.3125rem;display:block; }
#sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwLNZ7zLUQBNaNfuT30J7kqSEXqNtXyB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.125rem;width:26.25rem;top:20.3125rem;left:23.5rem;overflow:hidden;display:block; }
#esJwW3vqUypPfv7qXGTn9ilszqHp3CcM { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:16.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1uBAk8CwUm56T6F6D9zsTlqKreF8lGa { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:74.5625rem;left:16.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5uoAWoJbVvRPLKGDTTJeTAOTSyGceIc { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:50.75rem;width:26.25rem;top:79.75rem;left:23.5rem;overflow:hidden;display:block; }
#oWIC7aTboTQge9AxyohDXT2orNpzfiHl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:45.625rem;width:26.25rem;top:141.5625rem;left:23.5rem;overflow:hidden;display:block; }
#R1GP3agAufxTCTcggwBcVRedkTG1vZQF { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:136.375rem;left:16.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnZkECFbxyaFuLbOyRS9aU6PkCBDwmLd { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:293.625rem;left:12.5rem;height:2.68125rem;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; }
#LJmfakfoRtTUCTuamsvQ5Oi0Maht7Twl { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:298.3125rem;left:3.3125rem;overflow:hidden;display:block; }
#tLXsDITutQLKrntTfKFOkT4w8osbAivG { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:298.3125rem;left:38.5rem;overflow:hidden;display:block; }
#eDKWPUrWQcIlCeJGQmGZl5zafuO35Zsr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:345.5625rem;left:3.3125rem;overflow:hidden;display:block; }
#iNIZ8dvXA3FCE9O376T8mRSx7TcwwMpz { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:345.5625rem;left:38.5rem;overflow:hidden;display:block; }
#iy2brTZtG9gvlTJyGJ4Hl3olGZSkid8u { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:392.8125rem;left:38.5rem;overflow:hidden;display:block; }
#dMmbHAAUmbWaSP9Du4x7E3lZVIKzpZ01 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:33.1875rem;top:392.8125rem;left:3.3125rem;overflow:hidden;display:block; }
#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { 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; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { background-color: transparent; background-image: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container > .video-iframe-container { display: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container { display: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .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); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { border-width: 0; border-radius: 0; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.0479164123538rem;left:3.125rem;height:8.625rem;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; }
#IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:18.360416412354rem;left:3.125rem;height:3rem;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; }
#B381wdihANtgQS7n8WTli7ONTttWFmsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { background-color: transparent; background-image: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container > .video-iframe-container { display: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container { display: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .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); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { border-width: 0; border-radius: 0; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { font-size:0.875rem;font-family:arial;height:331.0625rem;width:75rem;position:relative;display:block; }#boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { position:absolute;display:block;z-index:15006;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.625rem;width:62.5rem;top:1.9614582061768rem;left:6.2489585876465rem;display:block; }
#gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:312.125rem;width:62.5rem;top:15.5859375rem;left:6.25rem;display:block; }
#WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1875rem;left:9.375rem;height:53.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:84.728515625rem;left:9.375rem;height:73.2875rem;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; }
#fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:75.875rem;left:12.5rem;height:5.3625rem;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; }
#fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:169.5rem;left:9.375rem;height:55.4125rem;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; }
#QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:160.3125rem;left:12.5rem;height:5.3625rem;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; }
#bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { color:rgba(var(--color-primary-2),1);display:block;width:44.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:227.5625rem;left:15.125rem;height:87.75rem;font-style:normal;display:block; }
#wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:321.8125rem;left:20.3125rem;display:block; }
#UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:319rem;left:20.3125rem;display:block; }
#bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { color:rgba(var(--color-tertiary-0),1);display:block;width:55.6875rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.4609375rem;left:9.65625rem;height:8.625rem;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; }
#VgghWVMh5yEpzRoLGBztcolJppX91w8n { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { background-color: transparent; background-image: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container > .video-iframe-container { display: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container { display: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .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); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { border-width: 0; border-radius: 0; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { font-size:0.875rem;font-family:arial;height:280.25rem;width:75rem;position:relative;display:block; }#Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { 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: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:52.3125rem;width:55.0625rem;top:223.4375rem;left:10rem;overflow:hidden;display:block; }
#LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { color:rgba(var(--color-primary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.59375rem;height:5.3625rem;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; }
#O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:36.125rem;width:68.75rem;top:158.8125rem;left:3.125rem;overflow:hidden;display:block; }
#p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:20.9375rem;width:68.75rem;top:198.3125rem;left:3.125rem;overflow:hidden;display:block; }
#T3r2ydudAO28b1gV7r01QyiTKfDV45TZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:35.5625rem;width:47.625rem;top:63.875rem;left:13.6875rem;overflow:hidden;display:block; }
#A1aAQnuPf9yTHsmV2wCkyCd3o3yFzk3a { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:50rem;width:26.25rem;top:11.6875rem;left:24.375rem;overflow:hidden;display:block; }
#TcpUh3Ve5k4uWpOvbE8lqR94FgVZ2wor { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:51.25rem;width:26.25rem;top:101.25rem;left:24.375rem;overflow:hidden;display:block; }
#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { background-color: transparent; background-image: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container > .video-iframe-container { display: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container { display: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .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); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { border-width: 0; border-radius: 0; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { 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: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:35.6875rem;width:49.625rem;top:14.5rem;left:12.6875rem;overflow:hidden;display:block; }
#RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:12.5rem;height:8.04375rem;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; }
#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { background-color: transparent; background-image: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container > .video-iframe-container { display: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container { display: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .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); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { border-width: 0; border-radius: 0; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { font-size:0.875rem;font-family:arial;height:144.9375rem;width:75rem;position:relative;display:block; }#KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { 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: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:40.8125rem;width:47.125rem;top:13.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.5rem;height:8.04375rem;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; }
#Hn9wap6QTJ6iBBHyIA11xnOkA815ATtP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:51.4375rem;top:58.9375rem;left:11.78125rem;overflow:hidden;display:block; }
#KETCrXD0M8wHr0FEqAp7RZV93Zloxep2 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:46.625rem;width:26.25rem;top:95.1875rem;left:9.625rem;display:block; }
#k5LKFL93CzzTzKpngs3f60At2JBSpa5v { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:46.625rem;width:26.25rem;top:95.1875rem;left:39.125rem;display:block; }
#EGS54BU55Uoy7eXeJBvBlb0rCeTFdIKF { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:90.8125rem;left:12.5rem;height:2.68125rem;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; }
#BJhRXRo2uLpuqgOMnSUQffflApAohqma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { background-color: transparent; background-image: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container > .video-iframe-container { display: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container { display: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .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); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { border-width: 0; border-radius: 0; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.75rem;width:62.5rem;top:1.9614562988281rem;left:6.2489585876465rem;display:block; }
#VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:9.3742198944094rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:9.3742198944094rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.5625rem;left:20.3125rem;display:block; }
#RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:20.3125rem;display:block; }
#MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { background-color: transparent; background-image: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container > .video-iframe-container { display: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container { display: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .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); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { border-width: 0; border-radius: 0; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#WxDCo0hhIcLsGup1ishq1eh85pwpTses { color:rgba(var(--color-tertiary-0),1);display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.8601379394531rem;left:2.5rem;height:7.125rem;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; }
#IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { color:rgba(var(--color-tertiary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7976570129394rem;left:3.125rem;height:1.875rem;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; }
#OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.125rem;width:30rem;top:16.461456298828rem;left:6.25rem;display:block; }
#TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.125rem;width:30rem;top:16.4609375rem;left:38.76015663147rem;display:block; }
#HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:18.046875rem;left:8.7492198944094rem;height:1.9375rem;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; }
#W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:18.046875rem;left:41.874216079712rem;height:1.9375rem;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; }
#TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:22.171871185302rem;left:8.7492198944094rem;height:20.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:22.171092987061rem;left:41.26015663147rem;height:18.75rem;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; }
#VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;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:46.1875rem;left:3.125rem;height:3.125rem;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; }
#qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:50.25rem;left:3.125rem;height:1.625rem;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; }
#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { background-color: transparent; background-image: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container > .video-iframe-container { display: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container { display: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .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); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { border-width: 0; border-radius: 0; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.6875rem;left:3.125rem;height:6.75rem;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; }
#WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.25rem;left:3.125rem;height:5.85rem;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; }
#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { border-width: 0; border-radius: 0; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.8125rem;width:62.5rem;top:2.0859375rem;left:6.2476558685303rem;display:block; }
#ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.4375rem;left:3.125rem;height:3.125rem;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; }
#WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.1796875rem;left:6.8742198944094rem;height:4.5rem;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; }
#txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.198438644409rem;left:7.8125019073488rem;height:13rem;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; }
#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { background-color: transparent; background-image: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container > .video-iframe-container { display: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container { display: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .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); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { border-width: 0; border-radius: 0; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.1875rem;width:62.5rem;top:21.75rem;left:6.25rem;display:block; }
#U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:23.125rem;left:3.125rem;height:3.125rem;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; }
#nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:27.4375rem;left:6.875rem;height:4.5rem;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; }
#ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.8125rem;left:7.8125019073488rem;height:16.25rem;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; }
#O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:7.1875rem;height:6.3375rem;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; }
#pDwszoNcCe2rnip52vJouS1rcuVCCtDk { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.375rem;left:6.5625rem;height:5.75rem;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; }
#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { border-width: 0; border-radius: 0; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#lGiIkKA2yyMdxle2ysI20btV6geg2w6i { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.625rem;width:62.5rem;top:2.0859375rem;left:6.248046875rem;display:block; }
#hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.4375rem;left:3.125rem;height:3.125rem;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; }
#VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.1796875rem;left:6.8742198944094rem;height:2.25rem;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; }
#ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.385158538818rem;left:7.8125019073488rem;height:14.625rem;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; }
#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { background-color: transparent; background-image: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container > .video-iframe-container { display: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container { display: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .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); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { border-width: 0; border-radius: 0; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { border-width: 0; border-radius: 0; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { font-size:0.875rem;font-family:arial;height:150rem;width:75rem;position:relative;display:none; }#oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;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; }
#pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7976570129394rem;left:3.125rem;height:1.9375rem;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; }
#xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:123.125rem;width:62.5rem;top:22.875rem;left:6.25rem;display:block; }
#rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:12.5rem;height:20.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.75rem;left:12.5rem;height:2.51875rem;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; }
#nP898z4pqixU0zV1RuLaz9OW32vq4xpa { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:52.4375rem;left:12.5rem;height:24.375rem;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; }
#lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { color:#109832;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:75.875rem;left:12.5rem;height:5.60625rem;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; }
#J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:17.047656059265rem;left:3.125rem;height:1.9375rem;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; }
#yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { background-color:#009b03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00cc04;border-left:0.25rem solid #00cc04;border-right:0.25rem solid #00cc04;border-bottom:0.25rem solid #00cc04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:133.875rem;left:8.9375rem;display:block; }
#oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSyd48wSLscTXFU7dldTBmGUXDORbyEV { position:absolute;display:block;z-index:15015;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:51.6875rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#Pa50eZefyvGew4uHsET5BuS4r4ocStmt { position:absolute;display:block;z-index:15017;background-color:#bd0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.6875rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:92.6875rem;left:29.0625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { color:#000000;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:94.3125rem;left:29.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { color:#000000;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:100rem;left:29.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:112.9375rem;left:29.0625rem;height:18rem;display:block; }
#vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:141.8125rem;left:29.0625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#nppzztsmc9KPIzl5dUI3AxaQyellqTic { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:103.625rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:105.25rem;left:29.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { position:absolute;display:block;z-index:15026;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50rem;width:18.75rem;top:94.1875rem;left:48.3125rem;display:block; }
#VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-4),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:18.75rem;top:94.1875rem;left:48.3125rem;display:block; }
#MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:95.25rem;left:49.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:100.125rem;left:49.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.8;letter-spacing:0;top:113rem;left:49.25rem;height:18rem;display:block; }
#Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:103.6875rem;left:51.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:105.6875rem;left:49.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:141.875rem;left:49.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { position:absolute;display:block;z-index:15036;background-color:#ffe300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:18.75rem;top:94.1875rem;left:8rem;display:block; }
#oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:95.25rem;left:9.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#utk1dhWlsZfwQupt9vey1UQHAvvRExyU { color:#000000;display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:100.125rem;left:9.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { position:absolute;display:block;z-index:15003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50rem;width:18.75rem;top:94.1875rem;left:8rem;display:block; }
#WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:103.6875rem;left:11.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:105.6875rem;left:8.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.8;letter-spacing:0;top:113rem;left:8.9375rem;height:18rem;display:block; }
#uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { background-color:rgba(253,188,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #009b03;border-left:0.25rem solid #009b03;border-right:0.25rem solid #009b03;border-bottom:0.25rem solid #009b03;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:133.875rem;left:29.0625rem;display:block; }
#VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:141.875rem;left:8.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #009b03;border-left:0.25rem solid #009b03;border-right:0.25rem solid #009b03;border-bottom:0.25rem solid #009b03;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:133.875rem;left:49.25rem;display:block; }
#BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .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; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:83.9375rem;left:28.4375rem;z-index:15047; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL { width:auto; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
#tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;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:none; }
#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container { background-color: transparent; background-image: none; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container > .video-iframe-container { display: none; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row > .video-iframe-container { display: none; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .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); }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container { border-width: 0; border-radius: 0; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container { font-size:0.875rem;font-family:arial;height:166.1875rem;width:75rem;position:relative;display:block; }#KvSam40Eniasdi1de445JGMS15yg0upf { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;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; }
#PuVxF9ifwcNycc6XcI1ATJ7TIAsqIcu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7976570129394rem;left:3.125rem;height:1.9375rem;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; }
#J9VKixCTOCAGCiL60J7TgSr5XhDnvXrk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:139.125rem;width:62.5rem;top:22.875rem;left:6.2500019073488rem;display:block; }
#OTm5qXTECp1nB9Kio5esgcLxltnENgyC { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:12.5rem;height:12.1875rem;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; }
#UZ1SWpDOWrA383BlidUFuV68MFo3FbhB { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:109.5625rem;left:12.5rem;height:2.51875rem;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; }
#iGdBzqsSq6huTZ23dOHsuiqIQs8N5hp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:115.4375rem;left:12.5rem;height:6.09375rem;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; }
#ptKSGv24dqqX0SEsOdRwNKOeJyq4PgJ4 { color:#109832;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:127rem;left:12.5rem;height:5.60625rem;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; }
#PF2QQq13cncmnARysOOCnf2Z1o3scmJD { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:17.047656059265rem;left:3.125rem;height:1.9375rem;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; }
#G31RNg16iFIzZ9LTTd0r0Ca0Zfl54pSL { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:156.375rem;left:29.0625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#nh43I8iX9wd34HgrbgFZT6pscn2pcok0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:141.75rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#C2UoW0JtqIrTgSoQ3K51HwaECvXwtqpk { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:143.375rem;left:29.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfBD70SzHMLoJRJQ0RLwsJFGKdbSGJzN { background-color:rgba(253,188,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #009b03;border-left:0.1875rem solid #009b03;border-right:0.1875rem solid #009b03;border-bottom:0.1875rem solid #009b03;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:28.125rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:151.3125rem;left:23.4375rem;display:block; }
#da2amQPyZTWKL1BOuqRRwf04DTvKKJWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .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; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:135.0625rem;left:28.4375rem;z-index:15047; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #v6JlyaxCtOqe2OnrAoFBSB5gT3sz6UVU { display:flex;position:relative;top:0rem;left:0rem; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #K4l9oTXTh84ZJOs3fvU9UthuFEp3GDCk { width:auto; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #LlCVyNerwPGixhv4TyV4iu87yXKTpxVf {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Xke3NUn6WL0pwEsTeiKgo8sNUaGQgK7L { display:flex;position:relative;top:0rem;left:0rem; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #iTSIsqNwichQwJ8x5r96BKNJoJtCGDcH {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Li0GZT1Vk7fGtUTwTtti4ddhHtKkKH55 {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #IRczeDHKl8hknDtOmMPNZc11byiGKtXT { display:flex;position:relative;top:0rem;left:0rem; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #cC52BcZqP9n4kfCOoT1snP58J5BVJdZ2 {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #BlLtViveTCe4fTwqBn6TbVGC82khwHB0 {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #GBHTpTBWI5SqPGwKtr6qCwV6lxxaeTfw { display:flex;position:relative;top:0rem;left:0rem; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #u074weCNt4SkrFVgXWJVKiJM3CAaF4yV {  }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #idzi9DPObtZNRwsRkbo3CBPeWAZTDIGG {  }
#UCp49PaTmdGZfErSDuIBVQFAbxlMTnRL { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;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:none; }
#UzrUdqX6kiTRs6xl9TfE9zp8pUC8lpS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:99.5625rem;left:12.5rem;height:6.09375rem;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; }
#QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.125rem;left:15.675001144409rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/357f3666-1d1a-4ff3-a727-a886f86b81b4/plus.png); }
#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { position:relative;display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { background-color: transparent; background-image: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container > .video-iframe-container { display: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row > .video-iframe-container { display: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .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); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { border-width: 0; border-radius: 0; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { position:absolute;display:block;z-index:15009;background-color:#f5f9fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.125rem;width:75rem;top:1.375rem;left:0rem;display:block; }
#lWG8HE4RcayS6v8hE7t0tA9GwNySsika { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.125rem;height:2.51875rem;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; }
#t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1429710388184rem;left:3.125rem;height:5.85rem;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; }
#Qssw5wq8itAuqWoythpesBl1pfxDAugF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:28.125rem;height:2.51875rem;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; }
#aZzVi78wqyLJqRlcfpovekuTM8xcakgm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:28.125rem;height:5.85rem;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; }
#is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:53.125rem;height:2.51875rem;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; }
#g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53.125rem;height:5.3625rem;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; }
#wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),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: none;height:10.5625rem;width:0.375rem;top:2.9375rem;left:1.9948308270676rem;display:block; }
#u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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: none;height:9.875rem;width:0.375rem;top:2.9375rem;left:52.0625rem;display:block; }
#kCez6ncMIoApZupWBTEoMM61UM6XpLGG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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: none;height:10.5625rem;width:0.375rem;top:2.6875rem;left:27.125rem;display:block; }
#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { 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; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { background-color: transparent; background-image: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container > .video-iframe-container { display: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container { display: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .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); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { border-width: 0; border-radius: 0; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.75rem;width:62.5rem;top:1.9614582061768rem;left:6.2489585876465rem;display:block; }
#TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9929695129394rem;left:9.3742198944094rem;height:9.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.793750762939rem;left:9.375rem;height:9.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4812507629394rem;left:9.3742198944094rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:20.3125rem;display:block; }
#zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.875rem;left:20.3125rem;display:block; }
#Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { 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; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { background-color: transparent; background-image: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container > .video-iframe-container { display: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container { display: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .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); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { border-width: 0; border-radius: 0; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.375rem;height:6.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TM1nlZxb0gKywmkGTzeC8BdEcBB4zWko { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:40.4375rem;width:28.8125rem;top:13.125rem;left:3.4375rem;overflow:hidden;display:block; }
#q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:40.25rem;width:37.8125rem;top:13.1875rem;left:33.75rem;overflow:hidden;display:block; }
#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L { 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; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container { background-color: transparent; background-image: none; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container > .video-iframe-container { display: none; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row > .video-iframe-container { display: none; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .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); }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container { border-width: 0; border-radius: 0; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container { font-size:0.875rem;font-family:arial;height:181.3125rem;width:75rem;position:relative;display:block; }#rrgLK6KnJ4aE3sxTAqln5knfZ6q2df7q { 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:34.6875rem;width:37.9375rem;top:9.6875rem;left:18.53125rem;overflow:hidden;display:block; }
#sxlWAXev5S7driG4GV2nPqBuTq2hqFtR { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvoEP1nwGAcS6BHbX5hNP8GQkmdXxUDf { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:60.3125rem;top:51.0625rem;left:7.34375rem;overflow:hidden;display:block; }
#NoWwSzXpI4yU5Q6Lz8Wwi9WOszIPxhiz { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:75rem;top:90.5rem;left:0rem;overflow:hidden;display:block; }
#DQV66Q3JqlfTe8fb5suy61P0MGTCA6Q4 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:55.8125rem;width:25.5625rem;top:120.375rem;left:10.8212890625rem;overflow:hidden;display:block; }
#LMrpwi1H6Gb7J4rmpQXaM0H6vXi25eci { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:55.375rem;width:25.5625rem;top:120.59375rem;left:42.15625rem;overflow:hidden;display:block; }
#nyGS24wJ91iLAcbPgeBokggvseaeqvqp { 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; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { background-color: transparent; background-image: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container > .video-iframe-container { display: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container { display: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .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); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { border-width: 0; border-radius: 0; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { font-size:0.875rem;font-family:arial;height:91.5625rem;width:75rem;position:relative;display:block; }#B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:60.599998474121rem;left:14.09375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:22.074999809265rem;left:14.0625rem;height:35.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.0625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:5.5625rem;left:14.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:15.125rem;top:7.512499809265rem;left:27.84375rem;overflow:hidden;display:block; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .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; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { 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-tertiary-0),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:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:70rem;left:26.375rem;z-index:15008; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg { width:auto; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
#qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:66.950000762938rem;left:26.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:83.1875rem;left:18.25rem;display:block; }
#dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9zI0AtfuZGdSVecSblGElE2erzb10wc { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:80.375rem;left:18.25rem;display:block; }
#kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { 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;z-index:auto;display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { background-color: transparent; background-image: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container > .video-iframe-container { display: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container { display: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .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); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { border-width: 0; border-radius: 0; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { display:block; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZTfcdMt82laI5vC3OmMP02DyiT1WOm { display:block; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaMRcUzXQ93Cdb6aw8QSfW6LPOimDFr1 { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOI4ooVhfw4sTw5NDoZ6Tom0UgDE4pw { top:2.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTXV9Qg5SlT63mQm7HU4qak4MEhdiV7 { top:9.125rem;left:0rem;width:40.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF58yISvlr5nAWe2EKdawMP4DSWM6FL6 { top:12rem;left:0rem;width:40.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #audKBZP3q28TA77NNvZl1H0MgamTMWiV { top:15.875rem;left:0rem;width:40.625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZw0Nu5nyLoowKrSTWicT5o54orudI1y { top:27.5625rem;left:0rem;width:40.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSd3a1ULIImahfF9lw1BxVT2mnvIw8o0 { top:33.3125rem;left:0rem;width:40.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWgDvJ4hHyfbhuuM4pn1hRReS9Zb1GpM { top:34.4375rem;left:0rem;width:38.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCA1hlF4Lzka4mTMOnL7n3po2i7cuNe { top:42.75rem;left:2rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 { width:18rem;height:5.0625rem;display:flex;top:39rem;left:28.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #JNFJghnhnQ0rAmr0ailJs5A2I8yIxyGd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #rcPGNTKfNeFbLWzUJkGCxtnseHKO6A7i {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #mzqcEVDXvKwdHW8IXrcL122NakwglJuK {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TT6mm75tS0w5uqIxmeTc02V2PFDEMnRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #qlZTLTclTdlGp8XIH2a6kpponcVm0xl5 {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TJyflN3BnoJZPp9HTCPUrL0Vad0LauFi {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #hfCi7FqZINP4ytGiCKlJ6W5fyP0G5rAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #U16Gi6pI37cD5EwToa38ZRcnT2ql6tb3 {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #VTBCCcbQuyRwBIFyKCqrSeqgNXp7q8UJ {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #CNg7CDPTK0I1XoGikFomiPf0yPv60yL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #cILRgHngZmHU25uP0GF5PUAI7Dvxwska {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #BXvGbi3FXybtV9W1kzFhlAgvKI3uIa1I {  }
 }@media only screen and (max-width: 763px) { #XqxCWH4slO7XfmeWzWecBbFuxf1z2Gkl { top:22.5rem;left:0rem;width:40.625rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7CyFAHUecbGleTWTB5tCEP5vdgc9rc2 { width:34.375rem;height:2.875rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7AsHkH3a83fv38TlpQq9Tlq31ASZ2E { display:block; }
 }@media only screen and (max-width: 763px) { #xlofUAQXo5H3AZ9lFccf0XMtkVlCgBOH { width:34.375rem;height:2.8125rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbKWUVubETTRDm4WRBbp5hGqlqwqbAyr { display:block; }
 }@media only screen and (max-width: 763px) { #GhvpT16glrTqvwxrP3X2xFpEnVxohs2g { top:58.25rem;left:0rem;width:47.75rem;height:82.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqTZGJCy6Kt3QO15ZBATfLpAABJEv0J4 { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #suLAaHmnOIgvgmg7CP5XB2nPRwtzv4JG { display:block; }
 }@media only screen and (max-width: 763px) { #KXDI1gdGBepXzwoGPaKisW9EVVPxt1Ht { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfPdDFbenWTn57dZHBaKTFFFNTK0efIG { display:block; }
 }@media only screen and (max-width: 763px) { #fVTAe8T4t3XW5iHtQGqfKzt2hDHTZDM1 { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #drFSV5SerM1MC8PSBzwOwKXEiERtVzEd { display:block; }
 }@media only screen and (max-width: 763px) { #DV4aMTrq0XUR9kWuVopkKSsyEdi5tCmf { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG73Joaq00JPiuGERPccHQ0y22l4m5R7 { display:block; }
 }@media only screen and (max-width: 763px) { #nDFTqMi7Z588hpo7m410nXp7XObK9xKH { top:10.25rem;left:25.9375rem;width:21.8125rem;height:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { top:192.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTKNAOCohRLnQvdkWmeuWynaixqarT { top:202.4375rem;left:2rem;width:43.75rem;height:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { top:58.25rem;left:0rem;width:47.75rem;height:82.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { top:2.75rem;left:0rem;width:47.75rem;height:285.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block; }
 }@media only screen and (max-width: 763px) { #IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TrZvz50SBhOVJEBz47947RlNe1CzSIgT { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block; }
 }@media only screen and (max-width: 763px) { #T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { top:6rem;left:0.125rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zROUObUhd7IW6milAWRqC71vSZUD52H9 { top:233.6875rem;left:3.25rem;width:41.25rem;height:;font-size:1.125rem;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { top:266.6875rem;left:2rem;width:43.75rem;height:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLhuXu3xGisggRE2BipnvILf4ndcscXR { width:34.375rem;height:2.8125rem;top:281.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block; }
 }@media only screen and (max-width: 763px) { #MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { width:34.375rem;height:2.875rem;top:279.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block; }
 }@media only screen and (max-width: 763px) { #xwLNZ7zLUQBNaNfuT30J7kqSEXqNtXyB { top:20.3125rem;left:9.875rem;width:26.25rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJwW3vqUypPfv7qXGTn9ilszqHp3CcM { top:15rem;left:2.6875rem;width:40.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1uBAk8CwUm56T6F6D9zsTlqKreF8lGa { top:74.5625rem;left:2.6875rem;width:40.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uoAWoJbVvRPLKGDTTJeTAOTSyGceIc { top:79.75rem;left:9.875rem;width:26.25rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIC7aTboTQge9AxyohDXT2orNpzfiHl { top:141.5625rem;left:9.875rem;width:26.25rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1GP3agAufxTCTcggwBcVRedkTG1vZQF { top:136.375rem;left:2.6875rem;width:40.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnZkECFbxyaFuLbOyRS9aU6PkCBDwmLd { top:293.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJmfakfoRtTUCTuamsvQ5Oi0Maht7Twl { top:298.3125rem;left:0rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXsDITutQLKrntTfKFOkT4w8osbAivG { top:298.3125rem;left:14.5625rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDKWPUrWQcIlCeJGQmGZl5zafuO35Zsr { top:345.5625rem;left:0rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNIZ8dvXA3FCE9O376T8mRSx7TcwwMpz { top:345.5625rem;left:14.5625rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy2brTZtG9gvlTJyGJ4Hl3olGZSkid8u { top:392.8125rem;left:14.5625rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmbHAAUmbWaSP9Du4x7E3lZVIKzpZ01 { top:392.8125rem;left:0rem;width:33.1875rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { display:block; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { top:7rem;left:0rem;width:47.75rem;height:8.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { top:18.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B381wdihANtgQS7n8WTli7ONTttWFmsy { display:block; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { top:1.9375rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { top:15.5625rem;left:0rem;width:47.75rem;height:312.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { top:18.1875rem;left:0rem;width:47.75rem;height:53.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { top:84.6875rem;left:0rem;width:47.75rem;height:73.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { top:75.875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { top:169.5rem;left:0rem;width:47.75rem;height:55.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { top:160.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { top:227.5625rem;left:1.5rem;width:44.75rem;height:87.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { width:34.375rem;height:2.8125rem;top:321.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block; }
 }@media only screen and (max-width: 763px) { #XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { width:34.375rem;height:2.875rem;top:319rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block; }
 }@media only screen and (max-width: 763px) { #T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { top:4.4375rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgghWVMh5yEpzRoLGBztcolJppX91w8n { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block; }
 }@media only screen and (max-width: 763px) { #ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block; }
 }@media only screen and (max-width: 763px) { #ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block; }
 }@media only screen and (max-width: 763px) { #pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block; }
 }@media only screen and (max-width: 763px) { #LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { display:block; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { top:223.4375rem;left:0rem;width:47.75rem;height:45.365209988649rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { top:2.5625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { top:158.8125rem;left:0rem;width:47.75rem;height:25.090454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { top:198.3125rem;left:0rem;width:47.75rem;height:14.542045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3r2ydudAO28b1gV7r01QyiTKfDV45TZ { top:63.875rem;left:0.0625rem;width:47.625rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1aAQnuPf9yTHsmV2wCkyCd3o3yFzk3a { top:11.6875rem;left:10.75rem;width:26.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcpUh3Ve5k4uWpOvbE8lqR94FgVZ2wor { top:101.25rem;left:10.75rem;width:26.25rem;height:51.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { display:block; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { top:14.5rem;left:0rem;width:47.75rem;height:34.339105793451rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { top:2.875rem;left:0rem;width:47.75rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { display:block; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { top:13.8125rem;left:0.3125rem;width:47.125rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { top:2.8125rem;left:0rem;width:47.75rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn9wap6QTJ6iBBHyIA11xnOkA815ATtP { top:58.9375rem;left:0rem;width:47.75rem;height:23.149756986634rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETCrXD0M8wHr0FEqAp7RZV93Zloxep2 { top:95.1875rem;left:0rem;width:26.25rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5LKFL93CzzTzKpngs3f60At2JBSpa5v { top:95.1875rem;left:21.5rem;width:26.25rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGS54BU55Uoy7eXeJBvBlb0rCeTFdIKF { top:90.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhRXRo2uLpuqgOMnSUQffflApAohqma { display:block; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { top:1.9375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { top:4.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { top:10.375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block; }
 }@media only screen and (max-width: 763px) { #ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block; }
 }@media only screen and (max-width: 763px) { #FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block; }
 }@media only screen and (max-width: 763px) { #ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block; }
 }@media only screen and (max-width: 763px) { #BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { width:34.375rem;height:2.875rem;top:19.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block; }
 }@media only screen and (max-width: 763px) { #HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { width:34.375rem;height:2.8125rem;top:22.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block; }
 }@media only screen and (max-width: 763px) { #hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { display:block; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDCo0hhIcLsGup1ishq1eh85pwpTses { top:6.8125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { top:3.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { top:16.4375rem;left:0rem;width:30rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { top:16.4375rem;left:17.75rem;width:30rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { top:18rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { top:18rem;left:22.75rem;width:25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { top:22.125rem;left:0rem;width:25rem;height:20.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { top:22.125rem;left:22.75rem;width:25rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { top:46.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { top:50.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { display:block; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { top:3.6875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { top:12.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { display:block; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { top:2.0625rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { top:3.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { top:7.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { top:14.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { display:block; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { top:21.75rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { top:23.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { top:27.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { top:33.8125rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { top:11.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDwszoNcCe2rnip52vJouS1rcuVCCtDk { top:3.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { display:block; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGiIkKA2yyMdxle2ysI20btV6geg2w6i { top:2.0625rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { top:3.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { top:7.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { top:11.375rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { display:block; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { display:block; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { top:7.125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { top:3.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { top:22.875rem;left:0rem;width:47.75rem;height:123.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { top:25.375rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { top:47.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP898z4pqixU0zV1RuLaz9OW32vq4xpa { top:52.4375rem;left:0rem;width:47.75rem;height:24.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { top:75.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { top:17rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { width:16.875rem;height:6.5625rem;top:133.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block; }
 }@media only screen and (max-width: 763px) { #rSyd48wSLscTXFU7dldTBmGUXDORbyEV { top:92.4375rem;left:14.5rem;width:18.75rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { top:92.4375rem;left:14.5rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa50eZefyvGew4uHsET5BuS4r4ocStmt { top:92.4375rem;left:14.5rem;width:18.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { top:92.6875rem;left:15.4375rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { top:94.3125rem;left:15.4375rem;width:16.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { top:100rem;left:15.4375rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { top:112.9375rem;left:15.437501907349rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { top:141.8125rem;left:15.437501907349rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppzztsmc9KPIzl5dUI3AxaQyellqTic { top:103.625rem;left:17.625001907349rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { top:105.25rem;left:15.437501907349rem;width:16.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { top:94.1875rem;left:29rem;width:18.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { top:94.1875rem;left:29rem;width:18.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { top:95.25rem;left:32.125rem;width:15.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { top:100.125rem;left:32.125rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { top:113rem;left:30.875rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { top:103.6875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { top:105.6875rem;left:30.875rem;width:16.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { top:141.875rem;left:30.875rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { top:94.1875rem;left:0rem;width:18.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { top:95.25rem;left:0rem;width:15.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utk1dhWlsZfwQupt9vey1UQHAvvRExyU { top:100.125rem;left:0rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { top:94.1875rem;left:0rem;width:18.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { top:103.6875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { top:105.6875rem;left:0rem;width:16.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { top:113rem;left:0rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { width:16.875rem;height:6.5625rem;top:133.875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block; }
 }@media only screen and (max-width: 763px) { #u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { top:141.875rem;left:0rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { width:16.875rem;height:6.5625rem;top:133.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .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; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .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; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { width:18rem;height:5.0625rem;display:flex;top:78.4375rem;left:14.250001907349rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
 }@media only screen and (max-width: 763px) { #tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { top:7.25rem;left:0rem;width:18.75rem;height:11.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 { display:block; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvSam40Eniasdi1de445JGMS15yg0upf { top:7.125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuVxF9ifwcNycc6XcI1ATJ7TIAsqIcu0 { top:3.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9VKixCTOCAGCiL60J7TgSr5XhDnvXrk { top:22.875rem;left:0rem;width:47.75rem;height:139.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTm5qXTECp1nB9Kio5esgcLxltnENgyC { top:25.375rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1SWpDOWrA383BlidUFuV68MFo3FbhB { top:109.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdBzqsSq6huTZ23dOHsuiqIQs8N5hp3 { top:115.4375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptKSGv24dqqX0SEsOdRwNKOeJyq4PgJ4 { top:127rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF2QQq13cncmnARysOOCnf2Z1o3scmJD { top:17rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G31RNg16iFIzZ9LTTd0r0Ca0Zfl54pSL { top:156.375rem;left:15.4375rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh43I8iX9wd34HgrbgFZT6pscn2pcok0 { top:141.75rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2UoW0JtqIrTgSoQ3K51HwaECvXwtqpk { top:143.375rem;left:15.4375rem;width:16.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBD70SzHMLoJRJQ0RLwsJFGKdbSGJzN { width:28.125rem;height:4.375rem;top:151.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2amQPyZTWKL1BOuqRRwf04DTvKKJWc { display:block; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .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; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .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; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI { width:18rem;height:5.0625rem;display:flex;top:78.4375rem;left:14.250001907349rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #v6JlyaxCtOqe2OnrAoFBSB5gT3sz6UVU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #K4l9oTXTh84ZJOs3fvU9UthuFEp3GDCk {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #LlCVyNerwPGixhv4TyV4iu87yXKTpxVf {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Xke3NUn6WL0pwEsTeiKgo8sNUaGQgK7L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #iTSIsqNwichQwJ8x5r96BKNJoJtCGDcH {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Li0GZT1Vk7fGtUTwTtti4ddhHtKkKH55 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #IRczeDHKl8hknDtOmMPNZc11byiGKtXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #cC52BcZqP9n4kfCOoT1snP58J5BVJdZ2 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #BlLtViveTCe4fTwqBn6TbVGC82khwHB0 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #GBHTpTBWI5SqPGwKtr6qCwV6lxxaeTfw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #u074weCNt4SkrFVgXWJVKiJM3CAaF4yV {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #idzi9DPObtZNRwsRkbo3CBPeWAZTDIGG {  }
 }@media only screen and (max-width: 763px) { #UCp49PaTmdGZfErSDuIBVQFAbxlMTnRL { top:7.25rem;left:0rem;width:18.75rem;height:11.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzrUdqX6kiTRs6xl9TfE9zp8pUC8lpS7 { top:99.5625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX { top:39.125rem;left:0.875rem;width:46.875rem;height:;font-size:1.375rem;display:block; }#QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/357f3666-1d1a-4ff3-a727-a886f86b81b4/plus.png); }
 }@media only screen and (max-width: 763px) { #KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { top:1.375rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWG8HE4RcayS6v8hE7t0tA9GwNySsika { top:2.625rem;left:0rem;width:18.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { top:5.125rem;left:0rem;width:18.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qssw5wq8itAuqWoythpesBl1pfxDAugF { top:2.625rem;left:13rem;width:18.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzVi78wqyLJqRlcfpovekuTM8xcakgm { top:5.1875rem;left:13rem;width:18.75rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { top:2.625rem;left:28.875rem;width:18.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { top:5.1875rem;left:28.875rem;width:18.75rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { top:2.9375rem;left:0rem;width:0.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { top:2.9375rem;left:31.75rem;width:0.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCez6ncMIoApZupWBTEoMM61UM6XpLGG { top:2.6875rem;left:15.875rem;width:0.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { display:block; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { top:1.9375rem;left:0rem;width:47.75rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { top:8.9375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { top:20.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { top:4.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block; }
 }@media only screen and (max-width: 763px) { #VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block; }
 }@media only screen and (max-width: 763px) { #zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block; }
 }@media only screen and (max-width: 763px) { #i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { width:34.375rem;height:2.8125rem;top:36.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block; }
 }@media only screen and (max-width: 763px) { #BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { width:34.375rem;height:2.875rem;top:33.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block; }
 }@media only screen and (max-width: 763px) { #T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { display:block; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { top:2.9375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM1nlZxb0gKywmkGTzeC8BdEcBB4zWko { top:13.125rem;left:0rem;width:28.8125rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { top:13.1875rem;left:9.8125rem;width:37.8125rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNlJD9qJ22uonzW1aT8qC8mizawNgp7L { display:block; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrgLK6KnJ4aE3sxTAqln5knfZ6q2df7q { top:9.6875rem;left:4.90625rem;width:37.9375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxlWAXev5S7driG4GV2nPqBuTq2hqFtR { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvoEP1nwGAcS6BHbX5hNP8GQkmdXxUDf { top:51.0625rem;left:0rem;width:47.75rem;height:26.967616580311rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoWwSzXpI4yU5Q6Lz8Wwi9WOszIPxhiz { top:90.5rem;left:0rem;width:47.75rem;height:16.433958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQV66Q3JqlfTe8fb5suy61P0MGTCA6Q4 { top:120.375rem;left:0rem;width:25.5625rem;height:55.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrpwi1H6Gb7J4rmpQXaM0H6vXi25eci { top:120.5625rem;left:22.1875rem;width:25.5625rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyGS24wJ91iLAcbPgeBokggvseaeqvqp { display:block; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { top:60.5625rem;left:0.46875rem;width:42.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { top:22.0625rem;left:0.4375rem;width:42.6875rem;height:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { top:1.4375rem;left:0.4375rem;width:42.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { top:5.5625rem;left:0.4375rem;width:42.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { top:7.5rem;left:14.21875rem;width:15.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .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; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .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; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { width:18rem;height:5.0625rem;display:flex;top:39rem;left:28.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
 }@media only screen and (max-width: 763px) { #qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { top:66.9375rem;left:12.4375rem;width:18.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block; }
 }@media only screen and (max-width: 763px) { #HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block; }
 }@media only screen and (max-width: 763px) { #ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block; }
 }@media only screen and (max-width: 763px) { #CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { width:34.375rem;height:2.8125rem;top:83.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block; }
 }@media only screen and (max-width: 763px) { #P9zI0AtfuZGdSVecSblGElE2erzb10wc { width:34.375rem;height:2.875rem;top:80.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block; }
 }@media only screen and (max-width: 763px) { #L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { top:1.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { display:block; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZTfcdMt82laI5vC3OmMP02DyiT1WOm { display:block; }#uDZTfcdMt82laI5vC3OmMP02DyiT1WOm > .row .container { width:20rem;height:124.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaMRcUzXQ93Cdb6aw8QSfW6LPOimDFr1 { width:20rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOI4ooVhfw4sTw5NDoZ6Tom0UgDE4pw { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTXV9Qg5SlT63mQm7HU4qak4MEhdiV7 { width:18.75rem;height:4.225rem;top:9.5625rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF58yISvlr5nAWe2EKdawMP4DSWM6FL6 { width:18.75rem;height:4.875rem;top:14.3125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #audKBZP3q28TA77NNvZl1H0MgamTMWiV { width:18.75rem;height:8.5rem;top:21.1875rem;left:0.62421876192093rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZw0Nu5nyLoowKrSTWicT5o54orudI1y { width:18.75rem;height:8.775rem;top:36rem;left:0.62421876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSd3a1ULIImahfF9lw1BxVT2mnvIw8o0 { width:20rem;height:9.375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWgDvJ4hHyfbhuuM4pn1hRReS9Zb1GpM { width:18.75rem;height:7.3125rem;top:47.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCA1hlF4Lzka4mTMOnL7n3po2i7cuNe { width:18.75rem;height:3.575rem;top:102.25rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 .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; }
#dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 { width:18rem;height:5.0625rem;display:flex;top:106.9375rem;left:0.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #JNFJghnhnQ0rAmr0ailJs5A2I8yIxyGd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #rcPGNTKfNeFbLWzUJkGCxtnseHKO6A7i {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #mzqcEVDXvKwdHW8IXrcL122NakwglJuK {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TT6mm75tS0w5uqIxmeTc02V2PFDEMnRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #qlZTLTclTdlGp8XIH2a6kpponcVm0xl5 {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #TJyflN3BnoJZPp9HTCPUrL0Vad0LauFi {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #hfCi7FqZINP4ytGiCKlJ6W5fyP0G5rAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #U16Gi6pI37cD5EwToa38ZRcnT2ql6tb3 {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #VTBCCcbQuyRwBIFyKCqrSeqgNXp7q8UJ {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #CNg7CDPTK0I1XoGikFomiPf0yPv60yL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #cILRgHngZmHU25uP0GF5PUAI7Dvxwska {  }
 }@media only screen and (max-width: 763px) { #dhSt73wCnQNXhPbwh1WXd4e7T3wioIm6 #BXvGbi3FXybtV9W1kzFhlAgvKI3uIa1I {  }
 }@media only screen and (max-width: 763px) { #XqxCWH4slO7XfmeWzWecBbFuxf1z2Gkl { width:18.75rem;height:3.75rem;top:30.625rem;left:1.2500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7CyFAHUecbGleTWTB5tCEP5vdgc9rc2 { width:19rem;height:2.875rem;top:89.182035446169rem;left:0.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU7AsHkH3a83fv38TlpQq9Tlq31ASZ2E { display:block; }
 }@media only screen and (max-width: 763px) { #xlofUAQXo5H3AZ9lFccf0XMtkVlCgBOH { width:19rem;height:2.8125rem;top:92.057035446169rem;left:0.5rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbKWUVubETTRDm4WRBbp5hGqlqwqbAyr { display:block; }
 }@media only screen and (max-width: 763px) { #GhvpT16glrTqvwxrP3X2xFpEnVxohs2g { width:20rem;height:1.875rem;top:122.875rem;left:0rem;z-index:15001;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tqTZGJCy6Kt3QO15ZBATfLpAABJEv0J4 { width:15.625rem;height:1.875rem;top:113.8125rem;left:2.1875rem;font-size:0.9375rem;z-index:15008;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #suLAaHmnOIgvgmg7CP5XB2nPRwtzv4JG { display:block; }
 }@media only screen and (max-width: 763px) { #KXDI1gdGBepXzwoGPaKisW9EVVPxt1Ht { width:15.625rem;height:1.5625rem;top:118.5rem;left:2.1875rem;font-size:0.75rem;z-index:15009;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hfPdDFbenWTn57dZHBaKTFFFNTK0efIG { display:block; }
 }@media only screen and (max-width: 763px) { #fVTAe8T4t3XW5iHtQGqfKzt2hDHTZDM1 { width:15.625rem;height:1.5625rem;top:115.6875rem;left:2.1875rem;font-size:0.9375rem;z-index:15009;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #drFSV5SerM1MC8PSBzwOwKXEiERtVzEd { display:block; }
 }@media only screen and (max-width: 763px) { #DV4aMTrq0XUR9kWuVopkKSsyEdi5tCmf { width:15.625rem;height:1.25rem;top:117.25rem;left:2.1875rem;font-size:0.75rem;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PG73Joaq00JPiuGERPccHQ0y22l4m5R7 { display:block; }
 }@media only screen and (max-width: 763px) { #nDFTqMi7Z588hpo7m410nXp7XObK9xKH { width:20rem;height:43.11875rem;top:57.500782012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { width:20rem;height:426.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { width:18.75rem;height:4.875rem;top:142.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTKNAOCohRLnQvdkWmeuWynaixqarT { width:18.75rem;height:29.25rem;top:149.125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { width:20rem;height:249.75rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { width:20rem;height:82.75rem;top:185.68203163147rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { width:15.625rem;height:1.875rem;top:240.875rem;left:2.1875rem;font-size:0.9375rem;z-index:15012;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block; }
 }@media only screen and (max-width: 763px) { #IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { width:15.625rem;height:1.5625rem;top:242.75rem;left:2.1875rem;font-size:0.9375rem;z-index:15013;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TrZvz50SBhOVJEBz47947RlNe1CzSIgT { width:15.625rem;height:1.25rem;top:244.3125rem;left:2.1875rem;font-size:0.75rem;z-index:15014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { width:15.625rem;height:1.5625rem;top:245.5625rem;left:2.1875rem;font-size:0.75rem;z-index:15013;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block; }
 }@media only screen and (max-width: 763px) { #T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { width:18.75rem;height:3.25rem;top:0rem;left:0.62421876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zROUObUhd7IW6milAWRqC71vSZUD52H9 { width:17.5rem;height:45.9125rem;top:179.9375rem;left:1.875rem;font-size:1.125rem;line-height:1.3;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { width:18.75rem;height:10.2375rem;top:227.6875rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cLhuXu3xGisggRE2BipnvILf4ndcscXR { width:19rem;height:2.8125rem;top:281.875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block; }
 }@media only screen and (max-width: 763px) { #MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { width:19rem;height:2.875rem;top:279.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block; }
 }@media only screen and (max-width: 763px) { #xwLNZ7zLUQBNaNfuT30J7kqSEXqNtXyB { width:20rem;height:36.6796875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJwW3vqUypPfv7qXGTn9ilszqHp3CcM { width:20rem;height:5.85rem;top:6rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1uBAk8CwUm56T6F6D9zsTlqKreF8lGa { width:20rem;height:5.85rem;top:51.437498092651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5uoAWoJbVvRPLKGDTTJeTAOTSyGceIc { width:20rem;height:38.559375rem;top:57.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIC7aTboTQge9AxyohDXT2orNpzfiHl { width:20rem;height:35rem;top:105.0625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1GP3agAufxTCTcggwBcVRedkTG1vZQF { width:20rem;height:5.85rem;top:98.561719894406rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnZkECFbxyaFuLbOyRS9aU6PkCBDwmLd { width:18.75rem;height:3.25rem;top:252.5625rem;left:0.62421876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJmfakfoRtTUCTuamsvQ5Oi0Maht7Twl { width:20rem;height:26.704331450094rem;top:257.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXsDITutQLKrntTfKFOkT4w8osbAivG { width:20rem;height:26.704331450094rem;top:285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDKWPUrWQcIlCeJGQmGZl5zafuO35Zsr { width:20rem;height:26.704331450094rem;top:312.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNIZ8dvXA3FCE9O376T8mRSx7TcwwMpz { width:20rem;height:26.704331450094rem;top:340.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy2brTZtG9gvlTJyGJ4Hl3olGZSkid8u { width:20rem;height:26.704331450094rem;top:396.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmbHAAUmbWaSP9Du4x7E3lZVIKzpZ01 { width:20rem;height:26.704331450094rem;top:368.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { display:block; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { width:18.75rem;height:15.75rem;top:3.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { width:18.75rem;height:7.125rem;top:21.686721801757rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B381wdihANtgQS7n8WTli7ONTttWFmsy { display:block; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { width:20rem;height:456.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { width:20rem;height:439.8125rem;top:14.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { width:18.75rem;height:80.4375rem;top:16.937500953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { width:18.75rem;height:97.9875rem;top:110.9375rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { width:18.75rem;height:7.8rem;top:100.125rem;left:0.62421876192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { width:18.75rem;height:80.4375rem;top:222.00001144409rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { width:18.75rem;height:9.75rem;top:209.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { width:17.5rem;height:138.9375rem;top:304.28749465943rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { width:19rem;height:2.8125rem;top:321.8125rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block; }
 }@media only screen and (max-width: 763px) { #XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { width:19rem;height:2.875rem;top:319rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block; }
 }@media only screen and (max-width: 763px) { #T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { width:20rem;height:9.375rem;top:3.4062502384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgghWVMh5yEpzRoLGBztcolJppX91w8n { width:15.625rem;height:1.875rem;top:445.625rem;left:2.1875rem;font-size:0.9375rem;z-index:15012;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block; }
 }@media only screen and (max-width: 763px) { #ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { width:15.625rem;height:1.5625rem;top:447.4375rem;left:2.1875rem;font-size:0.9375rem;z-index:15013;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block; }
 }@media only screen and (max-width: 763px) { #ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { width:15.625rem;height:1.25rem;top:448.9375rem;left:2.1875rem;font-size:0.75rem;z-index:15014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block; }
 }@media only screen and (max-width: 763px) { #pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { width:15.625rem;height:1.5625rem;top:450.1875rem;left:2.1875rem;font-size:0.75rem;z-index:15013;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block; }
 }@media only screen and (max-width: 763px) { #LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { display:block; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { width:20rem;height:145.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { width:18.6875rem;height:17.75rem;top:30.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { width:20rem;height:7.8rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { width:20rem;height:10.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { width:20rem;height:6.0909090909091rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3r2ydudAO28b1gV7r01QyiTKfDV45TZ { width:20rem;height:14.9343832021rem;top:88.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1aAQnuPf9yTHsmV2wCkyCd3o3yFzk3a { width:20rem;height:38.095238095238rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcpUh3Ve5k4uWpOvbE8lqR94FgVZ2wor { width:20rem;height:39.047619047619rem;top:105.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { display:block; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { width:18.6875rem;height:13.4375rem;top:8.8125rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { width:20rem;height:5.85rem;top:0.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { display:block; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { width:18.6875rem;height:16.125rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { width:20rem;height:5.85rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn9wap6QTJ6iBBHyIA11xnOkA815ATtP { width:20rem;height:9.6962332928311rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETCrXD0M8wHr0FEqAp7RZV93Zloxep2 { width:20rem;height:35.52380952381rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5LKFL93CzzTzKpngs3f60At2JBSpa5v { width:20rem;height:35.52380952381rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGS54BU55Uoy7eXeJBvBlb0rCeTFdIKF { width:20rem;height:3.25rem;top:36.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhRXRo2uLpuqgOMnSUQffflApAohqma { display:block; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { width:20rem;height:31.1875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { width:18.75rem;height:6.175rem;top:2.5390625rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { width:18.75rem;height:11.94375rem;top:10.125rem;left:0.62421876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { width:15.625rem;height:1.875rem;top:23.875rem;left:2.1875rem;font-size:0.9375rem;z-index:15016;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block; }
 }@media only screen and (max-width: 763px) { #ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { width:15.625rem;height:1.5625rem;top:25.6875rem;left:2.1875rem;font-size:0.9375rem;z-index:15017;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block; }
 }@media only screen and (max-width: 763px) { #FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { width:15.625rem;height:1.25rem;top:27.25rem;left:2.1875rem;font-size:0.75rem;z-index:15018;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block; }
 }@media only screen and (max-width: 763px) { #ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { width:15.625rem;height:1.5625rem;top:28.5rem;left:2.1875rem;font-size:0.75rem;z-index:15017;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block; }
 }@media only screen and (max-width: 763px) { #BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { width:19rem;height:2.875rem;top:19.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block; }
 }@media only screen and (max-width: 763px) { #HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { width:19rem;height:2.8125rem;top:22.375rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block; }
 }@media only screen and (max-width: 763px) { #hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { display:block; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDCo0hhIcLsGup1ishq1eh85pwpTses { width:18.75rem;height:11.875rem;top:8.3125rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { width:18.75rem;height:4.6875rem;top:1.75rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { width:18.75rem;height:23.875rem;top:22.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { width:18.75rem;height:24.1875rem;top:48.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { width:18.75rem;height:1.75rem;top:24.5rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { width:18.75rem;height:1.75rem;top:49.9375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { width:16.25rem;height:17.5rem;top:27.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { width:16.25rem;height:17.5rem;top:53.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { width:20rem;height:4.375rem;top:74.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { width:20rem;height:3rem;top:79.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { display:block; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { width:18.75rem;height:6.875rem;top:1.1875rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { width:18.75rem;height:15rem;top:10.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { display:none; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { width:20rem;height:53.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { width:20rem;height:50.375rem;top:1.4374961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { width:18.75rem;height:3.125rem;top:2.4375rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { width:18.75rem;height:12rem;top:6.53125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { width:18.75rem;height:29.25rem;top:20.423438072204rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { display:block; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { width:20rem;height:59.5625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { width:18.75rem;height:1.875rem;top:30.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { width:18.75rem;height:8.125rem;top:34.625rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { width:18.75rem;height:42.4125rem;top:44.5625rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { width:18.75rem;height:13rem;top:13.875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDwszoNcCe2rnip52vJouS1rcuVCCtDk { width:18.75rem;height:10.625rem;top:1.375rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { display:none; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { width:20rem;height:46.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lGiIkKA2yyMdxle2ysI20btV6geg2w6i { width:20rem;height:42.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { width:18.75rem;height:3.125rem;top:3.0000019073486rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { width:18.75rem;height:1.875rem;top:6.78125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { width:18.75rem;height:32.175rem;top:10.546873092651rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { display:block; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { display:none; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { width:20rem;height:287.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { width:18.75rem;height:0;top:7.1250572204587rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { width:18.75rem;height:4.6875rem;top:0.68740463256838rem;left:0.62421876192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { width:20rem;height:258.125rem;top:27.124996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { width:18.75rem;height:39.325rem;top:29rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { width:20rem;height:5.0375rem;top:70.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP898z4pqixU0zV1RuLaz9OW32vq4xpa { width:18.75rem;height:39.325rem;top:77.125rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { width:20rem;height:3.25rem;top:115.56250095367rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { width:20rem;height:3.125rem;top:21.062501907349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { width:16.875rem;height:6.5625rem;top:272.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block; }
 }@media only screen and (max-width: 763px) { #rSyd48wSLscTXFU7dldTBmGUXDORbyEV { width:18.75rem;height:51.9375rem;top:128.4375038147rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { width:18.75rem;height:9.375rem;top:128.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa50eZefyvGew4uHsET5BuS4r4ocStmt { width:18.75rem;height:1.6875rem;top:128.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { width:16.875rem;height:1.1375rem;top:128.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { width:16.875rem;height:5.6875rem;top:130.3125rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { width:16.875rem;height:1.1375rem;top:136rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { width:16.875rem;height:18rem;top:148.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { width:16.875rem;height:0.975rem;top:177.6875038147rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppzztsmc9KPIzl5dUI3AxaQyellqTic { width:12.5rem;height:1.625rem;top:139.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { width:16.875rem;height:5.6875rem;top:141.25rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { width:18.75rem;height:49.3125rem;top:182.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { width:18.75rem;height:7.6875rem;top:182.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { width:15.625rem;height:4.875rem;top:183.4375rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { width:15.625rem;height:1.1375rem;top:188.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { width:16.875rem;height:18rem;top:201.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { width:12.5rem;height:1.625rem;top:191.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { width:16.875rem;height:4.875rem;top:193.875rem;left:1.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { width:16.875rem;height:0.975rem;top:229.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { width:18.75rem;height:7.6875rem;top:233.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { width:15.625rem;height:4.875rem;top:234.75rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utk1dhWlsZfwQupt9vey1UQHAvvRExyU { width:15.625rem;height:1.1375rem;top:239.625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { width:18.75rem;height:49.1875rem;top:233.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { width:12.5rem;height:1.625rem;top:243.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { width:16.875rem;height:4.875rem;top:245.1875rem;left:1.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { width:16.875rem;height:18rem;top:252.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { width:16.875rem;height:6.5625rem;top:169.6875038147rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block; }
 }@media only screen and (max-width: 763px) { #u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { width:16.875rem;height:0.975rem;top:280.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { width:16.875rem;height:6.5625rem;top:221.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .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; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .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; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { width:18rem;height:5.0625rem;display:flex;top:120.62500572204rem;left:0.93671876192094rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
 }@media only screen and (max-width: 763px) { #tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { width:18.75rem;height:11.875rem;top:7.25rem;left:0.62421876192093rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 { display:block; }#MiusQnVK5ytx7RseRq0w5mk31fsVc2r8 > .row .container { width:20rem;height:275.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvSam40Eniasdi1de445JGMS15yg0upf { width:18.75rem;height:0;top:7.1250572204587rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PuVxF9ifwcNycc6XcI1ATJ7TIAsqIcu0 { width:18.75rem;height:4.6875rem;top:0.68740463256838rem;left:0.62421876192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9VKixCTOCAGCiL60J7TgSr5XhDnvXrk { width:20rem;height:245.875rem;top:27.124221801757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTm5qXTECp1nB9Kio5esgcLxltnENgyC { width:18.75rem;height:25.025rem;top:29rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1SWpDOWrA383BlidUFuV68MFo3FbhB { width:20rem;height:5.0375rem;top:217.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdBzqsSq6huTZ23dOHsuiqIQs8N5hp3 { width:18.75rem;height:12.5125rem;top:225.5rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptKSGv24dqqX0SEsOdRwNKOeJyq4PgJ4 { width:20rem;height:3.25rem;top:241.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF2QQq13cncmnARysOOCnf2Z1o3scmJD { width:20rem;height:3.125rem;top:21.062501907349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G31RNg16iFIzZ9LTTd0r0Ca0Zfl54pSL { width:16.875rem;height:0.975rem;top:268.5rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh43I8iX9wd34HgrbgFZT6pscn2pcok0 { width:12.5rem;height:1.625rem;top:253.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2UoW0JtqIrTgSoQ3K51HwaECvXwtqpk { width:16.875rem;height:5.6875rem;top:255.5625rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBD70SzHMLoJRJQ0RLwsJFGKdbSGJzN { width:16.825rem;height:4.0625rem;top:263.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2amQPyZTWKL1BOuqRRwf04DTvKKJWc { display:block; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .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; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI .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; }
#ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI { width:18rem;height:5.0625rem;display:flex;top:246.5625rem;left:0.9375rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #v6JlyaxCtOqe2OnrAoFBSB5gT3sz6UVU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #K4l9oTXTh84ZJOs3fvU9UthuFEp3GDCk {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #LlCVyNerwPGixhv4TyV4iu87yXKTpxVf {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Xke3NUn6WL0pwEsTeiKgo8sNUaGQgK7L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #iTSIsqNwichQwJ8x5r96BKNJoJtCGDcH {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #Li0GZT1Vk7fGtUTwTtti4ddhHtKkKH55 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #IRczeDHKl8hknDtOmMPNZc11byiGKtXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #cC52BcZqP9n4kfCOoT1snP58J5BVJdZ2 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #BlLtViveTCe4fTwqBn6TbVGC82khwHB0 {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #GBHTpTBWI5SqPGwKtr6qCwV6lxxaeTfw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #u074weCNt4SkrFVgXWJVKiJM3CAaF4yV {  }
 }@media only screen and (max-width: 763px) { #ifGSKk7uxZtz3G3JbEzvCvRS0xqyJenI #idzi9DPObtZNRwsRkbo3CBPeWAZTDIGG {  }
 }@media only screen and (max-width: 763px) { #UCp49PaTmdGZfErSDuIBVQFAbxlMTnRL { width:18.75rem;height:11.875rem;top:7.25rem;left:0.62421876192093rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UzrUdqX6kiTRs6xl9TfE9zp8pUC8lpS7 { width:18.75rem;height:12.5125rem;top:202.06167030334rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX { width:16.875rem;height:144.5625rem;top:55.749252319336rem;left:2.5492187142372rem;font-size:1.375rem;display:block; }#QwauGcCmQJUXQCxXg3fdvkpcmKy5i9yX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/357f3666-1d1a-4ff3-a727-a886f86b81b4/plus.png); }
 }@media only screen and (max-width: 763px) { #KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { width:20rem;height:36.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWG8HE4RcayS6v8hE7t0tA9GwNySsika { width:15.625rem;height:2.03125rem;top:2.8125rem;left:2.8125001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { width:15.625rem;height:6.5rem;top:5.3304710388184rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qssw5wq8itAuqWoythpesBl1pfxDAugF { width:15.625rem;height:2.03125rem;top:14rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzVi78wqyLJqRlcfpovekuTM8xcakgm { width:15.625rem;height:4.875rem;top:16.4375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { width:15.625rem;height:2.03125rem;top:26rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { width:15.625rem;height:6.5rem;top:28.4375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { width:0.375rem;height:9.375rem;top:2.8125rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { width:0.375rem;height:9.875rem;top:14rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCez6ncMIoApZupWBTEoMM61UM6XpLGG { width:0.375rem;height:9.0625rem;top:26rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { display:block; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { width:20rem;height:49.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { width:18.75rem;height:18.525rem;top:7.8929710388181rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { width:18.75rem;height:10.2375rem;top:28.592971801757rem;left:0.62421876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { width:18.75rem;height:4.55rem;top:2.5390625rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { width:15.625rem;height:1.875rem;top:41.35000038147rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15024;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { width:15.625rem;height:1.5625rem;top:43.175001144409rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15025;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block; }
 }@media only screen and (max-width: 763px) { #VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { width:15.625rem;height:1.25rem;top:44.737501144409rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15026;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block; }
 }@media only screen and (max-width: 763px) { #zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { width:15.625rem;height:1.5625rem;top:45.987501144409rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15025;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block; }
 }@media only screen and (max-width: 763px) { #i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { width:19rem;height:2.8125rem;top:36.6875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block; }
 }@media only screen and (max-width: 763px) { #BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { width:19rem;height:2.875rem;top:33.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block; }
 }@media only screen and (max-width: 763px) { #T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { display:block; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { width:20rem;height:9.1rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TM1nlZxb0gKywmkGTzeC8BdEcBB4zWko { width:18.75rem;height:25.875rem;top:13.000000953674rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { width:18.75rem;height:19.9375rem;top:40.811720848084rem;left:0.57499998807907rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vNlJD9qJ22uonzW1aT8qC8mizawNgp7L { display:block; }#vNlJD9qJ22uonzW1aT8qC8mizawNgp7L > .row .container { width:20rem;height:139.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrgLK6KnJ4aE3sxTAqln5knfZ6q2df7q { width:20rem;height:18.1875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxlWAXev5S7driG4GV2nPqBuTq2hqFtR { width:20rem;height:6.825rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvoEP1nwGAcS6BHbX5hNP8GQkmdXxUDf { width:20rem;height:11.295336787565rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoWwSzXpI4yU5Q6Lz8Wwi9WOszIPxhiz { width:20rem;height:6.8833333333333rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQV66Q3JqlfTe8fb5suy61P0MGTCA6Q4 { width:20rem;height:43.667481662592rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrpwi1H6Gb7J4rmpQXaM0H6vXi25eci { width:20rem;height:43.325rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyGS24wJ91iLAcbPgeBokggvseaeqvqp { display:block; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { width:20rem;height:97.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { width:20rem;height:5.2rem;top:71.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { width:18.75rem;height:39rem;top:28.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { width:20rem;height:5.2rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { width:20rem;height:3.9rem;top:7.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { width:15.125rem;height:14.5625rem;top:13.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .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; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .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; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { width:18rem;height:5.0625rem;display:flex;top:80.5625rem;left:0.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
 }@media only screen and (max-width: 763px) { #qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { width:18.75rem;height:1.7875rem;top:77.5625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { width:15.625rem;height:1.875rem;top:88.125rem;left:2.1875rem;font-size:0.9375rem;z-index:15028;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block; }
 }@media only screen and (max-width: 763px) { #HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { width:15.625rem;height:1.5625rem;top:90rem;left:2.1875rem;font-size:0.9375rem;z-index:15029;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { width:15.625rem;height:1.25rem;top:91.5625rem;left:2.1875rem;font-size:0.75rem;z-index:15030;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block; }
 }@media only screen and (max-width: 763px) { #ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { width:15.625rem;height:1.5625rem;top:92.8125rem;left:2.1875rem;font-size:0.75rem;z-index:15029;background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block; }
 }@media only screen and (max-width: 763px) { #CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { width:19rem;height:2.8125rem;top:83.1875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block; }
 }@media only screen and (max-width: 763px) { #P9zI0AtfuZGdSVecSblGElE2erzb10wc { width:19rem;height:2.875rem;top:80.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block; }
 }@media only screen and (max-width: 763px) { #L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { position:relative;z-index:auto;display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { width:20rem;height:2.275rem;top:0.99996948242188rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }