.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:255,204,204;--color-primary-1:255,103,102;--color-primary-2:255,1,0;--color-primary-3:255,0,0;--color-primary-4:51,0,0;--color-secondary-0:255,236,204;--color-secondary-1:255,242,176;--color-secondary-2:255,158,0;--color-secondary-3:153,95,0;--color-secondary-4:51,32,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e8e8e8;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); }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS { 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; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container { background-color: transparent; background-image: none; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container > .video-iframe-container { display: none; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row > .video-iframe-container { display: none; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .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); }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container { border-width: 0; border-radius: 0; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#gTLMQGkMKioyLKWTHq35T1tsckCuxFJN { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.37158203125rem;left:6.59423828125rem;height:1.37988125rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9f9f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#2d2d2d;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:1.875rem;width:47.25rem;top:1.10400390625rem;left:6.375rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-0),1);display:block;width:46.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.35107421875rem;left:6.5927734375rem;height:1.37988125rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.41650390625rem;left:2.5625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.701171875rem;left:2.99951171875rem;height:4.6318375rem;text-align:center;text-align-last:center;display:block; }
#ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:40.68725rem;top:10.9765625rem;left:9.65576171875rem;display:block; }
#dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.2734375rem;left:21.15625rem;display:block; }
#FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { position:absolute;display:block;z-index:15000;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:46.75rem;width:57.4375rem;top:17.0625rem;left:1.28125rem;display:block; }
#o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.375rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:16.25rem;top:19.75rem;left:21.75rem;overflow:hidden;display:block; }
#Gteb4oKFWviaizKTRVduxODeGxA1NKVh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6245rem;width:13.6245rem;top:20.748046875rem;left:23.185546875rem;overflow:hidden;display:block; }
#SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { color:#d10009;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.50537109375rem;left:19.875rem;height:1.37988125rem;text-align:center;text-align-last:center;display:block; }
#tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.82421875rem;left:24.03125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.786457061767rem;left:15.586456298828rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { color:#359240;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.0625rem;left:20.75rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;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:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),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:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { 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.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:47.2734375rem;left:20.375rem;z-index:15012; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q { width:auto; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
#p2pLp2roTJEdDvNzFPPSK1IsVzK7ZK6u { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.375rem;top:53.5859375rem;left:24.8125rem;overflow:hidden;display:block; }
#JXhlq63LTZOGKFkmlS1cld1LtupqFLEX { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:61.22607421875rem;left:7.84375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { 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; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:408.5rem;width:60rem;position:relative;display:block; }#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f9f9f9;border-left:0.125rem solid #f9f9f9;border-right:0.125rem solid #f9f9f9;border-bottom:0.125rem solid #f9f9f9;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:324.4375rem;width:22.8125rem;top:25.125rem;left:34.654167175293rem;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:46.78123125rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:#2d2d2d;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.75rem;width:23.75rem;top:12.2255859375rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3745rem;width:8.3745rem;top:15.485595703125rem;left:33.75rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1259765625rem;left:42.53125rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.9375rem;left:35.3125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:47.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:#2d2d2d;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.75rem;width:23.75rem;top:27rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.4375rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:84.125rem;left:0.4384765625rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:89.4248046875rem;left:0rem;height:57.0146625rem;text-align:left;text-align-last:left;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:68.5rem;left:50.813545227051rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:68.5rem;left:40.141666412354rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:67.192707061769rem;left:35.992706298828rem; }
#hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:8.4375rem;top:50.33749961853rem;left:34.655208587646rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.0625rem;left:43.813545227051rem;height:9.09375rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:48.0625rem;left:49.836456298828rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:48.0625rem;left:35.867706298828rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.552083015442rem;left:35.992706298828rem; }
#gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { 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:8.5rem;width:11.5625rem;top:31.28750038147rem;left:34.717708587646rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:37.727083206177rem;left:43.813545227051rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:102.1875rem;left:50.023956298828rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:102.1875rem;left:39.766666412354rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:102.07500076294rem;left:36.71875rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11.0625rem;top:90.087499618531rem;left:33.75rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:92.414583206175rem;left:42.898956298828rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:86.455207824706rem;left:49.461456298828rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:86.5rem;left:38.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:85.149999618531rem;left:35.3125rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.4375rem;top:72.010416984556rem;left:33.75rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:76.8125rem;left:44.252082824707rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.937rem;top:6.62841796875rem;left:0rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:0.85205078125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3834228515625rem;left:0.4150390625rem;height:1.867675rem;text-align:center;text-align-last:center;display:block; }
#vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:33.999rem;top:149.8212890625rem;left:0.74853515625rem;overflow:hidden;display:block; }
#HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:34.375rem;top:64.3125rem;left:0rem;overflow:hidden;display:block; }
#vZOtPl2HKTEuH81WzZDeGX5IIJBxFKVN { position:absolute;display:block;z-index:15044;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:69.4375rem;width:27.5rem;top:194.25rem;left:2.8125rem;overflow:hidden;display:block; }
#TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:185.8125rem;left:0.5625rem;height:8.042rem;text-align:center;text-align-last:center;display:block; }
#XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:42.53125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.934374809265rem;left:43.938545227051rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.16250038147rem;left:43.938545227051rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:72.010416984556rem;left:43.938545227051rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:90.087499618531rem;left:43.023956298828rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#B2M6f9uRp6Lgdx7VaugWCShHfs2FkPmB { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:11.875rem;top:106.6875rem;left:32.96875rem;overflow:hidden;display:block; }
#HicLEvgDGtuZ5fBTTRAZyAIMGX37t3vM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:106.6875rem;left:43.023956298828rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#HTZSEChKlAKTEAQ1NXmiEyymxNTPgUzk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:111.28750038147rem;left:42.898956298828rem;height:9.09375rem;text-align:left;text-align-last:left;display:block; }
#U1s3mvTCAs327beH4qfJHFGNqtE5eb2U { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:123.1875rem;left:38.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#IKw2Ch9rEJD6DkJZMnf5wzDl9uQc3gMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:121.52499961853rem;left:35.28125rem; }
#oOQvsFGT3GTDm7wr5FZmoXTlmGRMIO3b { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:123.1875rem;left:49.836456298828rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#d1JHxZ9T6bOFLaCUdcCsr7Ud8Tgpkwc8 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:11.875rem;top:126.4375rem;left:32.96875rem;overflow:hidden;display:block; }
#axkf8lM0Pf1McEOyNepdWWsrsTWELDdp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:127.125rem;left:43.023956298828rem;height:3.89795rem;text-align:left;text-align-last:left;display:block; }
#aNmPdUrTeoLKZlQo1wZuvd5dsvSTcGKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:132.21145820617rem;left:42.898956298828rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#ORs8AX8s5X5KRzLTnNFkJWZSIiDUvKi2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:140.47395801544rem;left:36.117706298828rem; }
#iABF0CeJNwGbiTIGUuhPGqQegnAMzeIC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:141.15520858764rem;left:39.766666412354rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#aEbmlWrGS2DepC8LFNnTqpFgSls558D4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:140.75416660309rem;left:50.023956298828rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { color:#359240;display:block;width:20.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:158.31225585938rem;left:35.90185546875rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:164.60375976562rem;left:36.0615234375rem;display:block; }
#CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.37475625rem;width:6rem;top:169.43627929688rem;left:43.15283203125rem;overflow:hidden;display:block; }
#hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.75rem;top:145.1875rem;left:36.140625rem;overflow:hidden;display:block; }
#coXml9H7g29Roapd7sP7gKp0RDZLPFkz { position:absolute;display:block;z-index:15059;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:17.625rem;width:17.125rem;top:178.17604160309rem;left:38.765625rem;overflow:hidden;display:block; }
#wbcOdhmJJagrcqNm9CJUbdpozUh1l2DG { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:198.4375rem;left:38.765625rem;overflow:hidden;display:block; }
#X0NL2PAO16oArGpH53ynRXGseb7Pr6gT { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:213.5625rem;left:38.765625rem;overflow:hidden;display:block; }
#lT8CpLTL9PltDwBtJ11SLNA2bAuzTePa { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:229.125rem;left:38.765625rem;overflow:hidden;display:block; }
#Dgc1z2ee7ud525PCS5GQNANCplEQeacW { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:17.1875rem;top:244.75rem;left:38.734375rem;overflow:hidden;display:block; }
#ZVVqDhKO7VWBEWNXhoqZtP8PT01KSFoy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:269.625rem;left:38.59375rem;overflow:hidden;display:block; }
#mIMZoJwKIBtMU8Z4PrHoMT326ZEv9bph { position:absolute;display:block;z-index:15064;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:22.6875rem;width:16.875rem;top:284.75rem;left:38.71875rem;overflow:hidden;display:block; }
#Tm4SEMm15uy9APbcEGn1TutRg0lRNQTN { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:309.30520820617rem;left:38.765625rem;overflow:hidden;display:block; }
#X9L45y9TxBDc8kg1s285HsJN8RKGDnrc { position:absolute;display:block;z-index:15065;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:22.5rem;width:16.875rem;top:324.1875rem;left:38.71875rem;overflow:hidden;display:block; }
#eFoEWPhTmfgDka5r1AnHrGQNe9q9Tih3 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:33.5rem;top:306.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#CSOdOJLyMH3xurJPORPyXzKwvg4hmVrP { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:33.25rem;top:315.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#lN2raeAsEzORRa82OILvOAEdXIgL2rqv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:267.3125rem;left:0.1875rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#uuTyGtB1VfvSQrITF68sacPi77TTtGit { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:21.4375rem;top:1.50048828125rem;left:36.15625rem;overflow:hidden;display:block; }
#xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106.625rem;width:60rem;display:none; }
#C0BzoO9Asa192Ne3OhzF5Vo28lQindsp { position:absolute;display:block;z-index:15069;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:32.0625rem;width:30.0625rem;top:270.5rem;left:2.125rem;overflow:hidden;display:block; }
#DmacpBMPkdCa4BWclTJbJUSP4HDAH4AT { position:absolute;display:block;z-index:15070;height:12.1875rem;width:21.75rem;top:346.0625rem;left:5.3125rem;display:block; }
#CGJbtyyQGu5leGRcW4bIz9BLrfsvlz2S { position:absolute;display:block;z-index:15071;height:11.0625rem;width:24.4375rem;top:376.125rem;left:4rem;display:block; }
#bLvA8sMUB9yZf7cropPTWObTerFxbBxy { position:absolute;display:block;z-index:15072;height:13.875rem;width:20.3125rem;top:363.375rem;left:34.9375rem;display:block; }
#n0fG3Ot9F7po5ndwSEwERBnxUigBsNfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:343.1875rem;left:2rem;height:1.29931875rem;display:block; }
#NW5wM88ffgnGtCzdKH405Cb165h7ewsy { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:369.6875rem;left:3.125rem;height:3.89795rem;display:block; }
#HW7XMtA30hrAtWiGxG9FETyqISatf0oX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:356.0625rem;left:34.1875rem;height:3.89795rem;display:block; }
#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { background-color: transparent; background-image: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container > .video-iframe-container { display: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container { display: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .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); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { border-width: 0; border-radius: 0; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:1.1875rem;left:2.875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { position:absolute;display:block;z-index:15010;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:0rem;display:block; }
#WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { position:absolute;display:block;z-index:15011;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:20.3125rem;display:block; }
#gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { position:absolute;display:block;z-index:15012;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:40.625rem;display:block; }
#w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.5625rem;left:0rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:9.5625rem;left:20.34375rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.5625rem;left:40.6875rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:12.28125rem;left:0.40625rem;height:13.806175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:12.28125rem;left:20.3125rem;height:8.4961rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:12.28125rem;left:41.15625rem;height:7.4340875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:175.9375rem;left:38.3125rem;display:none; }
#FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { background-color: transparent; background-image: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container > .video-iframe-container { display: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container { display: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .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); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { border-width: 0; border-radius: 0; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { font-size:0.875rem;font-family:arial;height:151.75rem;width:60rem;position:relative;display:block; }#cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.43701171875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { position:absolute;display:block;z-index:15013;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:29.625rem;left:0rem;display:block; }
#hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:55.8125rem;top:3.46142578125rem;left:0.34375rem;overflow:hidden;display:block; }
#bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:15.9375rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { position:absolute;display:block;z-index:15017;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.6875rem;width:14.6875rem;top:31.40625rem;left:1.06201171875rem;overflow:hidden;display:block; }
#i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:35.8125rem;left:15.9375rem;height:7.3095625rem;text-align:left;text-align-last:left;display:block; }
#Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.75rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.25rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:43.875rem;left:15.9375rem; }
#yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:12.0625rem;top:52.1875rem;left:0rem;overflow:hidden;display:block; }
#mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:52.1875rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#uST2xNOwlXMlc66HKSmarNPuIm5fksAC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:56.375rem;left:11.0625rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:65.75rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:65.1875rem;left:20rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:64.442708015444rem;left:1.0625rem; }
#cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { position:absolute;display:block;z-index:15028;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:49.75rem;left:0rem;display:block; }
#pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:10.875rem;top:51.5rem;left:30.4375rem;overflow:hidden;display:block; }
#e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:52.1875rem;left:41.375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:56.4375rem;left:41.5625rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#meliNkRmxt62i3IyNuhArxha2MhGCCbl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:65.75rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:65.1875rem;left:49.25rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:65.0625rem;left:32.25rem; }
#wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { position:absolute;display:block;z-index:15035;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:49.75rem;left:30.5rem;display:block; }
#vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:84.875rem;left:20rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:85.4375rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:84.75rem;left:1.75rem; }
#XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { position:absolute;display:block;z-index:15028;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:70rem;left:0rem;display:block; }
#U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:12.25rem;top:71.875rem;left:0rem;overflow:hidden;display:block; }
#gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:71.875rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:75.75rem;left:11.0625rem;height:9.09375rem;text-align:left;text-align-last:left;display:block; }
#R2d3GPpowiAVTabBsJf2a5M8T2s6Tesg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:105.125rem;left:19.875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#RRKESb0VThUmUvlIm1ILuXahvACq5rUD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:105.6875rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#q3JM2AADqfvolQJsPnLTirhkQ4xalHe7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:105rem;left:1.75rem; }
#tsVRTWcHdPWIu2eor4IiTMcMhVoGiWyr { position:absolute;display:block;z-index:15042;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:90.25rem;left:0rem;display:block; }
#LNQkII4MAOR0tVSG6iH7iMXDvb9caSp0 { position:absolute;display:block;z-index:15045;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.6875rem;width:13.1875rem;top:92.125rem;left:0rem;overflow:hidden;display:block; }
#MyDBK5LlqikTOAo8vpR1oUDAz4Cm2GKn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:92.125rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#iUQ3rlm3TUHbEAeBAT7yvxffgzCtMmzU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:96.3125rem;left:11.0625rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#Tg9om69UEDTPgNz3GxABXKDuGT5xELiB { position:absolute;display:block;z-index:15049;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:90.25rem;left:30.5rem;display:block; }
#bFQCFACqIHO5IF0kMAS7aV3uxLfuUnpu { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:13.125rem;top:92.125rem;left:30.5rem;overflow:hidden;display:block; }
#h5FoSMl40rBIGuxSO13BGqEuWPo2b6Xw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:92.125rem;left:41.375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#NompesyNIiw659NESTtzMcxonMdNX4Ge { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:95.125rem;left:41.375rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#TWgKsTd5kH8yd1mXsAcLqenvoWM4lFT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:105rem;left:32.25rem; }
#zn1aeIe2JVwFMrBOTIsv9nQ3JqtK08ot { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:105.6875rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#JLNK4v03Uz4IVTTFR9Ik1GULeNQHONy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:105.125rem;left:50rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#UJaX6DAbHFGUKq9x94TEduB6LlE4xcOv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:84.875rem;left:49.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#uPqfWdwEqAIrHnb25C3y45hcFiJNLnDA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:85.4375rem;left:34.9375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#LMC7q6WDkG4tmDik536OO5MUmtOiXQoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:84.75rem;left:32.125rem; }
#T9H4FEMGdJOak6se5y7zkuROctLQ9Z1d { position:absolute;display:block;z-index:15056;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:70rem;left:30.375rem;display:block; }
#GqBUl41AzblTFrefLZaoxIk3wqdRUiOc { position:absolute;display:block;z-index:15059;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.25rem;width:13.9375rem;top:71.875rem;left:29.625rem;overflow:hidden;display:block; }
#NIMAF8fJ4pN5oyDI3BfbPt3khdTkrfua { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:71.875rem;left:41.25rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#s2rud1p227fgbpqD2dEri4A0KlOp2OET { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:77.75rem;left:41.4375rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:117.25rem;left:5.5625rem;height:27.776375rem;text-align:left;text-align-last:left;display:block; }
#JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:113.375rem;left:5.5rem;height:6.17285rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:113.375rem;left:2.5rem;display:block; }
#zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9985625rem;width:16.25rem;top:113.375rem;left:40.8125rem;overflow:hidden;display:block; }
#utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { 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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:34.9375rem;width:55.6875rem;top:112rem;left:2.125rem;display:block; }
#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { background-color: transparent; background-image: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container > .video-iframe-container { display: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container { display: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .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); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { border-width: 0; border-radius: 0; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { 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:27.1245rem;height:8.421375rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;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:18.0625rem;left:15.4033203125rem;z-index:15071; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU { width:auto; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
#ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:block; }
#Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.90625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { position:absolute;display:block;z-index:15039;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:29.25rem;width:55.6875rem;top:0.0634765625rem;left:2.15625rem;display:block; }
#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { background-color: transparent; background-image: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container > .video-iframe-container { display: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container { display: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .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); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { border-width: 0; border-radius: 0; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { font-size:0.875rem;font-family:arial;height:99.1875rem;width:60rem;position:relative;display:block; }#aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { color:rgba(var(--color-tertiary-4),1);display:block;width:53.93625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.373779296875rem;left:3.654052734375rem;height:6.8246875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.3114585876465rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:40.6864375rem;top:16.125001907349rem;left:10.28125rem;display:block; }
#Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:17.875rem;left:4.2489585876465rem;height:5.51953125rem;text-align:center;text-align-last:center;display:block; }
#GJSPOBOIUS47InxonHkeIwWru4wQDTJK { color:#414040;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:26.4375rem;left:4.3114585876465rem;height:8.4360625rem;font-style:normal;overflow:hidden;display:block; }#GJSPOBOIUS47InxonHkeIwWru4wQDTJK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GJSPOBOIUS47InxonHkeIwWru4wQDTJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
#PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ { color:#414040;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:26.28125rem;left:33.375rem;height:8.7480625rem;font-style:normal;overflow:hidden;display:block; }#PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
#JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l { color:#414040;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:55.500001907349rem;left:33.375rem;height:9.9360625rem;font-style:normal;overflow:hidden;display:block; }#JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
#A6MJUvXcWJetUcrTB36nplUXskSDeoTs { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:46.000001907349rem;left:4.8979148864746rem;height:5.51953125rem;text-align:center;text-align-last:center;display:block; }
#BrUmEHHPqRsvqQP4Df95lSS55uvqWD9o { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:40.6864375rem;top:44.000001907349rem;left:9.6572914123538rem;display:block; }
#ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS { color:#414040;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:54.000001907349rem;left:4.3114585876465rem;height:12.9360625rem;font-style:normal;overflow:hidden;display:block; }#ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
#XR6LpKaZc4G61ktecdk1ZT5J4aKDLPl9 { color:rgba(var(--color-primary-3),1);display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.875rem;left:3.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWlTpUwASTmsT8VzecvEe5Vy6VGPu9hP { position:absolute;display:block;z-index:14997;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:94.9375rem;width:60.25rem;top:0.769287109375rem;left:0.013916015625rem;display:block; }
#EiW0vddTeqoPbbH0ndkz3VsFkWTnXzWN { color:rgba(var(--color-primary-3),1);display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:70.25rem;left:4.2489585876465rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA { color:#414040;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:77.56250190735rem;left:7.6864585876462rem;height:;font-style:normal;overflow:hidden;display:block; }#TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { background-color: transparent; background-image: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .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); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { border-width: 0; border-radius: 0; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { font-size:0.875rem;font-family:arial;height:681.1875rem;width:60rem;position:relative;display:block; }#MVidfbrL5kIrcNQGe1ypkDNq5iq4w0If { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3818359375rem;left:1.78076171875rem;height:38.0097375rem;text-align:left;text-align-last:left;display:block; }
#QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:1.5rem;left:17.2197265625rem;overflow:hidden;display:block; }
#cIdy69DCzJyfq6nZ1866PuvimKUe6Mye { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7rem;left:1.28125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#cXZmCF26tvGXA8efOwCVR91Vp2dztJJy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106.625rem;width:60rem;display:none; }
#gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { position:absolute;display:block;z-index:14995;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.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:423.25rem;width:40.625rem;top:12.75rem;left:0rem;display:block; }
#vd8xlvF7hqA4TQGe92I2L7zCqGfpklun { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:220.1875rem;width:18.75rem;top:12.75rem;left:41.25rem;display:block; }
#ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:16.9375rem;top:12.75rem;left:41.62353515625rem;overflow:hidden;display:block; }
#SByk970vSe7qn2RWxHgkCTHewRlkfDsy { position:absolute;display:block;z-index:14998;background-color:#2d2d2d;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.9375rem;width:18.75rem;top:20.5625rem;left:41.25rem;display:block; }
#XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.650390625rem;left:41.25rem;height:2.7597625rem;text-align:center;text-align-last:center;display:block; }
#msaEMMGBNlITnOxWLoKUGlDw75nTmcH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1279296875rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JDODezQtCgIcWhSM0iiWlkKwaaTgrBW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.83837890625rem;left:41.3125rem;height:7.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#doNtPRWOTSKScJk8UMN13pE4MuZQzyan { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:40.6875rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rKxTJ04zRscF6bmgyfENo428FOstWFs3 { 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:29.4375rem;width:16.4375rem;top:47.87353515625rem;left:41.9375rem;overflow:hidden;display:block; }
#xkGRsgQBuG7RuJ0iTTHvf0pSExgfWW6D { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:16.4375rem;top:78.1875rem;left:41.9375rem;overflow:hidden;display:block; }
#xCeOTByPkk2Q2C1UBU0hbKq4mZySWHfT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:108.3125rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOJ7kCMv8OXuBT5w9lq5K3zBpK2Suxo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:115.6875rem;left:41.3125rem;height:7.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E28TxWCs1vu8dO4aRIpbMlh5D9LnaaxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:124.75rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPHrZ7xoMQVwenffZUIwQT3fgUN4LM56 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:132.3125rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kf7WRsTK99tLbfnrrkGGTESkZduF6XTp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:139.6875rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ohKiMng3mPWBIbCq36qHA19wfCz1RCTT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:147.1875rem;left:41.3125rem;height:7.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nqsUHH2Xbo33QoiNKdTrQeAnrdZD9vkb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:155.875rem;left:41.3125rem;height:7.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pC4ZeMz5GAN9P7EwiAm4WuvTRxeHabiu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:16.4375rem;top:165.0625rem;left:41.9375rem;overflow:hidden;display:block; }
#Z1OltMJehSOPQ9FAQLtW9BRpHTi9iuaR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:187.9375rem;left:41.3125rem;height:7.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I770p4QTaXydynsMvgeW3ZELI2hUBsk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:195.25rem;left:41.3125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gvb9dG9MlU6zHG3XaAJxi3CMe9uuMt2y { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:228.98828125rem;left:41.3125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o2wbGOZWsuQkhwxZ8xE0BOJo2Am4aCJi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:201.4375rem;left:41.3125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:2.03125rem;height:6.3325rem;text-align:center;text-align-last:center;display:block; }
#THBLWTedVxdp3BUfDTaTT9OC7vTLuWVt { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:54.375rem;left:6.28125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#c48SS3WfoiQCtUgaZOAXIH19otnHDZ9p { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:80.8994140625rem;left:1.65625rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#mBoROPd70MgXTTJKcylBU38Iui4rWfHI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:12.5rem;top:57.3369140625rem;left:14.125rem;overflow:hidden;display:block; }
#dMyt53yVaTNLlfW6KB66lVLbTCR8lP02 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:87.125rem;left:1.78125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#ndWAS7fRsiUSVbtpnRtZvKoe2gf23dL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:92.4375rem;left:1.65625rem;height:29.23825rem;text-align:left;text-align-last:left;display:block; }
#Qb4dptBnRdFDekwTg6AxQNNu8SutW8lU { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-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:30.3125rem;width:40.6875rem;top:92.18017578125rem;left:0rem;display:block; }
#mwvmfmPWXrMMD1vCCCG8mXfHRaU817dI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:124.1103515625rem;left:1.78125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#DT5ta1tHCrLAvMlZuPtFRENG9AakPNxw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:126.9873046875rem;left:1.65625rem;height:20.466775rem;text-align:left;text-align-last:left;display:block; }
#v2fDHKQZ7FZPBX2zaDmkJIzRLof5QvkB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:147.67431640625rem;left:1.78125rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#BMTLAbuaIA6d4PZ94TZEFswmng0ruAgN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:154.9853515625rem;left:1.65625rem;height:17.54295rem;text-align:left;text-align-last:left;display:block; }
#nH1kK1ZSry7SLfQcuCPf8Weh80GTQVAT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:174.3125rem;left:1.78125rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#CrvREAASi9NcGKIXLbHFQPyukykZDunX { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:186.9375rem;left:1.65625rem;height:33.6239875rem;text-align:left;text-align-last:left;display:block; }
#SmTbvTB97Xcge3ToJ2RTUrsJfqMc0u76 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:208.56103515625rem;left:41.0625rem;overflow:hidden;display:block; }
#vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:222.03466796875rem;left:1.78125rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#Q4xqp6n45pR0T56Vwx4A2bxR4lwPTZ3e { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:234.1875rem;left:1.78076171875rem;height:54.09076875rem;text-align:left;text-align-last:left;display:block; }
#kxgC22906ld7XnNTcKVy2mJTGdd45f18 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:37.1875rem;top:291.046875rem;left:1.281005859375rem;overflow:hidden;display:block; }
#g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3125rem;height:6.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:308rem;left:4.34326171875rem;display:block; }
#PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:338.0869140625rem;left:1.65625rem;height:24.8525125rem;text-align:left;text-align-last:left;display:block; }
#DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:315.125rem;left:1.78125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:524.576171875rem;left:1.65625rem;height:46.78120625rem;text-align:left;text-align-last:left;display:block; }
#O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { position:absolute;display:block;z-index:15044;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:19.3125rem;width:34.375rem;top:318.7744140625rem;left:3.1875rem;overflow:hidden;display:block; }
#rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { position:absolute;display:block;z-index:15045;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:27.0625rem;width:32.875rem;top:391.0625rem;left:3.9375rem;overflow:hidden;display:block; }
#ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:36.0625rem;top:363.59375rem;left:2.34375rem;overflow:hidden;display:block; }
#rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:384.57421875rem;left:1.65625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:420.03857421875rem;left:1.65625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:442.78857421875rem;left:1.65625rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { position:absolute;display:block;z-index:15047;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:16.375rem;width:40.875rem;top:425.46875rem;left:0rem;overflow:hidden;display:block; }
#ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { position:absolute;display:block;z-index:15070;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:32.0625rem;width:30.0625rem;top:446.3125rem;left:5.34375rem;overflow:hidden;display:block; }
#wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:40.3125rem;top:479.5625rem;left:0.21875rem;overflow:hidden;display:block; }
#be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:40.1875rem;top:489.625rem;left:0.28125rem;overflow:hidden;display:block; }
#DsP9SBEkNpGqQBMNz568U22fO7b4u42p { position:absolute;display:block;z-index:15073;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:16.5625rem;width:28.9375rem;top:501.0625rem;left:5.90625rem;overflow:hidden;display:block; }
#v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:519.53125rem;left:1.78125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:573.28125rem;left:1.78125rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { position:absolute;display:block;z-index:15074;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:33.125rem;width:34.5rem;top:579.53125rem;left:3.0625rem;overflow:hidden;display:block; }
#NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:612.96875rem;left:1.65625rem;height:26.31443125rem;text-align:left;text-align-last:left;display:block; }
#TTaQywIKHiatoanBSK7yB67qUSxFHWQq { position:absolute;display:block;z-index:14996;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.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:251.25rem;width:40.625rem;top:427.5rem;left:0rem;display:block; }
#VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:641.0625rem;left:1.875rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:648.625rem;left:1.75rem;height:29.2382625rem;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; }
#tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:236.44921875rem;left:41.25rem;overflow:hidden;display:block; }
#hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:239.33642578125rem;left:41.25rem;height:35.0815rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:235.4375rem;left:43.5625rem;height:3.89795rem;text-align:left;text-align-last:left;display:block; }
#s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:275.25rem;left:41.25rem;overflow:hidden;display:block; }
#QPCnh3bWoWDawarubTatlwdcSLTkodpC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:274.8876953125rem;left:43.625rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:278.125rem;left:41.25rem;height:28.58491875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:306.75rem;left:41.25rem;overflow:hidden;display:block; }
#chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:306.375rem;left:43.625rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:309.625rem;left:41.25rem;height:24.6869625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:335.4375rem;left:41.25rem;overflow:hidden;display:block; }
#dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:335.72509765625rem;left:43.625rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:338.3125rem;left:41.25rem;height:9.09521875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { position:absolute;display:block;z-index:15001;background-color:#2d2d2d;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:3.125rem;width:18.75rem;top:348.25rem;left:41.25rem;display:block; }
#vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:348.431640625rem;left:41.25rem;height:2.7597625rem;text-align:center;text-align-last:center;display:block; }
#kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { position:absolute;display:block;z-index:15075;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:33.6875rem;width:18.9375rem;top:351.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container { background-color: transparent; background-image: none; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container > .video-iframe-container { display: none; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row > .video-iframe-container { display: none; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .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); }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container { border-width: 0; border-radius: 0; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container { font-size:0.875rem;font-family:arial;height:171.9375rem;width:60rem;position:relative;display:block; }#Qf8dJ5XPtOKkm0UrTvw6QR1uUqKTysOn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.43701171875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#MsMaT30sETDoXXV5ZleLdU4DfcNlHTHU { position:absolute;display:block;z-index:15013;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:29.625rem;left:0rem;display:block; }
#MR1JLFE9yvXiaLaSTsDfNMFgNH8ffgwu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:55.8125rem;top:3.52294921875rem;left:2.092529296875rem;overflow:hidden;display:block; }
#kPeB1cHALrrtQxcvbfefe2puXqnAX0fz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:15.9375rem;height:2.59863125rem;text-align:left;text-align-last:left;display:block; }
#fGmfH6ql4lwGmdDnnEP6LOBEUoX5V7Tl { position:absolute;display:block;z-index:15017;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:15.5rem;width:15.5rem;top:31.40625rem;left:1.06201171875rem;overflow:hidden;display:block; }
#S3THE1nvz2KSk3KCRaxTZrNE1Qm2QBvf { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:35.8125rem;left:15.9375rem;height:7.3095625rem;text-align:left;text-align-last:left;display:block; }
#yGnLw74sMJGHZa9AqbNJuzFeyx8phvsr { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.75rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#GTMNhzB1uZpq2xulLGrCCuT9ogwbZGzT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.25rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#a643tEXb4FFzphyERHlLsApXTdZZcZlh { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:43.875rem;left:15.9375rem; }
#eLtEmBpBtTwL7MgdOHFdAAPUpZxhdCNs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:13.25rem;top:53.4375rem;left:30.40625rem;overflow:hidden;display:block; }
#n0RwokM4LrQ2TMThMyhUVVAspZyWO11v { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:53.4375rem;left:41.375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#NcrT5QrO63RTpRoUgxdqUDu4kfHJkaaV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:58.605209350586rem;left:41.125rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#GN6VCzc2icOcEy1ZGO779uAoZJC4Iz7L { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:67rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#rvDoS5mn9tqJhJ0hMJD6FzuDeOMCEGsA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:66.43017578125rem;left:50.1875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#nfIpkh5keudECECghFcLNBIloxp3Sv7n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:66.3125rem;left:32.25rem; }
#VVmtRldyHBaBcf3Uf3QPZhHHJvxlzfDm { position:absolute;display:block;z-index:15021;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.5625rem;left:30.5rem;display:block; }
#sP466DRNMkQJJx30qTkHMuNr87fzoq0M { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:12.0625rem;top:74.9375rem;left:0rem;overflow:hidden;display:block; }
#EmBrcTJIrburkULcwZQn069zqSe6CipP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.9375rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#C7okbk2wSZ4cRoBxCAfktah0T3ku7zmx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:79.125rem;left:11.0625rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#IZ6prTxwbHnEfZW2EXMpXlJdOKsQzg0H { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.5rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#IXx9p3ASrTyH11wkAl8GUr9NoiHzhCLa { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:20rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#GOhNnJ8MAZNQRoqVmxRTuDwfHATPkh4p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:87.8125rem;left:1.75rem; }
#V6XBrbDc4fPrNekm3u4UBzs0cNgmF8Zg { position:absolute;display:block;z-index:15028;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:0rem;display:block; }
#BdN4OLFTqC0oRbt6v3fafmHECTTT8ASv { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:10.875rem;top:74.25rem;left:30.40625rem;overflow:hidden;display:block; }
#bLMgH99fWgkqbsk3F6O4m4T77EnuDEH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:74.9375rem;left:41.375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#roEqsogAJiSOps0A1dCHJ3P5cOzDXXzw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:79.1875rem;left:41.5625rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#CMzlSd9r6LN3h868aQDOsp2qQ6UMxh1f { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:88.5rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#bwhboN1uaGvd1AGEOo92RnIlByqCBO55 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:49.25rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#CEg9sTHTfPgHqLteCBvIEp57GOZdvh6C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:87.8125rem;left:32.25rem; }
#PDaPOASs6FJBGDmJhKo7maEsaJqpPUF5 { position:absolute;display:block;z-index:15035;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.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:30.5rem;display:block; }
#xQP3cTCtOzoBFbpr0zcddepFe0KLuhMT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:107.6875rem;left:20rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#w3hWJJ2nqLvglIddyVwagoGNoebXgwXt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:108.25rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#NuXMzWNniMol9TeyZyLuPOL19pHfwzGx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:107.5625rem;left:1.75rem; }
#nbZLPWt1LEDr9B32Fc6INB8UK6tJ77Z7 { position:absolute;display:block;z-index:15028;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:92.8125rem;left:0rem;display:block; }
#GNlI1QmQNsbZKnz1ewyWKTNZc6TGNKPZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:12.25rem;top:94.6875rem;left:0rem;overflow:hidden;display:block; }
#Zn27mt9DSAu1XiPtf1oGO3Ze5bw8MLTp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:94.6875rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#LyQbvhdBFXZTSW5yiIlTN9TSDi2h4qic { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:98.5625rem;left:11.0625rem;height:9.09375rem;text-align:left;text-align-last:left;display:block; }
#gt5FAFeOAr7Bh87tzDTBXutiUxQ60vuX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:127.9375rem;left:19.875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Z2PpWnHTdUMbxbuUaMHJ8GyKTBGl7hon { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:128.5rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#NXQTxOsqZDAy7fcHG3slrP6W9QGyrhfs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:127.8125rem;left:1.75rem; }
#W3f3ybg4WEtCCgJJhXIHznDM4uxdBeUe { position:absolute;display:block;z-index:15042;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:113.0625rem;left:0rem;display:block; }
#h34cieeEhUHpemkL7o5a5Er0zTDbGvEt { position:absolute;display:block;z-index:15045;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.6875rem;width:13.1875rem;top:114.9375rem;left:0rem;overflow:hidden;display:block; }
#x8ZQgi3v4lnZn188hL9tTA1r90uDZsEt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:114.9375rem;left:10.875rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#nISbw74FHyh5WfVzL2KV3VLNDs5fiKVE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:119.125rem;left:11.0625rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#XKTMk2WdFVdqbMPOpqk6X21V60SQL7BS { position:absolute;display:block;z-index:15049;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.625rem;left:0.0625rem;display:block; }
#lDlzrMLyOHtThCZTZFPBmqO08O60eczo { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:13.125rem;top:53.5rem;left:0rem;overflow:hidden;display:block; }
#eIUtD5EcyCfyKIcxMWVSlLFkGL6Jy07c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:53.5rem;left:10.9375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#NdurSu6rLq1TqxknC3SARZTSgc24fBkS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5625rem;left:10.6875rem;height:7.957rem;text-align:left;text-align-last:left;display:block; }
#gEGqkz63nKhKArx7vGkIdRNC7Eptta0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:66.375rem;left:1.8125rem; }
#kzpBqaAWi2ugZDHQJNZbw7dACOUDWMJa { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:67.0625rem;left:4.625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#GFHwuy4WTQdrnTtJE9o2ueZgRQJOFMWE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:66.5rem;left:19.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#WIbTdeniPXATlph9Kk3q57cnRimCn9TN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:107.6875rem;left:49.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#p0PoMmub9nkzJetNxuSPvJKTxcR2Tp7b { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:108.25rem;left:34.9375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#K08pz03BUHTBdaAk0AhZL96sd7xpBg6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:107.5625rem;left:32.125rem; }
#fHcPIgqdeVX8GTMMtZrcoQFuH586byGk { position:absolute;display:block;z-index:15056;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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:92.8125rem;left:30.375rem;display:block; }
#tW1ZxiJcA4l49TvnWoIlAhQO6fwx8cuQ { position:absolute;display:block;z-index:15059;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.25rem;width:13.9375rem;top:94.6875rem;left:29.625rem;overflow:hidden;display:block; }
#DupDwI9V2DmHkdJ6WTRbRogwWEnKRgWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:94.6875rem;left:41.25rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#vNBLTc4yvfiRPnncmfIimiSdnfxgWFE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:100.5625rem;left:41.4375rem;height:6.8203125rem;text-align:left;text-align-last:left;display:block; }
#w3oJ3ufrz2VaKqt0HIBJbXIwdoeGsIUO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:139.5rem;left:5.5625rem;height:27.776375rem;text-align:left;text-align-last:left;display:block; }
#EoiP6Eey3stnMGe4lebWSztgQdGBQpHU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:135.625rem;left:5.5rem;height:6.17285rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpWp5Gq6BSpMKPissCoowcVBFni74gaN { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:135.625rem;left:2.5rem;display:block; }
#iAP5Pp4RliQWmKVxvdrsbmPTJbn8D9dD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9985625rem;width:16.25rem;top:135.625rem;left:40.8125rem;overflow:hidden;display:block; }
#IlmouaXR1K4SVHyoDtbCvoxT8OarJo4h { 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.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:34.9375rem;width:55.6875rem;top:134.25rem;left:2.125rem;display:block; }
#LuGZEgiGDqCL7pExDb53653Di19uMATV { position:relative;display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV { background-color: transparent; background-image: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container > .video-iframe-container { display: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row > .video-iframe-container { display: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .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); }#LuGZEgiGDqCL7pExDb53653Di19uMATV { border-width: 0; border-radius: 0; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .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; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .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:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.811875rem;padding-right:0.711875rem;padding-bottom:0.811875rem;padding-left:0.711875rem;display:block;align-items:center;width:4.27rem;min-width:4.27rem;height:4.36375rem;position:relative;font-family:"open sans";font-size:3.248125rem;font-weight:700;line-height:69.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.693125rem;height:1.725rem;position:relative;font-family:"open sans";font-size:1.2175rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { 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:26.6875rem;height:8.25rem;padding-top:1.015rem;padding-right:1.016875rem;padding-bottom:1.015rem;padding-left:1.016875rem;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:18.875rem;left:15.6875rem;z-index:15071; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR { width:auto; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
#nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:3.875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:13rem;left:16.59375rem;display:block; }
#a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.09375rem;height:6.578625rem;text-align:center;text-align-last:center;display:block; }
#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { background-color: transparent; background-image: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .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); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { border-width: 0; border-radius: 0; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:60rem;position:relative;display:block; }#P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.1875rem;left:1.625rem;overflow:hidden;display:block; }
#yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.625rem;height:27.28563125rem;text-align:left;text-align-last:left;display:block; }
#FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:0.5rem;left:3.71875rem;height:3.24609375rem;text-align:left;text-align-last:left;display:block; }
#rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:3.75rem;left:33.5625rem;height:22.0884125rem;text-align:left;text-align-last:left;display:block; }
#NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.3125rem;left:33.65625rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#FhALV5AspwwtizWQzTX4R9THV5TKDfkc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:31.5625rem;overflow:hidden;display:block; }
#Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:32.75rem;left:33.4375rem;height:3.24609375rem;text-align:left;text-align-last:left;display:block; }
#FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.4375rem;left:31.5625rem;overflow:hidden;display:block; }
#s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:36.9375rem;left:33.4375rem;height:18.19045625rem;text-align:left;text-align-last:left;display:block; }
#NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.4375rem;left:1.625rem;overflow:hidden;display:block; }
#CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.5625rem;left:3.71875rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36.9375rem;left:3.625rem;height:7.795875rem;text-align:left;text-align-last:left;display:block; }
#aazMGa6UdDymUBoQFsri1fL6HxcddmVR { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:56.125rem;left:29.75rem;height:1.3rem;display:block; }
#g0qH1xmevt4yUwS1pbzQSQwLVKqiNMLT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:56.125rem;left:19.1875rem;height:1.3rem;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { 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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.937125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1.8408203125rem;left:0rem;height:15.842275rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242424;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; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .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); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.46875rem;left:18.375rem;display:block; }
#dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:21.875rem;top:1.5rem;left:37.8125rem;display:block; }
#hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.59375rem;left:38.21875rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:37.8125rem;height:2.9223625rem;text-align:left;text-align-last:left;display:block; }
#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:13.9375rem;top:0.3427734375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ShXuddbvyBh6D8v7kwlfUBdg6144lElS { display:block; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTLMQGkMKioyLKWTHq35T1tsckCuxFJN { width:46.75rem;height:1.375rem;top:0.3125rem;left:0.46826171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.25rem;height:1.875rem;top:1.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.375rem;top:1.3125rem;left:0.4677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:4.875rem;top:3.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:4.625rem;top:11.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:40.625rem;height:0.1875rem;top:10.9375rem;left:3.53076171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6875rem;height:3.0625rem;top:44.25rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { width:47.625rem;height:46.75rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.25rem;height:2.25rem;top:17.5rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:1rem;top:19.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:13.5625rem;height:13.5625rem;top:20.6875rem;left:17.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:20.25rem;height:1.375rem;top:34.5rem;left:13.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:11.9375rem;height:1.125rem;top:35.8125rem;left:17.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:30.625rem;height:3.375rem;top:38.75rem;left:9.4614562988281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.5rem;height:1.625rem;top:42.0625rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:36.9375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #p2pLp2roTJEdDvNzFPPSK1IsVzK7ZK6u { width:10.375rem;height:7.625rem;top:53.5625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXhlq63LTZOGKFkmlS1cld1LtupqFLEX { width:44.3125rem;height:2.25rem;top:61.1875rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:22.8125rem;height:324.4375rem;top:25.125rem;left:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:48.1875rem;top:12.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:12.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:12.75rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:8.3125rem;height:8.3125rem;top:15.4375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:15.6875rem;height:5.6875rem;top:18.125rem;left:32.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:23.9375rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:25.125rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:2.4375rem;top:24.25rem;left:36.125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:27rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.75rem;top:27.4375rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:4.5rem;top:84.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:57rem;top:89.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:9.1875rem;height:2.25rem;top:68.5rem;left:38.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.125rem;top:68.5rem;left:34.016666412354rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:67.1875rem;left:29.867706298828rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.4375rem;height:6.25rem;top:50.3125rem;left:28.530208587646rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.1875rem;height:9.0625rem;top:58.0625rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:48.0625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.125rem;top:48.0625rem;left:29.742706298828rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:44.5rem;left:29.867706298828rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:11.5625rem;height:8.5rem;top:31.25rem;left:28.592708587646rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:6.8125rem;top:37.6875rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:9.0625rem;height:2.25rem;top:102.1875rem;left:38.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.125rem;top:102.1875rem;left:33.641666412354rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:102.0625rem;left:30.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:11.0625rem;height:8.0625rem;top:90.0625rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.1875rem;height:7.9375rem;top:92.375rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.8125rem;height:2.25rem;top:86.4375rem;left:38.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.125rem;top:86.5rem;left:32.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:85.125rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:11.4375rem;height:8.4375rem;top:72rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:15.6875rem;height:7.9375rem;top:76.8125rem;left:32.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2464671559466rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.875rem;height:4.5rem;top:4.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:33.3125rem;height:1.8125rem;top:2.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:33.9375rem;height:32.565985396629rem;top:149.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:34.375rem;height:19.3125rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOtPl2HKTEuH81WzZDeGX5IIJBxFKVN { width:27.4375rem;height:69.279699971818rem;top:194.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { width:33.3125rem;height:8rem;top:185.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:13.75rem;height:1.25rem;top:16.625rem;left:34rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.0625rem;height:2.5625rem;top:32.875rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:2.5625rem;top:52.125rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:16.0625rem;height:2.5625rem;top:72rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16.0625rem;height:1.25rem;top:90.0625rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2M6f9uRp6Lgdx7VaugWCShHfs2FkPmB { width:11.875rem;height:8.75rem;top:106.6875rem;left:26.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HicLEvgDGtuZ5fBTTRAZyAIMGX37t3vM { width:16.0625rem;height:2.5625rem;top:106.6875rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTZSEChKlAKTEAQ1NXmiEyymxNTPgUzk { width:16.1875rem;height:10.1875rem;top:111.25rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1s3mvTCAs327beH4qfJHFGNqtE5eb2U { width:9.75rem;height:1.125rem;top:123.1875rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKw2Ch9rEJD6DkJZMnf5wzDl9uQc3gMf { width:2.5rem;height:2.5rem;top:121.5rem;left:29.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOQvsFGT3GTDm7wr5FZmoXTlmGRMIO3b { width:8.4375rem;height:2.25rem;top:123.1875rem;left:39.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1JHxZ9T6bOFLaCUdcCsr7Ud8Tgpkwc8 { width:11.875rem;height:8.75rem;top:126.4375rem;left:26.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #axkf8lM0Pf1McEOyNepdWWsrsTWELDdp { width:16.0625rem;height:3.875rem;top:127.125rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNmPdUrTeoLKZlQo1wZuvd5dsvSTcGKZ { width:16.1875rem;height:6.8125rem;top:132.1875rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORs8AX8s5X5KRzLTnNFkJWZSIiDUvKi2 { width:2.5rem;height:2.5rem;top:140.4375rem;left:29.992706298828rem;display:none; }
 }@media only screen and (max-width: 763px) { #iABF0CeJNwGbiTIGUuhPGqQegnAMzeIC { width:9.75rem;height:1.125rem;top:141.125rem;left:33.641666412354rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEbmlWrGS2DepC8LFNnTqpFgSls558D4 { width:9.0625rem;height:2.25rem;top:140.75rem;left:38.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:20.4375rem;height:4.375rem;top:158.25rem;left:27.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:19.8125rem;height:3.0625rem;top:164.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:6rem;height:4.37475625rem;top:169.375rem;left:37.02783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:9.8125rem;height:9.8125rem;top:145.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coXml9H7g29Roapd7sP7gKp0RDZLPFkz { width:17.125rem;height:17.625rem;top:178.125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcOdhmJJagrcqNm9CJUbdpozUh1l2DG { width:17.125rem;height:12.8125rem;top:198.4375rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0NL2PAO16oArGpH53ynRXGseb7Pr6gT { width:17.125rem;height:12.8125rem;top:213.5625rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT8CpLTL9PltDwBtJ11SLNA2bAuzTePa { width:17.125rem;height:12.8125rem;top:229.125rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dgc1z2ee7ud525PCS5GQNANCplEQeacW { width:17.1875rem;height:23.125rem;top:244.75rem;left:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVVqDhKO7VWBEWNXhoqZtP8PT01KSFoy { width:17.125rem;height:12.8125rem;top:269.625rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIMZoJwKIBtMU8Z4PrHoMT326ZEv9bph { width:16.875rem;height:22.6875rem;top:284.75rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm4SEMm15uy9APbcEGn1TutRg0lRNQTN { width:17.125rem;height:12.8125rem;top:309.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9L45y9TxBDc8kg1s285HsJN8RKGDnrc { width:16.875rem;height:22.5rem;top:324.1875rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFoEWPhTmfgDka5r1AnHrGQNe9q9Tih3 { width:33.4375rem;height:7.2360828146689rem;top:306.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOdOJLyMH3xurJPORPyXzKwvg4hmVrP { width:33.1875rem;height:19.089624875936rem;top:315.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2raeAsEzORRa82OILvOAEdXIgL2rqv { width:33.3125rem;height:2.625rem;top:267.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:21.4375rem;height:9.8125rem;top:1.5rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0BzoO9Asa192Ne3OhzF5Vo28lQindsp { width:30rem;height:31.996906341999rem;top:270.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmacpBMPkdCa4BWclTJbJUSP4HDAH4AT { top:346.0625rem;left:0rem;width:21.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJbtyyQGu5leGRcW4bIz9BLrfsvlz2S { top:376.125rem;left:0rem;width:24.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLvA8sMUB9yZf7cropPTWObTerFxbBxy { top:363.375rem;left:27.4375rem;width:20.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fG3Ot9F7po5ndwSEwERBnxUigBsNfQ { top:343.1875rem;left:0rem;width:29.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW5wM88ffgnGtCzdKH405Cb165h7ewsy { top:369.6875rem;left:0rem;width:27.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW7XMtA30hrAtWiGxG9FETyqISatf0oX { top:356.0625rem;left:24.1875rem;width:23.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { display:block; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { width:47.75rem;height:5.625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { width:19.375rem;height:18.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { width:19.375rem;height:18.75rem;top:8.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { width:19.375rem;height:18.75rem;top:8.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { width:19.375rem;height:1.5rem;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { width:19.3125rem;height:1.5rem;top:9.5625rem;left:14.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { width:19.3125rem;height:1.5rem;top:9.5625rem;left:28.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { width:18.5625rem;height:13.8125rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { width:19.375rem;height:8.5rem;top:12.25rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { width:18.4375rem;height:7.4375rem;top:12.25rem;left:29.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { width:17.6875rem;height:3.0625rem;top:175.9375rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block; }
 }@media only screen and (max-width: 763px) { #hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { display:block; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { width:47.625rem;height:18.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:47.75rem;height:21.869820828667rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { width:28.1875rem;height:2.5625rem;top:31.5625rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { width:14.6875rem;height:14.6875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { width:42.1875rem;height:7.3125rem;top:35.8125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { width:11.625rem;height:2.4375rem;top:44.75rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { width:9.9375rem;height:1.4375rem;top:45.25rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { width:4rem;height:4rem;top:43.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { width:12.0625rem;height:8.8125rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { width:17.5rem;height:3.875rem;top:52.1875rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST2xNOwlXMlc66HKSmarNPuIm5fksAC { width:17.4375rem;height:6.8125rem;top:56.375rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { width:9.75rem;height:1.125rem;top:65.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { width:8.4375rem;height:2.25rem;top:65.1875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { width:2.5rem;height:2.5rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { width:29.5rem;height:18.125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { width:10.875rem;height:8rem;top:51.5rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { width:17.5rem;height:3.875rem;top:52.1875rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { width:17.5rem;height:7.9375rem;top:56.4375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meliNkRmxt62i3IyNuhArxha2MhGCCbl { width:9.75rem;height:1.125rem;top:65.75rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { width:9.6875rem;height:2.25rem;top:65.1875rem;left:38.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { width:2.5rem;height:2.5rem;top:65.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { width:29.5rem;height:18.125rem;top:49.75rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { width:8.4375rem;height:2.25rem;top:84.875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { width:9.75rem;height:1.125rem;top:85.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { width:2.5rem;height:2.5rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { width:29.5rem;height:18.125rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { width:12.25rem;height:8.9375rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { width:17.5rem;height:3.875rem;top:71.875rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { width:17.4375rem;height:9.0625rem;top:75.75rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2d3GPpowiAVTabBsJf2a5M8T2s6Tesg { width:8.5625rem;height:2.25rem;top:105.125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKESb0VThUmUvlIm1ILuXahvACq5rUD { width:9.75rem;height:1.125rem;top:105.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3JM2AADqfvolQJsPnLTirhkQ4xalHe7 { width:2.5rem;height:2.5rem;top:105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVRTWcHdPWIu2eor4IiTMcMhVoGiWyr { width:29.5rem;height:18.125rem;top:90.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQkII4MAOR0tVSG6iH7iMXDvb9caSp0 { width:13.1875rem;height:9.6875rem;top:92.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyDBK5LlqikTOAo8vpR1oUDAz4Cm2GKn { width:17.9375rem;height:3.875rem;top:92.125rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUQ3rlm3TUHbEAeBAT7yvxffgzCtMmzU { width:17.4375rem;height:7.9375rem;top:96.3125rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9om69UEDTPgNz3GxABXKDuGT5xELiB { width:29.5rem;height:18.125rem;top:90.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQCFACqIHO5IF0kMAS7aV3uxLfuUnpu { width:13.125rem;height:9.75rem;top:92.125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5FoSMl40rBIGuxSO13BGqEuWPo2b6Xw { width:17.5rem;height:1.9375rem;top:92.125rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NompesyNIiw659NESTtzMcxonMdNX4Ge { width:17.5rem;height:7.9375rem;top:95.125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgKsTd5kH8yd1mXsAcLqenvoWM4lFT7 { width:2.5rem;height:2.5rem;top:105rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn1aeIe2JVwFMrBOTIsv9nQ3JqtK08ot { width:9.75rem;height:1.125rem;top:105.6875rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLNK4v03Uz4IVTTFR9Ik1GULeNQHONy7 { width:8.9375rem;height:2.25rem;top:105.125rem;left:38.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJaX6DAbHFGUKq9x94TEduB6LlE4xcOv { width:9.3125rem;height:2.25rem;top:84.875rem;left:38.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPqfWdwEqAIrHnb25C3y45hcFiJNLnDA { width:9.75rem;height:1.125rem;top:85.4375rem;left:28.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMC7q6WDkG4tmDik536OO5MUmtOiXQoM { width:2.5rem;height:2.5rem;top:84.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9H4FEMGdJOak6se5y7zkuROctLQ9Z1d { width:29.5rem;height:18.125rem;top:70rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqBUl41AzblTFrefLZaoxIk3wqdRUiOc { width:13.9375rem;height:10.25rem;top:71.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIMAF8fJ4pN5oyDI3BfbPt3khdTkrfua { width:17.5rem;height:5.8125rem;top:71.875rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2rud1p227fgbpqD2dEri4A0KlOp2OET { width:17.4375rem;height:6.8125rem;top:77.75rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { width:34.875rem;height:24.8125rem;top:117.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { width:34.9375rem;height:3.0625rem;top:113.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { width:3.125rem;height:3.125rem;top:113.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { width:16.25rem;height:11.9989375rem;top:113.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { width:47.625rem;height:34.9375rem;top:112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { display:block; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
 }@media only screen and (max-width: 763px) { #ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block; }
 }@media only screen and (max-width: 763px) { #Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { width:47.75rem;height:7.75rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { width:47.625rem;height:29.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { display:block; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { width:47.75rem;height:6.8125rem;top:2.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { width:47.75rem;height:4.875rem;top:10.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { width:40.625rem;height:0.25rem;top:16.125rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { width:47.75rem;height:5.5rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJSPOBOIUS47InxonHkeIwWru4wQDTJK { width:26.625rem;height:8.4375rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }#GJSPOBOIUS47InxonHkeIwWru4wQDTJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ { width:26.625rem;height:8.75rem;top:26.25rem;left:21.125rem;font-size:1rem;display:block; }#PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l { width:26.625rem;height:9.9375rem;top:55.5rem;left:21.125rem;font-size:1rem;display:block; }#JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #A6MJUvXcWJetUcrTB36nplUXskSDeoTs { width:47.75rem;height:5.5rem;top:46rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrUmEHHPqRsvqQP4Df95lSS55uvqWD9o { width:40.625rem;height:0.25rem;top:44rem;left:3.5322914123535rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS { width:26.625rem;height:12.9375rem;top:54rem;left:0rem;font-size:1rem;display:block; }#ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #XR6LpKaZc4G61ktecdk1ZT5J4aKDLPl9 { width:47.75rem;height:4.875rem;top:37.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block; }
 }@media only screen and (max-width: 763px) { #RWlTpUwASTmsT8VzecvEe5Vy6VGPu9hP { width:47.625rem;height:94.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiW0vddTeqoPbbH0ndkz3VsFkWTnXzWN { width:47.75rem;height:4.875rem;top:70.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA { width:26.625rem;height:;top:77.5625rem;left:1.5614585876465rem;font-size:1rem;display:block; }#TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVidfbrL5kIrcNQGe1ypkDNq5iq4w0If { width:37.4375rem;height:38rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { width:21.875rem;height:1.2465204272644rem;top:1.5rem;left:11.0947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdy69DCzJyfq6nZ1866PuvimKUe6Mye { width:47.75rem;height:4.375rem;top:7rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZmCF26tvGXA8efOwCVR91Vp2dztJJy { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:40.625rem;height:423.25rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8xlvF7hqA4TQGe92I2L7zCqGfpklun { width:18.75rem;height:220.1875rem;top:12.75rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:16.9375rem;height:7.75rem;top:12.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:2.9375rem;top:20.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.75rem;height:2.75rem;top:20.625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msaEMMGBNlITnOxWLoKUGlDw75nTmcH8 { width:18.6875rem;height:6.4375rem;top:24.125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDODezQtCgIcWhSM0iiWlkKwaaTgrBW2 { width:18.6875rem;height:7.75rem;top:31.8125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNtPRWOTSKScJk8UMN13pE4MuZQzyan { width:18.6875rem;height:6.4375rem;top:40.6875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKxTJ04zRscF6bmgyfENo428FOstWFs3 { width:16.4375rem;height:29.4375rem;top:47.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGRsgQBuG7RuJ0iTTHvf0pSExgfWW6D { width:16.4375rem;height:29rem;top:78.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeOTByPkk2Q2C1UBU0hbKq4mZySWHfT { width:18.6875rem;height:6.5rem;top:108.3125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOJ7kCMv8OXuBT5w9lq5K3zBpK2Suxo3 { width:18.6875rem;height:7.75rem;top:115.6875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E28TxWCs1vu8dO4aRIpbMlh5D9LnaaxZ { width:18.6875rem;height:6.4375rem;top:124.75rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHrZ7xoMQVwenffZUIwQT3fgUN4LM56 { width:18.6875rem;height:6.5rem;top:132.3125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf7WRsTK99tLbfnrrkGGTESkZduF6XTp { width:18.6875rem;height:6.4375rem;top:139.6875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohKiMng3mPWBIbCq36qHA19wfCz1RCTT { width:18.6875rem;height:7.75rem;top:147.1875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsUHH2Xbo33QoiNKdTrQeAnrdZD9vkb { width:18.6875rem;height:7.75rem;top:155.875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4ZeMz5GAN9P7EwiAm4WuvTRxeHabiu { width:16.4375rem;height:21.875rem;top:165.0625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1OltMJehSOPQ9FAQLtW9BRpHTi9iuaR { width:18.6875rem;height:7.75rem;top:187.9375rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I770p4QTaXydynsMvgeW3ZELI2hUBsk7 { width:18.6875rem;height:5.1875rem;top:195.25rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvb9dG9MlU6zHG3XaAJxi3CMe9uuMt2y { width:18.6875rem;height:5.1875rem;top:228.9375rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wbGOZWsuQkhwxZ8xE0BOJo2Am4aCJi { width:18.6875rem;height:6.5rem;top:201.4375rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBLWTedVxdp3BUfDTaTT9OC7vTLuWVt { width:28.1875rem;height:2.25rem;top:54.375rem;left:0.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48SS3WfoiQCtUgaZOAXIH19otnHDZ9p { width:37.4375rem;height:4.375rem;top:80.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:12.5rem;height:22.125rem;top:57.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyt53yVaTNLlfW6KB66lVLbTCR8lP02 { width:37.1875rem;height:4.5rem;top:87.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndWAS7fRsiUSVbtpnRtZvKoe2gf23dL7 { width:37.4375rem;height:29.25rem;top:92.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dptBnRdFDekwTg6AxQNNu8SutW8lU { width:40.6875rem;height:30.3125rem;top:92.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvmfmPWXrMMD1vCCCG8mXfHRaU817dI { width:37.1875rem;height:2.25rem;top:124.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT5ta1tHCrLAvMlZuPtFRENG9AakPNxw { width:37.4375rem;height:20.4375rem;top:126.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fDHKQZ7FZPBX2zaDmkJIzRLof5QvkB { width:37.1875rem;height:6.8125rem;top:147.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTLAbuaIA6d4PZ94TZEFswmng0ruAgN { width:37.4375rem;height:17.5rem;top:154.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH1kK1ZSry7SLfQcuCPf8Weh80GTQVAT { width:37.1875rem;height:11.3125rem;top:174.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvREAASi9NcGKIXLbHFQPyukykZDunX { width:37.4375rem;height:35.0625rem;top:186.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTbvTB97Xcge3ToJ2RTUrsJfqMc0u76 { width:18.625rem;height:18.625rem;top:208.5rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:37.1875rem;height:11.375rem;top:222rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xqp6n45pR0T56Vwx4A2bxR4lwPTZ3e { width:37.4375rem;height:55.5625rem;top:234.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:37.1875rem;height:17rem;top:291rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:32.3125rem;height:6.125rem;top:308rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:37.4375rem;height:24.8125rem;top:338.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:37.1875rem;height:2.25rem;top:315.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { width:37.4375rem;height:46.75rem;top:524.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:34.375rem;height:19.3125rem;top:318.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { width:32.875rem;height:27.0625rem;top:391.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:36.0625rem;height:19.875rem;top:363.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { width:37.4375rem;height:4.375rem;top:384.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:37.4375rem;height:4.375rem;top:420rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { width:37.4375rem;height:2.875rem;top:442.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { width:40.875rem;height:16.375rem;top:425.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { width:30.0625rem;height:32.0625rem;top:446.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { width:40.3125rem;height:10.0625rem;top:479.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { width:40.1875rem;height:11.4375rem;top:489.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsP9SBEkNpGqQBMNz568U22fO7b4u42p { width:28.9375rem;height:16.5625rem;top:501.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { width:37.1875rem;height:4.5rem;top:519.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:37.1875rem;height:6.8125rem;top:573.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { width:34.5rem;height:33.125rem;top:579.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:37.4375rem;height:51.125rem;top:612.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQywIKHiatoanBSK7yB67qUSxFHWQq { width:40.625rem;height:251.25rem;top:427.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { width:37.1875rem;height:6.8125rem;top:641.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { width:37.4375rem;height:29.1875rem;top:648.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { width:1.875rem;height:1.875rem;top:236.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { width:18.75rem;height:33.75rem;top:239.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { width:16.375rem;height:3.875rem;top:235.4375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { width:1.875rem;height:1.875rem;top:275.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCnh3bWoWDawarubTatlwdcSLTkodpC { width:16.375rem;height:2.5625rem;top:274.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { width:18.75rem;height:27.25rem;top:278.125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { width:1.875rem;height:1.875rem;top:306.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { width:16.375rem;height:2.5625rem;top:306.375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { width:18.75rem;height:23.375rem;top:309.625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { width:1.875rem;height:1.875rem;top:335.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { width:16.375rem;height:1.25rem;top:335.6875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { width:18.75rem;height:9.0625rem;top:338.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { width:18.75rem;height:3.125rem;top:348.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { width:18.75rem;height:2.75rem;top:348.375rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { width:18.9375rem;height:33.6875rem;top:351.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq { display:block; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf8dJ5XPtOKkm0UrTvw6QR1uUqKTysOn { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsMaT30sETDoXXV5ZleLdU4DfcNlHTHU { width:47.625rem;height:18.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR1JLFE9yvXiaLaSTsDfNMFgNH8ffgwu { width:47.75rem;height:21.869820828667rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPeB1cHALrrtQxcvbfefe2puXqnAX0fz { width:28.1875rem;height:2.5625rem;top:31.5625rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGmfH6ql4lwGmdDnnEP6LOBEUoX5V7Tl { width:15.5rem;height:15.5rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3THE1nvz2KSk3KCRaxTZrNE1Qm2QBvf { width:42.1875rem;height:7.3125rem;top:35.8125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnLw74sMJGHZa9AqbNJuzFeyx8phvsr { width:11.625rem;height:2.4375rem;top:44.75rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMNhzB1uZpq2xulLGrCCuT9ogwbZGzT { width:9.9375rem;height:1.4375rem;top:45.25rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a643tEXb4FFzphyERHlLsApXTdZZcZlh { width:4rem;height:4rem;top:43.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLtEmBpBtTwL7MgdOHFdAAPUpZxhdCNs { width:13.25rem;height:9.75rem;top:53.4375rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RwokM4LrQ2TMThMyhUVVAspZyWO11v { width:17.5rem;height:3.875rem;top:53.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcrT5QrO63RTpRoUgxdqUDu4kfHJkaaV { width:17.5rem;height:6.8125rem;top:58.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN6VCzc2icOcEy1ZGO779uAoZJC4Iz7L { width:9.75rem;height:1.125rem;top:67rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvDoS5mn9tqJhJ0hMJD6FzuDeOMCEGsA { width:8.75rem;height:2.25rem;top:66.375rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfIpkh5keudECECghFcLNBIloxp3Sv7n { width:2.5rem;height:2.5rem;top:66.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmtRldyHBaBcf3Uf3QPZhHHJvxlzfDm { width:29.5rem;height:18.125rem;top:51.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP466DRNMkQJJx30qTkHMuNr87fzoq0M { width:12.0625rem;height:8.8125rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmBrcTJIrburkULcwZQn069zqSe6CipP { width:17.5rem;height:3.875rem;top:74.9375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7okbk2wSZ4cRoBxCAfktah0T3ku7zmx { width:17.4375rem;height:6.8125rem;top:79.125rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6prTxwbHnEfZW2EXMpXlJdOKsQzg0H { width:9.75rem;height:1.125rem;top:88.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXx9p3ASrTyH11wkAl8GUr9NoiHzhCLa { width:8.4375rem;height:2.25rem;top:87.875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOhNnJ8MAZNQRoqVmxRTuDwfHATPkh4p { width:2.5rem;height:2.5rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XBrbDc4fPrNekm3u4UBzs0cNgmF8Zg { width:29.5rem;height:18.125rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdN4OLFTqC0oRbt6v3fafmHECTTT8ASv { width:10.875rem;height:8rem;top:74.25rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLMgH99fWgkqbsk3F6O4m4T77EnuDEH6 { width:17.5rem;height:3.875rem;top:74.9375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roEqsogAJiSOps0A1dCHJ3P5cOzDXXzw { width:17.5rem;height:9.125rem;top:79.1875rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMzlSd9r6LN3h868aQDOsp2qQ6UMxh1f { width:9.75rem;height:1.125rem;top:88.5rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhboN1uaGvd1AGEOo92RnIlByqCBO55 { width:9.6875rem;height:2.25rem;top:87.875rem;left:38.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEg9sTHTfPgHqLteCBvIEp57GOZdvh6C { width:2.5rem;height:2.5rem;top:87.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDaPOASs6FJBGDmJhKo7maEsaJqpPUF5 { width:29.5rem;height:18.125rem;top:72.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQP3cTCtOzoBFbpr0zcddepFe0KLuhMT { width:8.4375rem;height:2.25rem;top:107.6875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3hWJJ2nqLvglIddyVwagoGNoebXgwXt { width:9.75rem;height:1.125rem;top:108.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuXMzWNniMol9TeyZyLuPOL19pHfwzGx { width:2.5rem;height:2.5rem;top:107.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbZLPWt1LEDr9B32Fc6INB8UK6tJ77Z7 { width:29.5rem;height:18.125rem;top:92.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlI1QmQNsbZKnz1ewyWKTNZc6TGNKPZ { width:12.25rem;height:8.9375rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn27mt9DSAu1XiPtf1oGO3Ze5bw8MLTp { width:17.5rem;height:3.875rem;top:94.6875rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyQbvhdBFXZTSW5yiIlTN9TSDi2h4qic { width:17.4375rem;height:9.0625rem;top:98.5625rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5FAFeOAr7Bh87tzDTBXutiUxQ60vuX { width:8.5625rem;height:2.25rem;top:127.9375rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2PpWnHTdUMbxbuUaMHJ8GyKTBGl7hon { width:9.75rem;height:1.125rem;top:128.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQTxOsqZDAy7fcHG3slrP6W9QGyrhfs { width:2.5rem;height:2.5rem;top:127.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3f3ybg4WEtCCgJJhXIHznDM4uxdBeUe { width:29.5rem;height:18.125rem;top:113.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34cieeEhUHpemkL7o5a5Er0zTDbGvEt { width:13.1875rem;height:9.6875rem;top:114.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZQgi3v4lnZn188hL9tTA1r90uDZsEt { width:17.9375rem;height:3.875rem;top:114.9375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISbw74FHyh5WfVzL2KV3VLNDs5fiKVE { width:17.4375rem;height:7.9375rem;top:119.125rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTMk2WdFVdqbMPOpqk6X21V60SQL7BS { width:29.5rem;height:18.125rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlzrMLyOHtThCZTZFPBmqO08O60eczo { width:13.125rem;height:9.75rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUtD5EcyCfyKIcxMWVSlLFkGL6Jy07c { width:17.5rem;height:3.875rem;top:53.5rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdurSu6rLq1TqxknC3SARZTSgc24fBkS { width:17.5rem;height:7.9375rem;top:58.5625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEGqkz63nKhKArx7vGkIdRNC7Eptta0D { width:2.5rem;height:2.5rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpBqaAWi2ugZDHQJNZbw7dACOUDWMJa { width:9.75rem;height:1.125rem;top:67.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFHwuy4WTQdrnTtJE9o2ueZgRQJOFMWE { width:8.9375rem;height:2.25rem;top:66.5rem;left:13.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIbTdeniPXATlph9Kk3q57cnRimCn9TN { width:9.3125rem;height:2.25rem;top:107.6875rem;left:38.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0PoMmub9nkzJetNxuSPvJKTxcR2Tp7b { width:9.75rem;height:1.125rem;top:108.25rem;left:28.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K08pz03BUHTBdaAk0AhZL96sd7xpBg6V { width:2.5rem;height:2.5rem;top:107.5625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHcPIgqdeVX8GTMMtZrcoQFuH586byGk { width:29.5rem;height:18.125rem;top:92.8125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW1ZxiJcA4l49TvnWoIlAhQO6fwx8cuQ { width:13.9375rem;height:10.25rem;top:94.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupDwI9V2DmHkdJ6WTRbRogwWEnKRgWZ { width:17.5rem;height:5.8125rem;top:94.6875rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBLTc4yvfiRPnncmfIimiSdnfxgWFE7 { width:17.4375rem;height:6.8125rem;top:100.5625rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oJ3ufrz2VaKqt0HIBJbXIwdoeGsIUO { width:34.875rem;height:27.75rem;top:139.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoiP6Eey3stnMGe4lebWSztgQdGBQpHU { width:34.9375rem;height:3.0625rem;top:135.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWp5Gq6BSpMKPissCoowcVBFni74gaN { width:3.125rem;height:3.125rem;top:135.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAP5Pp4RliQWmKVxvdrsbmPTJbn8D9dD { width:16.25rem;height:11.9989375rem;top:135.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlmouaXR1K4SVHyoDtbCvoxT8OarJo4h { width:47.625rem;height:34.9375rem;top:134.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGZEgiGDqCL7pExDb53653Di19uMATV { display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
 }@media only screen and (max-width: 763px) { #nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { width:26.8125rem;height:3.875rem;top:13rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block; }
 }@media only screen and (max-width: 763px) { #mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { width:43.8125rem;height:8.75rem;top:2.0625rem;left:1.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { width:1.875rem;height:1.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { width:25.75rem;height:27.25rem;top:3.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { width:25.5625rem;height:3.25rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { width:25.75rem;height:20.75rem;top:3.75rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { width:25.5625rem;height:1.625rem;top:1.3125rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhALV5AspwwtizWQzTX4R9THV5TKDfkc { width:1.875rem;height:1.875rem;top:1.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { width:25.5625rem;height:3.25rem;top:32.75rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { width:1.875rem;height:1.875rem;top:33.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { width:25.75rem;height:18.1875rem;top:36.9375rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { width:1.875rem;height:1.875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { width:25.5625rem;height:1.625rem;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { width:25.75rem;height:7.75rem;top:36.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aazMGa6UdDymUBoQFsri1fL6HxcddmVR { width:10.9375rem;height:1.25rem;top:56.125rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qH1xmevt4yUwS1pbzQSQwLVKqiNMLT { width:10.9375rem;height:1.25rem;top:56.125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:15.8125rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.6875rem;height:4.9375rem;top:1.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.875rem;height:1.6875rem;top:1.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21.0625rem;height:1.5rem;top:1.5625rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.875rem;top:3.5rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:13.9375rem;height:6.375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ShXuddbvyBh6D8v7kwlfUBdg6144lElS { display:block; }#ShXuddbvyBh6D8v7kwlfUBdg6144lElS > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTLMQGkMKioyLKWTHq35T1tsckCuxFJN { width:20rem;height:1.37988125rem;top:0.5625rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:3.1875rem;top:1.568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:2.4375rem;top:1.943359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:19.25rem;height:9.338375rem;top:6.130859375rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:19.2495rem;height:11.0390625rem;top:17.47119140625rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:20rem;height:0.25rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6865rem;height:3.0620125rem;top:57.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { width:19.9375rem;height:54.25rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.249125rem;height:2.2749rem;top:30.9375rem;left:1.4375rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:0.9995125rem;top:33.2119140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:8.499rem;height:8.499rem;top:34.2099609375rem;left:5.748046875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.8110625rem;height:4.38574375rem;top:43.42578125rem;left:0.59423828125rem;font-size:1.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:10.4355625rem;height:1.13745rem;top:47.75rem;left:4.78173828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:18.1860625rem;height:4.546875rem;top:49.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.4985625rem;height:1.62305rem;top:56.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:62.3125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #p2pLp2roTJEdDvNzFPPSK1IsVzK7ZK6u { width:10.375rem;height:7.625rem;top:68.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXhlq63LTZOGKFkmlS1cld1LtupqFLEX { width:19.5625rem;height:4.546875rem;top:77.1875rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:413.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:351.80859375rem;left:-1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:19.9980625rem;height:67.61425rem;top:58.18505859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.74963125rem;top:126.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7871125rem;top:127rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:5.8125rem;height:5.8125rem;top:244.76171875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:8.062rem;height:12.50925rem;top:251.99072265625rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:247.38671875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.9985625rem;height:1.13720625rem;top:246.3125rem;left:5.43798828125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:8.5615rem;height:4.2246125rem;top:252.77197265625rem;left:3.6552734375rem;font-size:1.625rem;color:#007d1d;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:243.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:3.57421875rem;top:243.8125rem;left:0.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:19.9995rem;height:8.7715rem;top:164.37451171875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:19.9995rem;height:73.13381875rem;top:176.47265625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:3.41161875rem;top:294.8125rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.2744125rem;top:294.8125rem;left:4.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:294.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:6rem;top:284.6875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.749rem;height:11.3720625rem;top:284.6875rem;left:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.2744125rem;top:281.5rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.2744125rem;top:281.5rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:280.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.0625rem;height:5.9375rem;top:271.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.68675rem;height:9.097625rem;top:271.4375rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:3.41161875rem;top:315.9375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.2744125rem;top:315.9375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:308.375rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.25rem;height:4.625rem;top:311.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.749rem;height:10.234875rem;top:312rem;left:6.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:3.41161875rem;top:308.375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.2744125rem;top:308.375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:307.6875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.5625rem;height:5.5625rem;top:299.3125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.936375rem;height:10.234875rem;top:299.1875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.1391625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:19.9995rem;height:8.7715rem;top:16.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:19.9980625rem;height:4.22168125rem;top:12.01318359375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:19.9995rem;height:19.2495rem;top:253.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:19.875rem;height:11.124rem;top:1.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOtPl2HKTEuH81WzZDeGX5IIJBxFKVN { width:15.9375rem;height:40.375rem;top:353.52685546875rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { width:19.9995rem;height:7.7988125rem;top:277.7490234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:11.875rem;height:2.5996125rem;top:348.9375rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.0625rem;height:2.5996125rem;top:426.16214296875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:2.5996125rem;top:430.01175546875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:16.0625rem;height:2.5996125rem;top:433.86136796875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16.0625rem;height:1.29980625rem;top:437.71098046875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2M6f9uRp6Lgdx7VaugWCShHfs2FkPmB { width:11.875rem;height:8.75rem;top:469.15679296875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HicLEvgDGtuZ5fBTTRAZyAIMGX37t3vM { width:16.0625rem;height:2.5996125rem;top:479.15679296875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTZSEChKlAKTEAQ1NXmiEyymxNTPgUzk { width:16.1875rem;height:10.234875rem;top:483.00640546875rem;left:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1s3mvTCAs327beH4qfJHFGNqtE5eb2U { width:9.75rem;height:1.13720625rem;top:494.49128046875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKw2Ch9rEJD6DkJZMnf5wzDl9uQc3gMf { display:flex;width:2.5rem;height:2.5rem;top:497.33942421875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOQvsFGT3GTDm7wr5FZmoXTlmGRMIO3b { width:8.4375rem;height:2.2744125rem;top:496.87799921875rem;left:5.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1JHxZ9T6bOFLaCUdcCsr7Ud8Tgpkwc8 { width:11.875rem;height:8.75rem;top:500.40192421875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #axkf8lM0Pf1McEOyNepdWWsrsTWELDdp { width:16.0625rem;height:3.8994125rem;top:510.40192421875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNmPdUrTeoLKZlQo1wZuvd5dsvSTcGKZ { width:16.1875rem;height:6.82325rem;top:515.55084921875rem;left:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORs8AX8s5X5KRzLTnNFkJWZSIiDUvKi2 { display:flex;width:2.5rem;height:2.5rem;top:523.62409921875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iABF0CeJNwGbiTIGUuhPGqQegnAMzeIC { width:9.75rem;height:1.13720625rem;top:109.5625rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEbmlWrGS2DepC8LFNnTqpFgSls558D4 { width:9.0625rem;height:2.2744125rem;top:527.37409921875rem;left:5.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:19.9995rem;height:4.13965rem;top:138.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.4375rem;top:143.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:17.8125rem;height:12.75rem;top:147.8115234375rem;left:1.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:8.8125rem;height:8.8125rem;top:129.8125rem;left:5.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #coXml9H7g29Roapd7sP7gKp0RDZLPFkz { width:17.125rem;height:17.625rem;top:26.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcOdhmJJagrcqNm9CJUbdpozUh1l2DG { width:17.125rem;height:12.8125rem;top:686.9375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0NL2PAO16oArGpH53ynRXGseb7Pr6gT { width:17.125rem;height:12.8125rem;top:701rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT8CpLTL9PltDwBtJ11SLNA2bAuzTePa { width:17.125rem;height:12.8125rem;top:716.5625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dgc1z2ee7ud525PCS5GQNANCplEQeacW { width:17.1875rem;height:23.125rem;top:730.625rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVVqDhKO7VWBEWNXhoqZtP8PT01KSFoy { width:17.125rem;height:12.8125rem;top:755rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIMZoJwKIBtMU8Z4PrHoMT326ZEv9bph { width:16.875rem;height:22.6875rem;top:795.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm4SEMm15uy9APbcEGn1TutRg0lRNQTN { width:17.125rem;height:12.8125rem;top:44.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9L45y9TxBDc8kg1s285HsJN8RKGDnrc { width:16.875rem;height:22.5rem;top:825.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFoEWPhTmfgDka5r1AnHrGQNe9q9Tih3 { width:20rem;height:4.25rem;top:339.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOdOJLyMH3xurJPORPyXzKwvg4hmVrP { width:20rem;height:11.5034375rem;top:344.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2raeAsEzORRa82OILvOAEdXIgL2rqv { width:20rem;height:5.1972625rem;top:311.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:19.3125rem;height:8.8125rem;top:402.46435546875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { top:285.54638671875rem;left:3.123046875rem;width:13.749rem;height:24.75rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C0BzoO9Asa192Ne3OhzF5Vo28lQindsp { width:20rem;height:21.330561330561rem;top:317.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmacpBMPkdCa4BWclTJbJUSP4HDAH4AT { width:20rem;height:12.1875rem;top:360.790625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJbtyyQGu5leGRcW4bIz9BLrfsvlz2S { width:20rem;height:11.0625rem;top:401.45313072204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLvA8sMUB9yZf7cropPTWObTerFxbBxy { width:20rem;height:13.875rem;top:380.10312080383rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fG3Ot9F7po5ndwSEwERBnxUigBsNfQ { width:20rem;height:2.59863125rem;top:356.940625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW5wM88ffgnGtCzdKH405Cb165h7ewsy { width:20rem;height:3.89795rem;top:396.92813110351rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW7XMtA30hrAtWiGxG9FETyqISatf0oX { width:20rem;height:5.1972625rem;top:374.0156211853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { display:block; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { width:20rem;height:8.2529375rem;top:1.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { width:19.375rem;height:18.75rem;top:11.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { width:19.375rem;height:18.75rem;top:31.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { width:19.375rem;height:18.75rem;top:51.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { width:19.375rem;height:1.5rem;top:12.5rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { width:19.3125rem;height:1.5rem;top:32.5rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { width:19.3125rem;height:1.5rem;top:52.5rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { width:18.5625rem;height:13.806175rem;top:15.25rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { width:19.375rem;height:8.4961rem;top:35.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { width:18.625rem;height:7.4340875rem;top:55.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { width:20rem;height:3.625rem;top:71.9375rem;left:0rem;z-index:15010;background-color:#ff0100;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) { #FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block; }
 }@media only screen and (max-width: 763px) { #hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { display:block; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { width:20rem;height:273.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { width:20rem;height:5.1972625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { width:19.875rem;height:34.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:18.875rem;height:8.625rem;top:7.32421875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { width:18.6875rem;height:1.95rem;top:29.4375rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { width:11.31225rem;height:11.31225rem;top:18.172119140625rem;left:4.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { width:18.5rem;height:12.4189375rem;top:33.27392578125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { width:6.5rem;height:1.4624rem;top:49rem;left:13.4375rem;font-size:1.125rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { width:9.9375rem;height:1.4624rem;top:49rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { display:flex;width:4rem;height:4rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { width:13.3125rem;height:9.75rem;top:55.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { width:17.5rem;height:3.8994125rem;top:65.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST2xNOwlXMlc66HKSmarNPuIm5fksAC { width:17.4375rem;height:6.8203125rem;top:69.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { width:9.75rem;height:0.97485625rem;top:78.5rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { width:8.4375rem;height:1.9482375rem;top:78rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { display:flex;width:2.5rem;height:2.5rem;top:77.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { width:20rem;height:24.6875rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { width:13.25rem;height:9.75rem;top:82.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { width:17.5rem;height:3.8994125rem;top:91.9375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { width:17.5rem;height:7.957rem;top:95.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meliNkRmxt62i3IyNuhArxha2MhGCCbl { width:9.75rem;height:0.97485625rem;top:105.1875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { width:8.4375rem;height:1.9482375rem;top:104.6875rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { display:flex;width:2.5rem;height:2.5rem;top:104.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { width:20rem;height:24.6875rem;top:82.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { width:8.4375rem;height:1.9482375rem;top:132.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { width:9.75rem;height:0.97485625rem;top:132.625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { display:flex;width:2.5rem;height:2.5rem;top:131.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { width:20rem;height:24.6875rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { width:12.4375rem;height:9.125rem;top:109.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { width:17.5rem;height:3.8994125rem;top:118.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { width:17.4375rem;height:9.09375rem;top:122.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2d3GPpowiAVTabBsJf2a5M8T2s6Tesg { width:8.4375rem;height:1.9482375rem;top:161.4375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKESb0VThUmUvlIm1ILuXahvACq5rUD { width:9.75rem;height:0.97485625rem;top:161.9375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3JM2AADqfvolQJsPnLTirhkQ4xalHe7 { display:flex;width:2.5rem;height:2.5rem;top:161.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tsVRTWcHdPWIu2eor4IiTMcMhVoGiWyr { width:20rem;height:24.6875rem;top:138.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQkII4MAOR0tVSG6iH7iMXDvb9caSp0 { width:13.1875rem;height:9.6875rem;top:139.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyDBK5LlqikTOAo8vpR1oUDAz4Cm2GKn { width:17.8125rem;height:3.8994125rem;top:149rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUQ3rlm3TUHbEAeBAT7yvxffgzCtMmzU { width:17.4375rem;height:7.957rem;top:152.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9om69UEDTPgNz3GxABXKDuGT5xELiB { width:20rem;height:24.6875rem;top:165.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQCFACqIHO5IF0kMAS7aV3uxLfuUnpu { width:13.125rem;height:9.75rem;top:165.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5FoSMl40rBIGuxSO13BGqEuWPo2b6Xw { width:17.5rem;height:1.94970625rem;top:175.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NompesyNIiw659NESTtzMcxonMdNX4Ge { width:17.5rem;height:7.957rem;top:177.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgKsTd5kH8yd1mXsAcLqenvoWM4lFT7 { display:flex;width:2.5rem;height:2.5rem;top:187.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zn1aeIe2JVwFMrBOTIsv9nQ3JqtK08ot { width:9.75rem;height:0.97485625rem;top:188.5rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLNK4v03Uz4IVTTFR9Ik1GULeNQHONy7 { width:8.4375rem;height:1.9482375rem;top:188rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJaX6DAbHFGUKq9x94TEduB6LlE4xcOv { width:8.4375rem;height:1.9482375rem;top:214.5rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPqfWdwEqAIrHnb25C3y45hcFiJNLnDA { width:9.75rem;height:0.97485625rem;top:215rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMC7q6WDkG4tmDik536OO5MUmtOiXQoM { display:flex;width:2.5rem;height:2.5rem;top:214.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9H4FEMGdJOak6se5y7zkuROctLQ9Z1d { width:20rem;height:24.6875rem;top:192.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqBUl41AzblTFrefLZaoxIk3wqdRUiOc { width:13.25rem;height:9.75rem;top:192.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIMAF8fJ4pN5oyDI3BfbPt3khdTkrfua { width:17.5rem;height:5.84911875rem;top:201.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2rud1p227fgbpqD2dEri4A0KlOp2OET { width:17.4375rem;height:6.8203125rem;top:207.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { width:17.8125rem;height:31.828125rem;top:236.4375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { width:17.4375rem;height:5.03613125rem;top:230.5625rem;left:1.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { width:3.125rem;height:3.125rem;top:230.5625rem;left:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { width:13.1875rem;height:9.75rem;top:220.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { width:20rem;height:50.375rem;top:219.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { display:block; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { display:flex;width:18rem;height:5.0625rem;top:19.749755859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
 }@media only screen and (max-width: 763px) { #ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { width:18.9983125rem;height:3.811525rem;top:15.172119140625rem;left:0.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block; }
 }@media only screen and (max-width: 763px) { #Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { width:19.18725rem;height:10.233375rem;top:4.625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { width:19.9995rem;height:24.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { display:block; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { width:20rem;height:152.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { width:20rem;height:5.84911875rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { width:18.75rem;height:7.1484375rem;top:12.1875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { width:20rem;height:0.25rem;top:16.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { width:18.75rem;height:15.1786875rem;top:21.25rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJSPOBOIUS47InxonHkeIwWru4wQDTJK { width:18.75rem;height:11.4360625rem;top:38.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GJSPOBOIUS47InxonHkeIwWru4wQDTJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ { width:18.75rem;height:11.7480625rem;top:49.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#PhtKhtoasv4TaKuXTDOfDDqZduhInPHJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l { width:18.75rem;height:12.9360625rem;top:108.427734375rem;left:0.6240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JmwUoFsd2MgGvZoOqEsx0oIdf6BGeH4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #A6MJUvXcWJetUcrTB36nplUXskSDeoTs { width:18.75rem;height:15.1786875rem;top:72.0625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrUmEHHPqRsvqQP4Df95lSS55uvqWD9o { width:20rem;height:0.25rem;top:44rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS { width:18.75rem;height:17.4360625rem;top:89.86669921875rem;left:0.6240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ppkIsKAflTzykWQRXcc4mCUqSFQzBcwS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #XR6LpKaZc4G61ktecdk1ZT5J4aKDLPl9 { width:18.75rem;height:7.1484375rem;top:63.8125rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { width:18.9983125rem;height:3.811525rem;top:139.646484375rem;left:0.500244140625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block; }
 }@media only screen and (max-width: 763px) { #RWlTpUwASTmsT8VzecvEe5Vy6VGPu9hP { width:20rem;height:137.375rem;top:9.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiW0vddTeqoPbbH0ndkz3VsFkWTnXzWN { width:20rem;height:5.361325rem;top:123.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA { width:20rem;height:6.9360625rem;top:129.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TnJMyQptUQ26v6Lp9pSSOJVa7gOoDIGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5838c41e-8e2d-4bae-b48b-8c7fd8d1abfb/Checkmark.png); }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:20rem;height:1124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVidfbrL5kIrcNQGe1ypkDNq5iq4w0If { width:19.5rem;height:49.6758rem;top:28.1748046875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { width:20rem;height:1.1391625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdy69DCzJyfq6nZ1866PuvimKUe6Mye { width:20rem;height:12.4189375rem;top:13.1982421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXZmCF26tvGXA8efOwCVR91Vp2dztJJy { top:82.875rem;left:4.8125rem;width:10.375rem;height:18.5rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:19.875rem;height:191.9375rem;top:521.125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vd8xlvF7hqA4TQGe92I2L7zCqGfpklun { width:18.75rem;height:220.1875rem;top:1580.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:17.125rem;height:7.8125rem;top:715.0625rem;left:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:2.9375rem;top:722.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.75rem;height:2.7597625rem;top:722.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msaEMMGBNlITnOxWLoKUGlDw75nTmcH8 { width:18.6875rem;height:6.4965625rem;top:726.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDODezQtCgIcWhSM0iiWlkKwaaTgrBW2 { width:18.6875rem;height:7.795875rem;top:734.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doNtPRWOTSKScJk8UMN13pE4MuZQzyan { width:18.6875rem;height:6.4965625rem;top:743rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKxTJ04zRscF6bmgyfENo428FOstWFs3 { width:16.4375rem;height:29.4375rem;top:751.15869140625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGRsgQBuG7RuJ0iTTHvf0pSExgfWW6D { width:16.4375rem;height:29rem;top:933.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeOTByPkk2Q2C1UBU0hbKq4mZySWHfT { width:18.6875rem;height:6.4965625rem;top:781.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOJ7kCMv8OXuBT5w9lq5K3zBpK2Suxo3 { width:18.6875rem;height:7.795875rem;top:788.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E28TxWCs1vu8dO4aRIpbMlh5D9LnaaxZ { width:18.6875rem;height:6.4965625rem;top:797.875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPHrZ7xoMQVwenffZUIwQT3fgUN4LM56 { width:18.6875rem;height:6.4965625rem;top:829.375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kf7WRsTK99tLbfnrrkGGTESkZduF6XTp { width:18.6875rem;height:6.4965625rem;top:836.75rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohKiMng3mPWBIbCq36qHA19wfCz1RCTT { width:18.6875rem;height:7.795875rem;top:844.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqsUHH2Xbo33QoiNKdTrQeAnrdZD9vkb { width:18.6875rem;height:7.795875rem;top:852.9375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pC4ZeMz5GAN9P7EwiAm4WuvTRxeHabiu { width:16.4375rem;height:21.875rem;top:862.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1OltMJehSOPQ9FAQLtW9BRpHTi9iuaR { width:18.6875rem;height:7.795875rem;top:885rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I770p4QTaXydynsMvgeW3ZELI2hUBsk7 { width:18.6875rem;height:5.1972625rem;top:892.3125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gvb9dG9MlU6zHG3XaAJxi3CMe9uuMt2y { width:18.6875rem;height:5.1972625rem;top:926.1875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2wbGOZWsuQkhwxZ8xE0BOJo2Am4aCJi { width:18.6875rem;height:6.4965625rem;top:898.5rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { width:19.3125rem;height:11.2060625rem;top:0.5625rem;left:0.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THBLWTedVxdp3BUfDTaTT9OC7vTLuWVt { width:19.5rem;height:1.86865rem;top:79.3232421875rem;left:0.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48SS3WfoiQCtUgaZOAXIH19otnHDZ9p { width:19.5rem;height:6.89940625rem;top:101.97314453125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:12.5rem;height:22.125rem;top:805.91064453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyt53yVaTNLlfW6KB66lVLbTCR8lP02 { width:18.875rem;height:7.4706875rem;top:109.75244140625rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndWAS7fRsiUSVbtpnRtZvKoe2gf23dL7 { width:19.5rem;height:38.6367125rem;top:118.51171875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dptBnRdFDekwTg6AxQNNu8SutW8lU { width:20rem;height:39.3125rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvmfmPWXrMMD1vCCCG8mXfHRaU817dI { width:19.5rem;height:3.41015625rem;top:158.2001953125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT5ta1tHCrLAvMlZuPtFRENG9AakPNxw { width:19.5rem;height:22.0781125rem;top:161.6748046875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2fDHKQZ7FZPBX2zaDmkJIzRLof5QvkB { width:19.5rem;height:6.8203125rem;top:183.8935546875rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTLAbuaIA6d4PZ94TZEFswmng0ruAgN { width:19.5rem;height:23.458rem;top:191.8603515625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nH1kK1ZSry7SLfQcuCPf8Weh80GTQVAT { width:19.5rem;height:11.9355625rem;top:215.8974609375rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvREAASi9NcGKIXLbHFQPyukykZDunX { width:19.5rem;height:45.5361rem;top:228.28125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmTbvTB97Xcge3ToJ2RTUrsJfqMc0u76 { width:18.625rem;height:18.625rem;top:905.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:19.5rem;height:10.2305rem;top:274.8125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xqp6n45pR0T56Vwx4A2bxR4lwPTZ3e { width:19.5rem;height:70.37400625rem;top:286.57958984375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:18.4375rem;height:8.4375rem;top:357.5rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:19rem;height:4.9375rem;top:365.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:19.5rem;height:33.117175rem;top:386.5rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:17.625rem;height:3.73535rem;top:371.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { width:19.5rem;height:62.09471875rem;top:536.298828125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:20rem;height:11.2363125rem;top:375.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { width:20rem;height:16.463875rem;top:439.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:20rem;height:11.0224375rem;top:420.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { width:19.5rem;height:6.8994375rem;top:431.75rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:19.5rem;height:8.2793125rem;top:456.1875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { width:19.5rem;height:4.13965rem;top:474.0625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { width:20rem;height:8.0122324159019rem;top:465.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { width:20rem;height:21.3300625rem;top:479.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { width:20rem;height:4.9921875rem;top:503.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { width:20rem;height:5.69189375rem;top:508.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsP9SBEkNpGqQBMNz568U22fO7b4u42p { width:20rem;height:11.44675rem;top:516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { width:19.5rem;height:6.8203125rem;top:528.6875rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:19.5rem;height:6.8203125rem;top:599.67529296875rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { width:20rem;height:19.25rem;top:606.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:19.5rem;height:35.87695625rem;top:625.6875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQywIKHiatoanBSK7yB67qUSxFHWQq { width:19.875rem;height:624.8125rem;top:27.77880859375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { width:19.5rem;height:8.525375rem;top:663.25rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { width:19.5rem;height:38.636725rem;top:672.3125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { width:1.875rem;height:1.875rem;top:963.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { width:18.75rem;height:33.7821875rem;top:966.0625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { width:17.5rem;height:2.59863125rem;top:962.9375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { width:1.875rem;height:1.875rem;top:1002.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCnh3bWoWDawarubTatlwdcSLTkodpC { width:18.0625rem;height:1.3rem;top:1002.5rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { width:18.75rem;height:27.28561875rem;top:1005.75rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { width:1.875rem;height:1.875rem;top:1064.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { width:17.1875rem;height:2.59863125rem;top:1034.875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { width:18.75rem;height:23.38765rem;top:1038.0625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { width:1.875rem;height:1.875rem;top:1035.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { width:16.375rem;height:1.29980625rem;top:1064.6875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { width:18.75rem;height:9.09521875rem;top:1067rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { width:18.75rem;height:2.9375rem;top:1077.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { width:18.75rem;height:2.7597625rem;top:1077.9375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { width:20rem;height:35.6875rem;top:1080.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:18.9985625rem;height:3.8120125rem;top:1119.0625rem;left:0.50048828125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq { display:block; }#AWJ75rKdTcwDk8dcC3TFQxRUtyTAB5Nq > .row .container { width:20rem;height:301.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf8dJ5XPtOKkm0UrTvw6QR1uUqKTysOn { width:20rem;height:4.54980625rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsMaT30sETDoXXV5ZleLdU4DfcNlHTHU { width:19.875rem;height:34.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR1JLFE9yvXiaLaSTsDfNMFgNH8ffgwu { width:18.875rem;height:8.625rem;top:7.32421875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kPeB1cHALrrtQxcvbfefe2puXqnAX0fz { width:18.6875rem;height:1.95rem;top:29.4375rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGmfH6ql4lwGmdDnnEP6LOBEUoX5V7Tl { width:11.4375rem;height:11.4375rem;top:18.046875rem;left:4.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3THE1nvz2KSk3KCRaxTZrNE1Qm2QBvf { width:18.5rem;height:12.4189375rem;top:33.27392578125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnLw74sMJGHZa9AqbNJuzFeyx8phvsr { width:6.5rem;height:1.4624rem;top:49rem;left:13.4375rem;font-size:1.125rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #GTMNhzB1uZpq2xulLGrCCuT9ogwbZGzT { width:9.9375rem;height:1.4624rem;top:49rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a643tEXb4FFzphyERHlLsApXTdZZcZlh { display:flex;width:4rem;height:4rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eLtEmBpBtTwL7MgdOHFdAAPUpZxhdCNs { width:13.25rem;height:9.75rem;top:55.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RwokM4LrQ2TMThMyhUVVAspZyWO11v { width:17.5rem;height:3.8994125rem;top:65.5rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcrT5QrO63RTpRoUgxdqUDu4kfHJkaaV { width:17.5rem;height:6.8203125rem;top:69.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN6VCzc2icOcEy1ZGO779uAoZJC4Iz7L { width:9.75rem;height:0.97485625rem;top:78.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvDoS5mn9tqJhJ0hMJD6FzuDeOMCEGsA { width:8.4375rem;height:1.9482375rem;top:78.0625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfIpkh5keudECECghFcLNBIloxp3Sv7n { display:flex;width:2.5rem;height:2.5rem;top:77.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VVmtRldyHBaBcf3Uf3QPZhHHJvxlzfDm { width:20rem;height:24.6875rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP466DRNMkQJJx30qTkHMuNr87fzoq0M { width:13.3125rem;height:9.75rem;top:81.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmBrcTJIrburkULcwZQn069zqSe6CipP { width:17.5rem;height:3.8994125rem;top:91.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7okbk2wSZ4cRoBxCAfktah0T3ku7zmx { width:17.4375rem;height:6.8203125rem;top:95.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6prTxwbHnEfZW2EXMpXlJdOKsQzg0H { width:9.75rem;height:0.97485625rem;top:104.875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXx9p3ASrTyH11wkAl8GUr9NoiHzhCLa { width:8.4375rem;height:1.9482375rem;top:104.375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOhNnJ8MAZNQRoqVmxRTuDwfHATPkh4p { display:flex;width:2.5rem;height:2.5rem;top:104.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V6XBrbDc4fPrNekm3u4UBzs0cNgmF8Zg { width:20rem;height:24.6875rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdN4OLFTqC0oRbt6v3fafmHECTTT8ASv { width:13.25rem;height:9.75rem;top:108.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLMgH99fWgkqbsk3F6O4m4T77EnuDEH6 { width:17.5rem;height:3.8994125rem;top:118.3125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roEqsogAJiSOps0A1dCHJ3P5cOzDXXzw { width:17.5rem;height:7.957rem;top:122.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMzlSd9r6LN3h868aQDOsp2qQ6UMxh1f { width:9.75rem;height:0.97485625rem;top:131.5625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhboN1uaGvd1AGEOo92RnIlByqCBO55 { width:8.4375rem;height:1.9482375rem;top:131.0625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEg9sTHTfPgHqLteCBvIEp57GOZdvh6C { display:flex;width:2.5rem;height:2.5rem;top:130.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDaPOASs6FJBGDmJhKo7maEsaJqpPUF5 { width:20rem;height:24.6875rem;top:108.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQP3cTCtOzoBFbpr0zcddepFe0KLuhMT { width:8.4375rem;height:1.9482375rem;top:158.5rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3hWJJ2nqLvglIddyVwagoGNoebXgwXt { width:9.75rem;height:0.97485625rem;top:159rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuXMzWNniMol9TeyZyLuPOL19pHfwzGx { display:flex;width:2.5rem;height:2.5rem;top:158.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nbZLPWt1LEDr9B32Fc6INB8UK6tJ77Z7 { width:20rem;height:24.6875rem;top:136.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlI1QmQNsbZKnz1ewyWKTNZc6TGNKPZ { width:12.4375rem;height:9.125rem;top:136.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn27mt9DSAu1XiPtf1oGO3Ze5bw8MLTp { width:17.5rem;height:3.8994125rem;top:145.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyQbvhdBFXZTSW5yiIlTN9TSDi2h4qic { width:17.4375rem;height:9.09375rem;top:149.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5FAFeOAr7Bh87tzDTBXutiUxQ60vuX { width:8.4375rem;height:1.9482375rem;top:186.1875rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2PpWnHTdUMbxbuUaMHJ8GyKTBGl7hon { width:9.75rem;height:0.97485625rem;top:186.6875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQTxOsqZDAy7fcHG3slrP6W9QGyrhfs { display:flex;width:2.5rem;height:2.5rem;top:185.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W3f3ybg4WEtCCgJJhXIHznDM4uxdBeUe { width:20rem;height:24.6875rem;top:163.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34cieeEhUHpemkL7o5a5Er0zTDbGvEt { width:13.1875rem;height:9.6875rem;top:163.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZQgi3v4lnZn188hL9tTA1r90uDZsEt { width:17.8125rem;height:3.8994125rem;top:173.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISbw74FHyh5WfVzL2KV3VLNDs5fiKVE { width:17.4375rem;height:7.957rem;top:177.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTMk2WdFVdqbMPOpqk6X21V60SQL7BS { width:20rem;height:24.6875rem;top:190.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlzrMLyOHtThCZTZFPBmqO08O60eczo { width:13.125rem;height:9.75rem;top:190.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUtD5EcyCfyKIcxMWVSlLFkGL6Jy07c { width:17.5rem;height:3.8994125rem;top:200.5rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdurSu6rLq1TqxknC3SARZTSgc24fBkS { width:17.5rem;height:7.957rem;top:202.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEGqkz63nKhKArx7vGkIdRNC7Eptta0D { display:flex;width:2.5rem;height:2.5rem;top:212.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzpBqaAWi2ugZDHQJNZbw7dACOUDWMJa { width:9.75rem;height:0.97485625rem;top:213.25rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFHwuy4WTQdrnTtJE9o2ueZgRQJOFMWE { width:8.4375rem;height:1.9482375rem;top:212.75rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIbTdeniPXATlph9Kk3q57cnRimCn9TN { width:8.4375rem;height:1.9482375rem;top:239.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0PoMmub9nkzJetNxuSPvJKTxcR2Tp7b { width:9.75rem;height:0.97485625rem;top:239.75rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K08pz03BUHTBdaAk0AhZL96sd7xpBg6V { display:flex;width:2.5rem;height:2.5rem;top:239.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fHcPIgqdeVX8GTMMtZrcoQFuH586byGk { width:20rem;height:24.6875rem;top:216.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW1ZxiJcA4l49TvnWoIlAhQO6fwx8cuQ { width:13.25rem;height:9.75rem;top:216.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupDwI9V2DmHkdJ6WTRbRogwWEnKRgWZ { width:17.5rem;height:5.84911875rem;top:226.3125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBLTc4yvfiRPnncmfIimiSdnfxgWFE7 { width:17.4375rem;height:6.8203125rem;top:232.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oJ3ufrz2VaKqt0HIBJbXIwdoeGsIUO { width:17.8125rem;height:31.828125rem;top:261.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoiP6Eey3stnMGe4lebWSztgQdGBQpHU { width:17.4375rem;height:5.03613125rem;top:255.3125rem;left:1.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWp5Gq6BSpMKPissCoowcVBFni74gaN { width:3.125rem;height:3.125rem;top:255.3125rem;left:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAP5Pp4RliQWmKVxvdrsbmPTJbn8D9dD { width:13.1875rem;height:9.75rem;top:245.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlmouaXR1K4SVHyoDtbCvoxT8OarJo4h { width:20rem;height:50.375rem;top:244.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGZEgiGDqCL7pExDb53653Di19uMATV { display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { display:flex;width:18rem;height:5.0625rem;top:23.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
 }@media only screen and (max-width: 763px) { #nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { width:18.999rem;height:3.8120125rem;top:18.36767578125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block; }
 }@media only screen and (max-width: 763px) { #mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { width:20rem;height:16.88675rem;top:0.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { width:1.875rem;height:1.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { width:20rem;height:26.8125rem;top:35.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { width:17.625rem;height:4.8691375rem;top:0.8125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { width:19.125rem;height:25.59375rem;top:5.875rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { width:17.75rem;height:3.24609375rem;top:32.6875rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhALV5AspwwtizWQzTX4R9THV5TKDfkc { width:1.875rem;height:1.875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { width:17.5rem;height:3.24609375rem;top:76.990234375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { width:1.875rem;height:1.875rem;top:77.677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { width:20rem;height:20.71875rem;top:80.240234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { width:1.875rem;height:1.875rem;top:64.677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { width:18rem;height:3.24609375rem;top:63.990234375rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { width:20rem;height:8.53125rem;top:67.240234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aazMGa6UdDymUBoQFsri1fL6HxcddmVR { width:10.9375rem;height:1.3rem;top:104.75922851562rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qH1xmevt4yUwS1pbzQSQwLVKqiNMLT { width:10.9375rem;height:1.3rem;top:102.20922851562rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:36.96536875rem;top:2.58251953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:0.1875rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:20rem;height:1.6875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54345625rem;top:5.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:2.923825rem;top:6.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:5.875rem;height:2.6875rem;top:0.875rem;left:0rem;display:block; }
 }