.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:252,217,238;--color-primary-1:244,128,198;--color-primary-2:233,0,140;--color-primary-3:117,0,70;--color-primary-4:35,0,21;--color-secondary-0:226,227,228;--color-secondary-1:168,170,173;--color-secondary-2:110,113,118;--color-secondary-3:66,68,71;--color-secondary-4:13,18,26;--color-tertiary-0:255,255,255;--color-tertiary-1:199,201,199;--color-tertiary-2:13,18,27;--color-tertiary-3:13,18,26;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/TsXUgsAl/kanhai_lei_lhAnHgMZRFE_unsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#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(var(--color-tertiary-0),0.79); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:85.875rem;width:60rem;overflow:visible;position:relative;display:block; }#so9aI2nFZl98ZDR0dFSsg05QqBMdSXgb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.375rem 1.4375rem rgba(var(--color-secondary-4),0.21) ;height:40.875rem;width:40.875rem;top:4.9375rem;left:0rem;display:block; }
#yO5swavNTTODAhWTobBgOgSPfQesVHdw { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CxoDTGzaHoyUwQz4QRU0qz8Nwc3PGuqr { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.5625rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XrlHlQaTDflwAbkAEoW5x6Vl4TVriMph { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:1.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:82.625rem;left:24.375rem;display:block; }
#detVIIhE5GoB2sqoRdRhhdAi3SWZIIO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o90PoONyqSBw3KiQhqDTUUtuJ279hDTI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:84.375rem;left:29.25rem; }
#d4OTAKM1UCK2w4iwdzQvF56t8MUE0lp9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.82);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.375rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:40.875rem;width:20rem;top:4.9375rem;left:39.873699188233rem;display:block; }
#KTGIVp0oK2sbGJH0cXQiWx9F4ddHdV6W { 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:8.875rem;width:11.75rem;top:20.979167938233rem;left:44.040363311767rem;overflow:hidden;display:block; }
#nKqcu6OPHnH6dKdXmayLKTzLOdnTW6KZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:21.875rem;left:2.8854179382324rem;display:block; }
#BdNWzgGzgvEvQxQS27B2s9nmM1EfNgJ8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-1),0.55) ;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:var(--headlines-font-family);font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:5.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.3125rem;left:15.062503814698rem;display:block; }
#JpTqU9uzVJuNIy6G8rkC69s3q1fA5yMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNlOdRndUzWT8RtVcRZ42FETaVOadSZI { color:rgba(var(--color-tertiary-2),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:57.5625rem;left:11.65625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOTKewDnnpJgo1QqS9JunmdMTG7vcw4W { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:66.37500190735rem;left:10.78125rem;height:5.3611125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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.696875rem;padding-right:0.606875rem;padding-bottom:0.696875rem;padding-left:0.606875rem;display:block;align-items:center;width:3.6425rem;min-width:3.6425rem;height:3.74625rem;position:relative;font-family:"open sans";font-size:2.788125rem;font-weight:700;line-height:59.94px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.856875rem;height:1.48125rem;position:relative;font-family:"open sans";font-size:1.045625rem;font-weight:400;line-height:23.7px;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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.4375rem;height:7.056875rem;padding-top:0.87125rem;padding-right:0.8675rem;padding-bottom:0.87125rem;padding-left:0.8675rem;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:72.875rem;left:17.412761688233rem;z-index:15015; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #i8LMilkHQT7XlnlDvIoI2eVtwrTfGwyT { display:flex;position:relative;top:0rem;left:0rem; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #bB3ROnA4EQqbZ9TouUwgR5lu34rBh2kp { width:auto; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #NKe8G4TGZKdpxUOhn00tc3upa73BNCAN {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #Od4Ura59rexFEDpL7VQDTscaivhsoI5D { display:flex;position:relative;top:0rem;left:0rem; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #uBN8B9xE29X7SXXWQ7TNLdATCIJali91 {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #KWvC0PqFHIKLcEepMVyKdmuLqk7Telua {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #CVFi56IroyQfd5Tw2XIQzexv4k9cf8vq { display:flex;position:relative;top:0rem;left:0rem; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #PMk4kaOPrSHdrmsAl0e7K3fpdib053DI {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #hEKRpZRAEBhAEnkEakET2bgmFzK7rIXT {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #BvID9VfF2g5c7Q3GLW1zlFrb7MeQqMW9 { display:flex;position:relative;top:0rem;left:0rem; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #sWTUrVA9moFsP3R3aoEqzv4ZbfSTcJcr {  }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #OSdqOC0N1lEp7N0v7D0kFUKZtqFXfHaZ {  }
#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { background-color: transparent; background-image: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container > .video-iframe-container { display: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row > .video-iframe-container { display: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .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); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { border-width: 0; border-radius: 0; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#Xwsp8eFaglzJJBcXRXnyzVKNNf7AeU0R { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1197915077209rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container { background-color: transparent; background-image: none; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container > .video-iframe-container { display: none; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row > .video-iframe-container { display: none; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .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); }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container { border-width: 0; border-radius: 0; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#UcREnmMv2oOdGGz5GOfg8OCTtWWUe3MA { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:39.625rem;width:25.5rem;top:1.9986979365349rem;left:2.25rem;display:block; }
#wUHBFV1Ww79Ebs2DTA3XUSz5tFPZfifl { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.591796875rem;left:32.312503814698rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsh5RiEAEtC1uB0ddR2QuvHXnZlZHZrz { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.498046875rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWDTsX9ZoGS6dPfMeGziByTDS27SpdR8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:39.625rem;width:25.5rem;top:2.0000000596046rem;left:32.250003814698rem;display:block; }
#hCB3Wnu03zzPcoUSGiRpbwiEC9qKfC24 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:7.4986991882325rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekm9MCzPC5sQCpFMQCTWtGll9l1UtUT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.591796875rem;left:2.3125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRihyhKtRhv4KIrSLQX69oWanyQsJ0Ap { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRIa4oqtqDcCOKHhGunQADzR2QosWdIK { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.75rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k39175O7TuCT2tSqQl5kHa5CgVQWPqgk { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:16.875rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXgfTbX8qpsWTaCos5xirVXVOv7cRqJu { color:rgba(var(--color-primary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:20rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxFiA7bXo0PdWmG7n4Km1QT3PXtNtsbg { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:10.595703125rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlKT4PlyEyyqzTdn7z6UtTuCAFcstVra { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:13.75rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzaR8HPznbBVXpT5vlivTSTSNORo6UVX { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fchs7WzLk2tBvhra7ZLFoF3IzZxqiEtP { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwH102SpDmifNbEdv0UQ9k5dAGe13T1O { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.0266933441163rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#WD9qJ6BfwmzrP4nknrVm883FAQ9ypmSN { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.14453125rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#tN5mK5l8wtSDkT7BcIz6ZsJcOlWkRN4X { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.3125rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#xRKuiKyWvdGIfppfe3quyWWHJQE3V3c0 { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:16.4375rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#BQ2J4DompCawEccnAW13Uz3VHrGh0UBM { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:19.5625rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#Doq8h0HmA8lX76OTBytXgzrBfa3TNZy9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.8125rem;left:5.3125rem;display:block; }
#dc05TQXqNz0nl4VipDt9ZctkLMAngBEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krfxpp3rCvWWAV3y9bFdRFxlBBSSAP5b { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.750001907349rem;left:5.4375rem;height:5.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVCgdmL5OBMUVw3aTnVwKsvJOoR7GcNS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.6875rem;left:35.3125rem;display:block; }
#Tfq63wem73anw6UaPhinGxPk5tqvepSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATisNBT1eyRPQIHN2FHrlAP6rO5FBdq9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.75rem;left:35.3125rem;display:block; }
#uvNxWnnJaeM8ghurJPXckQZiZ7yb5sPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuTF99GcK2R0mHbqpU1WN4zC9nmPZNRU { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:38.6875rem;width:25.5rem;top:1.9991316795349rem;left:2.25rem;display:none; }
#bqvDkDeQRJvPO3fhKXy6dudgiBPacJUp { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.867839813233rem;left:32.312503814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pogsnDH0TIdsiAm6RbU6qz4dECBV6s2T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.8671875rem;left:35.3125rem;display:block; }
#z8eGQuZbXDSKvBDZxKU2o62BRwc8Drkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS { 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; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container { background-color: transparent; background-image: none; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container > .video-iframe-container { display: none; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row > .video-iframe-container { display: none; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .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); }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container { border-width: 0; border-radius: 0; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:60rem;position:relative;display:block; }#QBhTtrW5zgwIFgw6LaOgDisW980iX3wR { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4674491882324rem;left:1.875rem;height:7.0104375rem;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;display:block; }
#xqmIiMlZunm8ucXz2SigwfXTJ7ADdTTG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P0CyPgd4FGiinpzx2dPdpWQu1sM6v7mD { color:rgba(16,16,16,0.03);display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wFVJQoiw0lDIf5m3yAWQrxJgIeTfQzdm { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.5625rem;left:1.875rem;height:6.09375rem;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:justify;text-align-last:initial;display:block; }
#TRD3cc8QbicnlqXIFT0xcZZflyxbXl1F { color:#965928;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:21.0625rem;left:1.875rem;height:1.5rem;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:justify;text-align-last:initial;display:block; }
#ex7RbHietemzAr9J3seMzDSzwRfp6cwT { color:#965928;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.0625rem;left:15rem;height:3rem;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:justify;text-align-last:initial;display:block; }
#uaOaLvH2ODwrN7ld9HuXpVULGxgatiCh { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.5625rem;left:15rem;height:6.09375rem;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:justify;text-align-last:initial;display:block; }
#n0UbrmiRn7BhEtyapCTANTFJIkv7DRKq { 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: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;height:18rem;width:32.1875rem;top:5.8312501907349rem;left:27.811721801757rem;overflow:hidden;display:block; }
#wkVkotWR2BrbDB0K3hn8iSvoX5F5skO7 { 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: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;height:18.5625rem;width:24.8125rem;top:23.78125rem;left:26.3125rem;overflow:hidden;display:block; }
#BvnvPWW5B2KxsrOXp4TOlsaFt9tNbHZF { 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: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;height:19.1875rem;width:10.625rem;top:28.65625rem;left:47.75rem;overflow:hidden;display:block; }
#KAcH3Sb4qoSyEIfVigFiOyUdymDwtnAf { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:30.0625rem;left:1.875rem;height:6rem;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:justify;text-align-last:initial;display:block; }
#A9rT7AzihGTlQLoQPQ39DWdPx2vfRz69 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:36.8125rem;left:2.75rem;height:13.5rem;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:justify;text-align-last:initial;display:block; }
#VCdTG9lwlAA2PmcZ0RoxBiNaW5LIXO0L { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.3125rem;left:1.9166679382324rem;display:block; }
#BoQXHvZLrAqZ9BrrxuUkMwXJQLBlTK64 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.8125rem;left:1.9375rem;display:block; }
#f8uMCtCSpoz0MuvLaVrTboELe5U6ugrO { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.3125rem;left:1.9375rem;display:block; }
#sNq8eKeST9muXnhRXnnnJTAiOXJ6y1M7 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.8125rem;left:1.9375rem;display:block; }
#TVpTZJd9OFBkeDFIyr65M0Z2hN67FgvS { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:46.3125rem;left:1.9375rem;display:block; }
#RKpwXZi1Bh7KiCMeHU2Xl0d8ugypdH7X { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.375rem;left:1.9375rem;display:block; }
#AeygycnKRTHmvKRnlsLAC8bV1LBgGTRo { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:52.966799736023rem;left:11.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIqNkxWTAF7r2aZdV71HqQBK8TQxrBd5 { 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: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;height:13.75rem;width:10.25rem;top:37.75rem;left:39.125rem;overflow:hidden;display:block; }
#ohWSSzf5q1i187HapxCky9yKUIOVJTRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container { background-color: transparent; background-image: none; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container > .video-iframe-container { display: none; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row > .video-iframe-container { display: none; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .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); }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container { border-width: 0; border-radius: 0; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#rdgZwcGo8QGnI1D3ciylP1z8sJ07lBqX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1197915077209rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container { background-color: transparent; background-image: none; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container > .video-iframe-container { display: none; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row > .video-iframe-container { display: none; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .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); }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container { border-width: 0; border-radius: 0; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.696875rem;padding-right:0.606875rem;padding-bottom:0.696875rem;padding-left:0.606875rem;display:block;align-items:center;width:3.6425rem;min-width:3.6425rem;height:3.74625rem;position:relative;font-family:"open sans";font-size:2.788125rem;font-weight:700;line-height:59.94px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.856875rem;height:1.48125rem;position:relative;font-family:"open sans";font-size:1.045625rem;font-weight:400;line-height:23.7px;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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.4375rem;height:7.056875rem;padding-top:0.87125rem;padding-right:0.8675rem;padding-bottom:0.87125rem;padding-left:0.8675rem;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:1.6295547485351rem;left:17.412761688233rem;z-index:15016; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #EJxvW43TPihd8uKLbIBUMnf9wVyumNbT { display:flex;position:relative;top:0rem;left:0rem; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #pcfpJNhiMNsmRwWNuziSRluTxpcoQKLq { width:auto; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #LpLwNSMbvMlG2949LxRn7qOBCycwe2mt {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #q68tzgKylC2KW7CucdAcXiVc0GqoF3DC { display:flex;position:relative;top:0rem;left:0rem; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #WDQQIQxlKkgwIWk89Opcmh3Efwcser2T {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #VdiNcmiRbPuT42ZtH4m3kKl0hAtAuR7A {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #XIKwAK4nZwWniqAE62GlFlgQDHBx2s2l { display:flex;position:relative;top:0rem;left:0rem; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #PHkGyLCIJPbZ5vTctVz9e35T07ORvtyL {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fT0TRJav5OT5NP2KcT0sGvRr8TXmMpBc {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #eqICpcyXQMKquxzLz0qKov7ZgLWsc6s3 { display:flex;position:relative;top:0rem;left:0rem; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fQH6n548N4aPxWSDn19RuufVzNhaTkJT {  }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #TgXzP4NfTyU1qb5uBVTT1iea1Vh97wiq {  }
#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container { background-color: transparent; background-image: none; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container > .video-iframe-container { display: none; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row > .video-iframe-container { display: none; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .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); }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container { border-width: 0; border-radius: 0; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#yULppQI268OeIPTXZl73GlMzHNZixwVB { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:39.625rem;width:25.5rem;top:1.9986979365349rem;left:2.25rem;display:block; }
#kqNcKalBre4Wx4cswfFAe9FoaPSJA3Rl { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.591796875rem;left:32.312503814698rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAGFSl2xsavnMs8fgx91zImNWR4gM1Ks { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.498046875rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCLtlvtNL672e4U4PauZ0FiSk7Lx5UvG { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:39.625rem;width:25.5rem;top:2.0000000596046rem;left:32.250003814698rem;display:block; }
#qnyqzWXqliMeTh9inDJRRKyITPs90fWs { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:7.4986991882325rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4dsdzTISnC8DTqyiB34DlfFHSP74mUH { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.591796875rem;left:2.3125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnLmzRB7nIHdxnTmFT7h09JeSGRpE3AJ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvZa54qyS3Vemnhxzoun4gJVtKE10uMy { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.75rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzG5DxOpfdZ9IVg6clMHUT5N48rPXLdV { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:16.875rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsTXtbJ8DWVc60Le29bLmP7Qtpm98zEO { color:rgba(var(--color-primary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:20rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4hkdTL91Bxvn1nUVgDXo472aVB4ntMP { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:10.595703125rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPV4qXb1b1Xc8tJFT7iW2J1hFAvLQTLb { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-1),0.55);top:13.75rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaoCF19WTNCnEBX1uOTDTuxeTavGvnAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EwNp6aVt32epzPaq6eKZ43q1COKdUEea { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:32.312503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zL8GLh5XkkzndoaKk6ZHoJG7BRQoRKL1 { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.0266933441163rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#RbvqTK912b3FT1JxbsrpDiEN0KdD91WQ { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.14453125rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#WLmp3XZP9TSFVW9sAawVIGCi0W8OHLIQ { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.3125rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#QJvd2LbVnvpSV3dVmboSN3ZVdKdopwH1 { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:16.4375rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#n7MC9S6NPObJkBcgJsdqBupsTEiVlOHl { box-sizing:content-box;height:2.6875rem;width:25.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:19.5625rem;left:2.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-2),1) ;display:block; }
#oylAT3KTWILrCJNtmeJzTJsRhCWOngkQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.8125rem;left:5.3125rem;display:block; }
#w5aU1Rulzel1q8n8IclV1eDAu490rRXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8T3VwXMHcDDWfcOKqPChqLlMT7fpfTa { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:5.65625rem;height:5.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URwgBr4UTMi1mkzkPUJcT0rwhIviapGW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.6875rem;left:35.3125rem;display:block; }
#wk6ygdC0Wvbq26rggi3eDduoWgAcyEqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osrx83m9T7ImCUFa2ZUVmZMyn8XW0em5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.75rem;left:35.3125rem;display:block; }
#XfsoyVUfkaGdTMiiAAdr8kttMRfC9vdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFAJoSpNUgu32JUxVzVkAsOHNu0T11Kh { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5625rem 0.875rem 1.4375rem rgba(var(--color-tertiary-0),0.38) ;height:38.6875rem;width:25.5rem;top:1.9991316795349rem;left:2.25rem;display:none; }
#F19fcaONaOH66FQ927gq54thImOsFr1H { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.867839813233rem;left:32.312503814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8t997brZDBkfOrutP3Jvk9PJAWkWSB1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-2),0.55) ;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:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.867191314698rem;left:35.3125rem;display:block; }
#DChqoNydtWLIBoGMyrsKIAGPupLgBlFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so9aI2nFZl98ZDR0dFSsg05QqBMdSXgb { width:40.875rem;height:40.875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5swavNTTODAhWTobBgOgSPfQesVHdw { width:36.875rem;height:;top:8.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxoDTGzaHoyUwQz4QRU0qz8Nwc3PGuqr { width:33.75rem;height:4.375rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrlHlQaTDflwAbkAEoW5x6Vl4TVriMph { width:11.25rem;height:1.9375rem;top:82.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #detVIIhE5GoB2sqoRdRhhdAi3SWZIIO5 { display:block; }
 }@media only screen and (max-width: 763px) { #o90PoONyqSBw3KiQhqDTUUtuJ279hDTI { width:1.5rem;height:1.5rem;top:84.375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OTAKM1UCK2w4iwdzQvF56t8MUE0lp9 { width:20rem;height:40.875rem;top:4.9375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTGIVp0oK2sbGJH0cXQiWx9F4ddHdV6W { width:11.75rem;height:8.875rem;top:20.9375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKqcu6OPHnH6dKdXmayLKTzLOdnTW6KZ { width:35.1875rem;height:19.75rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdNWzgGzgvEvQxQS27B2s9nmM1EfNgJ8 { width:29.875rem;height:5.75rem;top:50.3125rem;left:8.9375038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTqU9uzVJuNIy6G8rkC69s3q1fA5yMQ { display:block; }
 }@media only screen and (max-width: 763px) { #dNlOdRndUzWT8RtVcRZ42FETaVOadSZI { width:36.6875rem;height:1.6875rem;top:57.5625rem;left:5.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTKewDnnpJgo1QqS9JunmdMTG7vcw4W { width:38.4375rem;height:5.3125rem;top:66.375rem;left:4.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L { display:flex;width:18rem;height:5.0625rem;top:71.625rem;left:10.569011688233rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #i8LMilkHQT7XlnlDvIoI2eVtwrTfGwyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #bB3ROnA4EQqbZ9TouUwgR5lu34rBh2kp {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #NKe8G4TGZKdpxUOhn00tc3upa73BNCAN {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #Od4Ura59rexFEDpL7VQDTscaivhsoI5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #uBN8B9xE29X7SXXWQ7TNLdATCIJali91 {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #KWvC0PqFHIKLcEepMVyKdmuLqk7Telua {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #CVFi56IroyQfd5Tw2XIQzexv4k9cf8vq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #PMk4kaOPrSHdrmsAl0e7K3fpdib053DI {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #hEKRpZRAEBhAEnkEakET2bgmFzK7rIXT {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #BvID9VfF2g5c7Q3GLW1zlFrb7MeQqMW9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #sWTUrVA9moFsP3R3aoEqzv4ZbfSTcJcr {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #OSdqOC0N1lEp7N0v7D0kFUKZtqFXfHaZ {  }
 }@media only screen and (max-width: 763px) { #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { display:block; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwsp8eFaglzJJBcXRXnyzVKNNf7AeU0R { width:47.75rem;height:3.8125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs { display:block; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcREnmMv2oOdGGz5GOfg8OCTtWWUe3MA { width:25.5rem;height:39.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUHBFV1Ww79Ebs2DTA3XUSz5tFPZfifl { width:25.375rem;height:2.75rem;top:2.5625rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsh5RiEAEtC1uB0ddR2QuvHXnZlZHZrz { width:25.375rem;height:1.8125rem;top:7.4375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWDTsX9ZoGS6dPfMeGziByTDS27SpdR8 { width:25.5rem;height:39.625rem;top:2rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCB3Wnu03zzPcoUSGiRpbwiEC9qKfC24 { width:25.375rem;height:1.8125rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekm9MCzPC5sQCpFMQCTWtGll9l1UtUT9 { width:25.375rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRihyhKtRhv4KIrSLQX69oWanyQsJ0Ap { width:25.375rem;height:1.8125rem;top:10.625rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRIa4oqtqDcCOKHhGunQADzR2QosWdIK { width:25.375rem;height:1.8125rem;top:13.75rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k39175O7TuCT2tSqQl5kHa5CgVQWPqgk { width:25.375rem;height:1.8125rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXgfTbX8qpsWTaCos5xirVXVOv7cRqJu { width:25.375rem;height:1.8125rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFiA7bXo0PdWmG7n4Km1QT3PXtNtsbg { width:25.375rem;height:1.8125rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlKT4PlyEyyqzTdn7z6UtTuCAFcstVra { width:25.375rem;height:1.8125rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzaR8HPznbBVXpT5vlivTSTSNORo6UVX { width:25.375rem;height:1.8125rem;top:16.875rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fchs7WzLk2tBvhra7ZLFoF3IzZxqiEtP { width:25.375rem;height:1.8125rem;top:20rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwH102SpDmifNbEdv0UQ9k5dAGe13T1O { width:25.5rem;height:2.6875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9qJ6BfwmzrP4nknrVm883FAQ9ypmSN { width:25.5rem;height:2.6875rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN5mK5l8wtSDkT7BcIz6ZsJcOlWkRN4X { width:25.5rem;height:2.6875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKuiKyWvdGIfppfe3quyWWHJQE3V3c0 { width:25.5rem;height:2.6875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2J4DompCawEccnAW13Uz3VHrGh0UBM { width:25.5rem;height:2.6875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doq8h0HmA8lX76OTBytXgzrBfa3TNZy9 { width:19.375rem;height:3.8125rem;top:24.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc05TQXqNz0nl4VipDt9ZctkLMAngBEI { display:block; }
 }@media only screen and (max-width: 763px) { #krfxpp3rCvWWAV3y9bFdRFxlBBSSAP5b { width:19.125rem;height:5.0625rem;top:30.75rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCgdmL5OBMUVw3aTnVwKsvJOoR7GcNS { width:19.375rem;height:3.8125rem;top:25.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfq63wem73anw6UaPhinGxPk5tqvepSo { display:block; }
 }@media only screen and (max-width: 763px) { #ATisNBT1eyRPQIHN2FHrlAP6rO5FBdq9 { width:19.375rem;height:3.8125rem;top:30.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvNxWnnJaeM8ghurJPXckQZiZ7yb5sPe { display:block; }
 }@media only screen and (max-width: 763px) { #LuTF99GcK2R0mHbqpU1WN4zC9nmPZNRU { width:25.5rem;height:38.6875rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqvDkDeQRJvPO3fhKXy6dudgiBPacJUp { width:25.375rem;height:1.25rem;top:21.8125rem;left:22.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pogsnDH0TIdsiAm6RbU6qz4dECBV6s2T { width:19.375rem;height:3.8125rem;top:35.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eGQuZbXDSKvBDZxKU2o62BRwc8Drkk { display:block; }
 }@media only screen and (max-width: 763px) { #SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS { display:block; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBhTtrW5zgwIFgw6LaOgDisW980iX3wR { width:24.4375rem;height:;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmIiMlZunm8ucXz2SigwfXTJ7ADdTTG { width:22.8125rem;height:;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CyPgd4FGiinpzx2dPdpWQu1sM6v7mD { width:24.4375rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVJQoiw0lDIf5m3yAWQrxJgIeTfQzdm { width:9.0625rem;height:6.0625rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRD3cc8QbicnlqXIFT0xcZZflyxbXl1F { width:9.0625rem;height:1.5rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex7RbHietemzAr9J3seMzDSzwRfp6cwT { width:10.625rem;height:1.5rem;top:21.0625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOaLvH2ODwrN7ld9HuXpVULGxgatiCh { width:9.0625rem;height:6.0625rem;top:22.5625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UbrmiRn7BhEtyapCTANTFJIkv7DRKq { width:32.1875rem;height:18rem;top:5.8125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVkotWR2BrbDB0K3hn8iSvoX5F5skO7 { width:24.8125rem;height:18.5625rem;top:23.75rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvnvPWW5B2KxsrOXp4TOlsaFt9tNbHZF { width:10.625rem;height:19.1875rem;top:28.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAcH3Sb4qoSyEIfVigFiOyUdymDwtnAf { width:22.8125rem;height:6rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9rT7AzihGTlQLoQPQ39DWdPx2vfRz69 { width:21.9375rem;height:12rem;top:36.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdTG9lwlAA2PmcZ0RoxBiNaW5LIXO0L { width:0.4375rem;height:0.4375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQXHvZLrAqZ9BrrxuUkMwXJQLBlTK64 { width:0.4375rem;height:0.4375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8uMCtCSpoz0MuvLaVrTboELe5U6ugrO { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNq8eKeST9muXnhRXnnnJTAiOXJ6y1M7 { width:0.4375rem;height:0.4375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVpTZJd9OFBkeDFIyr65M0Z2hN67FgvS { width:0.4375rem;height:0.4375rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpwXZi1Bh7KiCMeHU2Xl0d8ugypdH7X { width:0.4375rem;height:0.4375rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeygycnKRTHmvKRnlsLAC8bV1LBgGTRo { width:37rem;height:;top:52.9375rem;left:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIqNkxWTAF7r2aZdV71HqQBK8TQxrBd5 { width:10.25rem;height:13.75rem;top:37.75rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohWSSzf5q1i187HapxCky9yKUIOVJTRu { display:block; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdgZwcGo8QGnI1D3ciylP1z8sJ07lBqX { width:47.75rem;height:3.8125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV { display:block; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL { display:flex;width:18rem;height:5.0625rem;top:71.625rem;left:10.569011688233rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #EJxvW43TPihd8uKLbIBUMnf9wVyumNbT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #pcfpJNhiMNsmRwWNuziSRluTxpcoQKLq {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #LpLwNSMbvMlG2949LxRn7qOBCycwe2mt {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #q68tzgKylC2KW7CucdAcXiVc0GqoF3DC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #WDQQIQxlKkgwIWk89Opcmh3Efwcser2T {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #VdiNcmiRbPuT42ZtH4m3kKl0hAtAuR7A {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #XIKwAK4nZwWniqAE62GlFlgQDHBx2s2l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #PHkGyLCIJPbZ5vTctVz9e35T07ORvtyL {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fT0TRJav5OT5NP2KcT0sGvRr8TXmMpBc {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #eqICpcyXQMKquxzLz0qKov7ZgLWsc6s3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fQH6n548N4aPxWSDn19RuufVzNhaTkJT {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #TgXzP4NfTyU1qb5uBVTT1iea1Vh97wiq {  }
 }@media only screen and (max-width: 763px) { #IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 { display:block; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yULppQI268OeIPTXZl73GlMzHNZixwVB { width:25.5rem;height:39.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNcKalBre4Wx4cswfFAe9FoaPSJA3Rl { width:25.375rem;height:2.75rem;top:2.5625rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGFSl2xsavnMs8fgx91zImNWR4gM1Ks { width:25.375rem;height:1.8125rem;top:7.4375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCLtlvtNL672e4U4PauZ0FiSk7Lx5UvG { width:25.5rem;height:39.625rem;top:2rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnyqzWXqliMeTh9inDJRRKyITPs90fWs { width:25.375rem;height:1.8125rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4dsdzTISnC8DTqyiB34DlfFHSP74mUH { width:25.375rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnLmzRB7nIHdxnTmFT7h09JeSGRpE3AJ { width:25.375rem;height:1.8125rem;top:10.625rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZa54qyS3Vemnhxzoun4gJVtKE10uMy { width:25.375rem;height:1.8125rem;top:13.75rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG5DxOpfdZ9IVg6clMHUT5N48rPXLdV { width:25.375rem;height:1.8125rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTXtbJ8DWVc60Le29bLmP7Qtpm98zEO { width:25.375rem;height:1.8125rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hkdTL91Bxvn1nUVgDXo472aVB4ntMP { width:25.375rem;height:1.8125rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPV4qXb1b1Xc8tJFT7iW2J1hFAvLQTLb { width:25.375rem;height:1.8125rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaoCF19WTNCnEBX1uOTDTuxeTavGvnAQ { width:25.375rem;height:1.8125rem;top:16.875rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNp6aVt32epzPaq6eKZ43q1COKdUEea { width:25.375rem;height:1.8125rem;top:20rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8GLh5XkkzndoaKk6ZHoJG7BRQoRKL1 { width:25.5rem;height:2.6875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbvqTK912b3FT1JxbsrpDiEN0KdD91WQ { width:25.5rem;height:2.6875rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLmp3XZP9TSFVW9sAawVIGCi0W8OHLIQ { width:25.5rem;height:2.6875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvd2LbVnvpSV3dVmboSN3ZVdKdopwH1 { width:25.5rem;height:2.6875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MC9S6NPObJkBcgJsdqBupsTEiVlOHl { width:25.5rem;height:2.6875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylAT3KTWILrCJNtmeJzTJsRhCWOngkQ { width:19.375rem;height:3.8125rem;top:24.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5aU1Rulzel1q8n8IclV1eDAu490rRXB { display:block; }
 }@media only screen and (max-width: 763px) { #o8T3VwXMHcDDWfcOKqPChqLlMT7fpfTa { width:18.6875rem;height:5.0625rem;top:30.75rem;left:2.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwgBr4UTMi1mkzkPUJcT0rwhIviapGW { width:19.375rem;height:3.8125rem;top:25.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk6ygdC0Wvbq26rggi3eDduoWgAcyEqD { display:block; }
 }@media only screen and (max-width: 763px) { #osrx83m9T7ImCUFa2ZUVmZMyn8XW0em5 { width:19.375rem;height:3.8125rem;top:30.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsoyVUfkaGdTMiiAAdr8kttMRfC9vdn { display:block; }
 }@media only screen and (max-width: 763px) { #eFAJoSpNUgu32JUxVzVkAsOHNu0T11Kh { width:25.5rem;height:38.6875rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F19fcaONaOH66FQ927gq54thImOsFr1H { width:25.375rem;height:1.25rem;top:21.8125rem;left:22.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8t997brZDBkfOrutP3Jvk9PJAWkWSB1 { width:19.375rem;height:3.8125rem;top:35.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DChqoNydtWLIBoGMyrsKIAGPupLgBlFp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so9aI2nFZl98ZDR0dFSsg05QqBMdSXgb { width:19.875rem;height:38.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5swavNTTODAhWTobBgOgSPfQesVHdw { width:20rem;height:7.8rem;top:5.8606772422791rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxoDTGzaHoyUwQz4QRU0qz8Nwc3PGuqr { width:20rem;height:4.875rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrlHlQaTDflwAbkAEoW5x6Vl4TVriMph { width:11.25rem;height:1.9375rem;top:65.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #detVIIhE5GoB2sqoRdRhhdAi3SWZIIO5 { display:block; }
 }@media only screen and (max-width: 763px) { #o90PoONyqSBw3KiQhqDTUUtuJ279hDTI { width:1.5rem;height:1.5rem;top:67.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OTAKM1UCK2w4iwdzQvF56t8MUE0lp9 { width:19.875rem;height:17.8125rem;top:0.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KTGIVp0oK2sbGJH0cXQiWx9F4ddHdV6W { width:6.125rem;height:4.625rem;top:0.9375rem;left:6.9375002980231rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nKqcu6OPHnH6dKdXmayLKTzLOdnTW6KZ { height:11.225577264654rem;width:20rem;top:19.798177719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdNWzgGzgvEvQxQS27B2s9nmM1EfNgJ8 { width:19rem;height:3.9375rem;top:33.599609375rem;left:0.50000005960464rem;font-size:2.125rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(199,201,199,0.55) ;display:block; }
 }@media only screen and (max-width: 763px) { #JpTqU9uzVJuNIy6G8rkC69s3q1fA5yMQ { display:block; }
 }@media only screen and (max-width: 763px) { #dNlOdRndUzWT8RtVcRZ42FETaVOadSZI { width:20rem;height:2.9236125rem;top:38.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#c7c9c7;display:block; }
 }@media only screen and (max-width: 763px) { #gOTKewDnnpJgo1QqS9JunmdMTG7vcw4W { width:20rem;height:9.09725rem;top:48.595485687256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L .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; }
#BQb2b8FaEollWmerKl9WVEFAXDSPPK8L { display:flex;width:18rem;height:5.0625rem;top:58.25390625rem;left:0.26497393846512rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #i8LMilkHQT7XlnlDvIoI2eVtwrTfGwyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #bB3ROnA4EQqbZ9TouUwgR5lu34rBh2kp {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #NKe8G4TGZKdpxUOhn00tc3upa73BNCAN {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #Od4Ura59rexFEDpL7VQDTscaivhsoI5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #uBN8B9xE29X7SXXWQ7TNLdATCIJali91 {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #KWvC0PqFHIKLcEepMVyKdmuLqk7Telua {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #CVFi56IroyQfd5Tw2XIQzexv4k9cf8vq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #PMk4kaOPrSHdrmsAl0e7K3fpdib053DI {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #hEKRpZRAEBhAEnkEakET2bgmFzK7rIXT {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #BvID9VfF2g5c7Q3GLW1zlFrb7MeQqMW9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #sWTUrVA9moFsP3R3aoEqzv4ZbfSTcJcr {  }
 }@media only screen and (max-width: 763px) { #BQb2b8FaEollWmerKl9WVEFAXDSPPK8L #OSdqOC0N1lEp7N0v7D0kFUKZtqFXfHaZ {  }
 }@media only screen and (max-width: 763px) { #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { display:block; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwsp8eFaglzJJBcXRXnyzVKNNf7AeU0R { width:20rem;height:4.0625rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs { display:block; }#xhWxVx42KcDBRt2DKgsfwDLKZDN4NBHs > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcREnmMv2oOdGGz5GOfg8OCTtWWUe3MA { width:20rem;height:37.3125rem;top:1.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wUHBFV1Ww79Ebs2DTA3XUSz5tFPZfifl { width:20rem;height:2.03125rem;top:47.687503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsh5RiEAEtC1uB0ddR2QuvHXnZlZHZrz { width:20rem;height:1.625rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWDTsX9ZoGS6dPfMeGziByTDS27SpdR8 { width:20rem;height:36.625rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCB3Wnu03zzPcoUSGiRpbwiEC9qKfC24 { width:20rem;height:1.625rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekm9MCzPC5sQCpFMQCTWtGll9l1UtUT9 { width:20rem;height:2.03125rem;top:2.1875001192093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRihyhKtRhv4KIrSLQX69oWanyQsJ0Ap { width:20rem;height:1.625rem;top:54.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRIa4oqtqDcCOKHhGunQADzR2QosWdIK { width:20rem;height:1.625rem;top:57.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k39175O7TuCT2tSqQl5kHa5CgVQWPqgk { width:20rem;height:1.4625rem;top:18.348959565162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXgfTbX8qpsWTaCos5xirVXVOv7cRqJu { width:20rem;height:1.625rem;top:22.64322912693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFiA7bXo0PdWmG7n4Km1QT3PXtNtsbg { width:20rem;height:1.625rem;top:9.78776037693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlKT4PlyEyyqzTdn7z6UtTuCAFcstVra { width:20rem;height:1.625rem;top:13.95572912693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzaR8HPznbBVXpT5vlivTSTSNORo6UVX { width:20rem;height:1.4625rem;top:60.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fchs7WzLk2tBvhra7ZLFoF3IzZxqiEtP { width:20rem;height:1.625rem;top:63.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwH102SpDmifNbEdv0UQ9k5dAGe13T1O { width:20rem;height:2.6875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9qJ6BfwmzrP4nknrVm883FAQ9ypmSN { width:20rem;height:2.6875rem;top:9.25651037693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN5mK5l8wtSDkT7BcIz6ZsJcOlWkRN4X { width:20rem;height:2.6875rem;top:13.42447912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKuiKyWvdGIfppfe3quyWWHJQE3V3c0 { width:20rem;height:2.6875rem;top:17.73697912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2J4DompCawEccnAW13Uz3VHrGh0UBM { width:20rem;height:2.6875rem;top:22.11197912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doq8h0HmA8lX76OTBytXgzrBfa3TNZy9 { width:19.375rem;height:3.8125rem;top:27.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc05TQXqNz0nl4VipDt9ZctkLMAngBEI { display:block; }
 }@media only screen and (max-width: 763px) { #krfxpp3rCvWWAV3y9bFdRFxlBBSSAP5b { width:19.875rem;height:5.1171875rem;top:32.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCgdmL5OBMUVw3aTnVwKsvJOoR7GcNS { width:19.375rem;height:3.8125rem;top:68.585289001462rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfq63wem73anw6UaPhinGxPk5tqvepSo { display:block; }
 }@media only screen and (max-width: 763px) { #ATisNBT1eyRPQIHN2FHrlAP6rO5FBdq9 { width:19.375rem;height:3.8125rem;top:73.522789001462rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvNxWnnJaeM8ghurJPXckQZiZ7yb5sPe { display:block; }
 }@media only screen and (max-width: 763px) { #LuTF99GcK2R0mHbqpU1WN4zC9nmPZNRU { width:20rem;height:38.5625rem;top:46.686849594116rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #bqvDkDeQRJvPO3fhKXy6dudgiBPacJUp { width:20rem;height:1.1375rem;top:65.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pogsnDH0TIdsiAm6RbU6qz4dECBV6s2T { width:19.375rem;height:3.8125rem;top:86.499130249025rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eGQuZbXDSKvBDZxKU2o62BRwc8Drkk { display:block; }
 }@media only screen and (max-width: 763px) { #SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS { display:block; }#SMSfiTfaTOMCcXZxHRUQprOtN3evJfhS > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBhTtrW5zgwIFgw6LaOgDisW980iX3wR { width:18.75rem;height:3.575rem;top:1.541015625rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmIiMlZunm8ucXz2SigwfXTJ7ADdTTG { width:19.375rem;height:12.798625rem;top:5.1985678672791rem;left:0.62434893846512rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P0CyPgd4FGiinpzx2dPdpWQu1sM6v7mD { width:20rem;height:0;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVJQoiw0lDIf5m3yAWQrxJgIeTfQzdm { width:9.0625rem;height:6.5625rem;top:40.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRD3cc8QbicnlqXIFT0xcZZflyxbXl1F { width:9.0625rem;height:1.3125rem;top:38.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex7RbHietemzAr9J3seMzDSzwRfp6cwT { width:9.0625rem;height:1.3125rem;top:38.875rem;left:10.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOaLvH2ODwrN7ld9HuXpVULGxgatiCh { width:9.0625rem;height:7.875rem;top:40.1875rem;left:10.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UbrmiRn7BhEtyapCTANTFJIkv7DRKq { width:18.4375rem;height:10.25rem;top:19.112501144409rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVkotWR2BrbDB0K3hn8iSvoX5F5skO7 { width:9.875rem;height:7.3125rem;top:30.10000038147rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvnvPWW5B2KxsrOXp4TOlsaFt9tNbHZF { width:4.0625rem;height:7.3125rem;top:30.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAcH3Sb4qoSyEIfVigFiOyUdymDwtnAf { width:20rem;height:7.999125rem;top:49.4375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9rT7AzihGTlQLoQPQ39DWdPx2vfRz69 { width:18.1875rem;height:14.398425rem;top:58.125rem;left:1.8125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdTG9lwlAA2PmcZ0RoxBiNaW5LIXO0L { width:0.4375rem;height:0.4375rem;top:62.859375rem;left:0.72916668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQXHvZLrAqZ9BrrxuUkMwXJQLBlTK64 { width:0.4375rem;height:0.4375rem;top:64.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8uMCtCSpoz0MuvLaVrTboELe5U6ugrO { width:0.4375rem;height:0.4375rem;top:67.5625rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNq8eKeST9muXnhRXnnnJTAiOXJ6y1M7 { width:0.4375rem;height:0.4375rem;top:69.1875rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVpTZJd9OFBkeDFIyr65M0Z2hN67FgvS { width:0.4375rem;height:0.4375rem;top:73.9375rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpwXZi1Bh7KiCMeHU2Xl0d8ugypdH7X { width:0.4375rem;height:0.4375rem;top:70.6875rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeygycnKRTHmvKRnlsLAC8bV1LBgGTRo { width:20rem;height:7.15rem;top:73.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIqNkxWTAF7r2aZdV71HqQBK8TQxrBd5 { width:5.3125rem;height:7.3125rem;top:30.10000038147rem;left:4.4875002503395rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ohWSSzf5q1i187HapxCky9yKUIOVJTRu { display:block; }#ohWSSzf5q1i187HapxCky9yKUIOVJTRu > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdgZwcGo8QGnI1D3ciylP1z8sJ07lBqX { width:20rem;height:4.0625rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV { display:block; }#e6a2aUe6Cfvp79HcDW1Z0DRCXA1fOHCV > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL .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; }
#PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL { display:flex;width:18rem;height:5.0625rem;top:1.000018119812rem;left:0.26497393846512rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #EJxvW43TPihd8uKLbIBUMnf9wVyumNbT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #pcfpJNhiMNsmRwWNuziSRluTxpcoQKLq {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #LpLwNSMbvMlG2949LxRn7qOBCycwe2mt {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #q68tzgKylC2KW7CucdAcXiVc0GqoF3DC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #WDQQIQxlKkgwIWk89Opcmh3Efwcser2T {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #VdiNcmiRbPuT42ZtH4m3kKl0hAtAuR7A {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #XIKwAK4nZwWniqAE62GlFlgQDHBx2s2l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #PHkGyLCIJPbZ5vTctVz9e35T07ORvtyL {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fT0TRJav5OT5NP2KcT0sGvRr8TXmMpBc {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #eqICpcyXQMKquxzLz0qKov7ZgLWsc6s3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #fQH6n548N4aPxWSDn19RuufVzNhaTkJT {  }
 }@media only screen and (max-width: 763px) { #PDXW0TbHPxT2R86hLaRdWaVprRW7mFtL #TgXzP4NfTyU1qb5uBVTT1iea1Vh97wiq {  }
 }@media only screen and (max-width: 763px) { #IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 { display:block; }#IKKtP0pSeDAoGf49UIiT4KnGXkRcKU61 > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yULppQI268OeIPTXZl73GlMzHNZixwVB { width:20rem;height:37.3125rem;top:1.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kqNcKalBre4Wx4cswfFAe9FoaPSJA3Rl { width:20rem;height:2.03125rem;top:47.687503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGFSl2xsavnMs8fgx91zImNWR4gM1Ks { width:20rem;height:1.625rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCLtlvtNL672e4U4PauZ0FiSk7Lx5UvG { width:20rem;height:36.625rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnyqzWXqliMeTh9inDJRRKyITPs90fWs { width:20rem;height:1.625rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4dsdzTISnC8DTqyiB34DlfFHSP74mUH { width:20rem;height:2.03125rem;top:2.1875001192093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnLmzRB7nIHdxnTmFT7h09JeSGRpE3AJ { width:20rem;height:1.625rem;top:54.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZa54qyS3Vemnhxzoun4gJVtKE10uMy { width:20rem;height:1.625rem;top:57.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG5DxOpfdZ9IVg6clMHUT5N48rPXLdV { width:20rem;height:1.4625rem;top:18.348959565162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTXtbJ8DWVc60Le29bLmP7Qtpm98zEO { width:20rem;height:1.625rem;top:22.64322912693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hkdTL91Bxvn1nUVgDXo472aVB4ntMP { width:20rem;height:1.625rem;top:9.78776037693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPV4qXb1b1Xc8tJFT7iW2J1hFAvLQTLb { width:20rem;height:1.625rem;top:13.95572912693rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaoCF19WTNCnEBX1uOTDTuxeTavGvnAQ { width:20rem;height:1.4625rem;top:60.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNp6aVt32epzPaq6eKZ43q1COKdUEea { width:20rem;height:1.625rem;top:63.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8GLh5XkkzndoaKk6ZHoJG7BRQoRKL1 { width:20rem;height:2.6875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbvqTK912b3FT1JxbsrpDiEN0KdD91WQ { width:20rem;height:2.6875rem;top:9.25651037693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLmp3XZP9TSFVW9sAawVIGCi0W8OHLIQ { width:20rem;height:2.6875rem;top:13.42447912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvd2LbVnvpSV3dVmboSN3ZVdKdopwH1 { width:20rem;height:2.6875rem;top:17.73697912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MC9S6NPObJkBcgJsdqBupsTEiVlOHl { width:20rem;height:2.6875rem;top:22.11197912693rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylAT3KTWILrCJNtmeJzTJsRhCWOngkQ { width:19.375rem;height:3.8125rem;top:27.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5aU1Rulzel1q8n8IclV1eDAu490rRXB { display:block; }
 }@media only screen and (max-width: 763px) { #o8T3VwXMHcDDWfcOKqPChqLlMT7fpfTa { width:19.875rem;height:5.1171875rem;top:32.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwgBr4UTMi1mkzkPUJcT0rwhIviapGW { width:19.375rem;height:3.8125rem;top:68.585289001462rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk6ygdC0Wvbq26rggi3eDduoWgAcyEqD { display:block; }
 }@media only screen and (max-width: 763px) { #osrx83m9T7ImCUFa2ZUVmZMyn8XW0em5 { width:19.375rem;height:3.8125rem;top:73.522789001462rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsoyVUfkaGdTMiiAAdr8kttMRfC9vdn { display:block; }
 }@media only screen and (max-width: 763px) { #eFAJoSpNUgu32JUxVzVkAsOHNu0T11Kh { width:20rem;height:38.5625rem;top:46.686849594116rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #F19fcaONaOH66FQ927gq54thImOsFr1H { width:20rem;height:1.1375rem;top:65.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8t997brZDBkfOrutP3Jvk9PJAWkWSB1 { width:19.375rem;height:3.8125rem;top:86.499145507812rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DChqoNydtWLIBoGMyrsKIAGPupLgBlFp { display:block; }
 }