.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:225,249,249;--color-primary-1:157,235,235;--color-primary-2:58,214,214;--color-primary-3:29,107,107;--color-primary-4:9,32,32;--color-secondary-0:255,204,204;--color-secondary-1:255,103,102;--color-secondary-2:255,1,0;--color-secondary-3:255,0,0;--color-secondary-4:51,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#ff9300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74963125rem;width:47.24975rem;top:1.357421875rem;left:6.3739013671875rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-4),1);display:block;width:46.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.041015625rem;left:6.5924072265625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0052080154419rem;left:2.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.288541793823rem;left:2.9375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.9375rem;width:55.3125rem;top:16.463541984558rem;left:2.34375rem;display:block; }
#z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6854375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:47.889583587646rem;left:15.65625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:195.3125rem;width:60rem;position:relative;display:block; }#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:140.8125rem;width:24.9375rem;top:1.5rem;left:34.6875rem;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.554565429688rem;left:0rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:2.1875rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.687125rem;width:8.687125rem;top:4.9365234375rem;left:36.756591796875rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.378173828125rem;left:47.008056640625rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.75rem;left:35.28125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.744140625rem;left:38.40625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:15.875rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3739375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.592712402344rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:47.6875rem;left:0rem;height:48.75rem;text-align:left;text-align-last:left;display:block; }
#gePZNCrKAvzzotMPcMNueE40a8UM57L6 { 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:10.1245rem;width:10.1245rem;top:18.623657226562rem;left:35.28076171875rem;overflow:hidden;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.269165039062rem;left:45.030883789062rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.8056640625rem;left:50.65625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:38.40625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pVBH9LxccMdzAdem48WJhieZQuw0XbXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6923828125rem;left:35.59375rem; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.5rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.0625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:43.625rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:42.9375rem;left:35.5rem; }
#FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { position:absolute;display:block;z-index:15016;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.687125rem;width:8.687125rem;top:33.026733398438rem;left:34.6875rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:69.75rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:70.3125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:69.625rem;left:35.5rem; }
#hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:60.187377929688rem;left:34.6875rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:60.1875rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:56.4375rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:57rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:56.375rem;left:35.5625rem; }
#gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:8.624875rem;top:46.605224609375rem;left:34.6875rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:46.9375rem;left:42.875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:96.5625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:97.125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:96.4375rem;left:35.5rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:6.3125rem;top:86.5625rem;left:35.3125rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:87rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:83.3125rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:83.875rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:83.1875rem;left:35.5625rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:73.82568359375rem;left:34.6875rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.630737304688rem;left:43.3203125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:100.0625rem;left:35.3125rem;display:block; }
#uTfv4aswuv99b1fm7ldF62mUenBLTl4k { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:100.5rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { position:absolute;display:block;z-index:15041;height:21.75rem;width:20.375rem;top:103.75rem;left:36.96875rem;display:block; }
#SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:98.262498855594rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9375rem;top:5.1833343505859rem;left:6.5072898864744rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.5437498092651rem;left:0.40625rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:104.43749809265rem;left:4.5947914123535rem;overflow:hidden;display:block; }
#vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.875rem;width:33.25rem;top:106.31249809265rem;left:0rem;overflow:hidden;display:block; }
#Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.577392578125rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;display:none; }
#h9dT0e2KBovh5AZzirmVO9kWcnqm5Pz4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:155.22500038147rem;left:0.25rem;height:37.375rem;text-align:left;text-align-last:left;display:block; }
#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv { 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; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container { background-color: transparent; background-image: none; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container > .video-iframe-container { display: none; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row > .video-iframe-container { display: none; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .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); }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container { border-width: 0; border-radius: 0; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container { font-size:0.875rem;font-family:arial;height:117.4375rem;width:60rem;position:relative;display:block; }#hvxOIAcUWQL03JE7gRKFvGu9Ro0UuzuP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.0625rem;height:30.875rem;text-align:left;text-align-last:left;display:block; }
#GLefEe4ApFXKGxUJDAFpOZM16G8iAEkK { color:rgba(var(--color-tertiary-0),1);display:block;width:47.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44rem;left:6.6875rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#gOEBWaUFfD7DGiBAFTniRMha165u7cQK { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.888542175293rem;left:6.6875rem;height:65rem;text-align:left;text-align-last:left;display:block; }
#z0FWHTgDSaK3XhWxPVuDUO5viV0dKCyf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:3.6875rem;left:10.0625rem;overflow:hidden;display:block; }
#pBodoJHrC2PVpw1cvebKMNn7TvKCy0Mb { color:rgba(var(--color-tertiary-0),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:6.625rem;height:12.43125rem;text-align:center;text-align-last:center;display:block; }
#bv5sxco88TS40SAICAB9WUhGCNOnOcCH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:14.5625rem;top:16.3125rem;left:9.71875rem;overflow:hidden;display:block; }
#XK86ocVfv7DnTFO4beKSQzN8alX7lOD5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.74975rem;width:23.75rem;top:13.111572265625rem;left:33.748779296875rem;overflow:hidden;display:block; }
#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 { 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; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container { background-color: transparent; background-image: none; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container > .video-iframe-container { display: none; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row > .video-iframe-container { display: none; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .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); }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container { border-width: 0; border-radius: 0; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container { font-size:0.875rem;font-family:arial;height:151.9375rem;width:60rem;position:relative;display:block; }#KV3sedFCbPP6XOVrsgyZB8L43fy8ZKyU { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.999267578125rem;left:6.71875rem;height:21.125rem;text-align:left;text-align-last:left;display:block; }
#U8HKRXWCe96W4xS9TFF387I6T0MVVVIK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.9375rem;left:6.03125rem;height:100.75rem;text-align:left;text-align-last:left;display:block; }
#R7Pkey5crNppccnmgzvnI0ghJP8nITDU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:3.9802083969116rem;left:26.631248474121rem;overflow:hidden;display:block; }
#elDqEblWm1SXXx9zDaKgeBrHTrG4yghI { color:rgba(var(--color-tertiary-0),1);display:block;width:52.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7486572265625rem;left:3.9373779296875rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#Vd9QHCNeGZXwmZ054b3HIDltt8ewnDdZ { color:rgba(var(--color-secondary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.203125rem;left:5.46875rem;height:10.725rem;text-align:center;text-align-last:center;display:block; }
#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { position:relative;display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { background-color: transparent; background-image: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { border-width: 0; border-radius: 0; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8121337890625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#V7pXI66PekAHGEtPz220JlQoS6ENICWA { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.498875rem;width:29.498875rem;top:6.125rem;left:14.5625rem;overflow:hidden;display:block; }
#ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.437125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:43.1640625rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg { width:auto; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
#tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.547119140625rem;left:20.59326171875rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.465454101562rem;left:11.1865234375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G { 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; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container { background-color: transparent; background-image: none; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container > .video-iframe-container { display: none; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row > .video-iframe-container { display: none; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .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); }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container { border-width: 0; border-radius: 0; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container { font-size:0.875rem;font-family:arial;height:143.9375rem;width:60rem;position:relative;display:block; }#ip5qdiklWOPzqBXcTc4MFN8nkPmFi198 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.179565429688rem;left:5.3424072265625rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#Cn2bE5rCFkArOqTJ4VnlVOBz7feGFT8Z { color:rgba(var(--color-tertiary-4),1);display:block;width:51.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:58.50341796875rem;left:4.2498779296875rem;height:55.25rem;text-align:left;text-align-last:left;display:block; }
#KuIuOWMH2g4hpEgMm6GfAa7TPDEOyWEc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:8.0047607421875rem;left:34.317626953125rem;overflow:hidden;display:block; }
#r1SDHOOybTk9OTxK726wVbsPxC5UbgE0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1942138671875rem;left:2.8125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ydv1tvCV2iNz48aL7P1VI8yAEx9OyGqc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.783203125rem;left:2.5299072265625rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#GvcrLRyL6cBuSQctN7dlC7CON60o2mIG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:53.8134765625rem;left:22.1240234375rem;overflow:hidden;display:block; }
#b4vfgIvTbr3ZwxS3Q1ArKGZ1RFHWGSEc { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dashed rgba(var(--color-secondary-2),1);border-left:0.25rem dashed rgba(var(--color-secondary-2),1);border-right:0.25rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.25rem dashed rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:55.1875rem;top:119.5625rem;left:2.4375rem;display:block; }
#Hxts0uiQy7m7NATEI8vJo5T3CanSfsIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4995rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:125.8125rem;left:5.625rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#SbMDpofEOwBgSGFHZ5VIklKyuDwKfDUr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9995rem;width:16.25rem;top:123.5625rem;left:39.875rem;overflow:hidden;display:block; }
#FZyoazT4v7odf3hbUl6ioclSep8vpG2F { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:121.375rem;left:6.0625rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvGmvw0pnU7EvXF9bTlDQ7cr3Jx5dChd { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:121.375rem;left:3rem;display:block; }
#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 { 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; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container { background-color: transparent; background-image: none; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container > .video-iframe-container { display: none; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row > .video-iframe-container { display: none; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .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); }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container { border-width: 0; border-radius: 0; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container { font-size:0.875rem;font-family:arial;height:148.8125rem;width:60rem;position:relative;display:block; }#nDW1t5PDxZeMavSsSsL2bImmI7K8q9Wr { color:rgba(var(--color-tertiary-4),1);display:block;width:50.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.98046875rem;left:4.9676513671875rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#nIRF4ziJEnOVNEPswHZPlIVcZ9XMw5G4 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:51.065673828125rem;left:4.906005859375rem;height:68.25rem;text-align:left;text-align-last:left;display:block; }
#uM5Vl2T3IOJxIkwkZ4TRxsnOayBqvauC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:5.15380859375rem;left:23.380126953125rem;overflow:hidden;display:block; }
#fsO77qTIwwtNReCdssUneTox2PXbHKun { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:1.9683837890625rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#ah9kOcNLWGRWXzUzt4K7QchZLcXLT5OL { color:rgba(var(--color-tertiary-0),1);display:block;width:52.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.56201171875rem;left:3.968505859375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#sLIioq3tbXgdKzFLk3Es0a8nzQt85JRa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:46.875610351562rem;left:3.4423828125rem;overflow:hidden;display:block; }
#UEJ2FCZ0koHkONoLkPnslpxyST1DvTAp { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-secondary-2),1);border-left:0.1875rem dashed rgba(var(--color-secondary-2),1);border-right:0.1875rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.1875rem dashed rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:55.1875rem;top:123.375rem;left:1.75rem;display:block; }
#c8S5ctHaaH9HqvTFgoNfESHqqvT3zCK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4995rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:129.625rem;left:5rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#ZfMX2bkBloG9zlSENrFcAvkCUv44hS61 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9995rem;width:16.25rem;top:127.375rem;left:39.1875rem;overflow:hidden;display:block; }
#cJiA1wbGCNBlhGJP9cEvbTOEhFBW8Rf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:125.1875rem;left:5.4375rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qlCLeFC81lDF2rMyGJMA9mgZeyDdLOqu { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:125.1875rem;left:1.9375rem;display:block; }
#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN { position:relative;display:block; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN { background-color: transparent; background-image: none; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container > .video-iframe-container { display: none; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row > .video-iframe-container { display: none; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .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); }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN { border-width: 0; border-radius: 0; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:85.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M6vu5Bt8q6kqNiG35azFdKOLT4xJbyxE { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#pCEnENpr78ER0qqZgvGOs4q1BEVQUMmF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:22.5625rem;top:5.899658203125rem;left:4.375rem;overflow:hidden;display:block; }
#ugZnTNptPHBVGDC0zRHFXKTMlFRCvbl2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:28.5rem;top:15.008544921875rem;left:30.81298828125rem;overflow:hidden;display:block; }
#HaQaT4bzgooha9XrXkHl2F3ffpDW6myC { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.516666412354rem;left:0rem;height:56.0625rem;text-align:left;text-align-last:left;display:block; }
#uvrUzAFeNzweQArvpGHACKh5TllMpO2f { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:28.9375rem;top:35.4541015625rem;left:30.937744140625rem;overflow:hidden;display:block; }
#TDi6I4aQvIxepz9pzKfZ7zwT40wT7EkN { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.875rem;top:52.8125rem;left:30.81298828125rem;overflow:hidden;display:block; }
#zSPB8V5ICWGITv2qcEBOe60lRWfnrZ7a { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:73.375rem;left:3rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#dcS6RCW8rNub8VpxTB5DdH2kNHAu2Tzo { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:60rem;top:77.375rem;left:0rem;overflow:hidden;display:block; }
#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { position:relative;display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { background-color: transparent; background-image: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { border-width: 0; border-radius: 0; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:165.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.68725625rem;width:22.56225rem;top:5.93017578125rem;left:6.436767578125rem;overflow:hidden;display:block; }
#KzXf5d4HpQODwN6o1SOFgOTq0p6ZMPFy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3729375rem;width:60rem;top:37.015624046326rem;left:0rem;overflow:hidden;display:block; }
#qDedmWuZ7lThrKZZSIb2beFOA6wuGd2d { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3110625rem;width:47.5610625rem;top:59.891357421875rem;left:0rem;overflow:hidden;display:block; }
#fnpk7VfAD1kA3AOP80nmvHxlvNuEx24W { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5608125rem;width:47.5rem;top:76.12548828125rem;left:0rem;overflow:hidden;display:block; }
#bqttH2gPoLeOTsptdODd3uWspBHupTWc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:47.5rem;top:90.189208984375rem;left:0rem;overflow:hidden;display:block; }
#ndh6SIaeAHhy8ghMoTKf3QwtrDWLwsK5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0608125rem;width:47.5rem;top:101.67358398438rem;left:0rem;overflow:hidden;display:block; }
#T6q1QLRxwburMMxUzgIHUSknEVWywBsP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1235625rem;width:47.5rem;top:114.00146484375rem;left:0rem;overflow:hidden;display:block; }
#PgDQUGrKiZFOPSNKO8CGJB5oxXXCHg2e { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0603125rem;width:49.7485625rem;top:123.9990234375rem;left:0rem;overflow:hidden;display:block; }
#mJBNiT17FDqdpPth8JqRQmgqNUwMElwP { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5605625rem;width:42.7478125rem;top:137.685546875rem;left:0.68603515625rem;overflow:hidden;display:block; }
#Pdtq601lyJBVWtud2TTQKUtTBb41zt2m { position:absolute;display:block;z-index:15035;height:7.8125rem;width:38.75rem;top:13.560791015625rem;left:10.625rem;display:block; }
#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG { position:relative;display:block; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG { background-color: transparent; background-image: none; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container > .video-iframe-container { display: none; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row > .video-iframe-container { display: none; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .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); }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG { border-width: 0; border-radius: 0; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q2TLQrHX7hlu6mFMZRnfPJCLSeecOqf3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8121337890625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#XwaIsHI5k1B6eKc7MsOOMThdR0bJc9Ln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#xixyCvVDA1iHU31S9WXU9IxU5AIqVOim { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#l0nQ6iIm6SqlFhHCqUSfFW5JlSgU5vQN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#crp5rBRsQZ2lEitp6ZaUxWmFTdcO3ToT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBbnTXyXnpdh547V8qOFaHUHEuQEcEiE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yycwRAEUnIvDmukDxa0iCApUrM3OqSuq { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.498875rem;width:29.498875rem;top:6.125rem;left:14.5625rem;overflow:hidden;display:block; }
#upTyhnQkCDONHutDFRwQ7Bagh2BL40pV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mS4QQBkos7uywCsti15GwrgXlrAAJdKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#bXZAH6bhU5vuQqne3ze5N9vxvadR9RnR { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#dkxetGkfF1hlMkgxGWRuDhaq5RmoNFEt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#mvt62pHJ1V1UAwufK7NHqWoSJRmcLXs1 { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#Hyvx2dKD0Q6uyXovgT4xMyqdGMhxMyBh { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#xrdacXRtI2whu9pA7ZJXudyzvnP6ysbT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KdXOV8Kv17vuH2gfL8ApX3AlPOaLOLRO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tHKIMCUR4d9r9QfgK1IpG9M1pNnJTnH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#KE8bzmTb35lizXJupcvlnSCHwCk7dTRp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.437125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:43.1640625rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#hM8DI95orTsoLTN47Ikix0Zg9GU2qDi6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#F5PiO364wOuu3BlZG0QsTIb7UVAdXMK6 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .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; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #XzOpDMUT2w6WQslO0fKhQkJuSGKmZzog { display:flex;position:relative;top:0rem;left:0rem; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #gyzIhiPzvsW7eA7ntOL5a7qxUnIVRLFk { width:auto; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #euqTRqPQF6S0o0ZZtgSevIpLaGxBIkDN {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #zku7MS3mVNSJeB725wNs9pQhPvvSBFM0 { display:flex;position:relative;top:0rem;left:0rem; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #p0nUPm5N40WMAOBquiMTIM9OI1P0Qi6M {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #nT2454rhCpUetmJN5Pe6EgJKwLc7TRG5 {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #amJnZKrNBb39TcOaZLxzy0q1lkQ82lqZ { display:flex;position:relative;top:0rem;left:0rem; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #T28H6J4QsVlkTVTUgJqxx4ImPmOQpDBN {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #TwDLKF1zP7BpVet9rTN8QbxmyLwEkxbx {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #UwvaTBkw5Gkx5KyfpcNCSCmicXZgiTir { display:flex;position:relative;top:0rem;left:0rem; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #itma7HXT55JRR8SgXMBHpDWoItCAMkmr {  }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #vNLJDyirKdrAB9qc9EQg1EQ20rhmmbgh {  }
#gVyKwF2626SMUnknv3TVQHDwz0RiTT6c { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#MN1QWX3Alhowk3uiD81nm6e0bgnqKFbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQc3WhO4cFRe7TZ4LRMOiMZTAvGLpGtQ { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.547119140625rem;left:20.59326171875rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTPILBuVNHJXL3TwzskxHUrTiacpAG6U { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.465454101562rem;left:11.1865234375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.937125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1.8408203125rem;left:0rem;height:15.84375rem;display:block; }
#ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:0rem;left:29.8125rem;height:1.3rem;display:block; }
#EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:0rem;left:19.25rem;height:1.3rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9e00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0.2178955078125rem;left:5.0616455078125rem;overflow:hidden;display:block; }
#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.687375rem;height:4.12475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.280517578125rem;left:13.124389648438rem;display:block; }
#dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:21.1875rem;top:1.375rem;left:33.25rem;display:block; }
#hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:33.3125rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.25rem;height:2.925rem;text-align:left;text-align-last:left;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) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.1875rem;height:2.6875rem;top:1.3125rem;left:0.2489013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.38125rem;top:2rem;left:0.4674072265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:4.875rem;top:5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:6.1875rem;top:10.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { width:47.75rem;height:26.707627118644rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { width:28.625rem;height:1.375rem;top:47.875rem;left:9.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:140.8125rem;top:1.5rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:27.625rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.7875rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:8.625rem;height:8.625rem;top:4.875rem;left:30.631591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12rem;height:5.6875rem;top:6.375rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:12.75rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.1375rem;top:13.6875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:15.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.625rem;height:1.7875rem;top:16.25rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:3.0625rem;top:40.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:48.75rem;top:47.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:10.0625rem;height:10.0625rem;top:18.5625rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:13.9375rem;height:7.9375rem;top:20.25rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:29.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.1375rem;top:30.3125rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:29.6875rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.1875rem;height:7.9375rem;top:33.5rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:43rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.1375rem;top:43.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:42.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:8.625rem;height:8.625rem;top:33rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.275rem;top:69.6875rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.1375rem;top:70.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:69.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.4375rem;height:8.4375rem;top:60.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.1875rem;height:7.9375rem;top:60.1875rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.275rem;top:56.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.1375rem;top:57rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:56.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.5625rem;height:8.5625rem;top:46.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:7.9375rem;top:46.9375rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.275rem;top:96.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.1375rem;top:97.125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:96.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.3125rem;height:8.75rem;top:86.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.1875rem;height:7.9375rem;top:87rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.275rem;top:83.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.1375rem;top:83.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:83.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:15.75rem;height:6.8125rem;top:74.625rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:23.75rem;height:2.75rem;top:100.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.6875rem;height:1.75rem;top:100.5rem;left:24.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20.375rem;height:21.75rem;top:103.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:33.375rem;height:6.125rem;top:98.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.9375rem;height:1.25rem;top:5.125rem;left:0.38228988647461rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.9375rem;height:4.5rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:21.875rem;height:1.2464991181909rem;top:104.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:33.25rem;height:47.875rem;top:106.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { width:20rem;height:2.5625rem;top:177.8125rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9dT0e2KBovh5AZzirmVO9kWcnqm5Pz4 { width:33.25rem;height:37.375rem;top:155.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv { display:block; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxOIAcUWQL03JE7gRKFvGu9Ro0UuzuP { width:31.875rem;height:30.875rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLefEe4ApFXKGxUJDAFpOZM16G8iAEkK { width:47.6875rem;height:6.125rem;top:44rem;left:0.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEBWaUFfD7DGiBAFTniRMha165u7cQK { width:44.25rem;height:65rem;top:50.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0FWHTgDSaK3XhWxPVuDUO5viV0dKCyf { width:21.875rem;height:1.2464991181909rem;top:3.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBodoJHrC2PVpw1cvebKMNn7TvKCy0Mb { width:46.75rem;height:12.375rem;top:0rem;left:0.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv5sxco88TS40SAICAB9WUhGCNOnOcCH { width:14.5625rem;height:0.75rem;top:16.3125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK86ocVfv7DnTFO4beKSQzN8alX7lOD5 { width:23.75rem;height:29.74975rem;top:13.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 { display:block; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV3sedFCbPP6XOVrsgyZB8L43fy8ZKyU { width:46.5625rem;height:21.125rem;top:12.9375rem;left:0.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HKRXWCe96W4xS9TFF387I6T0MVVVIK { width:47.75rem;height:100.75rem;top:49.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Pkey5crNppccnmgzvnI0ghJP8nITDU { width:21.875rem;height:1.2464991181909rem;top:3.9375rem;left:20.506248474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #elDqEblWm1SXXx9zDaKgeBrHTrG4yghI { width:47.75rem;height:8.75rem;top:1.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd9QHCNeGZXwmZ054b3HIDltt8ewnDdZ { width:47.75rem;height:10.6875rem;top:37.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:47.75rem;height:3.0625rem;top:1.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { top:11.375rem;left:0rem;width:14.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { top:9.5rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:29.4375rem;height:29.4375rem;top:6.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { top:23.75rem;left:0rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { top:25.4375rem;left:0rem;width:12.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { top:10.4375rem;left:29.875rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { top:25.9375rem;left:32.125rem;width:15.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { top:12.5625rem;left:35.375rem;width:12.375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:44.5rem;left:14.46826171875rem;width:17.375rem;height:4.225rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:7.3125rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh7FmLXzlI0cRubWellDDv0K34Nrr0G { display:block; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ip5qdiklWOPzqBXcTc4MFN8nkPmFi198 { width:47.75rem;height:26rem;top:12.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2bE5rCFkArOqTJ4VnlVOBz7feGFT8Z { width:47.75rem;height:55.25rem;top:58.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIuOWMH2g4hpEgMm6GfAa7TPDEOyWEc { width:21.875rem;height:1.2465204272644rem;top:8rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1SDHOOybTk9OTxK726wVbsPxC5UbgE0 { width:47.75rem;height:6.5rem;top:2.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydv1tvCV2iNz48aL7P1VI8yAEx9OyGqc { width:47.75rem;height:11.7rem;top:42.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvcrLRyL6cBuSQctN7dlC7CON60o2mIG { width:21.875rem;height:1.2465204272644rem;top:53.8125rem;left:15.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4vfgIvTbr3ZwxS3Q1ArKGZ1RFHWGSEc { width:47.25rem;height:20rem;top:119.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxts0uiQy7m7NATEI8vJo5T3CanSfsIZ { width:34.4375rem;height:12.6rem;top:125.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMDpofEOwBgSGFHZ5VIklKyuDwKfDUr { width:16.25rem;height:11.998875rem;top:123.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZyoazT4v7odf3hbUl6ioclSep8vpG2F { width:34.0625rem;height:2.51875rem;top:121.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvGmvw0pnU7EvXF9bTlDQ7cr3Jx5dChd { width:3.125rem;height:3.125rem;top:121.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 { display:block; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDW1t5PDxZeMavSsSsL2bImmI7K8q9Wr { width:47.75rem;height:24.375rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIRF4ziJEnOVNEPswHZPlIVcZ9XMw5G4 { width:47.75rem;height:68.25rem;top:51.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM5Vl2T3IOJxIkwkZ4TRxsnOayBqvauC { width:21.875rem;height:1.2465204272644rem;top:5.125rem;left:17.255126953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsO77qTIwwtNReCdssUneTox2PXbHKun { width:47.75rem;height:10.2375rem;top:2.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah9kOcNLWGRWXzUzt4K7QchZLcXLT5OL { width:47.75rem;height:2.51875rem;top:43.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLIioq3tbXgdKzFLk3Es0a8nzQt85JRa { width:21.875rem;height:1.2465204272644rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEJ2FCZ0koHkONoLkPnslpxyST1DvTAp { width:47.375rem;height:20rem;top:123.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8S5ctHaaH9HqvTFgoNfESHqqvT3zCK1 { width:34.4375rem;height:12.6rem;top:129.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMX2bkBloG9zlSENrFcAvkCUv44hS61 { width:16.25rem;height:11.998875rem;top:127.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJiA1wbGCNBlhGJP9cEvbTOEhFBW8Rf2 { width:34.0625rem;height:2.51875rem;top:125.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCLeFC81lDF2rMyGJMA9mgZeyDdLOqu { width:3.125rem;height:3.125rem;top:125.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN { display:block; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6vu5Bt8q6kqNiG35azFdKOLT4xJbyxE { width:47.75rem;height:7.55625rem;top:3.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCEnENpr78ER0qqZgvGOs4q1BEVQUMmF { width:22.5625rem;height:0.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZnTNptPHBVGDC0zRHFXKTMlFRCvbl2 { width:28.5rem;height:18.125rem;top:15rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaQaT4bzgooha9XrXkHl2F3ffpDW6myC { width:30.0625rem;height:56.0625rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrUzAFeNzweQArvpGHACKh5TllMpO2f { width:28.9375rem;height:16.1875rem;top:35.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDi6I4aQvIxepz9pzKfZ7zwT40wT7EkN { width:21.875rem;height:16.125rem;top:52.8125rem;left:24.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPB8V5ICWGITv2qcEBOe60lRWfnrZ7a { width:47.75rem;height:3.0625rem;top:73.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcS6RCW8rNub8VpxTB5DdH2kNHAu2Tzo { width:47.75rem;height:2.83515625rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:47.75rem;height:5.0375rem;top:3.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { width:22.5rem;height:0.68536008709237rem;top:5.875rem;left:0.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzXf5d4HpQODwN6o1SOFgOTq0p6ZMPFy { width:47.75rem;height:13.030129427083rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDedmWuZ7lThrKZZSIb2beFOA6wuGd2d { width:47.5rem;height:16.290121120612rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpk7VfAD1kA3AOP80nmvHxlvNuEx24W { width:47.5rem;height:13.5608125rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqttH2gPoLeOTsptdODd3uWspBHupTWc { width:47.5rem;height:11.5625rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndh6SIaeAHhy8ghMoTKf3QwtrDWLwsK5 { width:47.5rem;height:11.0608125rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6q1QLRxwburMMxUzgIHUSknEVWywBsP { width:47.5rem;height:9.1235625rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDQUGrKiZFOPSNKO8CGJB5oxXXCHg2e { width:47.75rem;height:12.535637022175rem;top:123.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBNiT17FDqdpPth8JqRQmgqNUwMElwP { width:42.6875rem;height:24.525910225669rem;top:137.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdtq601lyJBVWtud2TTQKUtTBb41zt2m { width:38.75rem;height:7.8125rem;top:13.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG { display:block; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2TLQrHX7hlu6mFMZRnfPJCLSeecOqf3 { width:47.75rem;height:3.0875rem;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwaIsHI5k1B6eKc7MsOOMThdR0bJc9Ln { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xixyCvVDA1iHU31S9WXU9IxU5AIqVOim { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nQ6iIm6SqlFhHCqUSfFW5JlSgU5vQN { top:11.375rem;left:0rem;width:14.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crp5rBRsQZ2lEitp6ZaUxWmFTdcO3ToT { top:9.5rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBbnTXyXnpdh547V8qOFaHUHEuQEcEiE { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycwRAEUnIvDmukDxa0iCApUrM3OqSuq { width:29.4375rem;height:29.4375rem;top:6.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTyhnQkCDONHutDFRwQ7Bagh2BL40pV { top:23.75rem;left:0rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4QQBkos7uywCsti15GwrgXlrAAJdKO { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZAH6bhU5vuQqne3ze5N9vxvadR9RnR { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxetGkfF1hlMkgxGWRuDhaq5RmoNFEt { top:25.4375rem;left:0rem;width:12.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvt62pHJ1V1UAwufK7NHqWoSJRmcLXs1 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyvx2dKD0Q6uyXovgT4xMyqdGMhxMyBh { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrdacXRtI2whu9pA7ZJXudyzvnP6ysbT { top:10.4375rem;left:29.875rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdXOV8Kv17vuH2gfL8ApX3AlPOaLOLRO { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHKIMCUR4d9r9QfgK1IpG9M1pNnJTnH9 { top:25.9375rem;left:32.125rem;width:15.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE8bzmTb35lizXJupcvlnSCHwCk7dTRp { top:12.5625rem;left:35.375rem;width:12.375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM8DI95orTsoLTN47Ikix0Zg9GU2qDi6 { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5PiO364wOuu3BlZG0QsTIb7UVAdXMK6 { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .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; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .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; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #XzOpDMUT2w6WQslO0fKhQkJuSGKmZzog { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #gyzIhiPzvsW7eA7ntOL5a7qxUnIVRLFk {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #euqTRqPQF6S0o0ZZtgSevIpLaGxBIkDN {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #zku7MS3mVNSJeB725wNs9pQhPvvSBFM0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #p0nUPm5N40WMAOBquiMTIM9OI1P0Qi6M {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #nT2454rhCpUetmJN5Pe6EgJKwLc7TRG5 {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #amJnZKrNBb39TcOaZLxzy0q1lkQ82lqZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #T28H6J4QsVlkTVTUgJqxx4ImPmOQpDBN {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #TwDLKF1zP7BpVet9rTN8QbxmyLwEkxbx {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #UwvaTBkw5Gkx5KyfpcNCSCmicXZgiTir { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #itma7HXT55JRR8SgXMBHpDWoItCAMkmr {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #vNLJDyirKdrAB9qc9EQg1EQ20rhmmbgh {  }
 }@media only screen and (max-width: 763px) { #gVyKwF2626SMUnknv3TVQHDwz0RiTT6c { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN1QWX3Alhowk3uiD81nm6e0bgnqKFbt { display:block; }
 }@media only screen and (max-width: 763px) { #lQc3WhO4cFRe7TZ4LRMOiMZTAvGLpGtQ { top:44.5rem;left:14.46826171875rem;width:17.375rem;height:4.225rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPILBuVNHJXL3TwzskxHUrTiacpAG6U { width:36.25rem;height:7.3125rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:20.06875rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:10.9375rem;height:1.3rem;top:0rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.9375rem;height:1.3rem;top:0rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:6.25rem;height:6.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.625rem;height:4.0625rem;top:1.25rem;left:6.9993896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.125rem;height:1.625rem;top:1.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21rem;height:1.54375rem;top:1.375rem;left:26.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.925rem;top:3.375rem;left:25.5625rem;font-size:0.75rem;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:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:4.14375rem;top:0.3656005859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:6.58125rem;top:6.6864585876462rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:20rem;height:10.2375rem;top:15.698957920074rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { height:11.1864375rem;width:20rem;top:26.75625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { width:20rem;height:1.3rem;top:37.887500762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:367.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:239.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:43.875rem;top:10.161457061767rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.74963125rem;top:240rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7875rem;top:240.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:8.81225rem;height:8.81225rem;top:242.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:9.0625rem;height:7.9625rem;top:243.6875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:250.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.998875rem;height:1.1375rem;top:251.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:253.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7875rem;top:254.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:2.6rem;top:56.342708587646rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:78rem;top:60.055208206177rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:8.562rem;height:8.562rem;top:258.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.311375rem;height:9.1rem;top:258.125rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:267.625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:8.374rem;height:2.275rem;top:267.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:254.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.68675rem;height:10.2375rem;top:270.5rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:281.5625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.275rem;top:281.4375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:267.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.875rem;height:7.875rem;top:271.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.275rem;top:308.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.275rem;top:308.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:294.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:8.125rem;top:298rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.749rem;height:10.2375rem;top:298rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.275rem;top:294.8125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.275rem;top:294.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:281.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.0625rem;height:8.0625rem;top:285.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.68675rem;height:9.1rem;top:284.75rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.275rem;top:335.0625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.275rem;top:335.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:322rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.31225rem;height:8.75rem;top:324.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.749rem;height:10.2375rem;top:324.8125rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.275rem;top:321.6875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.275rem;top:321.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:308.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.6245rem;height:7.6245rem;top:312.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.936375rem;height:9.1rem;top:312.5rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:20rem;height:4.125rem;top:337.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:4.0625rem;top:337.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20rem;height:21.749875rem;top:342.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:20rem;height:5.0375rem;top:139.45520782471rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:11.75rem;height:0.625rem;top:6.0499992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:6.825rem;top:2.0125007629394rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:20rem;height:1.13891875rem;top:144.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:20rem;height:28.797rem;top:146.73156738281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { width:20rem;height:2.6rem;top:235.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #h9dT0e2KBovh5AZzirmVO9kWcnqm5Pz4 { width:20rem;height:56.875rem;top:176.69270896912rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv { display:block; }#bVnMaIQwMHiSg0TdEmQJRoH3gaoffFvv > .row .container { width:20rem;height:224.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvxOIAcUWQL03JE7gRKFvGu9Ro0UuzuP { width:20rem;height:43.875rem;top:39.3115234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLefEe4ApFXKGxUJDAFpOZM16G8iAEkK { width:20rem;height:10.4rem;top:85.179136276244rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOEBWaUFfD7DGiBAFTniRMha165u7cQK { width:20rem;height:126.75rem;top:95.566665649412rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z0FWHTgDSaK3XhWxPVuDUO5viV0dKCyf { width:20rem;height:1.13891875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBodoJHrC2PVpw1cvebKMNn7TvKCy0Mb { width:20rem;height:10.4rem;top:28.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bv5sxco88TS40SAICAB9WUhGCNOnOcCH { width:15.1875rem;height:0.625rem;top:98.736457824706rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK86ocVfv7DnTFO4beKSQzN8alX7lOD5 { width:20rem;height:25.052421052632rem;top:2.108154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 { display:block; }#b69TUn2pWtvdhtlz7iHOo3TsmlPHwGJ6 > .row .container { width:20rem;height:280.76666259766rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV3sedFCbPP6XOVrsgyZB8L43fy8ZKyU { width:20rem;height:48.75rem;top:21.761474609375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8HKRXWCe96W4xS9TFF387I6T0MVVVIK { width:20rem;height:198.25rem;top:82.516669273375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7Pkey5crNppccnmgzvnI0ghJP8nITDU { width:20rem;height:1.13854375rem;top:9.9302091598513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elDqEblWm1SXXx9zDaKgeBrHTrG4yghI { width:20rem;height:19.5rem;top:0.75000095367431rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vd9QHCNeGZXwmZ054b3HIDltt8ewnDdZ { width:20rem;height:13rem;top:71.296883583069rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:20rem;height:138.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.49975625rem;height:3.49975625rem;top:39.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { width:20rem;height:0.062255875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { width:14.6875rem;height:10.5rem;top:8.3125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { width:14.0625rem;height:1.62475625rem;top:22.976684570312rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { width:20rem;height:0;top:25.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:20rem;height:20rem;top:86.39404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { width:9.0625rem;height:1.62475625rem;top:43.375rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.8745125rem;height:3.8745125rem;top:57.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { width:20rem;height:0.062255875rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { width:12.2485625rem;height:9rem;top:66.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { width:20rem;height:0.062255875rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { width:20rem;height:0.062255875rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { width:17.8735625rem;height:1.62475625rem;top:80.6875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { width:15.3125rem;height:1.62475625rem;top:61.8125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { width:15.625rem;height:10.5rem;top:47.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { width:12.3736875rem;height:10.5rem;top:27.25rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.24926875rem;height:4.24926875rem;top:18.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { width:3.75rem;height:3.75rem;top:76.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:130.22561875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:18.999rem;height:3.81225625rem;top:125.20202636719rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { width:17.3736875rem;height:4.225rem;top:120.97717285156rem;left:1.3128662109375rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:20rem;height:13rem;top:107.0627625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHh7FmLXzlI0cRubWellDDv0K34Nrr0G { display:block; }#yHh7FmLXzlI0cRubWellDDv0K34Nrr0G > .row .container { width:20rem;height:257.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ip5qdiklWOPzqBXcTc4MFN8nkPmFi198 { width:20rem;height:53.625rem;top:16.824340820312rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2bE5rCFkArOqTJ4VnlVOBz7feGFT8Z { width:20rem;height:118.625rem;top:86.9555875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KuIuOWMH2g4hpEgMm6GfAa7TPDEOyWEc { width:15.249625rem;height:0.812375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1SDHOOybTk9OTxK726wVbsPxC5UbgE0 { width:20rem;height:12.1875rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydv1tvCV2iNz48aL7P1VI8yAEx9OyGqc { width:20rem;height:13rem;top:71.691667556762rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvcrLRyL6cBuSQctN7dlC7CON60o2mIG { width:20rem;height:1.13958125rem;top:73.566667556762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4vfgIvTbr3ZwxS3Q1ArKGZ1RFHWGSEc { width:20rem;height:44.125rem;top:211.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxts0uiQy7m7NATEI8vJo5T3CanSfsIZ { width:20rem;height:23.1rem;top:229.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbMDpofEOwBgSGFHZ5VIklKyuDwKfDUr { width:16.25rem;height:11.9983125rem;top:217.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZyoazT4v7odf3hbUl6ioclSep8vpG2F { width:17.0625rem;height:5.0375rem;top:211.875rem;left:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvGmvw0pnU7EvXF9bTlDQ7cr3Jx5dChd { width:3.125rem;height:3.125rem;top:211.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 { display:block; }#LkTU6609TZCNc1btwWgkXyWKV5Wl02i2 > .row .container { width:20rem;height:266.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDW1t5PDxZeMavSsSsL2bImmI7K8q9Wr { width:20rem;height:42.25rem;top:18.261108398438rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIRF4ziJEnOVNEPswHZPlIVcZ9XMw5G4 { width:20rem;height:144.625rem;top:69.093017578125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM5Vl2T3IOJxIkwkZ4TRxsnOayBqvauC { width:17.6245rem;height:0.9375rem;top:3.1787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsO77qTIwwtNReCdssUneTox2PXbHKun { width:20rem;height:14.625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah9kOcNLWGRWXzUzt4K7QchZLcXLT5OL { width:20rem;height:5.0375rem;top:61.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLIioq3tbXgdKzFLk3Es0a8nzQt85JRa { width:20rem;height:1.13891875rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEJ2FCZ0koHkONoLkPnslpxyST1DvTAp { width:20rem;height:44.375rem;top:218.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8S5ctHaaH9HqvTFgoNfESHqqvT3zCK1 { width:20rem;height:23.1rem;top:238.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMX2bkBloG9zlSENrFcAvkCUv44hS61 { width:16.25rem;height:11.9983125rem;top:225.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJiA1wbGCNBlhGJP9cEvbTOEhFBW8Rf2 { width:17.1875rem;height:5.0375rem;top:219.5625rem;left:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCLeFC81lDF2rMyGJMA9mgZeyDdLOqu { width:3.125rem;height:3.125rem;top:219.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN { display:block; }#EnEM8H9LU0hnETPnKrn8MUkm82DLqHSN > .row .container { width:20rem;height:135.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6vu5Bt8q6kqNiG35azFdKOLT4xJbyxE { width:20rem;height:17.63125rem;top:0.6875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCEnENpr78ER0qqZgvGOs4q1BEVQUMmF { width:20rem;height:0.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZnTNptPHBVGDC0zRHFXKTMlFRCvbl2 { width:20rem;height:12.719298245614rem;top:83.352068125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaQaT4bzgooha9XrXkHl2F3ffpDW6myC { width:20rem;height:63.375rem;top:19.506249427796rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uvrUzAFeNzweQArvpGHACKh5TllMpO2f { width:20rem;height:11.187904967603rem;top:97.320568125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDi6I4aQvIxepz9pzKfZ7zwT40wT7EkN { width:20rem;height:14.742857142857rem;top:109.758318125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPB8V5ICWGITv2qcEBOe60lRWfnrZ7a { width:20rem;height:5.0375rem;top:125.750755625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcS6RCW8rNub8VpxTB5DdH2kNHAu2Tzo { width:20rem;height:1.1873375rem;top:132.036155625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:20rem;height:99.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:20rem;height:12.59375rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { width:20rem;height:0.609130625rem;top:3.465576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzXf5d4HpQODwN6o1SOFgOTq0p6ZMPFy { width:20rem;height:5.45729375rem;top:32.964526176453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDedmWuZ7lThrKZZSIb2beFOA6wuGd2d { width:20rem;height:6.859375rem;top:42.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpk7VfAD1kA3AOP80nmvHxlvNuEx24W { width:20rem;height:5.709375rem;top:53.467700004578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqttH2gPoLeOTsptdODd3uWspBHupTWc { width:20rem;height:4.8684210526316rem;top:61.80180625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndh6SIaeAHhy8ghMoTKf3QwtrDWLwsK5 { width:20rem;height:4.6571842105263rem;top:67.91996875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6q1QLRxwburMMxUzgIHUSknEVWywBsP { width:20rem;height:3.8415rem;top:73.82695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDQUGrKiZFOPSNKO8CGJB5oxXXCHg2e { width:20rem;height:5.2505285956755rem;top:78.91728125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBNiT17FDqdpPth8JqRQmgqNUwMElwP { width:20rem;height:11.490909622568rem;top:85.417525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdtq601lyJBVWtud2TTQKUtTBb41zt2m { width:20rem;height:7.8125rem;top:17.654142379761rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG { display:block; }#A47ZV9Pc38Od1iTa6f9S8I2qKTDKg0EG > .row .container { width:20rem;height:138.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2TLQrHX7hlu6mFMZRnfPJCLSeecOqf3 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwaIsHI5k1B6eKc7MsOOMThdR0bJc9Ln { width:3.49975625rem;height:3.49975625rem;top:39.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xixyCvVDA1iHU31S9WXU9IxU5AIqVOim { width:20rem;height:0.062255875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nQ6iIm6SqlFhHCqUSfFW5JlSgU5vQN { width:14.6875rem;height:10.5rem;top:8.3125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crp5rBRsQZ2lEitp6ZaUxWmFTdcO3ToT { width:14.0625rem;height:1.62475625rem;top:22.976684570312rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBbnTXyXnpdh547V8qOFaHUHEuQEcEiE { width:20rem;height:0;top:25.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yycwRAEUnIvDmukDxa0iCApUrM3OqSuq { width:20rem;height:20rem;top:86.39404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTyhnQkCDONHutDFRwQ7Bagh2BL40pV { width:9.0625rem;height:1.62475625rem;top:43.375rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mS4QQBkos7uywCsti15GwrgXlrAAJdKO { width:3.8745125rem;height:3.8745125rem;top:57.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZAH6bhU5vuQqne3ze5N9vxvadR9RnR { width:20rem;height:0.062255875rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxetGkfF1hlMkgxGWRuDhaq5RmoNFEt { width:12.2485625rem;height:9rem;top:66.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvt62pHJ1V1UAwufK7NHqWoSJRmcLXs1 { width:20rem;height:0.062255875rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyvx2dKD0Q6uyXovgT4xMyqdGMhxMyBh { width:20rem;height:0.062255875rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrdacXRtI2whu9pA7ZJXudyzvnP6ysbT { width:17.8735625rem;height:1.62475625rem;top:80.6875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdXOV8Kv17vuH2gfL8ApX3AlPOaLOLRO { width:15.3125rem;height:1.62475625rem;top:61.8125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHKIMCUR4d9r9QfgK1IpG9M1pNnJTnH9 { width:15.625rem;height:10.5rem;top:47.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KE8bzmTb35lizXJupcvlnSCHwCk7dTRp { width:12.3736875rem;height:10.5rem;top:27.25rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM8DI95orTsoLTN47Ikix0Zg9GU2qDi6 { width:4.24926875rem;height:4.24926875rem;top:18.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5PiO364wOuu3BlZG0QsTIb7UVAdXMK6 { width:3.75rem;height:3.75rem;top:76.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .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; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx .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; }
#fac4BAshObxKwHQPMuwHOTkyaGP4WTBx { display:flex;width:18rem;height:5.0625rem;top:130.22561875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #XzOpDMUT2w6WQslO0fKhQkJuSGKmZzog { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #gyzIhiPzvsW7eA7ntOL5a7qxUnIVRLFk {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #euqTRqPQF6S0o0ZZtgSevIpLaGxBIkDN {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #zku7MS3mVNSJeB725wNs9pQhPvvSBFM0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #p0nUPm5N40WMAOBquiMTIM9OI1P0Qi6M {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #nT2454rhCpUetmJN5Pe6EgJKwLc7TRG5 {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #amJnZKrNBb39TcOaZLxzy0q1lkQ82lqZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #T28H6J4QsVlkTVTUgJqxx4ImPmOQpDBN {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #TwDLKF1zP7BpVet9rTN8QbxmyLwEkxbx {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #UwvaTBkw5Gkx5KyfpcNCSCmicXZgiTir { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #itma7HXT55JRR8SgXMBHpDWoItCAMkmr {  }
 }@media only screen and (max-width: 763px) { #fac4BAshObxKwHQPMuwHOTkyaGP4WTBx #vNLJDyirKdrAB9qc9EQg1EQ20rhmmbgh {  }
 }@media only screen and (max-width: 763px) { #gVyKwF2626SMUnknv3TVQHDwz0RiTT6c { width:18.999rem;height:3.81225625rem;top:125.20202636719rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN1QWX3Alhowk3uiD81nm6e0bgnqKFbt { display:block; }
 }@media only screen and (max-width: 763px) { #lQc3WhO4cFRe7TZ4LRMOiMZTAvGLpGtQ { width:17.3736875rem;height:4.225rem;top:120.97717285156rem;left:1.3128662109375rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTPILBuVNHJXL3TwzskxHUrTiacpAG6U { width:20rem;height:13rem;top:107.0627625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:38.025rem;top:4.898681640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:10.9375rem;height:1.3rem;top:46.710194140625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.9375rem;height:1.3rem;top:44.161369140625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:1.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:20rem;height:1.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54358125rem;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:2.925rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }