.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:221,227,228;--color-primary-1:143,162,167;--color-primary-2:30,69,78;--color-primary-3:15,35,39;--color-primary-4:5,10,12;--color-secondary-0:255,251,228;--color-secondary-1:255,223,102;--color-secondary-2:255,222,89;--color-secondary-3:153,133,53;--color-secondary-4:51,44,18;--color-tertiary-0:221,227,228;--color-tertiary-1:143,162,167;--color-tertiary-2:30,69,78;--color-tertiary-3:15,35,39;--color-tertiary-4:5,10,12;--headlines-font-family:"Lobster";--paragraphs-font-family:"Lato"; }@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-secondary-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); }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn > .row .container { border-width: 0; border-radius: 0; }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#GqMTnEOM2JaLaXhiOgr9UTG8ilXVKWzA { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX > .row .container { border-width: 0; border-radius: 0; }#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#Dr4hv4KTIuaPdaZWrVO9yacEvPyJ8fWE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uUSUQ6BgEAXx1NR1z60vohvEkvIheh7A { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IqgIlNA3rCkzSNvscxvaVTXDZT3fv7Tg { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.5625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wk4dH3CE6rBVhMlQiexWCoyK0UAuoPyb { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WXVvNU66VuLpoSJDumW6hdp7uWmRmy1d { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.84375rem;left:0.9375rem;display:block; }
#NNnwRrL4axRwPWvNLPxKTxFG484tAMC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrJSbRZD9Fb4KpkyJwXJJqhF5FKiqils { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:51.4375rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container { background-color: transparent; background-image: none; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container > .video-iframe-container { display: none; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row > .video-iframe-container { display: none; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .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); }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container { border-width: 0; border-radius: 0; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#Ra03r5E6GAus6eH8mzmPBDQRAnc6ZMDF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LSzTNCrd0KkXVCRL57tyon443bRZvOAF { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dMWDTMZ9n4I3VEDc8q3qwkTT9uSzLBLw { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.5625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tkpdc9THDWRKzKIgbu7kBnyxsfMMdeka { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Nw9MusTcknVvR7A5xJxzveLGFMJKnOWV { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.84375rem;left:0.9375rem;display:block; }
#epPSXTm9gyEB9ivgHJouBSULaUW0bo9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbUx9pKOUVPTNOsA22VsvPny17R2r5m6 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:51.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO > .row .container { border-width: 0; border-radius: 0; }#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:60rem;overflow:visible;position:relative;display:none; }#EaJRV9L9fdaC7JmKW7ausUnbvLTLHB5b { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:23.9375rem;top:2.75rem;left:2.625rem;overflow:hidden;display:block; }
#wkL4Kk5mKDRtNGvBHqhToH0c4sqW2P4K { color:#1e454e;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:26.5rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zRlhD93ddLt7vVxNJptE5bkDgg0P8qrm { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.5rem;left:31.0625rem;display:block; }
#bG9kI9dVmbGf8g0fn0TXcgJ4I3V2pSq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6rKOMKmmrnr89QbkJOcORTfuvfRwNvF { color:#000000;display:block;width:29.125rem;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:45.0625rem;left:28.1875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MAh5gvTTQ4FFtOLTTIoZbcZbszPB5e1T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#JK6eG4IOL0xO9hUSWXlUG6KDffBvST1S { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:42.75rem;overflow:hidden;display:block; }
#n4okogF3WnfqTPmkvTISqZSOemTsCd1L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:46.3125rem;overflow:hidden;display:block; }
#wvk7KvGTuV1vQn9cCQgpxSIr32STUtC5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:49.875rem;overflow:hidden;display:block; }
#VmTlEf6MQH1nzD3oQ2lOKuB06O2axiqA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:35.625rem;overflow:hidden;display:block; }
#eouxoAwClXd3ZE2n38g9rSDervWEampy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.5625rem;left:32.0625rem;overflow:hidden;display:block; }
#JKpb567zZRy67CRVOgqiuk9lHK05WOfM { box-sizing:content-box;height:9.875rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:22.0625rem;left:26.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#H6M88BgSTBlH8Ra8v1vw7BqKL3FkXArH { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:29.5625rem;left:52.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#CUQUtW232TsnnXhx9SZTC1LFe3UzXckh { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:36.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bq1wLVWnCaFgN3Vv8vHlkzUlk05pvgvW { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:23.4375rem;left:28rem;overflow:hidden;display:block; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .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; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:35.95703125rem;left:3.35546875rem;z-index:15012; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #ZO44dEozfQBLlbJnZdDgiLnocQl6ZhHN { display:flex;position:relative;top:0rem;left:0rem; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #tlx3f8pNqweU75TfDperUTz9T4hS7yTD { width:auto; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JX8BqgC4O4DVCXBlv4XZ3hoX0qDat7db {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #qrVcC8NQJdrivalASNHx5TpQIeheg0sh { display:flex;position:relative;top:0rem;left:0rem; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #M8b1I9Wo7VJ4f1d32SvwfX4aWtc8OVmb {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JQUBPJ3tIXTp4wQXGitsQVHI4dglDVph {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #PQVWTqAIfpbThVMeKL40e6tLV7vlVZ35 { display:flex;position:relative;top:0rem;left:0rem; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #Gz2OyythrByneO0PQhakbSyUIe9z0MEC {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #nycVg9FPAq3GPb9pStcJmdMRcHDRZT9K {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uElCsh7yM7QmBTPFImxhLt3behUdzyeu { display:flex;position:relative;top:0rem;left:0rem; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #exO4qExHi5CAef35nE0Wx0FgyOzwNWW5 {  }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uedRc1n92WrpcExwHaxmRTJLkTaw3XRc {  }
#CqQlO2WwrJBavTKo5ktTA1Qy2xyUOEVU { color:rgba(var(--color-tertiary-2),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.5625rem;left:31.21875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fg1fDg1rAAcXULyL7ywxfTbauUlKy8GF { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:26.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q2ykGRIdRbegFHNTgcNvTyEeM9Fi4TRE { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:26.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QPFEyiVMSz2v6xzpMGF9HayJ9PMWcegH { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.1875rem;left:26.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container { background-color: transparent; background-image: none; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container > .video-iframe-container { display: none; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row > .video-iframe-container { display: none; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .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); }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container { border-width: 0; border-radius: 0; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#xGv71Ofk2t3U0UWKXxX5cg1UG54THyJ3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:23.9375rem;top:2.9375rem;left:2.625rem;overflow:hidden;display:block; }
#FHp4rDsd6VM6QTq7Q4lyNvTiEJ40DfUt { color:#1e454e;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:25.25rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vHNA3vsKZ5xRuXTeJaxTSpV9X6FNXsSl { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:28.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xONVBfUR1uppxAKTNGMkt6q7wDNTZhPK { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.6875rem;left:31.0625rem;display:block; }
#L6JNqz6nKVXeqaOmRMHbaSZFyg8umtXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gvqfmad0pSa8JAqeTMfbudsIbWxBLi2u { color:#000000;display:block;width:29.125rem;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:30.5625rem;left:28.1875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yk8zErEfL359KHldIFKdXk7XTz1ueEf3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:39.1875rem;overflow:hidden;display:block; }
#REoQG5TgEuzTMRv3aXhC2KunsC7t0O17 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:42.75rem;overflow:hidden;display:block; }
#nzLuIvZftCIBd7zNnVG0wTT7aHgFOL1C { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:46.3125rem;overflow:hidden;display:block; }
#PLTdeacTstMJkRTfTPCy1MTvhNgnaIW7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:49.875rem;overflow:hidden;display:block; }
#n96CP7QvaMLs4CEcrobViMl3D7XH27AT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:35.625rem;overflow:hidden;display:block; }
#hJ6Ch4WlpulzAclQ5rgZgHbNJkE7d5bQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:26.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#dQQPaVd0Ie8nSwnzW71z4eEIu6KzZBcr { color:#000000;display:block;width:23.125rem;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:15.0625rem;left:31.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container { background-color: transparent; background-image: none; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container > .video-iframe-container { display: none; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row > .video-iframe-container { display: none; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .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); }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container { border-width: 0; border-radius: 0; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;overflow:visible;position:relative;display:block; }#U4zkOfe0Rr3Kn5ARmib1MESKCqQ2UMGa { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#QGWwNkRiK7UDcttrJ7XrZvTowVRpMcaz { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.1875rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#IZWpgLzsLioIJWKTBv6cTC8IIs42nTNH { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#oVEduOSLoUOaOgL3r1AtaQVLAlrRJRTt { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.3125rem;left:9.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PiaCFQRM5FswbUQZtHnmTrkyUCFVuMMN { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.3125rem;left:16.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nLfpcIltThVK3yGluUzyXCkwdzinGdi0 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15018;background-color:#bbcdaa;background-image:none;top:15.8125rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#g6rloICaUe0nFUfXf2LSZlG3xoPowtdl { box-sizing:content-box;height:12rem;width:27.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:30.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aT2Nf9AfmDO7XRmfcd0SPQ2ffPxOlUKt { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15024;background-color:#bbcdaa;background-image:none;top:15.8125rem;left:45.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cL24O3cZrPxSK7AvWG3HlwPKn3z9TTOT { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RTDRLpNwg3G0VkBidVoSt17pTlRkv4KW { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhdBSh4rLlo5fGutnTrcQLL6tATp8TNS { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:37.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#E0HqavlLsdpXoBtND3rbkJPzIludUpvu { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:16.3125rem;left:38.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bMIKIopx7CiDPIfDmewJRizTtQfhr729 { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LrKptBcg66STI1swyzWmuWeXNGP25oUp { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.875rem;left:16.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RJVi3ms65izR2BqTBghZBgsOKSbWh2Jn { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15019;background-color:#bbcdaa;background-image:none;top:29.375rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KaMw8zWe2lP7bW1sbVQJsfL9dUdzBqvU { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.375rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#k1XllqaXmb6DvJOrFx8CD2ecHzPGhbTD { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DmgKJfCLLxv9B7kx8gp0fbr6IHuQ1bLO { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:30.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xD67BKmRL9ZUUPxiifaOAHfffrsLoyk6 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15025;background-color:#bbcdaa;background-image:none;top:29.375rem;left:44.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xe8VNNn2TtTJlfN2z574PpmmJp74WtWA { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:29.875rem;left:46.1875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x4agdGC1pMp9FhhMFBpTTL799fBhG0F2 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.375rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Bze1aORZEKAoQBFONIrzDVKOvud6AbZa { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:29.875rem;left:38.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qwGvlFqWR4EpaazC8qvN4G4ygZTLonTr { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.3125rem;left:15.4375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Celp8gqOIVIGGFHg12QwTcr18E6lNzJT { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.28125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXNOaR5Lhyc9mcXwmDdNGz1kJAbZG7Ge { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.59375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qBwUIS500xlBQkNFTvxup7EWgoaOMzll { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:23.6875rem;left:4.03125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0sHhaxRrTXhwf5RE0Os0ZVT4L1fUH48 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:23.875rem;left:33.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRlisemXVl5bJerZkvVh1wbapg0k15Bu { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tRlisemXVl5bJerZkvVh1wbapg0k15Bu > .row .container { border-width: 0; border-radius: 0; }#tRlisemXVl5bJerZkvVh1wbapg0k15Bu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tRlisemXVl5bJerZkvVh1wbapg0k15Bu > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:60rem;overflow:visible;position:relative;display:none; }#fF3wAzAVWheE8rsBGUdWZK9m9TPwUNmT { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AydtRgrARtcwZdH0vy7CAIrzpZWXlNBI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.6875rem;left:38.84375rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qKleqf0UTwtMEitf862SZSHvI86WtQJ6 { box-sizing:content-box;height:25.6875rem;width:25.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:28.6875rem;left:32.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#suJxpS1GIibLAUQuUeZ87qQMmSAS9ulW { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:30.40625rem;left:33.46875rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HIeegGRv0U7PvQakhnUM0T4nIbvtGXJq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.9375rem;top:8.875rem;left:0rem;overflow:hidden;display:block; }
#GnZQTbxndI3EaBRK5uP7ApGopO9xhQiD { box-sizing:content-box;height:28.625rem;width:25.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:27.4375rem;left:2.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#VPAQWu7dHsZMeaL8wtXL3cVr58bBQmga { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:29.25rem;left:4.5625rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:37.1875rem;left:5.5rem;height:;text-align:justify;text-align-last:initial;display:block; }#G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay li:before{  }
#qXoSD77OvebtwQpehVDp09GN3Obyd7HK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MW3tS49T0m5Btk5DQMTLQRUATvqWgphb { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:5.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:58.75rem;left:19.90625rem;display:block; }
#nug4Q1Q58HP91zWVss7UykH3u6GqWtQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTEGZtpthB68LKtLJyqZnik5RR1HLZG1 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:9.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .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; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:69.3125rem;left:18.76171875rem;z-index:15011; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #dlVq7Oiv2kQt1DwKLSAKwIeUeyBWiMs9 { display:flex;position:relative;top:0rem;left:0rem; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #rsD2D6m19dLSeHC4qKVUhu2fRJ7kwngc { width:auto; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #xXDzlFtlHiXI0yF1Cf1pZkhKcMZn6Mn2 {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #mKyOceMrFQt6efvlWOokO1l8ZBPOElIA { display:flex;position:relative;top:0rem;left:0rem; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #Sc7UBnEMlz6Qe5plP1RTFAkTbPDVpx6w {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #pQlwJmWFeN773TKxikgnfil3frySXQDb {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #yWgETMAIJ6BQWcDAOOHtJ0S1Zd866t7i { display:flex;position:relative;top:0rem;left:0rem; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #JltTgWmH6vHD9QJMy4Ny00vVPZHAfycG {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #SirJpOobGA8MSVaPOvmo9NCtkmxi2mSn {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #fW4MKSkH5g2sJJef9pB7FTKboKnfCKDn { display:flex;position:relative;top:0rem;left:0rem; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #O3ZiMaxGyMU3Fhah3XTcHytx0RK6vl97 {  }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #oGDyB2K84LMZtFXX15wHN4TADf3iyQZd {  }
#haZU7C6bwVJklLvFJf7DggEgTtQFO8wr { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:65.8125rem;left:19.125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container { background-color: transparent; background-image: none; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container > .video-iframe-container { display: none; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row > .video-iframe-container { display: none; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .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); }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container { border-width: 0; border-radius: 0; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:60rem;overflow:visible;position:relative;display:block; }#mpikHM3pbzkNwgLVwwNNGPeeahLKt9TS { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T8GEVJTOLgL2oZ6PssDp7Gdu53duiuao { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.6875rem;left:38.84375rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FVt5bAgVhTIxyETlJ6bZCO0KZEQCrg3B { box-sizing:content-box;height:25.6875rem;width:25.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:28.6875rem;left:32.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#Slh5sTQ5lhyRomDmR27dQyTeAA1k3Phl { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:30.40625rem;left:33.46875rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wMhFHO9isPUTxs8cNW9goKFCZEfetI1o { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.9375rem;top:8.875rem;left:0rem;overflow:hidden;display:block; }
#rPWx9aJVH6RaTJvhHU0OF5NsddSRsfAO { box-sizing:content-box;height:28.625rem;width:25.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:27.4375rem;left:2.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#mg5QeOb4SPgwKOMhFTB9T12TDtuCfeGW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:29.25rem;left:4.5625rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:37.1875rem;left:5.5rem;height:;text-align:justify;text-align-last:initial;display:block; }#EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP li:before{  }
#OwRbiiEOobgsuFM9UENBV8lse6RTpN5I { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ufPT0CvFMhWqFnWzyWZbofAOsZhvsczK { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:5.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:58.75rem;left:19.90625rem;display:block; }
#mTgSktfl0GBWWEAsTVVqsrVR2yWQL2Jm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQsVMWVr2PIFnSgJErabLd3MPvtlXTdS { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:9.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:none; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row .container { border-width: 0; border-radius: 0; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row .container { font-size:0.875rem;font-family:arial;height:310.75rem;width:60rem;overflow:visible;position:relative;display:none; }#TOCw7QuFGeZbyCM1QVtsZAMfEm2wRK0H { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:39.875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZbManDbk0TA3znqbb0omnNwO11qcK7rI { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:65.375rem;left:38.5rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dfnboX5iAwIUAFAzEK5QGta74HUEhZH1 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:41.5rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mhXtyb8DdFmVT21UHwSlr5A92PHgAhv6 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:60.375rem;left:36.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J31kMCu5c2sLsbJcuSaSKEgXgUUx3wEQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:37.375rem;left:38.0625rem;overflow:hidden;display:block; }
#UcN53LW6HdFEa1qATEHq2KEsAbhGukV3 { color:#000000;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.25rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hh6U8KTbzzMV23aNRAyOEThpNrrhR1IS { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:114.3125rem;left:39.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZXfDyK9b8Guph17BFGvTF4afBIsxNlsM { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:119.1875rem;left:40.1875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cPUhd674Ai87Pl56DLCSs9lBp75fzAPu { 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:19.125rem;width:19.125rem;top:109.875rem;left:2.125rem;overflow:hidden;display:block; }
#WsVZzHSlqRTVn8TpMowbzumo1EW3Rc7R { 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:23rem;width:23rem;top:181.3125rem;left:2.375rem;overflow:hidden;display:block; }
#iWstdEvLh8PfD3X2WNpsgQNeTtnTcxT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:207.875rem;left:3.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NgRXZM3vLzp44x7xIIx30e83TDZUJ2cd { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:212rem;left:1.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MUNyta9Ss0Bw5EPgkE56c4Kw5p5AmrF3 { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:250rem;left:4.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hqNFdMRzE7x2461Q2R09nAHsSx1CbAde { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:253.6875rem;left:4.1875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JhzodclT3y3Qy7MxxBUvzWPVOypUnwG8 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:269.75rem;left:35.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sXfxhakGTyUNgTfgRZrN32aBxq9sQhPD { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:273.9375rem;left:32.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eLzurgQFnDuItChxq3tra6A77P07Ekvw { position:absolute;display:block;z-index:15002;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.625rem;width:24.8125rem;top:265.75rem;left:0rem;overflow:hidden;display:block; }
#Jf561KpxA8ZxKazsTzT1HbMxfFSaMLEQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:135.0625rem;left:31.75rem;overflow:hidden;display:block; }
#g8LbrbODTsTxe6TwiSkdKxTUKdP7LsXo { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:224.9375rem;left:37.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XMR7LFiaKcMxlBIg02rlDe1vDnL3xQO5 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:229rem;left:36.6875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nhRhSGPOZXddVvaxQlSwI9My7v1HIarg { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:171.5rem;left:37.375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JwPSkCMCcpUPalOZNgit7uff3eS8iyio { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:73.4375rem;left:40.6875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gxQMNha1BlJ8D5KMZQEAh4R8QC7pr9UE { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N4SRIXsBr3xmfy9we47zoJpfTr06Po8T { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:4.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:291.0625rem;left:19.90625rem;display:block; }
#JQzVs5VO2FJTkTWHlXleKPDh3aZGfBTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kz9RAd03N1uxtqbwGubsUHBF96zuBD5S { position:absolute;display:block;z-index:15006;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:17.8125rem;width:32.75rem;top:16.25rem;left:0rem;display:block; }
#yb2hSc4yA0ApDowOxpmGLMJiQoFDgUPG { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:103.25rem;left:8.9375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ea0MiiZrKJ2y6sRXhlMcg3QSW2PffAoz { position:absolute;display:block;z-index:15008;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:17.8125rem;width:32.4375rem;top:68.875rem;left:0rem;display:block; }
#qQIXvlox4E9QW3XwqEwZWhtXu97vyJCC { position:absolute;display:block;z-index:15010;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:18.125rem;width:33.125rem;top:222.0625rem;left:0rem;display:block; }
#XIiKFdOGFKTQxAivhNHVdsVySXJ3buFF { position:absolute;display:block;z-index:15012;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:18.0625rem;width:33.125rem;top:245.0625rem;left:26.375rem;display:block; }
#TvUcpRAwPd14HGiE8la0WPcsL5TQsF9S { color:#000000;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:54.8125rem;left:5.5625rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#irToB9EtMDqwBrnaqihnCTSOciU7JFCq { 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:8.8125rem;width:8.8125rem;top:38.9375rem;left:12.125rem;overflow:hidden;display:block; }
#OfoxauNgxwWbzbgBlUCI9MsoFe4tS8EL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.8125rem;left:9.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CrvZOxJA3lCDuwxycHs6J9yOtfNqcA7a { box-sizing:content-box;height:8.875rem;width:24.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:53.375rem;left:4rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#w9AsQQ8D9f6pRIWT35C47VqmbL5pkNFl { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:94.625rem;left:5.125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GR052brTBs197VBPFzrJDoOof9lT6mld { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:90.375rem;left:7.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oxcrwGcavSeMVL1kgXWSpOquSmNRoGxi { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:80.4375rem;left:42.5rem;overflow:hidden;display:block; }
#QqgxK2U0NWaBSFfR06ZcvW5fWos4Ea5h { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:97.1875rem;left:36.4375rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vhXAuNOv90JTqXfVVC5st82haMgnTRBs { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:92.3125rem;left:42.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OJiUnNLuUCBOEhbV2qKnPgRTEI84mqx5 { box-sizing:content-box;height:11.6875rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:96.125rem;left:34.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#sTgBDO1stWM4TJvdJAefDT1XpuSaNipS { color:#000000;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:199.125rem;left:32.9375rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TBivLKuXVIUOBTprOXbdxzi3Htlhigkg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:181.875rem;left:41.5rem;overflow:hidden;display:block; }
#WcoBQFHH1iDuZWzRUqLTZsn14nTtAZV9 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:193.4375rem;left:41.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#esIeu0LVcAW3Mtlh8cCICTigFPQohKVA { box-sizing:content-box;height:15.625rem;width:28.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:197.5625rem;left:31.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#TJ8COkkZWrty2NOpTudkpEsGitvqgoWc { box-sizing:content-box;height:23.3125rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:154rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#KNyCu3JT2ctbZN2WHrzfLegnw4LwCAOM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:155.125rem;left:2.125rem;height:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#P6TF1lcgMdsHWyZIPpwhoCCVnN4hnxIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:151rem;left:6.5rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m5llpXhCVmFBdrgfIIIh3lVwuqmihP4T { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:139.4375rem;left:8rem;overflow:hidden;display:block; }
#k9avhpLGzfT5chrir2JTAPbGrPA0kpKg { 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:19.125rem;width:19.125rem;top:114.3125rem;left:11.25rem;overflow:hidden;display:block; }
#TXWwOwXpDnTKgh4tQP6TXRhSbQ7cKbZn { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:160.875rem;left:36.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#guCSEMz8C2Li1DLMGdfhe5vkg9Qh12tZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:138rem;left:41.0625rem;overflow:hidden;display:block; }
#AbUWyKGaMWAvUMX9wFta1xPLnzbcD7wS { color:#000000;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:164.6875rem;left:35.5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#prtMFTEg20aX0cRWDmNZtX82zBabpCku { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:127.875rem;left:40.71875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KcdgEVOqGfiIX7DhTRCgmki3TlJgFSLl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:285.1875rem;left:32.8125rem; }
#T9mJP6TBt3AZM8rLvoIIRUk8ABJkvrg8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:285.1875rem;left:28.4375rem; }
#QZdTv3drguGTpbJ4oX5Gbe7wJVfJ85If { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:285.1875rem;left:24.1875rem; }
#o4NusCg8KqhgIx3rpZ7qeFNpzdplEGrd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:297.1875rem;left:19.125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .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; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:300.6875rem;left:18.76171875rem;z-index:15012; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #TB0tPhBUtp04IvTmXv2mqD2zR9uvVWN8 { display:flex;position:relative;top:0rem;left:0rem; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #tSJ6pIscKv005rliwd2ztqk6yhDTqnfr { width:auto; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #nlXu6iPF6E38gSbLxWbaIgIANKkVnelo {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #ga7gVaLmmhGZDFLTJSA1POx2CtOdSWEa { display:flex;position:relative;top:0rem;left:0rem; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #maCmnXfvfT4RvJuaQiLzGRW6a1gk3rhN {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #Te8DBCIJRxQSwq5iwkKvGdXNnV5uAqkl {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #lxzTDgD3gLoZ3PqcMK5xzRsU8yN9gxlO { display:flex;position:relative;top:0rem;left:0rem; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #vBgSnh6nin7cNZD6OES6SJAsl3UWgKiq {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #yz64KipeUdtTWUBoeoUa3THqo7m0OdBa {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #SM9vwNPonLI49G4P4b18odpkiKUl5R3Q { display:flex;position:relative;top:0rem;left:0rem; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NhdcFtGZkowvyVdIVaRZpNdHPlPtu1B7 {  }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NHtQ9bomVZNNpWHBwWq2WhsCFfHTmyrE {  }
#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { background-color: transparent; background-image: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container > .video-iframe-container { display: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container { display: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .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); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { border-width: 0; border-radius: 0; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { font-size:0.875rem;font-family:arial;height:298.75rem;width:60rem;overflow:visible;position:relative;display:block; }#kPrNev2gvC425MquVqTnuIKTu9VuM1dK { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:39.875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QnGBN8C5oAZDnRxnT4uzrAJ0fXA78Mgi { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:65.375rem;left:38.5rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tw831Wev4rcKmH0dACpFQ7GToONsn9gq { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:41.5rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OCJQZwcRVrzwMqxahovWSEuyG6LGtpDT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:60.375rem;left:36.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iKi8DJ4vGMnkUqcyeZiDNXeKio8gTrqs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:37.375rem;left:38.0625rem;overflow:hidden;display:block; }
#DAKTegJkbqPq38lVSBt9dkZVTXmfbTyd { color:#000000;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.25rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oqhVxWSwt8uECn0dLwpJg0TcskphvzCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:114.3125rem;left:39.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JD3HNh7Ins7a2mdZSnKoH53ZnXwxnRX4 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:119.1875rem;left:40.1875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lTNnbgHRJlXrmm2Tr6ycaQV6Es9nLi4I { 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:19.125rem;width:19.125rem;top:109.875rem;left:2.125rem;overflow:hidden;display:block; }
#sm6JNqV9l5OISWofJCnuxJ3DJAaQVuOa { 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:23rem;width:23rem;top:181.3125rem;left:2.375rem;overflow:hidden;display:block; }
#mkQAoHHcAIE3W436opkIMrSRCBKCBtch { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:207.875rem;left:3.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DiX1REUZ1HnZWHmQ9673bO7yfIRQdZii { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:212rem;left:1.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#slc3VgWyIBoArThzK9kT4Ts2os1Eaxl6 { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:250rem;left:4.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#doWdPmeAhQqf686WyzB93La6WfJ9Oydn { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:253.6875rem;left:4.1875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dsT3gpGxUcEX44zVoTbdTQ14i03rRNVz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:269.75rem;left:35.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hvMmZ4xFJ2sww8Iudl99FeB6FTnrUHcF { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:273.9375rem;left:32.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N89kxDysVlfv2HnlBPWu78iuIGRdCZpf { position:absolute;display:block;z-index:15002;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.625rem;width:24.8125rem;top:265.75rem;left:0rem;overflow:hidden;display:block; }
#xuiQZlDAU2vaeyfnNBm6KDenkw6hTvgo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:135.0625rem;left:31.75rem;overflow:hidden;display:block; }
#eZCmEDlfnu7kSulglgfT78eCTQ9hHDHg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:224.9375rem;left:37.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NTegnevUT2gUN2ENsMXF2wTQ4kFTXewe { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:229rem;left:36.6875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TKnQ7vtBPaHh71H8DkXRFFC208kw4oOO { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:171.5rem;left:37.375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k2N4TMUlkso66z3baKGSJqnKuMe4N0ut { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:73.4375rem;left:40.6875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mb0cA1ICWc7uEtViVUbd2fHHJsvMXU1r { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWreTZaXWkMdBloh99XeJQ7vSwt8DKtl { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:4.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:291.0625rem;left:19.90625rem;display:block; }
#JAlhRwDoTy9079zmQUmTbcizOdimyeLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyRPJEmqFClRn2MHuTQGIdz6Qh3K8Icq { position:absolute;display:block;z-index:15006;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:17.8125rem;width:32.75rem;top:16.25rem;left:0rem;display:block; }
#aRmiaoJZCEmFAAAoqiVpTEQkzLTeZ6ml { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:103.25rem;left:8.9375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Sn17BLECCDMwxF6dTrdft9GMX1mlznhw { position:absolute;display:block;z-index:15008;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:17.8125rem;width:32.4375rem;top:68.875rem;left:0rem;display:block; }
#GhhAGb9feqqcHEHTK1C1OU1WpF9WXXTo { position:absolute;display:block;z-index:15010;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:18.125rem;width:33.125rem;top:222.0625rem;left:0rem;display:block; }
#v8tkep3fJhMwRT1stzD9gGfDUzCcMkkQ { position:absolute;display:block;z-index:15012;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;height:18.0625rem;width:33.125rem;top:245.0625rem;left:26.375rem;display:block; }
#OzmTgzop00FNePVmdqpRsUy2cxOcassz { color:#000000;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:54.8125rem;left:5.5625rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wJTfq9BcEQJxIr8N051IJThfdraFBbzs { 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:8.8125rem;width:8.8125rem;top:38.9375rem;left:12.125rem;overflow:hidden;display:block; }
#wa2UmP9TJbaUKSaGZCOsaeOXOLsS8MpA { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.8125rem;left:9.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jv9nlVA1k7WvyNvwdrBw2gynSrmveVDb { box-sizing:content-box;height:8.875rem;width:24.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:53.375rem;left:4rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#XFxrRpe6TqA1F7lWSTbyFRR3uXhTeH8I { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:94.625rem;left:5.125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CkahXNtkGWKd0qiiFZd5sl1iZUglzKM4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:90.375rem;left:7.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qffMsiTHWQyv5DcSuMJOHVeu15r4sZOs { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:80.4375rem;left:42.5rem;overflow:hidden;display:block; }
#pCVuevO2Woh6lXRGbJRtTJlFkCKVDlky { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:97.1875rem;left:36.4375rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qb5ihLfrXeTc2a4vx8UQzSpJE6m6mUf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:92.3125rem;left:42.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FwviAu8H4EfzzmBdkUPfNVrtocFVL6xU { box-sizing:content-box;height:11.6875rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:96.125rem;left:34.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#nsBSWgDUtzad1DNbMs1GnQCxC26fKRGI { color:#000000;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:199.125rem;left:32.9375rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QJtvOiLXpwqQdTkLedAoLsWry3xlh9U6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:181.875rem;left:41.5rem;overflow:hidden;display:block; }
#Gdo57Pz5ExFsGoCzFwP7GJSQUsaWRvn7 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:193.4375rem;left:41.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XITQic0VpNKDwcZDBql6C4h7GTddaLys { box-sizing:content-box;height:15.625rem;width:28.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:197.5625rem;left:31.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#aMRswpaCMott0tDV7uFeLQTQ3uSrQCkT { box-sizing:content-box;height:23.3125rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:154rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#CEOm3y5z1rzCLuW7obN65iRPWMv1ZtN7 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:155.125rem;left:2.125rem;height:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qukL6s8ouXlRBf2wGDAr9QlkoiwXP1Fh { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:151rem;left:6.5rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QLGXiEhVWiPzTPTE33gVxqn4ZiHJdywl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:139.4375rem;left:8rem;overflow:hidden;display:block; }
#GFImlcSZeX61LvvqbhbADOZMwt1XHxKB { 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:19.125rem;width:19.125rem;top:114.3125rem;left:11.25rem;overflow:hidden;display:block; }
#E9sF6nGVaOfy8rz64MLBhBd7P6vM4WUS { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:160.875rem;left:36.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WeKzQtadvfTaklXgfwJQRqgZAZ8nxMF4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:138rem;left:41.0625rem;overflow:hidden;display:block; }
#c5QE7CZHbM2o6ydndq24m2pBX9aMRR7O { color:#000000;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:164.6875rem;left:35.5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gf2c7BdlWt8W9a7KXvF3cJJODdepqqbS { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:127.875rem;left:40.71875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mbvli87tSonN3zlQPhUcZJvb3V14QF83 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:285.1875rem;left:32.8125rem; }
#LF4hTpEZ9oOsSO2bclV5CcHcQvSWUQyi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:285.1875rem;left:28.4375rem; }
#znurKadTsMvx2Sp8NG9945ph3mcR2nKL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:285.1875rem;left:24.1875rem; }
#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk > .row .container { border-width: 0; border-radius: 0; }#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#LM8vukX1dWRPqrhduDJicg7VOqM9fZq6 { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container { background-color: transparent; background-image: none; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container > .video-iframe-container { display: none; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row > .video-iframe-container { display: none; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .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); }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container { border-width: 0; border-radius: 0; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#eq3Xqgw1AS5tPXIkD5IrvwXpqTWi4xZ8 { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#Ddu3RC1Bp9k8AqBbg1U9eqJWkT8PDTKd { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.8125rem;left:21.09375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uRk2i2mCdf0DEHPpcrH6OGQGOv9RkV0T { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.8125rem;left:41.1875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SifWJ2zuQ2smEithJDngrUAmFd8hdCdu { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5rem;left:35.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#BPQcHnM3JsQVFKWpUJ7wTf4voG3K2ZfT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:9.1875rem;left:2.9375rem;overflow:hidden;display:block; }
#bmA1Fd8SLBowRtrKUZ9SvwIQDFFt8K9G { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0.5625rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g2CT2yTZrOSmUsK3AEhIUUzlvCw2DDGN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2.75rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yk8rG3lgV1GwG8JdRXF0CvTysLO5dvDM { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#bbcdaa;background-image:none;top:8.3125rem;left:2.0625rem;display:block; }
#NJLTX6PQx2haDAdIUQ9MqeGJJ16Ukzy5 { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:22.25rem;display:block; }
#F3w81KXI9IHvn3O0BMWlnuuoLylTSGMq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:9.1875rem;left:23.125rem;overflow:hidden;display:block; }
#GIHSCF1C3Bs3R3k6MvHelnvs5ZE4WHmK { 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:13.8125rem;width:13.8125rem;top:9.1875rem;left:43.3125rem;overflow:hidden;display:block; }
#Loeh6szTC4H9LqtZ2iGKoGfDRvCe8qew { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#bbcdaa;background-image:none;top:8.3125rem;left:42.4375rem;display:block; }
#O6hapMGvbV83x0a5PI6Im5b2odwndA6W { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ELcKG1TnGLGWfsOQwZGJAuJnpm2STdWp { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.9375rem;left:19.03125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container { background-color: transparent; background-image: none; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container > .video-iframe-container { display: none; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row > .video-iframe-container { display: none; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .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); }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container { border-width: 0; border-radius: 0; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#gT50F2ukIoMB4mTOBLzk1Lq1dkgT1pxR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.0625rem;top:9.1875rem;left:6.5rem;display:block; }
#ccUghv5TFzwrTkvSgZVZh6toVBuJkNZJ { box-sizing:content-box;height:28.875rem;width:50.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.8125rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mh9ApmbGcZNfRh7JX4bQdXBIo6ym78GD { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#cs1GrKbFMHsICkSTa9D2NqmhmENp15bP { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:41.125rem;left:9.625rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AmBxiG5KExz2bMw9qyMtumhV3kw7wz9S { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:55.5625rem;left:9.5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#znkyOFGcvF0fkA1oFDB1rCOAUGaCnaFi { box-sizing:content-box;height:23rem;width:45.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:39rem;left:7.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa > .row .container { border-width: 0; border-radius: 0; }#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa > .row .container { font-size:0.875rem;font-family:arial;height:74.6875rem;width:60rem;overflow:visible;position:relative;display:none; }#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;height:auto; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-trigger.adaptive-delivery-prevent-bg, #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-trigger.lazyload, #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-trigger.lazyloading { background-image: none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd { box-sizing:content-box;height:auto;width:26.625rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:9.15625rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ve8Trd74NtFbtVne8NKfUFIysEBAckEu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ehitCFQqEkHUTTfSORgwtP890HRVx9po { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #upWTANROZop9K5kQos1cti7q36mP6WxK { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #nrGniTKnThBUb3A64V6r0iPymGcfsb7P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ybO7obyX49hdySavCX4m0ihHwVBuysTo { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse { display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #kMHRUgELTRdBAJUlztChlhkIz19vdv8u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge { display:block;position:relative; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 { display:none; }
#DSFm6TTzf5xaTpOH0vOtdEFeiWm554K1 { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#IOuBpI2BCxZA49C4ARd6Z7HDmLB9Cer5 { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:5.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53.75rem;left:20.59375rem;display:block; }
#Lw9qTxffmONAzKKEcsSTcHZ2d9seg3KS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6c061uJmazFknoWm3z09vtMfkTdzGaK { position:absolute;display:block;z-index:15042;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.4375rem;width:21.5625rem;top:9.21875rem;left:34.5rem;overflow:hidden;display:block; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .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; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:64.58203125rem;left:18.76171875rem;z-index:15014; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #ykvfUzPpOBdKdy3rahTJcaE45mognCO9 { display:flex;position:relative;top:0rem;left:0rem; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #O3DVyk5t8rmbcwBJdFWs1Xb0bUrmEzxI { width:auto; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Ql19CGznaNVtBycD1rI3bRDuWW5JGQu9 {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #IeMLvLJKcUSMRONBlAA5TgBXWNP4A4Sl { display:flex;position:relative;top:0rem;left:0rem; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #HQVCVnEPmeV1EuoUsW5Rqlq6cMiAl7e8 {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #oGJsGveZF3IyxT1xtPeCFENwWq7t9R2P {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #f4e0Fdpbvvc960bydQPv2lokr8Vzbvng { display:flex;position:relative;top:0rem;left:0rem; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #izqcHbPmpmqFs94J4VlG89R0EmiQcwPo {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #wrFMl71flur4SG5J5mKq7ss6Mpp42W07 {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #h2peZMhJ9dJ9NqQG8C0fHnLlprKMHbkL { display:flex;position:relative;top:0rem;left:0rem; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #eXBGQNf11lESapJV42d1bosheIMH9Cuh {  }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Du0FLEHrF4ReB3hxEbTwa1pT5d4vQLbr {  }
#TlCb7ZiKgFvdhQEMF8NCZd0thKEfhIJR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:61.1875rem;left:19.125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container { background-color: transparent; background-image: none; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container > .video-iframe-container { display: none; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row > .video-iframe-container { display: none; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .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); }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container { border-width: 0; border-radius: 0; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;height:auto; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-trigger.adaptive-delivery-prevent-bg, #BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-trigger.lazyload, #BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-trigger.lazyloading { background-image: none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit { box-sizing:content-box;height:auto;width:26.625rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:9.15625rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ve8Trd74NtFbtVne8NKfUFIysEBAckEu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ehitCFQqEkHUTTfSORgwtP890HRVx9po { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #upWTANROZop9K5kQos1cti7q36mP6WxK { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #nrGniTKnThBUb3A64V6r0iPymGcfsb7P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ybO7obyX49hdySavCX4m0ihHwVBuysTo { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse { display:none; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #kMHRUgELTRdBAJUlztChlhkIz19vdv8u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge { display:block;position:relative; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 { display:none; }
#RH9pqL4itk1xhNQgEJTkvwkZubBNCosG { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#oJbgUTMnRVAO6UTB1InnTvCS0PM9hLz8 { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:5.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53.75rem;left:20.59375rem;display:block; }
#n7TncJJ8C13x4x1R5MTsLDXsvabL03gl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZu9epy3e9yVsL6IyLiJ0od4tzwM5I9O { position:absolute;display:block;z-index:15042;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.4375rem;width:21.5625rem;top:9.21875rem;left:34.5rem;overflow:hidden;display:block; }
#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container { background-color: transparent; background-image: none; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container > .video-iframe-container { display: none; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row > .video-iframe-container { display: none; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .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); }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container { border-width: 0; border-radius: 0; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;overflow:visible;position:relative;display:block; }#zgun0JIhbNb62FIDHs6zMLTDVXBKwGoZ { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HZbyQv1NMVTsQkswOOoJpVgTx5eFv36a { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#pFHxP4C00dnEi0B1oa6FdUdbZ9uC55Db { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#kTGLiF6CTDxLGB6SpQoquX3Kgzx3blqV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:6.8125rem;left:15.3125rem;overflow:hidden;display:block; }
#a9XSh9F0DKltQdi3W0ZX7q8uwmOHTqVA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:6.8125rem;left:31.0625rem;overflow:hidden;display:block; }
#TSSgeSMBLaVrIRI2Nt5QqZ1W2EbmvQe2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:6.8125rem;left:46.25rem;overflow:hidden;display:block; }
#ytLdErncpJ7JNqrM1rFtReWS4ZTaCwx2 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.4375rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MFPLQdTVc2H5B7w5fytPZbozEEwHDW9m { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.9375rem;left:15.6875rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uTiNFB5bvGB0Ou7XIO3p9yFZOJGvITyW { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:32rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TAdzKIQEc7FODeRsq4JOghoD9OD85oXm { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:46.46875rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OciyucdIyEnEElUBaXq1aM7fJ5nx9UEc { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.4375rem;left:15.5rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TnBUr2WbtQOhgB0hpqmNuW2D4zbT1ZyS { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.4375rem;left:31.25rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OIaXpsr4NtLIlW6yQiueklELxkvFLR8A { color:#000000;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:46.75rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU > .row .container { border-width: 0; border-radius: 0; }#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#kLqOXOLWFUhQaCc2RTJ4vxuSrUJtUAIL { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container { background-color: transparent; background-image: none; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container > .video-iframe-container { display: none; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row > .video-iframe-container { display: none; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .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); }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container { border-width: 0; border-radius: 0; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;overflow:visible;position:relative;display:block; }#BUz7faiodeBNXE0xbgGdk9O0bVm3sP6M { color:#1e454e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#obg0zdrtyVCiTyiONyZRN2TIzXHaWEIq { color:rgba(var(--color-tertiary-2),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.09375rem;left:11.3125rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nMs7cUdZLqcKt9rQ4zJS5GuNr8zPCEmK { box-sizing:content-box;height:23.9375rem;width:40.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.625rem;left:9.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#nha4qPPp7oMTl8vIpLhCnpp9S734rwFS { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:41.75rem;left:11.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERxgLaFVH6AXz1tnI9q5XZ5lhi1iwTnd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:13.03125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTpOETxqLUkwvfqkoAv4PO1mvscOX94J { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:32.1875rem;left:48rem;overflow:hidden;display:block; }
#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu > .row .container { border-width: 0; border-radius: 0; }#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:60rem;overflow:visible;position:relative;display:none; }#omJhmAJqToPV8SBTbTn7TaHeoBJzvpFM { color:#1e454e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#gwl2CRVp8IwF8iXQsRClwTA7a9NlxP0i { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.3125rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GlLhagGpGdJtvODR7cNDXT9hi2CNVoid { box-sizing:content-box;height:23rem;width:30.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.625rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#qHBio7lCahXWKpAQU2ZGZGsfHKB0MNac { 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:27.875rem;width:21.3125rem;top:8.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#Q80IdzR4isq81SoA0EQUJ2mDzTOyrJZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:20.8125rem;left:33.25rem; }
#mNDMwzT2CvBLIJypfq13eZGdREBDLPhR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:39.5rem;left:19.3125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .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; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:43.625rem;left:18.75rem;z-index:15018; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #JmT10XDsHUs2bkF4t3sTdfpCfB2gDTPi { display:flex;position:relative;top:0rem;left:0rem; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #w2vWr8iJK5p1uJ7kSGJlFZgasKu99A9P { width:auto; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #g1JU86wgJNCUE9ycaDgKXSbycvbthuQy {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #CrkRBdrDo41NMuEetnJR197m2wTdozUg { display:flex;position:relative;top:0rem;left:0rem; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ewsmD8LikfGy8QA1tmg8S81wWZaavdKn {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #hxdXt6qZX9dH1qhZeiJEAwKDwwRSqArW {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #kuZaJbhefZRFbh4RiDe8lvMPK0UO6I4T { display:flex;position:relative;top:0rem;left:0rem; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #u8gz0rACuvHLeV1qvWg45E41Ul58SEwk {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #sGRZ10TyVFCCvUVwL8ibp7173KT6TEfu {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ZX1TnOs3DbDRc6Hf8zL9WxxcWkLB3RZN { display:flex;position:relative;top:0rem;left:0rem; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #lRa9GyWzT5ZDAEuwDGTuqMklZlNtFV80 {  }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #puSwPc2c7DEBM97iasKop1H0XdH5P2Ow {  }
#NQo9ueRi7a5ySJWl4hIdz21N2TqWUJkI { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:5.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:52.7919921875rem;left:18.59375rem;display:block; }
#POQvPpuU59H4meeHUqNAKdh0UgTQTN7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container { background-color: transparent; background-image: none; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container > .video-iframe-container { display: none; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row > .video-iframe-container { display: none; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .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); }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container { border-width: 0; border-radius: 0; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#fZEr0keuIyUPSKT6D7enSVuUeofhSpIJ { color:#1e454e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#pTvOoiIKZmWu7emxMFhdp7chC9WzBmpb { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.3125rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uD6fcccw32G0gM731nZPNGeqSk0Vks7x { box-sizing:content-box;height:23rem;width:30.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.625rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#wa36bZpWQV4Q5Vt4tAaBn2dKNtH31yoG { 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:27.875rem;width:21.3125rem;top:8.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#sKmqeP121b1ZUq4qhHqhAuKAKfTQTgGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:20.8125rem;left:33.25rem; }
#hfQda3z8npAwqsv6kszkBzXGSrZA8eDT { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:5.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.4794921875rem;left:18.59375rem;display:block; }
#vgrl1TnUC7FpweAa6skQ25Dq3mLuPLUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container { background-color: transparent; background-image: none; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container > .video-iframe-container { display: none; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row > .video-iframe-container { display: none; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .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); }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container { border-width: 0; border-radius: 0; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;overflow:visible;position:relative;display:block; }#t8gSQmJCXK1vH46TNG8c7omlsRFvzpGN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.0625rem;top:10.8125rem;left:6.5rem;display:block; }
#W7yK5hMfkK2v7LVSEa0s7uXmXXqp9Eqy { box-sizing:content-box;height:28.875rem;width:50.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.4375rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eI5hm4xb74BqhJ6pJgI0eWLpzurh8MFE { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:5.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.375rem;left:18.59375rem;display:block; }
#xITmPW08Lghyieuyxe4elcXkL8FLpcW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGaRAiMtqxW4yT2gwcEGswht7xi3UMCw { color:#1e454e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container { background-color: transparent; background-image: none; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container > .video-iframe-container { display: none; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row > .video-iframe-container { display: none; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .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); }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container { border-width: 0; border-radius: 0; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;overflow:visible;position:relative;display:block; }#znC3cb9nl5U0DtZKbZ4Sm7IEwBoaiKnc { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#kagpUTQ8UOSDHpxVQmlEFQ0c9C5JODKz { box-sizing:content-box;height:25.0625rem;width:40.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5rem;left:9.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#Hi5UmJrEPZtuFTznBDcV4PGsGgZkSnep { color:rgba(var(--color-tertiary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.875rem;height:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Tb5R4qDbJwPTCNfxulDT7iDddDkZACAf { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7.65625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQ7b9eNTSlX6NT5EQEuZin3zmU7TzaUZ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.59375rem;left:7.65625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container { background-color: transparent; background-image: none; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container > .video-iframe-container { display: none; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row > .video-iframe-container { display: none; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .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); }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container { border-width: 0; border-radius: 0; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#EGxhee5XtsLaySD8a4bhxevkGgq3RBSy { position:absolute;display:block;z-index:15002;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:28.75rem;width:18.3125rem;top:11.0625rem;left:2.125rem;overflow:hidden;display:block; }
#X9BHQAuIzmCn0UcdgLz1MqEH7KBL2FUp { color:#1e454e;display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#anTsz1a0NhxQDUovJq20oamTtQbtMAWD { color:#1e454e;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:23.5625rem;height:43.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#itzqzX1UhtE4OtTVlk6va47f4UvdX6Uk { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.5625rem;height:1.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pKM7u94I5JNTR0gOviWvnGxVlAIFyZZm { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.8125rem;left:1.6875rem;display:block; }
#IGfcxTuTKqpivdcKc22IhvZQLARidNW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmDRKiFNIx5UGgAmBrkKtB5HfL5DD5dI { box-sizing:content-box;height:50.75rem;width:37.125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.4375rem;left:22.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #1e454e;border-left:0.1875rem solid #1e454e;border-right:0.1875rem solid #1e454e;border-bottom:0.1875rem solid #1e454e;box-shadow: none;display:block; }
#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container { background-color: transparent; background-image: none; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container > .video-iframe-container { display: none; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row > .video-iframe-container { display: none; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .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); }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container { border-width: 0; border-radius: 0; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;overflow:visible;position:relative;display:block; }#GBaz575zJ9eKKftm5IarMcp84HaoKqrg { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#RblRWTnNc5oWWV7Ks39pKleNkGTD9txL { position:absolute;display:block;z-index:15006;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.125rem;width:40.4375rem;top:10.8125rem;left:9.28125rem;overflow:hidden;display:block; }
#p4RH12s7IrAhWXe2WzVtv3GkTfEIizHF { color:#000000;display:block;width:47.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:28.375rem;left:6.21875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E4sN1lGb1miHM0nqAPafiiTvsuo8PHy7 { color:#db2556;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:11.5rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXpEsuRSI8zMFy7hLaFNZePN0zokUl6I { color:#000000;display:block;width:49.0625rem;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:36.3125rem;left:5.46875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e88zMTC2kU5sRXuDzA7gPUVO9k3awDCR { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.1875rem;left:6.53125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container { background-color: transparent; background-image: none; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container > .video-iframe-container { display: none; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row > .video-iframe-container { display: none; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .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); }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container { border-width: 0; border-radius: 0; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:60rem;overflow:visible;position:relative;display:block; }#miTsreAucHSIxxqSsGVv1K5JCh3xTwMA { color:#fffee5;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mun7F5XcQsv4FXtW4Hv43lkPMqV2aQo8 { color:#fffee5;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#klLTzo7qtZzQFBrZKCS2DThUTSo9rkPw { position:absolute;display:block;z-index:15038;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.1875rem;width:18.6875rem;top:59.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#BKwPvRKn5O5eoCgpTmoE1VgNcQPhD9lU { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.875rem;width:23.0625rem;top:11.1875rem;left:34.9375rem;overflow:hidden;display:block; }
#ov3ZC32prVPT6X1NQElHZlCFrTTCHlUt { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.25rem;width:26.125rem;top:22.625rem;left:3.84375rem;overflow:hidden;display:block; }
#dv5We58oPCFZ1N2AUvMwXr8Fr3BLb065 { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.0625rem;width:31.5625rem;top:11.1875rem;left:1.125rem;overflow:hidden;display:block; }
#wc0UOl8UgSTIzvhqZJHhA2tIu9SyEC9T { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.625rem;width:33.5rem;top:40.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#sSmsw5oQl0DJEJshkNhCCCeqhgcvKwDz { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.5625rem;width:20.5rem;top:40.1875rem;left:36.75rem;overflow:hidden;display:block; }
#yl7C8UdIeH9SZKJuiO5goCUaI4LNFRUs { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:13.8125rem;top:61.4375rem;left:21.375rem;overflow:hidden;display:block; }
#ELkzWqWy80XuDI6i0m3OmJheXwHMGcfD { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.6875rem;width:15.75rem;top:72rem;left:1.0625rem;overflow:hidden;display:block; }
#tWe2q8bnT8qd2wdyc4coGaSLmmHGsCZE { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:24rem;top:83.5rem;left:18.8125rem;overflow:hidden;display:block; }
#ir7eZwvg6BUtwc3A6yF694EGfKtEgTDf { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:15.5rem;top:72rem;left:18.8125rem;overflow:hidden;display:block; }
#kOV50dAtml1wXVusCHqOg3adFTGUiKdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#kOV50dAtml1wXVusCHqOg3adFTGUiKdf > .row .container { border-width: 0; border-radius: 0; }#kOV50dAtml1wXVusCHqOg3adFTGUiKdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOV50dAtml1wXVusCHqOg3adFTGUiKdf > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#ms7qHmR169dFIIbSENKQmRTo0OsWVwKJ { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH { z-index:;position:relative;display:none; }#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH { border-width: 0; border-radius: 0; }#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH > .row .container { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:129.375rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#RKIiDN9sNTsLaF9WhgMJP7MND2ly3kgV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:35.625rem;top:7.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#Zcoq7JN7P6nyIu7SvVB9LwaRD84Thbq3 { box-sizing:content-box;height:28.625rem;width:36.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:28.5625rem;left:11.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#saTAJwKASU1iWCfDmrOESll04Ofsm7cE { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:32.75rem;left:17.40625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 { color:#1e454e;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:38.375rem;left:14.0625rem;height:;text-align:justify;text-align-last:initial;display:block; }#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 li:before{  }
#vdHcyZNxBFanrrcbCfKxQ9QUnb78NQ4c { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:35.3125rem;left:20.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tcnsd4L3DQXrpQKX22yGVqIVIdq5W3ms { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:67.125rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ax7WDIMWJNaCZnZKoGRaID31F0s6UdeO { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:64.625rem;left:17.40625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFfiBJOCVxMN0B7ni4lTbzpJUSxx5CLO { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:79.3125rem;left:13.375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1hLCQSLzaAK5ILJLneLB9AWEdt3TlAd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:97.4375rem;left:38.875rem; }
#RJN8SBOuMGtGyLemSNA7n8tThnfubV6A { box-sizing:content-box;height:8.1875rem;width:20.3125rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:104.25rem;left:6.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#miMf1lWiMoqBPNflr63U2E5Bb0N2F7Lo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:105.1875rem;left:7.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KHAnqwAJz4UrRfWau4fM7QZwrFR67cxL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:97.4375rem;left:16.4375rem; }
#K2LI7eFB0bTTGGB2FJr2TiXVH6FgBLcf { color:#db2556;display:block;width:8.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:107rem;left:9.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HgzAJL2w1BNWF25Z8b9n91g1ZD0W4gPK { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:107.375rem;left:17.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nROu12m7BgVopKkVtfM5oU2kwWasJTtw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:110.3125rem;left:7.75rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZPpkAuEVSBw1NSMc4zmrLTSzkUEDbHlZ { box-sizing:content-box;height:8.25rem;width:19.8125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:104.25rem;left:34rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#tPV9iCEpTIq57CxJw3wprKrvc1HEl8Kg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:105rem;left:35.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DZMQfhEJ9Z6lrqTm1hUHQQwBbybITIsp { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:110.1875rem;left:35.25rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OFcWgaT7k5G4uH0lGSQBp603pHypdUka { color:rgba(var(--color-tertiary-2),1);display:block;width:8.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:107.375rem;left:45.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#trFKIZDICBnnAtNQM2SmfRl5afngrhvF { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:114.25rem;left:6.3125rem;display:block; }
#VWChKPKywBpds3pcMOvIVxlgm1IisOlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTE2kNAkxOpATiOa3fqEZOENRzz9AsuL { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:114.28125rem;left:34.78125rem;display:block; }
#QEboEW14CAh5KJkQMtgJASOKm7BziMsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgJG1abH5nnSO3ivcnPo2U42stVM9RMm { color:#db2556;display:block;width:9.3125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:106.875rem;left:36.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nkfLGsZOxGTzd2wRAHzyMeOtcaMNzz0O { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:121.8125rem;left:16.25rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMtooM5k0x7lkAN12JFifWdEp3iglXnh { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .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; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:87.125rem;left:18.32421875rem;z-index:15007; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #X2tfJe2xKJPOOVrO21bWEXsCkPltkRTI { display:flex;position:relative;top:0rem;left:0rem; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #qK048ysc5W4sr7887SVdhhCb9eG4ltM1 { width:auto; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #HTOtcnkh5JSmt6J7FcpFh7KzCmphOq4p {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #ekWMWWO1IMcFttbMFScKpc2XaSOqxPaD { display:flex;position:relative;top:0rem;left:0rem; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #EndW3TZOStX0IHW11lOZawVooEl8konX {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #L6FZLhiMTOVtJTOo2CqyoAeo4xzre3Ta {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #bxlqEJxWcGuyGT6Kibslz6OPHr5ORxpJ { display:flex;position:relative;top:0rem;left:0rem; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #h6Rx7IsIOWnzdF6HGFTar7pVsQPnlnbB {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #BTXD9yqg9ChOvmLBpBKS2L4NBBbAA1Jn {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #D6QfCQUUNuRgEXt6lq21MomUXK8wRTv7 { display:flex;position:relative;top:0rem;left:0rem; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #sfq4StTA796rgTo9rh3eLquFTqw7PU7k {  }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #H71LLtHP1bK1TZuPpULxho39DNkTk7uf {  }
#vtIJBKKDCAkDAD9PrLMUrUnQmWM5RwLG { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:82.625rem;left:13.375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxp69GmnAbuNRAhrb9rWWwS1xwwmVlpm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:30.8125rem;left:17.40625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q6TZGZz84pkc7qKNJZHt6b5fOQOzTxhL { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:59.375rem;left:17.5rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBxor1B5ci99uUqUrsQNN0rxWCGdtNAr { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:61.9375rem;left:16.1875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5VJh4SHvJbouVQ19dGRUHJnSrnpceVW { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:73.9375rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 { z-index:;position:relative;display:block; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 { background-color: transparent; background-image: none; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container > .video-iframe-container { display: none; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row > .video-iframe-container { display: none; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .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); }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 { border-width: 0; border-radius: 0; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:115.625rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yXZlkG3hlry0ROlNx9PVFHlRazsaTTkL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:35.625rem;top:7.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#mV8688B9apEARKR3uhuA3XpuTg79z76k { box-sizing:content-box;height:28.625rem;width:36.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:28.5625rem;left:11.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#QdvCKiKbqV7TOduUrJf4gu4eae1teJRR { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:32.75rem;left:17.40625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM { color:#1e454e;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:38.375rem;left:14.0625rem;height:17.125rem;text-align:justify;text-align-last:initial;display:block; }#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM li:before{  }
#N13zkWp2V0dq7bhtTWCLbTbO8BmT4BqC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:35.3125rem;left:20.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSOiTZmL6F5aPK9Tpk8xnG65HqKNMa9S { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:67.375rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NENsvgP1mEIyf4OR9znbE59KOw7LmlzO { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:64.625rem;left:17.40625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bROC5eVUUiodSOIKZKmEBcFcaJpJwWlt { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:79.3125rem;left:13.375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zik6h4oQVb0ihrVLeT3wrmraVfvR6ZeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:83.8125rem;left:38.875rem; }
#THEyLQdMb97xZIxRhSEgK9gEZJSTKdh7 { box-sizing:content-box;height:8.1875rem;width:20.3125rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:90.625rem;left:6.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#aVTZFwsppNqRA2Z9E7zcaLp2OchetrHS { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:91.5625rem;left:7.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAELRlTBp5xbN2vVDyLCPUcbTUX9Zpcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:83.8125rem;left:16.4375rem; }
#A2J2OaoeG9Df4ZxM2Piwe7W3UllHDAxp { color:#1e454e;display:block;width:8.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:93.34375rem;left:12.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ocliTnUf59UcM88Dz8lzT0eqoWEPVgiG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:96.6875rem;left:7.75rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QMxM1tSChpmebbuLx5ovEqwI9AOfQQ9L { box-sizing:content-box;height:8.25rem;width:19.8125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:90.625rem;left:34rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#saTmkPfZOA5MCFobbebPuGVUqoPuWBOM { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:91.375rem;left:35.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rKNLDqZO37l8zm7hVsIhxfvSlHkyGZ26 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:96.5625rem;left:35.25rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wAee9154v3VdBSK9PTGzeIzQBXViScUm { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:100.625rem;left:6.3125rem;display:block; }
#kg1SJTB12l4Wookzb8wA4ffDt5gpX1NN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es3bMFtzTtr0hEzTP2Gu1UJMCDGwor5y { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:100.6875rem;left:34.75rem;display:block; }
#iTBfU5p7BDnz0b4uozBLI1UqhtDT13cB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSpNwGZwoHK0zDrpiFCwpHrIERRNnfTM { color:#1e454e;display:block;width:9.3125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:93.34375rem;left:39.5rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oapuek3PLitr2fWIqewAhOd7BeII1pzP { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:108.1875rem;left:16.25rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ahfn9kasZsrTbkt4VdBbnNwxcdw1GqOw { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#sqgyU6wTaeyUqPNLqHl7DoIBwGtNetax { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:30.8125rem;left:17.40625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vXXDsLqsJCo67tBGPFrD5DpkTy2Qo0cJ { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:59.375rem;left:17.5rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xftNlwFn4q8EdKCeCDdhkbR8w6yi63eZ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:61.9375rem;left:16.1875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AB1IEGG90rhrfV40P3Wm4aRPdBZEqnET { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:73.9375rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container { background-color: transparent; background-image: none; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container > .video-iframe-container { display: none; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row > .video-iframe-container { display: none; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .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); }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container { border-width: 0; border-radius: 0; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#g4gbz2WDlQlUCuKieNHXpXCPM8SLBFuD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 { z-index:;position:relative;display:none; }#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 { border-width: 0; border-radius: 0; }#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 > .row .container { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:131.9375rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:none; }#ad58Ouk8606q72viQOqa90pGe6Vf9NKG { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:124.0625rem;left:20.125rem;display:block; }
#RpEfyf9v3fAH0MGHoKLnuLKXxSgyReIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8MQTCZZ7NrWRRRNR8W0RO3gmPOSBidy { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sclMIttpmsiV4mXlXhvmFmDa65Oz6muR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:42.0625rem;top:15.0625rem;left:9rem;overflow:hidden;display:block; }
#KGx2TT1Ue2wlOLZe0S6oVmp2yRyFQ0np { color:rgba(var(--color-tertiary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:53rem;left:8.96875rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qz949D5QUvTE2OcJM9iRW3frovdcXVob { box-sizing:content-box;height:7.8125rem;width:18.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:41.09375rem;left:7.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#JTdkXT1x51JEpK5wZne9FAIiotqfW07J { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:42.1875rem;left:7.25rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RNAMobRx4G2570q2ZMfUN8snPP1eMTKl { box-sizing:content-box;height:20.9375rem;width:36.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:58.8125rem;left:11.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#bOIIF2VwNGuXqstnX7448nNRUlpT2NKH { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:60.9375rem;left:14.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#bOIIF2VwNGuXqstnX7448nNRUlpT2NKH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bOIIF2VwNGuXqstnX7448nNRUlpT2NKH li:before{  }
#u4TebyIEnU2nhqKIefBB4lZ3ewJBvoBX { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:82.25rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AemmL0UVAqmwteQXMkIR24CEP0X3SB9O { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:89.5rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6o63ZlbiyaDW8vS2TkO01UtS9Kklfop { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:95.6875rem;left:11.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nesGhlV0xVnT1fDHZ0beUS83LLLa3FgP { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:8.5625rem;left:9.375rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UUKKnKVN8qFIgTw9D5D8deSLetHKqXiF { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:104.625rem;left:32.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#I79JOnDsqr1pWHNxn1HAZGd4hRQbJPqC { box-sizing:content-box;height:8.5rem;width:20.3125rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:106.25rem;left:5.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#dRnCf6rwe5WzILD8F4HSzr0PkU62Nfxs { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:107.1875rem;left:7.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAJqmQR83Rv5wzHi7DIEKLlsPUAVEL4f { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:109.53125rem;left:16.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CcxkO2Pxfw48stHz9iblvRkISCUmaxC6 { color:#db2556;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:109.125rem;left:7.4375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iRtS1IG82MBCEDsbdm9Xe6tGdSvBycOz { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:112.375rem;left:5.6875rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cRH0A1RKPvgFdCWCZCsS37sGD9LXmgZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:99.6875rem;left:27.625rem; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .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; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.822265625rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:108.08203125rem;left:32.26171875rem;z-index:15008; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uLo3mPturA3eaZr4eeXym5GqCXZzeHh3 { display:flex;position:relative;top:0rem;left:0rem; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #T1cAqlf9vyPE8DRAyEDKe50T8p8sHoc7 { width:auto; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #TI6GH3eMVwDAFNUpmC1sGxictwqxZTEK {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #FNb5FHhW3S8xp0VPUVORGDTgO9Mcfq2T { display:flex;position:relative;top:0rem;left:0rem; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QCIboxXqdzTAOaBO0XDCahUnV7TqZCNS {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #lROmGSoUx1mD64WOLPyLfZUPaJyU28nH {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uBTilW1UCsNVO670BH8Rtryy02WawNuk { display:flex;position:relative;top:0rem;left:0rem; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #NiLOvZ0Snz1OWcOUhb54E7EtcqguQ1dg {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QKtTCgfVBqJB0TkEJhrmEvLfnlBiZO89 {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #af7H5SBdRvsCi4KKOwakBoPAE8keHZw6 { display:flex;position:relative;top:0rem;left:0rem; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #k5pBNUfQ0wcIxXD7W0MnHrPoDIwETOlC {  }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #op2LwtrXNFe1El3SeSCSr5PEVSxJwDkG {  }
#cBsVZ84DlEWTKqbb3IgT1NpUuiFazb8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:119rem;left:32.8125rem; }
#GyJ6TGun3DxBwrgSPNCuFTB6Vp8vzdmP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:119rem;left:28.4375rem; }
#AqQaGeJENL4szuNOREymn6ebV7bLqntZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:119rem;left:24.1875rem; }
#fvpQ6RWvNmr37pHmf69bwFVfXzLIZUVQ { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:41.125rem;left:33.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#cybbnocZmBv0IWBlrkd14hVQqMcDDkXa { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:42.375rem;left:33.375rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ISFBLfv663Xr3FiGV2XTkqTPtTwpa0hu { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:43.8125rem;left:28.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#seongdkVBFC25fV2wJbtlhqI0bogPTC0 { z-index:;position:relative;display:block; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 { background-color: transparent; background-image: none; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container > .video-iframe-container { display: none; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row > .video-iframe-container { display: none; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .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); }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 { border-width: 0; border-radius: 0; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container { background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:115.625rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#qkcz4Mx929qEXSoBwbbhtlDyccDb66bc { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:105.875rem;left:33.25rem;display:block; }
#UT3XMPT4b4u0wpFamMxQ4XX2pOls3nFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHcPEnoSqH7QT7dqsbqognFTUXWGcyF5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBDHJCzmNuDC7b6xhNXRowIEOkA6b74T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:42.0625rem;top:15.0625rem;left:9rem;overflow:hidden;display:block; }
#wR7Gb1shmkcP9z0qXvsGugwKDmC3mPQF { color:rgba(var(--color-tertiary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:53rem;left:8.96875rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIUaNvZM7VlTFeSyU2w0E6TH5kl8bE3R { box-sizing:content-box;height:7.8125rem;width:18.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:41.09375rem;left:7.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#gvy3t2Zlw8571syEBwILVPu4HwlB2uBR { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:42.1875rem;left:7.25rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n4GNWdbZ6T9emrT6MeFkk4H2DzSEtHl8 { box-sizing:content-box;height:20.9375rem;width:36.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:58.8125rem;left:11.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:60.9375rem;left:14.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD li:before{  }
#kmOzrJz3lUrmt7KWGdmBtAKK72iG448w { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:82.25rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PcTJaAgKfNQs5mgDsTZfTzCcC3btb6NQ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:89.5rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G58SgLWMzL8HdguU6HNhBAxfCV8hTWEN { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:95.6875rem;left:11.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAH1x4h5CrvWXW6zZlPl38eDrgI9mDhO { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:8.5625rem;left:9.375rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lxelRoo7IfoIEmQUTOZvKeIasX1Jdei4 { box-sizing:content-box;height:8.5rem;width:20.3125rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:101.4375rem;left:6.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#uwoTPgu2oF4CWDpJPSmIEvsPLbP1apnm { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:102.375rem;left:8.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gFvG5NT78zu7uFPJtmxPqRCkTVQ09wFh { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:104.75rem;left:17.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LXdKGEUwJZZK6aBhF1NGSlTeqeWOv5tx { color:#db2556;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:104.3125rem;left:8.5rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ntxkIoT0uWL7GtrJ5dg9wTBCHKyaw88T { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:107.5625rem;left:6.75rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AhVKngNbKh2zUq7WCKTNiMODmTlrqXVR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:100.8125rem;left:45.9375rem; }
#BZSEMTD0pHC0lZNeCaE11d9mySBSKTEZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:100.8125rem;left:41.5625rem; }
#UVohz7WJr5Cgpu0oulIWsrKDBhsckXW8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:100.8125rem;left:37.3125rem; }
#IDyIbWdPb67yMrORSTefGdis8g88v2ba { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:41.125rem;left:33.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#FO8VTzJiUReUglkpLnk0TGPAPx7GxQsD { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:42.375rem;left:33.375rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bna0aw47ae8WGgfp4XW2qR9KnIrwcJIP { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:43.8125rem;left:28.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container { background-color: transparent; background-image: none; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container > .video-iframe-container { display: none; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row > .video-iframe-container { display: none; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .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); }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container { border-width: 0; border-radius: 0; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;overflow:visible;position:relative;display:block; }#ohvIhXyUHu1tD1l1Pk4i0OHNMVJGMa5W { color:#1e454e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k { z-index:;position:relative;display:none; }#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k { border-width: 0; border-radius: 0; }#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k > .row .container { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:131.9375rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:none; }#OoiMgtw1E1iy4xsxUAi4v4lkT4oWfV5l { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:124.0625rem;left:20.125rem;display:block; }
#DlaXsaBqEanVVT4IDdb2ntvtwuCCyAUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVM0fJFbPonogQS0JqhS1t69lm5xsxIG { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTLA8Ka8uBaGSE7RSpdftphlhu2nWzwd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:42.0625rem;top:15.0625rem;left:9rem;overflow:hidden;display:block; }
#zdxXxu5FcqUwK0SfmLiW7avlKXX5IAnB { color:rgba(var(--color-tertiary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:53rem;left:8.96875rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R25TDLKftoN6RXiSt1dHXmAV1fcOv6lq { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:42.25rem;left:20.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#kEG058WkZgURwv2mSV6Mr30EDZITbhHM { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.375rem;left:20.3125rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xZMrOw64iUhHSuyGKBHnwk7Ji2zXRZXa { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:43.25rem;left:0rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NNCRG3c189hciiNq7NAmcm1CTRVwbTW4 { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:42.125rem;left:0.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#JJ7dEQChwHwC6w75wFUy6m74WX4MpQEx { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:45rem;left:18.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MwHL6COt4RJNi35RhFOp24NMCC3M8lwL { box-sizing:content-box;height:20.9375rem;width:36.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:58.8125rem;left:11.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#uApO5RsFFfepBhDFloBbca8l1eOTp0BT { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:60.9375rem;left:14.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#uApO5RsFFfepBhDFloBbca8l1eOTp0BT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uApO5RsFFfepBhDFloBbca8l1eOTp0BT li:before{  }
#lh7cIQw4XqDlKDLVV4TzCmT1FZhCzNZc { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:82.25rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#miJLrXueBfL2fobq8L1c83BgiPm21ucZ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:89.5rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W15Kburx83Bm5ebPqvUR4OqHo8TWpvai { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:95.6875rem;left:11.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6rU4zSdKdbwfAlLTMGwLCg8KTsAVDy6 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:8.5625rem;left:9.375rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oinJ4rH7BbJXvTLfHSc6uyoTDOhzDnlt { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:104.625rem;left:32.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Np95VfZDtCpoCauVv6ZvbDVTLyuVWlkX { box-sizing:content-box;height:8.5rem;width:20.3125rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:106.25rem;left:5.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#TXlapBAvxWNz2EPfhTg9FceZholKuB1M { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:107.1875rem;left:7.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JqpLN1QALbhN4T9qknwfmDUbcNSzqEKz { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:109.5625rem;left:17.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PDk1fWSzc4L0xBvTCmokTSnLXRPEyTs9 { color:#db2556;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:109.125rem;left:7.4375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dp7U4VcJD648XGiiTsP6elhizwORWuog { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:112.375rem;left:5.6875rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eCifchyDdiWpMhMRGIJ3nmwOmnZiuC5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:99.6875rem;left:27.625rem; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .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; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:108.0625rem;left:31.8125rem;z-index:15008; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #NDsPHbnXtczIKw913KO9FafhDZ4EsQMO { display:flex;position:relative;top:0rem;left:0rem; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #S0QcyLUc2NgEZUDON0705WSC2eIhf5m2 { width:auto; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #XaLNnagWSXL70T3PtrTe14paLU80oPol {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #mbTpPd5gFtSxNFWR6oCHJAZysnZnE9K7 { display:flex;position:relative;top:0rem;left:0rem; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #JTqLNflFZfIHTAqDuWDhh8XQPc6mTOuk {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fkTTStDbmKcwws4RD0CTaRQZTX3E8FcD {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #peQTqZ5d7Qbfe7wgJphSFeBA3I5QA08M { display:flex;position:relative;top:0rem;left:0rem; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fTTTWexkcDfnxhU8cTKp4rJ04IJPlpyw {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #Wszls730Cu35XUE5szIGOSfko2T9PCZu {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #HREZTT8aELkTu2CF4o54RowNnX3BoprW { display:flex;position:relative;top:0rem;left:0rem; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #D6szWrPfrZc9dJs03ZbNqd8zm4TH0207 {  }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #U5oln1RlWc6BoUZquHcoKTQPKhP5Fuq3 {  }
#k8X0om6c0unomzSH4iGH6BeVDNbvw5L9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:119rem;left:32.8125rem; }
#C3ay8nze2S4lm1eaSlX7DlP7q0Aw1Ttp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:119rem;left:28.4375rem; }
#HV1ni01JEv0XpWrMIOWIncNr7ZfJXohf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:119rem;left:24.1875rem; }
#n5ZMqMCz3p8bcWEOXPWn17o9LHpfnWGV { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:42.125rem;left:41.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#af5m2ecGlO480rHcT14v9sslxXMxysF6 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:43.375rem;left:40.625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zzDcPFufNBEMqTLZ6rOwKvRyJlKSN2qq { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:44.875rem;left:39.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 { z-index:;position:relative;display:block; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 { background-color: transparent; background-image: none; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container > .video-iframe-container { display: none; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row > .video-iframe-container { display: none; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .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); }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 { border-width: 0; border-radius: 0; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:116.0625rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#FM568721dR51Z7TwgRdJIqHkn8bvRzTt { background-color:#db2556;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:105.375rem;left:33.875rem;display:block; }
#c3hfxyLQcXZw3X0N47b4yo8JiD04O1oP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMPTWzpCx5ggbuXN4DZXTZiXqkXpyQQO { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnDqwdT7OmArEVNHATiQsJDsvV0UUePE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:42.0625rem;top:15.0625rem;left:9rem;overflow:hidden;display:block; }
#DA5S2OfLd4KF0D0WB33xgh2kbKdHrEVG { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:53rem;left:9.03125rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzlM2NyQaRdrxzclbBuDsUMQxW4h98y8 { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:42.25rem;left:20.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#UgkHkVwt0SdlDiR6xhhaMSdJhN5o5cNi { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.375rem;left:20.3125rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T2JMCAQyii2H4hnmJuwOkTM2SNSVb8Mp { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:43.25rem;left:0rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QPNIqth8JWB6QUMqJvhCBUo1Jo15MIkb { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:42.125rem;left:0.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#ssZNTdXdHXpo7dm5Mzz15wC9xIkkir7U { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:45rem;left:18.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rz9y474W35rloCFtuA6x3pT2HZXiIcbx { box-sizing:content-box;height:20.9375rem;width:36.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:58.8125rem;left:11.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#m2VKne7HJOJwWuVio8rcNX75V96WGawR { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:60.9375rem;left:14.3125rem;height:17.125rem;text-align:justify;text-align-last:initial;display:block; }#m2VKne7HJOJwWuVio8rcNX75V96WGawR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2VKne7HJOJwWuVio8rcNX75V96WGawR li:before{  }
#G4iDFhTKrHzzqc6T8DVKJkvH22s68Oao { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:82.25rem;left:12rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s8qxcxyWv7JxTCyLAG6yqPMO0dCBX3Kd { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:89.5rem;left:18.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPM05fTKvQIt6DcobopVxNmIK8AT7ogF { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:95.6875rem;left:11.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aqr2Vne9B1goDvpTnfTrOOnI8eg2sJAf { box-sizing:content-box;height:8.5rem;width:20.3125rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:101.875rem;left:6.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#tvx4U4ZgTLDx6ib5Zl6EFHh1ld9e7oA9 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:102.8125rem;left:8.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#saSy2EOWgKOO7eBhhgzXF2iPR4TdZhwx { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:105.1875rem;left:18.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B30xZq36RoEXMCF57gfaqumyBRgQe2ky { color:#db2556;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:104.75rem;left:8.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zyW7KQfVXQiwnFZOQEArfPEOUa0CAJkW { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:108rem;left:6.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gNlpO50vkxRhwCzp8fP50V4Wr6uyhWJa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:100.3125rem;left:46.5625rem; }
#gLq0KtBNdCADClcF9gCBHq1ynCVmy1gy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:100.3125rem;left:42.1875rem; }
#gCofvM6mXhy3aoALMNxgUtTxbp6nPQCd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:100.3125rem;left:37.9375rem; }
#XTcKH8U6nnfK2XTfwQNU7nkDKtQ8qs6r { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:42.125rem;left:41.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#OBOulMDKNtzgLFA5oaapNOiozFDAuoUH { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:43.375rem;left:40.625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NlPCIiANE3e2V483sAcg10Cv5QA1IUsC { color:rgba(var(--color-tertiary-2),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:44.875rem;left:39.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cApN0lRpqlsfzHqxWRJKJypftxa7pFen { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.53125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { position:relative;display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { background-color: transparent; background-image: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .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); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { border-width: 0; border-radius: 0; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .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; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:13.9375rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn { display:block; }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqMTnEOM2JaLaXhiOgr9UTG8ilXVKWzA { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX { display:block; }#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr4hv4KTIuaPdaZWrVO9yacEvPyJ8fWE { top:1.8125rem;left:9.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUSUQ6BgEAXx1NR1z60vohvEkvIheh7A { top:1.8125rem;left:22.6875rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgIlNA3rCkzSNvscxvaVTXDZT3fv7Tg { top:1.8125rem;left:32.4375rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk4dH3CE6rBVhMlQiexWCoyK0UAuoPyb { top:1.8125rem;left:38.9375rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXVvNU66VuLpoSJDumW6hdp7uWmRmy1d { width:13.3125rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNnwRrL4axRwPWvNLPxKTxFG484tAMC8 { display:block; }
 }@media only screen and (max-width: 763px) { #XrJSbRZD9Fb4KpkyJwXJJqhF5FKiqils { top:1.8125rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG { display:block; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra03r5E6GAus6eH8mzmPBDQRAnc6ZMDF { top:1.8125rem;left:9.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSzTNCrd0KkXVCRL57tyon443bRZvOAF { top:1.8125rem;left:22.6875rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMWDTMZ9n4I3VEDc8q3qwkTT9uSzLBLw { top:1.8125rem;left:32.4375rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkpdc9THDWRKzKIgbu7kBnyxsfMMdeka { top:1.8125rem;left:38.9375rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw9MusTcknVvR7A5xJxzveLGFMJKnOWV { width:13.3125rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPSXTm9gyEB9ivgHJouBSULaUW0bo9R { display:block; }
 }@media only screen and (max-width: 763px) { #FbUx9pKOUVPTNOsA22VsvPny17R2r5m6 { top:1.8125rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO { display:block; }#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaJRV9L9fdaC7JmKW7ausUnbvLTLHB5b { top:2.75rem;left:0rem;width:23.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkL4Kk5mKDRtNGvBHqhToH0c4sqW2P4K { top:3.9375rem;left:15.3125rem;width:32.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRlhD93ddLt7vVxNJptE5bkDgg0P8qrm { width:23.3125rem;height:4.875rem;top:34.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9kI9dVmbGf8g0fn0TXcgJ4I3V2pSq9 { display:block; }
 }@media only screen and (max-width: 763px) { #k6rKOMKmmrnr89QbkJOcORTfuvfRwNvF { top:45.0625rem;left:18.625rem;width:29.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAh5gvTTQ4FFtOLTTIoZbcZbszPB5e1T { top:40.5625rem;left:33.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK6eG4IOL0xO9hUSWXlUG6KDffBvST1S { top:40.5625rem;left:36.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4okogF3WnfqTPmkvTISqZSOemTsCd1L { top:40.5625rem;left:40.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvk7KvGTuV1vQn9cCQgpxSIr32STUtC5 { top:40.5625rem;left:43.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmTlEf6MQH1nzD3oQ2lOKuB06O2axiqA { top:40.5625rem;left:29.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eouxoAwClXd3ZE2n38g9rSDervWEampy { top:40.5625rem;left:25.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpb567zZRy67CRVOgqiuk9lHK05WOfM { top:22.0625rem;left:16rem;width:31.25rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6M88BgSTBlH8Ra8v1vw7BqKL3FkXArH { top:29.5625rem;left:43.375rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQUtW232TsnnXhx9SZTC1LFe3UzXckh { top:24.125rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq1wLVWnCaFgN3Vv8vHlkzUlk05pvgvW { top:23.4375rem;left:21.875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .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; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .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; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #ZO44dEozfQBLlbJnZdDgiLnocQl6ZhHN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #tlx3f8pNqweU75TfDperUTz9T4hS7yTD {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JX8BqgC4O4DVCXBlv4XZ3hoX0qDat7db {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #qrVcC8NQJdrivalASNHx5TpQIeheg0sh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #M8b1I9Wo7VJ4f1d32SvwfX4aWtc8OVmb {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JQUBPJ3tIXTp4wQXGitsQVHI4dglDVph {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #PQVWTqAIfpbThVMeKL40e6tLV7vlVZ35 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #Gz2OyythrByneO0PQhakbSyUIe9z0MEC {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #nycVg9FPAq3GPb9pStcJmdMRcHDRZT9K {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uElCsh7yM7QmBTPFImxhLt3behUdzyeu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #exO4qExHi5CAef35nE0Wx0FgyOzwNWW5 {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uedRc1n92WrpcExwHaxmRTJLkTaw3XRc {  }
 }@media only screen and (max-width: 763px) { #CqQlO2WwrJBavTKo5ktTA1Qy2xyUOEVU { top:15.5625rem;left:24.75rem;width:23rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1fDg1rAAcXULyL7ywxfTbauUlKy8GF { top:12.9375rem;left:14.5625rem;width:33.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ykGRIdRbegFHNTgcNvTyEeM9Fi4TRE { top:10.5rem;left:14.5625rem;width:33.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFEyiVMSz2v6xzpMGF9HayJ9PMWcegH { top:8.1875rem;left:14.5625rem;width:33.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT { display:block; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGv71Ofk2t3U0UWKXxX5cg1UG54THyJ3 { top:2.9375rem;left:0rem;width:23.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp4rDsd6VM6QTq7Q4lyNvTiEJ40DfUt { top:3.9375rem;left:16.375rem;width:31.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNA3vsKZ5xRuXTeJaxTSpV9X6FNXsSl { top:8.4375rem;left:18.8125rem;width:28.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONVBfUR1uppxAKTNGMkt6q7wDNTZhPK { width:23.3125rem;height:4.875rem;top:19.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6JNqz6nKVXeqaOmRMHbaSZFyg8umtXA { display:block; }
 }@media only screen and (max-width: 763px) { #Gvqfmad0pSa8JAqeTMfbudsIbWxBLi2u { top:30.5625rem;left:18.625rem;width:29.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8zErEfL359KHldIFKdXk7XTz1ueEf3 { top:26.0625rem;left:33.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoQG5TgEuzTMRv3aXhC2KunsC7t0O17 { top:26.0625rem;left:36.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLuIvZftCIBd7zNnVG0wTT7aHgFOL1C { top:26.0625rem;left:40.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLTdeacTstMJkRTfTPCy1MTvhNgnaIW7 { top:26.0625rem;left:43.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n96CP7QvaMLs4CEcrobViMl3D7XH27AT { top:26.0625rem;left:29.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6Ch4WlpulzAclQ5rgZgHbNJkE7d5bQ { top:26.0625rem;left:25.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQQPaVd0Ie8nSwnzW71z4eEIu6KzZBcr { top:15.0625rem;left:24.625rem;width:23.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS1odoDTsKvqHMqVgQPD84J9UR74MeXi { display:block; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4zkOfe0Rr3Kn5ARmib1MESKCqQ2UMGa { top:2.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGWwNkRiK7UDcttrJ7XrZvTowVRpMcaz { top:8.1875rem;left:0rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZWpgLzsLioIJWKTBv6cTC8IIs42nTNH { top:15.8125rem;left:2rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVEduOSLoUOaOgL3r1AtaQVLAlrRJRTt { top:16.3125rem;left:3.3125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaCFQRM5FswbUQZtHnmTrkyUCFVuMMN { top:16.3125rem;left:10.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLfpcIltThVK3yGluUzyXCkwdzinGdi0 { top:15.8125rem;left:9.4375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6rloICaUe0nFUfXf2LSZlG3xoPowtdl { top:8.3125rem;left:20rem;width:27.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2Nf9AfmDO7XRmfcd0SPQ2ffPxOlUKt { top:15.8125rem;left:38.9375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL24O3cZrPxSK7AvWG3HlwPKn3z9TTOT { top:16.3125rem;left:40.1875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDRLpNwg3G0VkBidVoSt17pTlRkv4KW { top:9.6875rem;left:22.5625rem;width:25.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhdBSh4rLlo5fGutnTrcQLL6tATp8TNS { top:15.8125rem;left:31.5rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0HqavlLsdpXoBtND3rbkJPzIludUpvu { top:16.3125rem;left:32.8125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMIKIopx7CiDPIfDmewJRizTtQfhr729 { top:22.25rem;left:0rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrKptBcg66STI1swyzWmuWeXNGP25oUp { top:29.875rem;left:10.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJVi3ms65izR2BqTBghZBgsOKSbWh2Jn { top:29.375rem;left:9.4375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaMw8zWe2lP7bW1sbVQJsfL9dUdzBqvU { top:29.375rem;left:2rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XllqaXmb6DvJOrFx8CD2ecHzPGhbTD { top:29.875rem;left:3.3125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmgKJfCLLxv9B7kx8gp0fbr6IHuQ1bLO { top:22.25rem;left:20rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD67BKmRL9ZUUPxiifaOAHfffrsLoyk6 { top:29.375rem;left:38.8125rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8VNNn2TtTJlfN2z574PpmmJp74WtWA { top:29.875rem;left:40.0625rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4agdGC1pMp9FhhMFBpTTL799fBhG0F2 { top:29.375rem;left:31.375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bze1aORZEKAoQBFONIrzDVKOvud6AbZa { top:29.875rem;left:32.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwGvlFqWR4EpaazC8qvN4G4ygZTLonTr { top:37.3125rem;left:9.3125rem;width:29.125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Celp8gqOIVIGGFHg12QwTcr18E6lNzJT { top:9.6875rem;left:0rem;width:22.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNOaR5Lhyc9mcXwmDdNGz1kJAbZG7Ge { top:23.875rem;left:0rem;width:25.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBwUIS500xlBQkNFTvxup7EWgoaOMzll { top:23.6875rem;left:0rem;width:22.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0sHhaxRrTXhwf5RE0Os0ZVT4L1fUH48 { top:23.875rem;left:25.25rem;width:22.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRlisemXVl5bJerZkvVh1wbapg0k15Bu { display:block; }#tRlisemXVl5bJerZkvVh1wbapg0k15Bu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF3wAzAVWheE8rsBGUdWZK9m9TPwUNmT { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AydtRgrARtcwZdH0vy7CAIrzpZWXlNBI { top:24.6875rem;left:32.71875rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKleqf0UTwtMEitf862SZSHvI86WtQJ6 { top:28.6875rem;left:22rem;width:25.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suJxpS1GIibLAUQuUeZ87qQMmSAS9ulW { top:30.375rem;left:24.8125rem;width:22.9375rem;height:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIeegGRv0U7PvQakhnUM0T4nIbvtGXJq { top:8.875rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZQTbxndI3EaBRK5uP7ApGopO9xhQiD { top:27.4375rem;left:0rem;width:25.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAQWu7dHsZMeaL8wtXL3cVr58bBQmga { top:29.25rem;left:0rem;width:21.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay { top:37.1875rem;left:0rem;width:21rem;height:;font-size:1.25rem;display:block; }#G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay li:before{  }
 }@media only screen and (max-width: 763px) { #qXoSD77OvebtwQpehVDp09GN3Obyd7HK { top:34.25rem;left:0.25rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW3tS49T0m5Btk5DQMTLQRUATvqWgphb { width:20.1875rem;height:5.0625rem;top:58.75rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nug4Q1Q58HP91zWVss7UykH3u6GqWtQG { display:block; }
 }@media only screen and (max-width: 763px) { #RTEGZtpthB68LKtLJyqZnik5RR1HLZG1 { top:9.6875rem;left:32.3125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .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; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .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; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #dlVq7Oiv2kQt1DwKLSAKwIeUeyBWiMs9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #rsD2D6m19dLSeHC4qKVUhu2fRJ7kwngc {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #xXDzlFtlHiXI0yF1Cf1pZkhKcMZn6Mn2 {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #mKyOceMrFQt6efvlWOokO1l8ZBPOElIA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #Sc7UBnEMlz6Qe5plP1RTFAkTbPDVpx6w {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #pQlwJmWFeN773TKxikgnfil3frySXQDb {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #yWgETMAIJ6BQWcDAOOHtJ0S1Zd866t7i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #JltTgWmH6vHD9QJMy4Ny00vVPZHAfycG {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #SirJpOobGA8MSVaPOvmo9NCtkmxi2mSn {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #fW4MKSkH5g2sJJef9pB7FTKboKnfCKDn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #O3ZiMaxGyMU3Fhah3XTcHytx0RK6vl97 {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #oGDyB2K84LMZtFXX15wHN4TADf3iyQZd {  }
 }@media only screen and (max-width: 763px) { #haZU7C6bwVJklLvFJf7DggEgTtQFO8wr { top:65.8125rem;left:13rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 { display:block; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpikHM3pbzkNwgLVwwNNGPeeahLKt9TS { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8GEVJTOLgL2oZ6PssDp7Gdu53duiuao { top:24.6875rem;left:32.71875rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVt5bAgVhTIxyETlJ6bZCO0KZEQCrg3B { top:28.6875rem;left:22rem;width:25.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slh5sTQ5lhyRomDmR27dQyTeAA1k3Phl { top:30.375rem;left:24.8125rem;width:22.9375rem;height:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhFHO9isPUTxs8cNW9goKFCZEfetI1o { top:8.875rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWx9aJVH6RaTJvhHU0OF5NsddSRsfAO { top:27.4375rem;left:0rem;width:25.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5QeOb4SPgwKOMhFTB9T12TDtuCfeGW { top:29.25rem;left:0rem;width:21.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP { top:37.1875rem;left:0rem;width:21rem;height:;font-size:1.25rem;display:block; }#EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP li:before{  }
 }@media only screen and (max-width: 763px) { #OwRbiiEOobgsuFM9UENBV8lse6RTpN5I { top:34.25rem;left:0.25rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPT0CvFMhWqFnWzyWZbofAOsZhvsczK { width:20.1875rem;height:5.0625rem;top:58.75rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgSktfl0GBWWEAsTVVqsrVR2yWQL2Jm { display:block; }
 }@media only screen and (max-width: 763px) { #nQsVMWVr2PIFnSgJErabLd3MPvtlXTdS { top:9.6875rem;left:32.3125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g { display:block; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOCw7QuFGeZbyCM1QVtsZAMfEm2wRK0H { top:23.25rem;left:31rem;width:16.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbManDbk0TA3znqbb0omnNwO11qcK7rI { top:65.375rem;left:28.1875rem;width:19.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnboX5iAwIUAFAzEK5QGta74HUEhZH1 { top:19.125rem;left:34.1875rem;width:13.5625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhXtyb8DdFmVT21UHwSlr5A92PHgAhv6 { top:60.375rem;left:24.125rem;width:23.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J31kMCu5c2sLsbJcuSaSKEgXgUUx3wEQ { top:37.375rem;left:27.375rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcN53LW6HdFEa1qATEHq2KEsAbhGukV3 { top:8.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh6U8KTbzzMV23aNRAyOEThpNrrhR1IS { top:114.3125rem;left:29.5rem;width:18.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXfDyK9b8Guph17BFGvTF4afBIsxNlsM { top:119.1875rem;left:31.625rem;width:16.125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPUhd674Ai87Pl56DLCSs9lBp75fzAPu { top:109.875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVZzHSlqRTVn8TpMowbzumo1EW3Rc7R { top:181.3125rem;left:0rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWstdEvLh8PfD3X2WNpsgQNeTtnTcxT4 { top:207.875rem;left:0rem;width:21.6875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgRXZM3vLzp44x7xIIx30e83TDZUJ2cd { top:212rem;left:0rem;width:24.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUNyta9Ss0Bw5EPgkE56c4Kw5p5AmrF3 { top:250rem;left:0rem;width:19rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNFdMRzE7x2461Q2R09nAHsSx1CbAde { top:253.6875rem;left:0rem;width:19.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzodclT3y3Qy7MxxBUvzWPVOypUnwG8 { top:269.75rem;left:28.9375rem;width:17.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXfxhakGTyUNgTfgRZrN32aBxq9sQhPD { top:273.9375rem;left:25.5625rem;width:22.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLzurgQFnDuItChxq3tra6A77P07Ekvw { top:265.75rem;left:0rem;width:24.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf561KpxA8ZxKazsTzT1HbMxfFSaMLEQ { top:135.0625rem;left:25.625rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8LbrbODTsTxe6TwiSkdKxTUKdP7LsXo { top:224.9375rem;left:27.8125rem;width:19.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMR7LFiaKcMxlBIg02rlDe1vDnL3xQO5 { top:229rem;left:26.3125rem;width:21.4375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRhSGPOZXddVvaxQlSwI9My7v1HIarg { top:171.5rem;left:31.25rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwPSkCMCcpUPalOZNgit7uff3eS8iyio { top:73.4375rem;left:32.625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQMNha1BlJ8D5KMZQEAh4R8QC7pr9UE { top:3.1875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SRIXsBr3xmfy9we47zoJpfTr06Po8T { width:20.1875rem;height:4.8125rem;top:291.0625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQzVs5VO2FJTkTWHlXleKPDh3aZGfBTx { display:block; }
 }@media only screen and (max-width: 763px) { #Kz9RAd03N1uxtqbwGubsUHBF96zuBD5S { top:16.25rem;left:0rem;width:32.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2hSc4yA0ApDowOxpmGLMJiQoFDgUPG { top:103.25rem;left:2.8125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea0MiiZrKJ2y6sRXhlMcg3QSW2PffAoz { top:68.875rem;left:0rem;width:32.4375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQIXvlox4E9QW3XwqEwZWhtXu97vyJCC { top:222.0625rem;left:0rem;width:33.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiKFdOGFKTQxAivhNHVdsVySXJ3buFF { top:245.0625rem;left:14.125rem;width:33.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUcpRAwPd14HGiE8la0WPcsL5TQsF9S { top:54.8125rem;left:0rem;width:22.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irToB9EtMDqwBrnaqihnCTSOciU7JFCq { top:38.9375rem;left:6rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfoxauNgxwWbzbgBlUCI9MsoFe4tS8EL { top:49.8125rem;left:3.125rem;width:14.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvZOxJA3lCDuwxycHs6J9yOtfNqcA7a { top:53.375rem;left:0rem;width:24.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9AsQQ8D9f6pRIWT35C47VqmbL5pkNFl { top:94.625rem;left:0rem;width:22.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR052brTBs197VBPFzrJDoOof9lT6mld { top:90.375rem;left:1.75rem;width:17.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxcrwGcavSeMVL1kgXWSpOquSmNRoGxi { top:80.4375rem;left:36.375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqgxK2U0NWaBSFfR06ZcvW5fWos4Ea5h { top:97.1875rem;left:25.0625rem;width:22.6875rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhXAuNOv90JTqXfVVC5st82haMgnTRBs { top:92.3125rem;left:36.375rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJiUnNLuUCBOEhbV2qKnPgRTEI84mqx5 { top:96.125rem;left:22rem;width:25.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgBDO1stWM4TJvdJAefDT1XpuSaNipS { top:199.125rem;left:21.25rem;width:26.5rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBivLKuXVIUOBTprOXbdxzi3Htlhigkg { top:181.875rem;left:35.375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcoBQFHH1iDuZWzRUqLTZsn14nTtAZV9 { top:193.4375rem;left:35.4375rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esIeu0LVcAW3Mtlh8cCICTigFPQohKVA { top:197.5625rem;left:19rem;width:28.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8COkkZWrty2NOpTudkpEsGitvqgoWc { top:154rem;left:0rem;width:23.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNyCu3JT2ctbZN2WHrzfLegnw4LwCAOM { top:155.125rem;left:0rem;width:21.9375rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6TF1lcgMdsHWyZIPpwhoCCVnN4hnxIQ { top:151rem;left:0.375rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5llpXhCVmFBdrgfIIIh3lVwuqmihP4T { top:139.4375rem;left:1.875rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9avhpLGzfT5chrir2JTAPbGrPA0kpKg { top:114.3125rem;left:5.125rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWwOwXpDnTKgh4tQP6TXRhSbQ7cKbZn { top:160.875rem;left:30.4375rem;width:17.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCSEMz8C2Li1DLMGdfhe5vkg9Qh12tZ { top:138rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbUWyKGaMWAvUMX9wFta1xPLnzbcD7wS { top:164.6875rem;left:28.125rem;width:19.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prtMFTEg20aX0cRWDmNZtX82zBabpCku { top:127.875rem;left:32.6875rem;width:15.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcdgEVOqGfiIX7DhTRCgmki3TlJgFSLl { top:285.1875rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9mJP6TBt3AZM8rLvoIIRUk8ABJkvrg8 { top:285.1875rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZdTv3drguGTpbJ4oX5Gbe7wJVfJ85If { top:285.1875rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4NusCg8KqhgIx3rpZ7qeFNpzdplEGrd { top:297.1875rem;left:13rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .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; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .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; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #TB0tPhBUtp04IvTmXv2mqD2zR9uvVWN8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #tSJ6pIscKv005rliwd2ztqk6yhDTqnfr {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #nlXu6iPF6E38gSbLxWbaIgIANKkVnelo {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #ga7gVaLmmhGZDFLTJSA1POx2CtOdSWEa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #maCmnXfvfT4RvJuaQiLzGRW6a1gk3rhN {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #Te8DBCIJRxQSwq5iwkKvGdXNnV5uAqkl {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #lxzTDgD3gLoZ3PqcMK5xzRsU8yN9gxlO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #vBgSnh6nin7cNZD6OES6SJAsl3UWgKiq {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #yz64KipeUdtTWUBoeoUa3THqo7m0OdBa {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #SM9vwNPonLI49G4P4b18odpkiKUl5R3Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NhdcFtGZkowvyVdIVaRZpNdHPlPtu1B7 {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NHtQ9bomVZNNpWHBwWq2WhsCFfHTmyrE {  }
 }@media only screen and (max-width: 763px) { #XyBep4M9xUamhgu7OMEOCwePNN1OOvSf { display:block; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPrNev2gvC425MquVqTnuIKTu9VuM1dK { top:23.25rem;left:31rem;width:16.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnGBN8C5oAZDnRxnT4uzrAJ0fXA78Mgi { top:65.375rem;left:28.1875rem;width:19.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw831Wev4rcKmH0dACpFQ7GToONsn9gq { top:19.125rem;left:34.1875rem;width:13.5625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCJQZwcRVrzwMqxahovWSEuyG6LGtpDT { top:60.375rem;left:24.125rem;width:23.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKi8DJ4vGMnkUqcyeZiDNXeKio8gTrqs { top:37.375rem;left:27.375rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAKTegJkbqPq38lVSBt9dkZVTXmfbTyd { top:8.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhVxWSwt8uECn0dLwpJg0TcskphvzCJ { top:114.3125rem;left:29.5rem;width:18.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD3HNh7Ins7a2mdZSnKoH53ZnXwxnRX4 { top:119.1875rem;left:31.625rem;width:16.125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTNnbgHRJlXrmm2Tr6ycaQV6Es9nLi4I { top:109.875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6JNqV9l5OISWofJCnuxJ3DJAaQVuOa { top:181.3125rem;left:0rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQAoHHcAIE3W436opkIMrSRCBKCBtch { top:207.875rem;left:0rem;width:21.6875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiX1REUZ1HnZWHmQ9673bO7yfIRQdZii { top:212rem;left:0rem;width:24.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slc3VgWyIBoArThzK9kT4Ts2os1Eaxl6 { top:250rem;left:0rem;width:19rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doWdPmeAhQqf686WyzB93La6WfJ9Oydn { top:253.6875rem;left:0rem;width:19.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsT3gpGxUcEX44zVoTbdTQ14i03rRNVz { top:269.75rem;left:28.9375rem;width:17.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMmZ4xFJ2sww8Iudl99FeB6FTnrUHcF { top:273.9375rem;left:25.5625rem;width:22.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89kxDysVlfv2HnlBPWu78iuIGRdCZpf { top:265.75rem;left:0rem;width:24.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiQZlDAU2vaeyfnNBm6KDenkw6hTvgo { top:135.0625rem;left:25.625rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZCmEDlfnu7kSulglgfT78eCTQ9hHDHg { top:224.9375rem;left:27.8125rem;width:19.9375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTegnevUT2gUN2ENsMXF2wTQ4kFTXewe { top:229rem;left:26.3125rem;width:21.4375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnQ7vtBPaHh71H8DkXRFFC208kw4oOO { top:171.5rem;left:31.25rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2N4TMUlkso66z3baKGSJqnKuMe4N0ut { top:73.4375rem;left:32.625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0cA1ICWc7uEtViVUbd2fHHJsvMXU1r { top:3.1875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWreTZaXWkMdBloh99XeJQ7vSwt8DKtl { width:20.1875rem;height:4.8125rem;top:291.0625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlhRwDoTy9079zmQUmTbcizOdimyeLh { display:block; }
 }@media only screen and (max-width: 763px) { #oyRPJEmqFClRn2MHuTQGIdz6Qh3K8Icq { top:16.25rem;left:0rem;width:32.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmiaoJZCEmFAAAoqiVpTEQkzLTeZ6ml { top:103.25rem;left:2.8125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn17BLECCDMwxF6dTrdft9GMX1mlznhw { top:68.875rem;left:0rem;width:32.4375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhhAGb9feqqcHEHTK1C1OU1WpF9WXXTo { top:222.0625rem;left:0rem;width:33.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8tkep3fJhMwRT1stzD9gGfDUzCcMkkQ { top:245.0625rem;left:14.125rem;width:33.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzmTgzop00FNePVmdqpRsUy2cxOcassz { top:54.8125rem;left:0rem;width:22.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTfq9BcEQJxIr8N051IJThfdraFBbzs { top:38.9375rem;left:6rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa2UmP9TJbaUKSaGZCOsaeOXOLsS8MpA { top:49.8125rem;left:3.125rem;width:14.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9nlVA1k7WvyNvwdrBw2gynSrmveVDb { top:53.375rem;left:0rem;width:24.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxrRpe6TqA1F7lWSTbyFRR3uXhTeH8I { top:94.625rem;left:0rem;width:22.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkahXNtkGWKd0qiiFZd5sl1iZUglzKM4 { top:90.375rem;left:1.75rem;width:17.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qffMsiTHWQyv5DcSuMJOHVeu15r4sZOs { top:80.4375rem;left:36.375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCVuevO2Woh6lXRGbJRtTJlFkCKVDlky { top:97.1875rem;left:25.0625rem;width:22.6875rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb5ihLfrXeTc2a4vx8UQzSpJE6m6mUf4 { top:92.3125rem;left:36.375rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwviAu8H4EfzzmBdkUPfNVrtocFVL6xU { top:96.125rem;left:22rem;width:25.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBSWgDUtzad1DNbMs1GnQCxC26fKRGI { top:199.125rem;left:21.25rem;width:26.5rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJtvOiLXpwqQdTkLedAoLsWry3xlh9U6 { top:181.875rem;left:35.375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo57Pz5ExFsGoCzFwP7GJSQUsaWRvn7 { top:193.4375rem;left:35.4375rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITQic0VpNKDwcZDBql6C4h7GTddaLys { top:197.5625rem;left:19rem;width:28.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRswpaCMott0tDV7uFeLQTQ3uSrQCkT { top:154rem;left:0rem;width:23.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEOm3y5z1rzCLuW7obN65iRPWMv1ZtN7 { top:155.125rem;left:0rem;width:21.9375rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukL6s8ouXlRBf2wGDAr9QlkoiwXP1Fh { top:151rem;left:0.375rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGXiEhVWiPzTPTE33gVxqn4ZiHJdywl { top:139.4375rem;left:1.875rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFImlcSZeX61LvvqbhbADOZMwt1XHxKB { top:114.3125rem;left:5.125rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sF6nGVaOfy8rz64MLBhBd7P6vM4WUS { top:160.875rem;left:30.4375rem;width:17.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeKzQtadvfTaklXgfwJQRqgZAZ8nxMF4 { top:138rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5QE7CZHbM2o6ydndq24m2pBX9aMRR7O { top:164.6875rem;left:28.125rem;width:19.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2c7BdlWt8W9a7KXvF3cJJODdepqqbS { top:127.875rem;left:32.6875rem;width:15.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvli87tSonN3zlQPhUcZJvb3V14QF83 { top:285.1875rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4hTpEZ9oOsSO2bclV5CcHcQvSWUQyi { top:285.1875rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znurKadTsMvx2Sp8NG9945ph3mcR2nKL { top:285.1875rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk { display:block; }#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM8vukX1dWRPqrhduDJicg7VOqM9fZq6 { top:1.1875rem;left:1.03125rem;width:45.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K { display:block; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq3Xqgw1AS5tPXIkD5IrvwXpqTWi4xZ8 { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu3RC1Bp9k8AqBbg1U9eqJWkT8PDTKd { top:32.8125rem;left:14.96875rem;width:17.8125rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRk2i2mCdf0DEHPpcrH6OGQGOv9RkV0T { top:32.8125rem;left:29.6875rem;width:18.0625rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifWJ2zuQ2smEithJDngrUAmFd8hdCdu { top:27.5rem;left:22.875rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQcHnM3JsQVFKWpUJ7wTf4voG3K2ZfT { top:9.1875rem;left:0rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmA1Fd8SLBowRtrKUZ9SvwIQDFFt8K9G { top:32.8125rem;left:0rem;width:18.5625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2CT2yTZrOSmUsK3AEhIUUzlvCw2DDGN { top:26.9375rem;left:0rem;width:14.1875rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8rG3lgV1GwG8JdRXF0CvTysLO5dvDM { top:8.3125rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLTX6PQx2haDAdIUQ9MqeGJJ16Ukzy5 { top:8.3125rem;left:16.125rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w81KXI9IHvn3O0BMWlnuuoLylTSGMq { top:9.1875rem;left:17rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHSCF1C3Bs3R3k6MvHelnvs5ZE4WHmK { top:9.1875rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loeh6szTC4H9LqtZ2iGKoGfDRvCe8qew { top:8.3125rem;left:32.1875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hapMGvbV83x0a5PI6Im5b2odwndA6W { top:26.9375rem;left:31.6875rem;width:16.0625rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELcKG1TnGLGWfsOQwZGJAuJnpm2STdWp { top:26.9375rem;left:12.90625rem;width:21.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp { display:none; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gT50F2ukIoMB4mTOBLzk1Lq1dkgT1pxR { top:9.1875rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUghv5TFzwrTkvSgZVZh6toVBuJkNZJ { top:7.8125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9ApmbGcZNfRh7JX4bQdXBIo6ym78GD { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs1GrKbFMHsICkSTa9D2NqmhmENp15bP { top:41.125rem;left:3.5rem;width:41.25rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmBxiG5KExz2bMw9qyMtumhV3kw7wz9S { top:55.5625rem;left:3.375rem;width:41.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkyOFGcvF0fkA1oFDB1rCOAUGaCnaFi { top:39rem;left:1.125rem;width:45.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa { display:block; }#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd { display:flex;height:auto;width:27.8125rem;top:12.3125rem;left:8.5rem; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ve8Trd74NtFbtVne8NKfUFIysEBAckEu {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ehitCFQqEkHUTTfSORgwtP890HRVx9po {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #upWTANROZop9K5kQos1cti7q36mP6WxK {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #nrGniTKnThBUb3A64V6r0iPymGcfsb7P {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ybO7obyX49hdySavCX4m0ihHwVBuysTo {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #kMHRUgELTRdBAJUlztChlhkIz19vdv8u {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 {  }
 }@media only screen and (max-width: 763px) { #DSFm6TTzf5xaTpOH0vOtdEFeiWm554K1 { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOuBpI2BCxZA49C4ARd6Z7HDmLB9Cer5 { width:18.8125rem;height:5.1875rem;top:53.75rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9qTxffmONAzKKEcsSTcHZ2d9seg3KS { display:block; }
 }@media only screen and (max-width: 763px) { #Q6c061uJmazFknoWm3z09vtMfkTdzGaK { top:9.1875rem;left:25.1875rem;width:21.5625rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .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; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .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; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #ykvfUzPpOBdKdy3rahTJcaE45mognCO9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #O3DVyk5t8rmbcwBJdFWs1Xb0bUrmEzxI {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Ql19CGznaNVtBycD1rI3bRDuWW5JGQu9 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #IeMLvLJKcUSMRONBlAA5TgBXWNP4A4Sl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #HQVCVnEPmeV1EuoUsW5Rqlq6cMiAl7e8 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #oGJsGveZF3IyxT1xtPeCFENwWq7t9R2P {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #f4e0Fdpbvvc960bydQPv2lokr8Vzbvng { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #izqcHbPmpmqFs94J4VlG89R0EmiQcwPo {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #wrFMl71flur4SG5J5mKq7ss6Mpp42W07 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #h2peZMhJ9dJ9NqQG8C0fHnLlprKMHbkL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #eXBGQNf11lESapJV42d1bosheIMH9Cuh {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Du0FLEHrF4ReB3hxEbTwa1pT5d4vQLbr {  }
 }@media only screen and (max-width: 763px) { #TlCb7ZiKgFvdhQEMF8NCZd0thKEfhIJR { top:61.1875rem;left:13rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #faPQldVu8ITlR9Ew9LV27iQkyzLwKMll { display:block; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit { display:flex;height:auto;width:27.8125rem;top:12.3125rem;left:8.5rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ve8Trd74NtFbtVne8NKfUFIysEBAckEu {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ehitCFQqEkHUTTfSORgwtP890HRVx9po {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #upWTANROZop9K5kQos1cti7q36mP6WxK {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #nrGniTKnThBUb3A64V6r0iPymGcfsb7P {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ybO7obyX49hdySavCX4m0ihHwVBuysTo {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #kMHRUgELTRdBAJUlztChlhkIz19vdv8u {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 {  }
 }@media only screen and (max-width: 763px) { #RH9pqL4itk1xhNQgEJTkvwkZubBNCosG { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJbgUTMnRVAO6UTB1InnTvCS0PM9hLz8 { width:18.8125rem;height:5.1875rem;top:53.75rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7TncJJ8C13x4x1R5MTsLDXsvabL03gl { display:block; }
 }@media only screen and (max-width: 763px) { #RZu9epy3e9yVsL6IyLiJ0od4tzwM5I9O { top:9.1875rem;left:25.1875rem;width:21.5625rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIm9StkrrURkAG3xXe9ivF0kWNugT1IU { display:block; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgun0JIhbNb62FIDHs6zMLTDVXBKwGoZ { top:28.4375rem;left:0rem;width:13.9375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZbyQv1NMVTsQkswOOoJpVgTx5eFv36a { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHxP4C00dnEi0B1oa6FdUdbZ9uC55Db { top:6.8125rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTGLiF6CTDxLGB6SpQoquX3Kgzx3blqV { top:6.8125rem;left:9.1875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9XSh9F0DKltQdi3W0ZX7q8uwmOHTqVA { top:6.8125rem;left:24.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSSgeSMBLaVrIRI2Nt5QqZ1W2EbmvQe2 { top:6.8125rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytLdErncpJ7JNqrM1rFtReWS4ZTaCwx2 { top:23.9375rem;left:0rem;width:11.0625rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPLQdTVc2H5B7w5fytPZbozEEwHDW9m { top:23.9375rem;left:9.5625rem;width:13rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTiNFB5bvGB0Ou7XIO3p9yFZOJGvITyW { top:23.9375rem;left:25.875rem;width:11.9375rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdzKIQEc7FODeRsq4JOghoD9OD85oXm { top:23.9375rem;left:34.4375rem;width:13.3125rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OciyucdIyEnEElUBaXq1aM7fJ5nx9UEc { top:28.4375rem;left:9.375rem;width:13.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBUr2WbtQOhgB0hpqmNuW2D4zbT1ZyS { top:28.4375rem;left:25.125rem;width:13.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIaXpsr4NtLIlW6yQiueklELxkvFLR8A { top:28.4375rem;left:34.5rem;width:13.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU { display:block; }#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLqOXOLWFUhQaCc2RTJ4vxuSrUJtUAIL { top:1.1875rem;left:1.03125rem;width:45.6875rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 { display:none; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BUz7faiodeBNXE0xbgGdk9O0bVm3sP6M { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obg0zdrtyVCiTyiONyZRN2TIzXHaWEIq { top:16.0625rem;left:5.1875rem;width:37.9375rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMs7cUdZLqcKt9rQ4zJS5GuNr8zPCEmK { top:13.625rem;left:3.34375rem;width:40.5625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nha4qPPp7oMTl8vIpLhCnpp9S734rwFS { top:41.75rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERxgLaFVH6AXz1tnI9q5XZ5lhi1iwTnd { top:7.4375rem;left:6.90625rem;width:33.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpOETxqLUkwvfqkoAv4PO1mvscOX94J { top:32.1875rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu { display:none; }#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #omJhmAJqToPV8SBTbTn7TaHeoBJzvpFM { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwl2CRVp8IwF8iXQsRClwTA7a9NlxP0i { top:12.5rem;left:0rem;width:26.625rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlLhagGpGdJtvODR7cNDXT9hi2CNVoid { top:10.625rem;left:0rem;width:30.8125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBio7lCahXWKpAQU2ZGZGsfHKB0MNac { top:8.4375rem;left:26.4375rem;width:21.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80IdzR4isq81SoA0EQUJ2mDzTOyrJZ1 { top:20.8125rem;left:27.125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDMwzT2CvBLIJypfq13eZGdREBDLPhR { top:39.5rem;left:13.1875rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .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; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .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; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #JmT10XDsHUs2bkF4t3sTdfpCfB2gDTPi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #w2vWr8iJK5p1uJ7kSGJlFZgasKu99A9P {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #g1JU86wgJNCUE9ycaDgKXSbycvbthuQy {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #CrkRBdrDo41NMuEetnJR197m2wTdozUg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ewsmD8LikfGy8QA1tmg8S81wWZaavdKn {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #hxdXt6qZX9dH1qhZeiJEAwKDwwRSqArW {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #kuZaJbhefZRFbh4RiDe8lvMPK0UO6I4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #u8gz0rACuvHLeV1qvWg45E41Ul58SEwk {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #sGRZ10TyVFCCvUVwL8ibp7173KT6TEfu {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ZX1TnOs3DbDRc6Hf8zL9WxxcWkLB3RZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #lRa9GyWzT5ZDAEuwDGTuqMklZlNtFV80 {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #puSwPc2c7DEBM97iasKop1H0XdH5P2Ow {  }
 }@media only screen and (max-width: 763px) { #NQo9ueRi7a5ySJWl4hIdz21N2TqWUJkI { width:22.8125rem;height:5.375rem;top:52.75rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQvPpuU59H4meeHUqNAKdh0UgTQTN7v { display:block; }
 }@media only screen and (max-width: 763px) { #MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 { display:none; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZEr0keuIyUPSKT6D7enSVuUeofhSpIJ { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvOoiIKZmWu7emxMFhdp7chC9WzBmpb { top:12.5rem;left:0rem;width:26.625rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD6fcccw32G0gM731nZPNGeqSk0Vks7x { top:10.625rem;left:0rem;width:30.8125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa36bZpWQV4Q5Vt4tAaBn2dKNtH31yoG { top:8.4375rem;left:26.4375rem;width:21.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKmqeP121b1ZUq4qhHqhAuKAKfTQTgGI { top:20.8125rem;left:27.125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfQda3z8npAwqsv6kszkBzXGSrZA8eDT { width:22.8125rem;height:5.375rem;top:39.4375rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrl1TnUC7FpweAa6skQ25Dq3mLuPLUo { display:block; }
 }@media only screen and (max-width: 763px) { #FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B { display:none; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t8gSQmJCXK1vH46TNG8c7omlsRFvzpGN { top:10.8125rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7yK5hMfkK2v7LVSEa0s7uXmXXqp9Eqy { top:9.4375rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5hm4xb74BqhJ6pJgI0eWLpzurh8MFE { width:22.8125rem;height:5.375rem;top:40.375rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITmPW08Lghyieuyxe4elcXkL8FLpcW4 { display:block; }
 }@media only screen and (max-width: 763px) { #sGaRAiMtqxW4yT2gwcEGswht7xi3UMCw { top:3.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo { display:none; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #znC3cb9nl5U0DtZKbZ4Sm7IEwBoaiKnc { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kagpUTQ8UOSDHpxVQmlEFQ0c9C5JODKz { top:13.5rem;left:3.625rem;width:40.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5UmJrEPZtuFTznBDcV4PGsGgZkSnep { top:15.125rem;left:5.75rem;width:36.8125rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5R4qDbJwPTCNfxulDT7iDddDkZACAf { top:7.0625rem;left:1.53125rem;width:44.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ7b9eNTSlX6NT5EQEuZin3zmU7TzaUZ { top:9.5625rem;left:1.53125rem;width:44.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO { display:block; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGxhee5XtsLaySD8a4bhxevkGgq3RBSy { top:11.0625rem;left:0rem;width:18.3125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BHQAuIzmCn0UcdgLz1MqEH7KBL2FUp { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTsz1a0NhxQDUovJq20oamTtQbtMAWD { top:12.25rem;left:12.9375rem;width:34.8125rem;height:45rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itzqzX1UhtE4OtTVlk6va47f4UvdX6Uk { top:9.25rem;left:13.5rem;width:34.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKM7u94I5JNTR0gOviWvnGxVlAIFyZZm { width:19.125rem;height:4.3125rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfcxTuTKqpivdcKc22IhvZQLARidNW4 { display:block; }
 }@media only screen and (max-width: 763px) { #gmDRKiFNIx5UGgAmBrkKtB5HfL5DD5dI { top:7.4375rem;left:10.25rem;width:37.125rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa { display:block; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBaz575zJ9eKKftm5IarMcp84HaoKqrg { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RblRWTnNc5oWWV7Ks39pKleNkGTD9txL { top:10.8125rem;left:3.15625rem;width:40.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4RH12s7IrAhWXe2WzVtv3GkTfEIizHF { top:28.375rem;left:0.09375rem;width:47.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4sN1lGb1miHM0nqAPafiiTvsuo8PHy7 { top:5.8125rem;left:5.375rem;width:37rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXpEsuRSI8zMFy7hLaFNZePN0zokUl6I { top:36.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e88zMTC2kU5sRXuDzA7gPUVO9k3awDCR { top:33.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2K2rTwHG5CZDTuFgnwOu399fSSToDBM { display:block; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miTsreAucHSIxxqSsGVv1K5JCh3xTwMA { top:1.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mun7F5XcQsv4FXtW4Hv43lkPMqV2aQo8 { top:5.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klLTzo7qtZzQFBrZKCS2DThUTSo9rkPw { top:59.8125rem;left:0rem;width:18.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwPvRKn5O5eoCgpTmoE1VgNcQPhD9lU { top:11.1875rem;left:23.6875rem;width:23.0625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3ZC32prVPT6X1NQElHZlCFrTTCHlUt { top:22.625rem;left:0rem;width:26.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv5We58oPCFZ1N2AUvMwXr8Fr3BLb065 { top:11.1875rem;left:0rem;width:31.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0UOl8UgSTIzvhqZJHhA2tIu9SyEC9T { top:40.1875rem;left:0rem;width:33.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmsw5oQl0DJEJshkNhCCCeqhgcvKwDz { top:40.1875rem;left:26.25rem;width:20.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl7C8UdIeH9SZKJuiO5goCUaI4LNFRUs { top:61.4375rem;left:15.25rem;width:13.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELkzWqWy80XuDI6i0m3OmJheXwHMGcfD { top:72rem;left:0rem;width:15.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWe2q8bnT8qd2wdyc4coGaSLmmHGsCZE { top:83.5rem;left:12.6875rem;width:24rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir7eZwvg6BUtwc3A6yF694EGfKtEgTDf { top:72rem;left:12.6875rem;width:15.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOV50dAtml1wXVusCHqOg3adFTGUiKdf { display:block; }#kOV50dAtml1wXVusCHqOg3adFTGUiKdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ms7qHmR169dFIIbSENKQmRTo0OsWVwKJ { top:1.1875rem;left:1.03125rem;width:45.6875rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH { display:block; }#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKIiDN9sNTsLaF9WhgMJP7MND2ly3kgV { top:7.5625rem;left:6.0625rem;width:35.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcoq7JN7P6nyIu7SvVB9LwaRD84Thbq3 { top:28.5625rem;left:5.4375rem;width:36.375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTAJwKASU1iWCfDmrOESll04Ofsm7cE { top:32.75rem;left:11.28125rem;width:23.8125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 { top:38.375rem;left:7.9375rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 li:before{  }
 }@media only screen and (max-width: 763px) { #vdHcyZNxBFanrrcbCfKxQ9QUnb78NQ4c { top:35.3125rem;left:14rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcnsd4L3DQXrpQKX22yGVqIVIdq5W3ms { top:67.125rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7WDIMWJNaCZnZKoGRaID31F0s6UdeO { top:64.625rem;left:11.28125rem;width:25.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFfiBJOCVxMN0B7ni4lTbzpJUSxx5CLO { top:79.3125rem;left:7.25rem;width:33.25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hLCQSLzaAK5ILJLneLB9AWEdt3TlAd { top:97.4375rem;left:32.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJN8SBOuMGtGyLemSNA7n8tThnfubV6A { top:104.25rem;left:0.125rem;width:20.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMf1lWiMoqBPNflr63U2E5Bb0N2F7Lo { top:105.1875rem;left:1.8125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHAnqwAJz4UrRfWau4fM7QZwrFR67cxL { top:97.4375rem;left:10.3125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LI7eFB0bTTGGB2FJr2TiXVH6FgBLcf { top:107rem;left:3.0625rem;width:8.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzAJL2w1BNWF25Z8b9n91g1ZD0W4gPK { top:107.375rem;left:11.4375rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nROu12m7BgVopKkVtfM5oU2kwWasJTtw { top:110.3125rem;left:1.625rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPpkAuEVSBw1NSMc4zmrLTSzkUEDbHlZ { top:104.25rem;left:27.4375rem;width:19.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPV9iCEpTIq57CxJw3wprKrvc1HEl8Kg { top:105rem;left:29.125rem;width:17.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMQfhEJ9Z6lrqTm1hUHQQwBbybITIsp { top:110.1875rem;left:29.125rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFcWgaT7k5G4uH0lGSQBp603pHypdUka { top:107.375rem;left:39rem;width:8.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trFKIZDICBnnAtNQM2SmfRl5afngrhvF { width:20.6875rem;height:5.125rem;top:114.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWChKPKywBpds3pcMOvIVxlgm1IisOlW { display:block; }
 }@media only screen and (max-width: 763px) { #WTE2kNAkxOpATiOa3fqEZOENRzz9AsuL { width:18.75rem;height:5.0625rem;top:114.25rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEboEW14CAh5KJkQMtgJASOKm7BziMsZ { display:block; }
 }@media only screen and (max-width: 763px) { #lgJG1abH5nnSO3ivcnPo2U42stVM9RMm { top:106.875rem;left:30rem;width:9.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkfLGsZOxGTzd2wRAHzyMeOtcaMNzz0O { top:121.8125rem;left:10.125rem;width:27.5rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMtooM5k0x7lkAN12JFifWdEp3iglXnh { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .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; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .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; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #X2tfJe2xKJPOOVrO21bWEXsCkPltkRTI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #qK048ysc5W4sr7887SVdhhCb9eG4ltM1 {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #HTOtcnkh5JSmt6J7FcpFh7KzCmphOq4p {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #ekWMWWO1IMcFttbMFScKpc2XaSOqxPaD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #EndW3TZOStX0IHW11lOZawVooEl8konX {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #L6FZLhiMTOVtJTOo2CqyoAeo4xzre3Ta {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #bxlqEJxWcGuyGT6Kibslz6OPHr5ORxpJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #h6Rx7IsIOWnzdF6HGFTar7pVsQPnlnbB {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #BTXD9yqg9ChOvmLBpBKS2L4NBBbAA1Jn {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #D6QfCQUUNuRgEXt6lq21MomUXK8wRTv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #sfq4StTA796rgTo9rh3eLquFTqw7PU7k {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #H71LLtHP1bK1TZuPpULxho39DNkTk7uf {  }
 }@media only screen and (max-width: 763px) { #vtIJBKKDCAkDAD9PrLMUrUnQmWM5RwLG { top:82.625rem;left:7.25rem;width:33.25rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxp69GmnAbuNRAhrb9rWWwS1xwwmVlpm { top:30.8125rem;left:11.28125rem;width:23.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6TZGZz84pkc7qKNJZHt6b5fOQOzTxhL { top:59.375rem;left:11.375rem;width:25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBxor1B5ci99uUqUrsQNN0rxWCGdtNAr { top:61.9375rem;left:10.0625rem;width:27.625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5VJh4SHvJbouVQ19dGRUHJnSrnpceVW { top:73.9375rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 { display:block; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXZlkG3hlry0ROlNx9PVFHlRazsaTTkL { top:7.5625rem;left:6.0625rem;width:35.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV8688B9apEARKR3uhuA3XpuTg79z76k { top:28.5625rem;left:5.4375rem;width:36.375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdvCKiKbqV7TOduUrJf4gu4eae1teJRR { top:32.75rem;left:11.28125rem;width:23.8125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCk43C0CUgv92zZrzmLz8s8J5dDuaABM { top:38.375rem;left:7.9375rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM li:before{  }
 }@media only screen and (max-width: 763px) { #N13zkWp2V0dq7bhtTWCLbTbO8BmT4BqC { top:35.3125rem;left:14rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOiTZmL6F5aPK9Tpk8xnG65HqKNMa9S { top:67.375rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENsvgP1mEIyf4OR9znbE59KOw7LmlzO { top:64.625rem;left:11.28125rem;width:25.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bROC5eVUUiodSOIKZKmEBcFcaJpJwWlt { top:79.3125rem;left:7.25rem;width:33.25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zik6h4oQVb0ihrVLeT3wrmraVfvR6ZeK { top:83.8125rem;left:32.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEyLQdMb97xZIxRhSEgK9gEZJSTKdh7 { top:90.625rem;left:0.125rem;width:20.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTZFwsppNqRA2Z9E7zcaLp2OchetrHS { top:91.5625rem;left:1.8125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAELRlTBp5xbN2vVDyLCPUcbTUX9Zpcz { top:83.8125rem;left:10.3125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2J2OaoeG9Df4ZxM2Piwe7W3UllHDAxp { top:93.3125rem;left:6.25rem;width:8.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocliTnUf59UcM88Dz8lzT0eqoWEPVgiG { top:96.6875rem;left:1.625rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxM1tSChpmebbuLx5ovEqwI9AOfQQ9L { top:90.625rem;left:27.4375rem;width:19.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTmkPfZOA5MCFobbebPuGVUqoPuWBOM { top:91.375rem;left:29.125rem;width:17.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNLDqZO37l8zm7hVsIhxfvSlHkyGZ26 { top:96.5625rem;left:29.125rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAee9154v3VdBSK9PTGzeIzQBXViScUm { width:20.6875rem;height:5.125rem;top:100.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg1SJTB12l4Wookzb8wA4ffDt5gpX1NN { display:block; }
 }@media only screen and (max-width: 763px) { #Es3bMFtzTtr0hEzTP2Gu1UJMCDGwor5y { width:18.75rem;height:5.0625rem;top:100.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBfU5p7BDnz0b4uozBLI1UqhtDT13cB { display:block; }
 }@media only screen and (max-width: 763px) { #PSpNwGZwoHK0zDrpiFCwpHrIERRNnfTM { top:93.3125rem;left:33.375rem;width:9.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oapuek3PLitr2fWIqewAhOd7BeII1pzP { top:108.1875rem;left:10.125rem;width:27.5rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahfn9kasZsrTbkt4VdBbnNwxcdw1GqOw { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgyU6wTaeyUqPNLqHl7DoIBwGtNetax { top:30.8125rem;left:11.28125rem;width:23.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXXDsLqsJCo67tBGPFrD5DpkTy2Qo0cJ { top:59.375rem;left:11.375rem;width:25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xftNlwFn4q8EdKCeCDdhkbR8w6yi63eZ { top:61.9375rem;left:10.0625rem;width:27.625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1IEGG90rhrfV40P3Wm4aRPdBZEqnET { top:73.9375rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx { display:block; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4gbz2WDlQlUCuKieNHXpXCPM8SLBFuD { top:1.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 { display:block; }#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad58Ouk8606q72viQOqa90pGe6Vf9NKG { width:19.6875rem;height:4.9375rem;top:124.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEfyf9v3fAH0MGHoKLnuLKXxSgyReIg { display:block; }
 }@media only screen and (max-width: 763px) { #x8MQTCZZ7NrWRRRNR8W0RO3gmPOSBidy { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sclMIttpmsiV4mXlXhvmFmDa65Oz6muR { top:15.0625rem;left:2.875rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGx2TT1Ue2wlOLZe0S6oVmp2yRyFQ0np { top:53rem;left:2.84375rem;width:42.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz949D5QUvTE2OcJM9iRW3frovdcXVob { top:41.0625rem;left:1.4375rem;width:18.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdkXT1x51JEpK5wZne9FAIiotqfW07J { top:42.1875rem;left:1.125rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNAMobRx4G2570q2ZMfUN8snPP1eMTKl { top:58.8125rem;left:5.6875rem;width:36.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOIIF2VwNGuXqstnX7448nNRUlpT2NKH { top:60.9375rem;left:8.1875rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#bOIIF2VwNGuXqstnX7448nNRUlpT2NKH li:before{  }
 }@media only screen and (max-width: 763px) { #u4TebyIEnU2nhqKIefBB4lZ3ewJBvoBX { top:82.25rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemmL0UVAqmwteQXMkIR24CEP0X3SB9O { top:89.5rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6o63ZlbiyaDW8vS2TkO01UtS9Kklfop { top:95.6875rem;left:5.625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nesGhlV0xVnT1fDHZ0beUS83LLLa3FgP { top:8.5625rem;left:3.25rem;width:41.25rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKKnKVN8qFIgTw9D5D8deSLetHKqXiF { top:104.625rem;left:26rem;width:21.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I79JOnDsqr1pWHNxn1HAZGd4hRQbJPqC { top:106.25rem;left:0rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRnCf6rwe5WzILD8F4HSzr0PkU62Nfxs { top:107.1875rem;left:1.3125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAJqmQR83Rv5wzHi7DIEKLlsPUAVEL4f { top:109.5rem;left:10.5rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxkO2Pxfw48stHz9iblvRkISCUmaxC6 { top:109.125rem;left:1.3125rem;width:10.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtS1IG82MBCEDsbdm9Xe6tGdSvBycOz { top:112.375rem;left:0rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRH0A1RKPvgFdCWCZCsS37sGD9LXmgZM { top:99.6875rem;left:21.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .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; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .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; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uLo3mPturA3eaZr4eeXym5GqCXZzeHh3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #T1cAqlf9vyPE8DRAyEDKe50T8p8sHoc7 {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #TI6GH3eMVwDAFNUpmC1sGxictwqxZTEK {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #FNb5FHhW3S8xp0VPUVORGDTgO9Mcfq2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QCIboxXqdzTAOaBO0XDCahUnV7TqZCNS {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #lROmGSoUx1mD64WOLPyLfZUPaJyU28nH {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uBTilW1UCsNVO670BH8Rtryy02WawNuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #NiLOvZ0Snz1OWcOUhb54E7EtcqguQ1dg {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QKtTCgfVBqJB0TkEJhrmEvLfnlBiZO89 {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #af7H5SBdRvsCi4KKOwakBoPAE8keHZw6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #k5pBNUfQ0wcIxXD7W0MnHrPoDIwETOlC {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #op2LwtrXNFe1El3SeSCSr5PEVSxJwDkG {  }
 }@media only screen and (max-width: 763px) { #cBsVZ84DlEWTKqbb3IgT1NpUuiFazb8D { top:119rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyJ6TGun3DxBwrgSPNCuFTB6Vp8vzdmP { top:119rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqQaGeJENL4szuNOREymn6ebV7bLqntZ { top:119rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvpQ6RWvNmr37pHmf69bwFVfXzLIZUVQ { top:41.125rem;left:27.8125rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybbnocZmBv0IWBlrkd14hVQqMcDDkXa { top:42.375rem;left:27.25rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISFBLfv663Xr3FiGV2XTkqTPtTwpa0hu { top:43.8125rem;left:22.8125rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seongdkVBFC25fV2wJbtlhqI0bogPTC0 { display:block; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkcz4Mx929qEXSoBwbbhtlDyccDb66bc { width:19.6875rem;height:4.9375rem;top:105.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3XMPT4b4u0wpFamMxQ4XX2pOls3nFG { display:block; }
 }@media only screen and (max-width: 763px) { #WHcPEnoSqH7QT7dqsbqognFTUXWGcyF5 { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBDHJCzmNuDC7b6xhNXRowIEOkA6b74T { top:15.0625rem;left:2.875rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR7Gb1shmkcP9z0qXvsGugwKDmC3mPQF { top:53rem;left:2.84375rem;width:42.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUaNvZM7VlTFeSyU2w0E6TH5kl8bE3R { top:41.0625rem;left:1.4375rem;width:18.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvy3t2Zlw8571syEBwILVPu4HwlB2uBR { top:42.1875rem;left:1.125rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GNWdbZ6T9emrT6MeFkk4H2DzSEtHl8 { top:58.8125rem;left:5.6875rem;width:36.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD { top:60.9375rem;left:8.1875rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD li:before{  }
 }@media only screen and (max-width: 763px) { #kmOzrJz3lUrmt7KWGdmBtAKK72iG448w { top:82.25rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTJaAgKfNQs5mgDsTZfTzCcC3btb6NQ { top:89.5rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G58SgLWMzL8HdguU6HNhBAxfCV8hTWEN { top:95.6875rem;left:5.625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAH1x4h5CrvWXW6zZlPl38eDrgI9mDhO { top:8.5625rem;left:3.25rem;width:41.25rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxelRoo7IfoIEmQUTOZvKeIasX1Jdei4 { top:101.4375rem;left:0.6875rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwoTPgu2oF4CWDpJPSmIEvsPLbP1apnm { top:102.375rem;left:2.375rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFvG5NT78zu7uFPJtmxPqRCkTVQ09wFh { top:104.75rem;left:11.5625rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXdKGEUwJZZK6aBhF1NGSlTeqeWOv5tx { top:104.3125rem;left:2.375rem;width:10.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxkIoT0uWL7GtrJ5dg9wTBCHKyaw88T { top:107.5625rem;left:0.625rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhVKngNbKh2zUq7WCKTNiMODmTlrqXVR { top:100.8125rem;left:39.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSEMTD0pHC0lZNeCaE11d9mySBSKTEZ { top:100.8125rem;left:35.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVohz7WJr5Cgpu0oulIWsrKDBhsckXW8 { top:100.8125rem;left:31.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDyIbWdPb67yMrORSTefGdis8g88v2ba { top:41.125rem;left:27.8125rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8VTzJiUReUglkpLnk0TGPAPx7GxQsD { top:42.375rem;left:27.25rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bna0aw47ae8WGgfp4XW2qR9KnIrwcJIP { top:43.8125rem;left:22.8125rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVQmlB1GpTacuIxHBN9wHNmckAqn42X { display:block; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohvIhXyUHu1tD1l1Pk4i0OHNMVJGMa5W { top:1.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k { display:block; }#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoiMgtw1E1iy4xsxUAi4v4lkT4oWfV5l { width:19.6875rem;height:4.9375rem;top:124.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlaXsaBqEanVVT4IDdb2ntvtwuCCyAUf { display:block; }
 }@media only screen and (max-width: 763px) { #DVM0fJFbPonogQS0JqhS1t69lm5xsxIG { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTLA8Ka8uBaGSE7RSpdftphlhu2nWzwd { top:15.0625rem;left:2.875rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxXxu5FcqUwK0SfmLiW7avlKXX5IAnB { top:53rem;left:2.84375rem;width:42.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R25TDLKftoN6RXiSt1dHXmAV1fcOv6lq { top:42.25rem;left:14.75rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEG058WkZgURwv2mSV6Mr30EDZITbhHM { top:43.375rem;left:14.1875rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMrOw64iUhHSuyGKBHnwk7Ji2zXRZXa { top:43.25rem;left:0rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNCRG3c189hciiNq7NAmcm1CTRVwbTW4 { top:42.125rem;left:0rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7dEQChwHwC6w75wFUy6m74WX4MpQEx { top:45rem;left:12.6875rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwHL6COt4RJNi35RhFOp24NMCC3M8lwL { top:58.8125rem;left:5.6875rem;width:36.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uApO5RsFFfepBhDFloBbca8l1eOTp0BT { top:60.9375rem;left:8.1875rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#uApO5RsFFfepBhDFloBbca8l1eOTp0BT li:before{  }
 }@media only screen and (max-width: 763px) { #lh7cIQw4XqDlKDLVV4TzCmT1FZhCzNZc { top:82.25rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miJLrXueBfL2fobq8L1c83BgiPm21ucZ { top:89.5rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W15Kburx83Bm5ebPqvUR4OqHo8TWpvai { top:95.6875rem;left:5.625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rU4zSdKdbwfAlLTMGwLCg8KTsAVDy6 { top:8.5625rem;left:3.25rem;width:41.25rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oinJ4rH7BbJXvTLfHSc6uyoTDOhzDnlt { top:104.625rem;left:26rem;width:21.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np95VfZDtCpoCauVv6ZvbDVTLyuVWlkX { top:106.25rem;left:0rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlapBAvxWNz2EPfhTg9FceZholKuB1M { top:107.1875rem;left:1.3125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqpLN1QALbhN4T9qknwfmDUbcNSzqEKz { top:109.5625rem;left:11.4375rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDk1fWSzc4L0xBvTCmokTSnLXRPEyTs9 { top:109.125rem;left:1.3125rem;width:10.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp7U4VcJD648XGiiTsP6elhizwORWuog { top:112.375rem;left:0rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCifchyDdiWpMhMRGIJ3nmwOmnZiuC5J { top:99.6875rem;left:21.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .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; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .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; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #NDsPHbnXtczIKw913KO9FafhDZ4EsQMO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #S0QcyLUc2NgEZUDON0705WSC2eIhf5m2 {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #XaLNnagWSXL70T3PtrTe14paLU80oPol {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #mbTpPd5gFtSxNFWR6oCHJAZysnZnE9K7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #JTqLNflFZfIHTAqDuWDhh8XQPc6mTOuk {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fkTTStDbmKcwws4RD0CTaRQZTX3E8FcD {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #peQTqZ5d7Qbfe7wgJphSFeBA3I5QA08M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fTTTWexkcDfnxhU8cTKp4rJ04IJPlpyw {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #Wszls730Cu35XUE5szIGOSfko2T9PCZu {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #HREZTT8aELkTu2CF4o54RowNnX3BoprW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #D6szWrPfrZc9dJs03ZbNqd8zm4TH0207 {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #U5oln1RlWc6BoUZquHcoKTQPKhP5Fuq3 {  }
 }@media only screen and (max-width: 763px) { #k8X0om6c0unomzSH4iGH6BeVDNbvw5L9 { top:119rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ay8nze2S4lm1eaSlX7DlP7q0Aw1Ttp { top:119rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1ni01JEv0XpWrMIOWIncNr7ZfJXohf { top:119rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ZMqMCz3p8bcWEOXPWn17o9LHpfnWGV { top:42.125rem;left:29.4375rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5m2ecGlO480rHcT14v9sslxXMxysF6 { top:43.375rem;left:28.375rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDcPFufNBEMqTLZ6rOwKvRyJlKSN2qq { top:44.875rem;left:33.0625rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 { display:block; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM568721dR51Z7TwgRdJIqHkn8bvRzTt { width:19.6875rem;height:4.9375rem;top:105.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3hfxyLQcXZw3X0N47b4yo8JiD04O1oP { display:block; }
 }@media only screen and (max-width: 763px) { #AMPTWzpCx5ggbuXN4DZXTZiXqkXpyQQO { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDqwdT7OmArEVNHATiQsJDsvV0UUePE { top:15.0625rem;left:2.875rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA5S2OfLd4KF0D0WB33xgh2kbKdHrEVG { top:53rem;left:2.90625rem;width:41.9375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzlM2NyQaRdrxzclbBuDsUMQxW4h98y8 { top:42.25rem;left:14.75rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgkHkVwt0SdlDiR6xhhaMSdJhN5o5cNi { top:43.375rem;left:14.1875rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JMCAQyii2H4hnmJuwOkTM2SNSVb8Mp { top:43.25rem;left:0rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNIqth8JWB6QUMqJvhCBUo1Jo15MIkb { top:42.125rem;left:0rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZNTdXdHXpo7dm5Mzz15wC9xIkkir7U { top:45rem;left:12.6875rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz9y474W35rloCFtuA6x3pT2HZXiIcbx { top:58.8125rem;left:5.6875rem;width:36.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2VKne7HJOJwWuVio8rcNX75V96WGawR { top:60.9375rem;left:8.1875rem;width:31.875rem;height:;font-size:1.25rem;display:block; }#m2VKne7HJOJwWuVio8rcNX75V96WGawR li:before{  }
 }@media only screen and (max-width: 763px) { #G4iDFhTKrHzzqc6T8DVKJkvH22s68Oao { top:82.25rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8qxcxyWv7JxTCyLAG6yqPMO0dCBX3Kd { top:89.5rem;left:12.1875rem;width:23.375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPM05fTKvQIt6DcobopVxNmIK8AT7ogF { top:95.6875rem;left:5.625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqr2Vne9B1goDvpTnfTrOOnI8eg2sJAf { top:101.875rem;left:0.4375rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvx4U4ZgTLDx6ib5Zl6EFHh1ld9e7oA9 { top:102.8125rem;left:2.125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saSy2EOWgKOO7eBhhgzXF2iPR4TdZhwx { top:105.1875rem;left:12.25rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B30xZq36RoEXMCF57gfaqumyBRgQe2ky { top:104.75rem;left:2.125rem;width:10.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyW7KQfVXQiwnFZOQEArfPEOUa0CAJkW { top:108rem;left:0.375rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlpO50vkxRhwCzp8fP50V4Wr6uyhWJa { top:100.3125rem;left:40.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLq0KtBNdCADClcF9gCBHq1ynCVmy1gy { top:100.3125rem;left:36.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCofvM6mXhy3aoALMNxgUtTxbp6nPQCd { top:100.3125rem;left:31.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcKH8U6nnfK2XTfwQNU7nkDKtQ8qs6r { top:42.125rem;left:29.4375rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBOulMDKNtzgLFA5oaapNOiozFDAuoUH { top:43.375rem;left:28.375rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlPCIiANE3e2V483sAcg10Cv5QA1IUsC { top:44.875rem;left:33.0625rem;width:2.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApN0lRpqlsfzHqxWRJKJypftxa7pFen { top:8.625rem;left:3.40625rem;width:40.9375rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { top:1.1875rem;left:7.8125rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn { position:relative;z-index:auto;display:none; }#bNn4NFazlrSkSKSJr0QRIzEL1qKl14gn > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqMTnEOM2JaLaXhiOgr9UTG8ilXVKWzA { width:16.75rem;height:3.875rem;top:1.375rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX { position:relative;z-index:auto;display:none; }#xLnXtuWFtE4wGdpW3bSCbcxsdUUcMXgX > .row .container { width:20rem;height:13.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dr4hv4KTIuaPdaZWrVO9yacEvPyJ8fWE { width:12.4375rem;height:1.4375rem;top:5.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUSUQ6BgEAXx1NR1z60vohvEkvIheh7A { width:7.5625rem;height:1.4375rem;top:7.875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqgIlNA3rCkzSNvscxvaVTXDZT3fv7Tg { width:5.5rem;height:1.4375rem;top:5.5625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wk4dH3CE6rBVhMlQiexWCoyK0UAuoPyb { width:5rem;height:1.4375rem;top:7.875rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXVvNU66VuLpoSJDumW6hdp7uWmRmy1d { width:13.3125rem;height:3.0625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNnwRrL4axRwPWvNLPxKTxFG484tAMC8 { display:block; }
 }@media only screen and (max-width: 763px) { #XrJSbRZD9Fb4KpkyJwXJJqhF5FKiqils { width:5.625rem;height:1.4375rem;top:10.5625rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG { position:relative;z-index:auto;display:block; }#xdaoZqgrbR5rh4SGdDGV0WK6qmrqS8WG > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra03r5E6GAus6eH8mzmPBDQRAnc6ZMDF { width:12.4375rem;height:1.4375rem;top:5.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSzTNCrd0KkXVCRL57tyon443bRZvOAF { width:7.5625rem;height:1.4375rem;top:7.875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMWDTMZ9n4I3VEDc8q3qwkTT9uSzLBLw { width:5.5rem;height:1.4375rem;top:5.5625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tkpdc9THDWRKzKIgbu7kBnyxsfMMdeka { width:5rem;height:1.4375rem;top:7.875rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nw9MusTcknVvR7A5xJxzveLGFMJKnOWV { width:13.3125rem;height:3.0625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPSXTm9gyEB9ivgHJouBSULaUW0bo9R { display:block; }
 }@media only screen and (max-width: 763px) { #FbUx9pKOUVPTNOsA22VsvPny17R2r5m6 { width:5.625rem;height:1.4375rem;top:10.5625rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO { display:none; }#KRT1olxN8Hy96CeGTGZ5xBRXkrHuvrlO > .row .container { width:20rem;height:98.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EaJRV9L9fdaC7JmKW7ausUnbvLTLHB5b { width:18.375rem;height:23.4375rem;top:0.75rem;left:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wkL4Kk5mKDRtNGvBHqhToH0c4sqW2P4K { width:15.75rem;height:5.125rem;top:25.5rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRlhD93ddLt7vVxNJptE5bkDgg0P8qrm { width:20rem;height:4.5625rem;top:91.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9kI9dVmbGf8g0fn0TXcgJ4I3V2pSq9 { display:block; }
 }@media only screen and (max-width: 763px) { #k6rKOMKmmrnr89QbkJOcORTfuvfRwNvF { width:13.375rem;height:3.25rem;top:74.3125rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAh5gvTTQ4FFtOLTTIoZbcZbszPB5e1T { width:3.625rem;height:3.625rem;top:79.0625rem;left:6.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JK6eG4IOL0xO9hUSWXlUG6KDffBvST1S { width:3.625rem;height:3.625rem;top:79.0625rem;left:9.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #n4okogF3WnfqTPmkvTISqZSOemTsCd1L { width:3.625rem;height:3.625rem;top:79.0625rem;left:12.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wvk7KvGTuV1vQn9cCQgpxSIr32STUtC5 { width:3.625rem;height:3.625rem;top:79.0625rem;left:15.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VmTlEf6MQH1nzD3oQ2lOKuB06O2axiqA { width:3.625rem;height:3.625rem;top:79.0625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eouxoAwClXd3ZE2n38g9rSDervWEampy { width:3.625rem;height:3.625rem;top:79.0625rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #JKpb567zZRy67CRVOgqiuk9lHK05WOfM { width:19.5rem;height:6.75rem;top:66.0625rem;left:0.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H6M88BgSTBlH8Ra8v1vw7BqKL3FkXArH { width:4.375rem;height:1.625rem;top:63.1875rem;left:7.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUQUtW232TsnnXhx9SZTC1LFe3UzXckh { width:18.8125rem;height:4.3125rem;top:67.5625rem;left:0.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bq1wLVWnCaFgN3Vv8vHlkzUlk05pvgvW { width:7.4375rem;height:7.4375rem;top:54.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yo8fysnoOvAJHJ3MOMaysACa2W575zX3 { width:17.875rem;height:4.8925rem;display:flex;top:84.625rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #ZO44dEozfQBLlbJnZdDgiLnocQl6ZhHN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #tlx3f8pNqweU75TfDperUTz9T4hS7yTD {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JX8BqgC4O4DVCXBlv4XZ3hoX0qDat7db {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #qrVcC8NQJdrivalASNHx5TpQIeheg0sh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #M8b1I9Wo7VJ4f1d32SvwfX4aWtc8OVmb {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #JQUBPJ3tIXTp4wQXGitsQVHI4dglDVph {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #PQVWTqAIfpbThVMeKL40e6tLV7vlVZ35 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #Gz2OyythrByneO0PQhakbSyUIe9z0MEC {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #nycVg9FPAq3GPb9pStcJmdMRcHDRZT9K {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uElCsh7yM7QmBTPFImxhLt3behUdzyeu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #exO4qExHi5CAef35nE0Wx0FgyOzwNWW5 {  }
 }@media only screen and (max-width: 763px) { #yo8fysnoOvAJHJ3MOMaysACa2W575zX3 #uedRc1n92WrpcExwHaxmRTJLkTaw3XRc {  }
 }@media only screen and (max-width: 763px) { #CqQlO2WwrJBavTKo5ktTA1Qy2xyUOEVU { width:19.0625rem;height:6.5rem;top:46.0625rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg1fDg1rAAcXULyL7ywxfTbauUlKy8GF { width:20rem;height:3.25rem;top:41.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2ykGRIdRbegFHNTgcNvTyEeM9Fi4TRE { width:19.125rem;height:3.25rem;top:37.0625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPFEyiVMSz2v6xzpMGF9HayJ9PMWcegH { width:20rem;height:3.25rem;top:32.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT { display:block; }#AMoCueh8lr8S0yonlsdT3CFgBzhiM2FT > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGv71Ofk2t3U0UWKXxX5cg1UG54THyJ3 { width:18.375rem;height:23.4375rem;top:0.75rem;left:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FHp4rDsd6VM6QTq7Q4lyNvTiEJ40DfUt { width:15.75rem;height:5.125rem;top:25.5rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHNA3vsKZ5xRuXTeJaxTSpV9X6FNXsSl { width:19.1875rem;height:8.125rem;top:32.3125rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xONVBfUR1uppxAKTNGMkt6q7wDNTZhPK { width:14.1875rem;height:3.4375rem;top:48.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6JNqz6nKVXeqaOmRMHbaSZFyg8umtXA { display:block; }
 }@media only screen and (max-width: 763px) { #Gvqfmad0pSa8JAqeTMfbudsIbWxBLi2u { width:13.375rem;height:3.25rem;top:53rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yk8zErEfL359KHldIFKdXk7XTz1ueEf3 { width:3.625rem;height:3.625rem;top:57.75rem;left:6.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #REoQG5TgEuzTMRv3aXhC2KunsC7t0O17 { width:3.625rem;height:3.625rem;top:57.75rem;left:9.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nzLuIvZftCIBd7zNnVG0wTT7aHgFOL1C { width:3.625rem;height:3.625rem;top:57.75rem;left:12.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PLTdeacTstMJkRTfTPCy1MTvhNgnaIW7 { width:3.625rem;height:3.625rem;top:57.75rem;left:15.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #n96CP7QvaMLs4CEcrobViMl3D7XH27AT { width:3.625rem;height:3.625rem;top:57.75rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6Ch4WlpulzAclQ5rgZgHbNJkE7d5bQ { width:3.625rem;height:3.625rem;top:57.75rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #dQQPaVd0Ie8nSwnzW71z4eEIu6KzZBcr { width:17.25rem;height:4.875rem;top:41.6181640625rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QS1odoDTsKvqHMqVgQPD84J9UR74MeXi { display:block; }#QS1odoDTsKvqHMqVgQPD84J9UR74MeXi > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4zkOfe0Rr3Kn5ARmib1MESKCqQ2UMGa { width:18.375rem;height:4.875rem;top:1.75rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGWwNkRiK7UDcttrJ7XrZvTowVRpMcaz { width:20rem;height:12.625rem;top:8.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IZWpgLzsLioIJWKTBv6cTC8IIs42nTNH { width:6.6875rem;height:2.5rem;top:16.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVEduOSLoUOaOgL3r1AtaQVLAlrRJRTt { width:4.25rem;height:1.4375rem;top:17.1875rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiaCFQRM5FswbUQZtHnmTrkyUCFVuMMN { width:4.25rem;height:1.4375rem;top:17.1875rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLfpcIltThVK3yGluUzyXCkwdzinGdi0 { width:6.8125rem;height:2.5625rem;top:16.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6rloICaUe0nFUfXf2LSZlG3xoPowtdl { width:20rem;height:12.5625rem;top:22.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aT2Nf9AfmDO7XRmfcd0SPQ2ffPxOlUKt { width:6.8125rem;height:2.5625rem;top:30.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL24O3cZrPxSK7AvWG3HlwPKn3z9TTOT { width:4.25rem;height:1.4375rem;top:31.375rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTDRLpNwg3G0VkBidVoSt17pTlRkv4KW { width:18.375rem;height:5.75rem;top:24rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhdBSh4rLlo5fGutnTrcQLL6tATp8TNS { width:6.8125rem;height:2.5625rem;top:30.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0HqavlLsdpXoBtND3rbkJPzIludUpvu { width:4.25rem;height:1.4375rem;top:31.375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMIKIopx7CiDPIfDmewJRizTtQfhr729 { width:20rem;height:13rem;top:36.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LrKptBcg66STI1swyzWmuWeXNGP25oUp { width:4.25rem;height:1.4375rem;top:46.125rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJVi3ms65izR2BqTBghZBgsOKSbWh2Jn { width:6.8125rem;height:2.5625rem;top:45.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaMw8zWe2lP7bW1sbVQJsfL9dUdzBqvU { width:6.8125rem;height:2.5625rem;top:45.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XllqaXmb6DvJOrFx8CD2ecHzPGhbTD { width:4.25rem;height:1.4375rem;top:46.0625rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmgKJfCLLxv9B7kx8gp0fbr6IHuQ1bLO { width:20rem;height:12.4375rem;top:51.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xD67BKmRL9ZUUPxiifaOAHfffrsLoyk6 { width:6.8125rem;height:2.5625rem;top:60.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8VNNn2TtTJlfN2z574PpmmJp74WtWA { width:4.25rem;height:1.4375rem;top:60.5625rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4agdGC1pMp9FhhMFBpTTL799fBhG0F2 { width:6.8125rem;height:2.5625rem;top:60.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bze1aORZEKAoQBFONIrzDVKOvud6AbZa { width:4.25rem;height:1.4375rem;top:60.5625rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwGvlFqWR4EpaazC8qvN4G4ygZTLonTr { width:17.0625rem;height:3.5rem;top:65.8125rem;left:1.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Celp8gqOIVIGGFHg12QwTcr18E6lNzJT { width:16.5625rem;height:5.75rem;top:9.9375rem;left:1.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXNOaR5Lhyc9mcXwmDdNGz1kJAbZG7Ge { width:20rem;height:0;top:77.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qBwUIS500xlBQkNFTvxup7EWgoaOMzll { width:16.8125rem;height:5.75rem;top:38.25rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0sHhaxRrTXhwf5RE0Os0ZVT4L1fUH48 { width:16.5rem;height:5.75rem;top:53.125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRlisemXVl5bJerZkvVh1wbapg0k15Bu { display:none; }#tRlisemXVl5bJerZkvVh1wbapg0k15Bu > .row .container { width:20rem;height:104.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fF3wAzAVWheE8rsBGUdWZK9m9TPwUNmT { width:20rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:lobster;display:block; }
 }@media only screen and (max-width: 763px) { #AydtRgrARtcwZdH0vy7CAIrzpZWXlNBI { width:12.1875rem;height:1.9375rem;top:58.9375rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKleqf0UTwtMEitf862SZSHvI86WtQJ6 { width:19.5rem;height:24rem;top:62.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #suJxpS1GIibLAUQuUeZ87qQMmSAS9ulW { width:18.625rem;height:21.5625rem;top:64.1875rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HIeegGRv0U7PvQakhnUM0T4nIbvtGXJq { width:20rem;height:11.1875rem;top:8.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GnZQTbxndI3EaBRK5uP7ApGopO9xhQiD { width:19.5rem;height:17.875rem;top:29.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VPAQWu7dHsZMeaL8wtXL3cVr58bBQmga { width:19.375rem;height:3.5rem;top:21.125rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay { width:18.9375rem;height:15.4375rem;top:30.5625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }#G8XKWGgPZokc81z2JPh2is9zdlgIJ8Ay li:before{  }
 }@media only screen and (max-width: 763px) { #qXoSD77OvebtwQpehVDp09GN3Obyd7HK { width:18.375rem;height:1.625rem;top:26.0625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MW3tS49T0m5Btk5DQMTLQRUATvqWgphb { width:17.1875rem;height:3.625rem;top:88.9375rem;left:1.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nug4Q1Q58HP91zWVss7UykH3u6GqWtQG { display:block; }
 }@media only screen and (max-width: 763px) { #RTEGZtpthB68LKtLJyqZnik5RR1HLZG1 { width:8.4375rem;height:8.4375rem;top:49.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f { width:17.875rem;height:4.8925rem;display:flex;top:97.0625rem;left:0.4453125rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #dlVq7Oiv2kQt1DwKLSAKwIeUeyBWiMs9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #rsD2D6m19dLSeHC4qKVUhu2fRJ7kwngc {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #xXDzlFtlHiXI0yF1Cf1pZkhKcMZn6Mn2 {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #mKyOceMrFQt6efvlWOokO1l8ZBPOElIA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #Sc7UBnEMlz6Qe5plP1RTFAkTbPDVpx6w {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #pQlwJmWFeN773TKxikgnfil3frySXQDb {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #yWgETMAIJ6BQWcDAOOHtJ0S1Zd866t7i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #JltTgWmH6vHD9QJMy4Ny00vVPZHAfycG {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #SirJpOobGA8MSVaPOvmo9NCtkmxi2mSn {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #fW4MKSkH5g2sJJef9pB7FTKboKnfCKDn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #O3ZiMaxGyMU3Fhah3XTcHytx0RK6vl97 {  }
 }@media only screen and (max-width: 763px) { #VV83PBczLm1Kzti38gUsJBQQQ6lc1Q1f #oGDyB2K84LMZtFXX15wHN4TADf3iyQZd {  }
 }@media only screen and (max-width: 763px) { #haZU7C6bwVJklLvFJf7DggEgTtQFO8wr { width:20rem;height:2.25rem;top:93.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 { display:block; }#z7f1A8RKTcvRa3NLzWK2SMJlsXdnrrp6 > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpikHM3pbzkNwgLVwwNNGPeeahLKt9TS { width:20rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:lobster;display:block; }
 }@media only screen and (max-width: 763px) { #T8GEVJTOLgL2oZ6PssDp7Gdu53duiuao { width:12.1875rem;height:1.9375rem;top:58.9375rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVt5bAgVhTIxyETlJ6bZCO0KZEQCrg3B { width:19.5rem;height:24rem;top:62.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Slh5sTQ5lhyRomDmR27dQyTeAA1k3Phl { width:18.625rem;height:21.5625rem;top:64.1875rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wMhFHO9isPUTxs8cNW9goKFCZEfetI1o { width:20rem;height:11.1875rem;top:8.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rPWx9aJVH6RaTJvhHU0OF5NsddSRsfAO { width:19.5rem;height:17.875rem;top:29.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mg5QeOb4SPgwKOMhFTB9T12TDtuCfeGW { width:19.375rem;height:3.5rem;top:21.125rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP { width:18.9375rem;height:15.4375rem;top:30.5625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }#EGSAqdpLcz2NIMa1NtHXkueEmOmzqAvP li:before{  }
 }@media only screen and (max-width: 763px) { #OwRbiiEOobgsuFM9UENBV8lse6RTpN5I { width:18.375rem;height:1.625rem;top:26.0625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufPT0CvFMhWqFnWzyWZbofAOsZhvsczK { width:17.1875rem;height:3.625rem;top:88.9375rem;left:1.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgSktfl0GBWWEAsTVVqsrVR2yWQL2Jm { display:block; }
 }@media only screen and (max-width: 763px) { #nQsVMWVr2PIFnSgJErabLd3MPvtlXTdS { width:8.4375rem;height:8.4375rem;top:49.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row .container { border-width: 0; border-radius: 0; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#Fiqe5dqAQcChIrW6Tx2QKtU5PsT5QN2g > .row .container { width:20rem;height:396.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TOCw7QuFGeZbyCM1QVtsZAMfEm2wRK0H { width:17.8125rem;height:3.75rem;top:27.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbManDbk0TA3znqbb0omnNwO11qcK7rI { width:19.75rem;height:3.75rem;top:81.125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfnboX5iAwIUAFAzEK5QGta74HUEhZH1 { width:16.9375rem;height:1.9375rem;top:24.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhXtyb8DdFmVT21UHwSlr5A92PHgAhv6 { width:19.75rem;height:1.9375rem;top:78.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J31kMCu5c2sLsbJcuSaSKEgXgUUx3wEQ { width:16.75rem;height:16.75rem;top:60.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcN53LW6HdFEa1qATEHq2KEsAbhGukV3 { width:19.4375rem;height:3.25rem;top:6.880859375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh6U8KTbzzMV23aNRAyOEThpNrrhR1IS { width:20rem;height:1.9375rem;top:158.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXfDyK9b8Guph17BFGvTF4afBIsxNlsM { width:17.8125rem;height:3.75rem;top:162.1875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPUhd674Ai87Pl56DLCSs9lBp75fzAPu { width:16.75rem;height:16.75rem;top:140.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVZzHSlqRTVn8TpMowbzumo1EW3Rc7R { width:20rem;height:20rem;top:268.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWstdEvLh8PfD3X2WNpsgQNeTtnTcxT4 { width:20rem;height:1.9375rem;top:290.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgRXZM3vLzp44x7xIIx30e83TDZUJ2cd { width:18.4375rem;height:3.75rem;top:293.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUNyta9Ss0Bw5EPgkE56c4Kw5p5AmrF3 { width:20rem;height:1.9375rem;top:344.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqNFdMRzE7x2461Q2R09nAHsSx1CbAde { width:16.125rem;height:3.75rem;top:347.25rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhzodclT3y3Qy7MxxBUvzWPVOypUnwG8 { width:20rem;height:1.9375rem;top:366.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXfxhakGTyUNgTfgRZrN32aBxq9sQhPD { width:20rem;height:3.75rem;top:369.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLzurgQFnDuItChxq3tra6A77P07Ekvw { width:18.75rem;height:12.5625rem;top:352.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf561KpxA8ZxKazsTzT1HbMxfFSaMLEQ { width:15rem;height:15rem;top:175.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8LbrbODTsTxe6TwiSkdKxTUKdP7LsXo { width:20rem;height:1.9375rem;top:259.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMR7LFiaKcMxlBIg02rlDe1vDnL3xQO5 { width:17.3125rem;height:5rem;top:262rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhRhSGPOZXddVvaxQlSwI9My7v1HIarg { width:16.1875rem;height:2.5rem;top:201.375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwPSkCMCcpUPalOZNgit7uff3eS8iyio { width:15.125rem;height:2.5rem;top:86.0625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxQMNha1BlJ8D5KMZQEAh4R8QC7pr9UE { width:17.4375rem;height:4.875rem;top:1.1875rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4SRIXsBr3xmfy9we47zoJpfTr06Po8T { width:18rem;height:3.625rem;top:381rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQzVs5VO2FJTkTWHlXleKPDh3aZGfBTx { display:block; }
 }@media only screen and (max-width: 763px) { #Kz9RAd03N1uxtqbwGubsUHBF96zuBD5S { height:10.5rem;width:19.5rem;top:90.6806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2hSc4yA0ApDowOxpmGLMJiQoFDgUPG { width:15.125rem;height:0;top:88.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ea0MiiZrKJ2y6sRXhlMcg3QSW2PffAoz { height:10.5625rem;width:19.5rem;top:11.618317610063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQIXvlox4E9QW3XwqEwZWhtXu97vyJCC { height:10.6875rem;width:19.5rem;top:246.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiKFdOGFKTQxAivhNHVdsVySXJ3buFF { height:10.375rem;width:19.5rem;top:331.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUcpRAwPd14HGiE8la0WPcsL5TQsF9S { width:16.9375rem;height:7.1875rem;top:49.5rem;left:1.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #irToB9EtMDqwBrnaqihnCTSOciU7JFCq { width:10.125rem;height:10.125rem;top:33.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfoxauNgxwWbzbgBlUCI9MsoFe4tS8EL { width:11.375rem;height:1.625rem;top:45.3125rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrvZOxJA3lCDuwxycHs6J9yOtfNqcA7a { width:19.5rem;height:8.875rem;top:48.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #w9AsQQ8D9f6pRIWT35C47VqmbL5pkNFl { width:16.9375rem;height:5rem;top:106.125rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GR052brTBs197VBPFzrJDoOof9lT6mld { width:17.3125rem;height:1.9375rem;top:103.0625rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxcrwGcavSeMVL1kgXWSpOquSmNRoGxi { width:9.4375rem;height:9.4375rem;top:113.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqgxK2U0NWaBSFfR06ZcvW5fWos4Ea5h { width:18.375rem;height:10.0625rem;top:127.6875rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vhXAuNOv90JTqXfVVC5st82haMgnTRBs { width:11.625rem;height:1.625rem;top:123.8125rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJiUnNLuUCBOEhbV2qKnPgRTEI84mqx5 { width:19.5rem;height:11.6875rem;top:126.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sTgBDO1stWM4TJvdJAefDT1XpuSaNipS { width:18rem;height:15.8125rem;top:313.0625rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TBivLKuXVIUOBTprOXbdxzi3Htlhigkg { width:9.9375rem;height:9.9375rem;top:298.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcoBQFHH1iDuZWzRUqLTZsn14nTtAZV9 { width:9.9375rem;height:1.625rem;top:309.8125rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esIeu0LVcAW3Mtlh8cCICTigFPQohKVA { width:19.5rem;height:17.4375rem;top:312.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8COkkZWrty2NOpTudkpEsGitvqgoWc { width:19.5rem;height:22.0625rem;top:221.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KNyCu3JT2ctbZN2WHrzfLegnw4LwCAOM { width:18.375rem;height:20.125rem;top:222.625rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P6TF1lcgMdsHWyZIPpwhoCCVnN4hnxIQ { width:12.875rem;height:1.75rem;top:218.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5llpXhCVmFBdrgfIIIh3lVwuqmihP4T { width:10.25rem;height:10.25rem;top:206.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9avhpLGzfT5chrir2JTAPbGrPA0kpKg { width:14.3125rem;height:14.3125rem;top:141.84375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXWwOwXpDnTKgh4tQP6TXRhSbQ7cKbZn { width:17.3125rem;height:1.9375rem;top:192.5625rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guCSEMz8C2Li1DLMGdfhe5vkg9Qh12tZ { width:14.9375rem;height:14.9375rem;top:173.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #AbUWyKGaMWAvUMX9wFta1xPLnzbcD7wS { width:15.8125rem;height:3.75rem;top:196.25rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prtMFTEg20aX0cRWDmNZtX82zBabpCku { width:15.0625rem;height:2.5rem;top:167.625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcdgEVOqGfiIX7DhTRCgmki3TlJgFSLl { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #T9mJP6TBt3AZM8rLvoIIRUk8ABJkvrg8 { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #QZdTv3drguGTpbJ4oX5Gbe7wJVfJ85If { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #o4NusCg8KqhgIx3rpZ7qeFNpzdplEGrd { width:20rem;height:2.25rem;top:385.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw { width:17.875rem;height:4.8925rem;display:flex;top:389.4375rem;left:0.4453125rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #TB0tPhBUtp04IvTmXv2mqD2zR9uvVWN8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #tSJ6pIscKv005rliwd2ztqk6yhDTqnfr {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #nlXu6iPF6E38gSbLxWbaIgIANKkVnelo {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #ga7gVaLmmhGZDFLTJSA1POx2CtOdSWEa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #maCmnXfvfT4RvJuaQiLzGRW6a1gk3rhN {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #Te8DBCIJRxQSwq5iwkKvGdXNnV5uAqkl {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #lxzTDgD3gLoZ3PqcMK5xzRsU8yN9gxlO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #vBgSnh6nin7cNZD6OES6SJAsl3UWgKiq {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #yz64KipeUdtTWUBoeoUa3THqo7m0OdBa {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #SM9vwNPonLI49G4P4b18odpkiKUl5R3Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NhdcFtGZkowvyVdIVaRZpNdHPlPtu1B7 {  }
 }@media only screen and (max-width: 763px) { #vSDGayKN8G0phgmh9QWDcl9Rb3aVdWMw #NHtQ9bomVZNNpWHBwWq2WhsCFfHTmyrE {  }
 }@media only screen and (max-width: 763px) { #XyBep4M9xUamhgu7OMEOCwePNN1OOvSf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { background-color: transparent; background-image: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container > .video-iframe-container { display: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container { display: none; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .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); }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { border-width: 0; border-radius: 0; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#XyBep4M9xUamhgu7OMEOCwePNN1OOvSf > .row .container { width:20rem;height:386.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPrNev2gvC425MquVqTnuIKTu9VuM1dK { width:17.8125rem;height:3.75rem;top:27.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnGBN8C5oAZDnRxnT4uzrAJ0fXA78Mgi { width:19.75rem;height:3.75rem;top:81.125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tw831Wev4rcKmH0dACpFQ7GToONsn9gq { width:16.9375rem;height:1.9375rem;top:24.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCJQZwcRVrzwMqxahovWSEuyG6LGtpDT { width:19.75rem;height:1.9375rem;top:78.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKi8DJ4vGMnkUqcyeZiDNXeKio8gTrqs { width:16.75rem;height:16.75rem;top:60.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAKTegJkbqPq38lVSBt9dkZVTXmfbTyd { width:19.4375rem;height:3.25rem;top:6.880859375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqhVxWSwt8uECn0dLwpJg0TcskphvzCJ { width:20rem;height:1.9375rem;top:158.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD3HNh7Ins7a2mdZSnKoH53ZnXwxnRX4 { width:17.8125rem;height:3.75rem;top:162.1875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTNnbgHRJlXrmm2Tr6ycaQV6Es9nLi4I { width:16.75rem;height:16.75rem;top:140.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6JNqV9l5OISWofJCnuxJ3DJAaQVuOa { width:20rem;height:20rem;top:268.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQAoHHcAIE3W436opkIMrSRCBKCBtch { width:20rem;height:1.9375rem;top:290.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiX1REUZ1HnZWHmQ9673bO7yfIRQdZii { width:18.4375rem;height:3.75rem;top:293.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slc3VgWyIBoArThzK9kT4Ts2os1Eaxl6 { width:20rem;height:1.9375rem;top:344.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doWdPmeAhQqf686WyzB93La6WfJ9Oydn { width:16.125rem;height:3.75rem;top:347.25rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsT3gpGxUcEX44zVoTbdTQ14i03rRNVz { width:20rem;height:1.9375rem;top:366.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvMmZ4xFJ2sww8Iudl99FeB6FTnrUHcF { width:20rem;height:3.75rem;top:369.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N89kxDysVlfv2HnlBPWu78iuIGRdCZpf { width:18.75rem;height:12.5625rem;top:352.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiQZlDAU2vaeyfnNBm6KDenkw6hTvgo { width:15rem;height:15rem;top:175.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZCmEDlfnu7kSulglgfT78eCTQ9hHDHg { width:20rem;height:1.9375rem;top:259.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTegnevUT2gUN2ENsMXF2wTQ4kFTXewe { width:17.3125rem;height:5rem;top:262rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKnQ7vtBPaHh71H8DkXRFFC208kw4oOO { width:16.1875rem;height:2.5rem;top:201.375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2N4TMUlkso66z3baKGSJqnKuMe4N0ut { width:15.125rem;height:2.5rem;top:86.0625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0cA1ICWc7uEtViVUbd2fHHJsvMXU1r { width:17.4375rem;height:4.875rem;top:1.1875rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWreTZaXWkMdBloh99XeJQ7vSwt8DKtl { width:18rem;height:3.625rem;top:381rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlhRwDoTy9079zmQUmTbcizOdimyeLh { display:block; }
 }@media only screen and (max-width: 763px) { #oyRPJEmqFClRn2MHuTQGIdz6Qh3K8Icq { height:10.5rem;width:19.5rem;top:90.6806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmiaoJZCEmFAAAoqiVpTEQkzLTeZ6ml { width:15.125rem;height:0;top:88.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sn17BLECCDMwxF6dTrdft9GMX1mlznhw { height:10.5625rem;width:19.5rem;top:11.618317610063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhhAGb9feqqcHEHTK1C1OU1WpF9WXXTo { height:10.6875rem;width:19.5rem;top:246.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8tkep3fJhMwRT1stzD9gGfDUzCcMkkQ { height:10.375rem;width:19.5rem;top:331.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzmTgzop00FNePVmdqpRsUy2cxOcassz { width:16.9375rem;height:7.1875rem;top:49.5rem;left:1.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wJTfq9BcEQJxIr8N051IJThfdraFBbzs { width:10.125rem;height:10.125rem;top:33.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa2UmP9TJbaUKSaGZCOsaeOXOLsS8MpA { width:11.375rem;height:1.625rem;top:45.3125rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9nlVA1k7WvyNvwdrBw2gynSrmveVDb { width:19.5rem;height:8.875rem;top:48.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XFxrRpe6TqA1F7lWSTbyFRR3uXhTeH8I { width:16.9375rem;height:5rem;top:106.125rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkahXNtkGWKd0qiiFZd5sl1iZUglzKM4 { width:17.3125rem;height:1.9375rem;top:103.0625rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qffMsiTHWQyv5DcSuMJOHVeu15r4sZOs { width:9.4375rem;height:9.4375rem;top:113.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCVuevO2Woh6lXRGbJRtTJlFkCKVDlky { width:18.375rem;height:10.0625rem;top:127.6875rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qb5ihLfrXeTc2a4vx8UQzSpJE6m6mUf4 { width:11.625rem;height:1.625rem;top:123.8125rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwviAu8H4EfzzmBdkUPfNVrtocFVL6xU { width:19.5rem;height:11.6875rem;top:126.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nsBSWgDUtzad1DNbMs1GnQCxC26fKRGI { width:18rem;height:15.8125rem;top:313.0625rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QJtvOiLXpwqQdTkLedAoLsWry3xlh9U6 { width:9.9375rem;height:9.9375rem;top:298.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo57Pz5ExFsGoCzFwP7GJSQUsaWRvn7 { width:9.9375rem;height:1.625rem;top:309.8125rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XITQic0VpNKDwcZDBql6C4h7GTddaLys { width:19.5rem;height:17.4375rem;top:312.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aMRswpaCMott0tDV7uFeLQTQ3uSrQCkT { width:19.5rem;height:22.0625rem;top:221.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CEOm3y5z1rzCLuW7obN65iRPWMv1ZtN7 { width:18.375rem;height:20.125rem;top:222.625rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qukL6s8ouXlRBf2wGDAr9QlkoiwXP1Fh { width:12.875rem;height:1.75rem;top:218.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLGXiEhVWiPzTPTE33gVxqn4ZiHJdywl { width:10.25rem;height:10.25rem;top:206.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFImlcSZeX61LvvqbhbADOZMwt1XHxKB { width:14.3125rem;height:14.3125rem;top:141.84375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9sF6nGVaOfy8rz64MLBhBd7P6vM4WUS { width:17.3125rem;height:1.9375rem;top:192.5625rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeKzQtadvfTaklXgfwJQRqgZAZ8nxMF4 { width:14.9375rem;height:14.9375rem;top:173.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #c5QE7CZHbM2o6ydndq24m2pBX9aMRR7O { width:15.8125rem;height:3.75rem;top:196.25rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gf2c7BdlWt8W9a7KXvF3cJJODdepqqbS { width:15.0625rem;height:2.5rem;top:167.625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvli87tSonN3zlQPhUcZJvb3V14QF83 { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #LF4hTpEZ9oOsSO2bclV5CcHcQvSWUQyi { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #znurKadTsMvx2Sp8NG9945ph3mcR2nKL { display:flex;width:3.0625rem;height:3.0625rem;top:375.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk { position:relative;z-index:auto;display:none; }#sNGSbIXFOJvgGr9RCCDqFKKliVehdwgk > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LM8vukX1dWRPqrhduDJicg7VOqM9fZq6 { width:15rem;height:3.5rem;top:1.25rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K { display:block; }#pnbxOPhVMfFWTnX0ivRU6uSona0nJy0K > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq3Xqgw1AS5tPXIkD5IrvwXpqTWi4xZ8 { width:20rem;height:7.6875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu3RC1Bp9k8AqBbg1U9eqJWkT8PDTKd { width:17.0625rem;height:7.5rem;top:65.8125rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRk2i2mCdf0DEHPpcrH6OGQGOv9RkV0T { width:19.8125rem;height:4.3125rem;top:98.125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SifWJ2zuQ2smEithJDngrUAmFd8hdCdu { width:20rem;height:0;top:88.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BPQcHnM3JsQVFKWpUJ7wTf4voG3K2ZfT { width:13.8125rem;height:13.8125rem;top:11.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmA1Fd8SLBowRtrKUZ9SvwIQDFFt8K9G { width:18.8125rem;height:7.1875rem;top:33.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2CT2yTZrOSmUsK3AEhIUUzlvCw2DDGN { width:16.9375rem;height:4rem;top:27.875rem;left:1.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yk8rG3lgV1GwG8JdRXF0CvTysLO5dvDM { width:15.5625rem;height:15.5625rem;top:10.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLTX6PQx2haDAdIUQ9MqeGJJ16Ukzy5 { width:15.5625rem;height:15.5625rem;top:42.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w81KXI9IHvn3O0BMWlnuuoLylTSGMq { width:13.8125rem;height:13.8125rem;top:43.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHSCF1C3Bs3R3k6MvHelnvs5ZE4WHmK { width:13.8125rem;height:13.8125rem;top:76.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loeh6szTC4H9LqtZ2iGKoGfDRvCe8qew { width:15.5625rem;height:15.5625rem;top:75.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hapMGvbV83x0a5PI6Im5b2odwndA6W { width:19.8125rem;height:4rem;top:92.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELcKG1TnGLGWfsOQwZGJAuJnpm2STdWp { width:20rem;height:4rem;top:60.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp { display:block; }#RTHLkTDNnrBEt96Puv5Ed719ETSHSzEp > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT50F2ukIoMB4mTOBLzk1Lq1dkgT1pxR { height:10.5625rem;width:18.875rem;top:9.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUghv5TFzwrTkvSgZVZh6toVBuJkNZJ { width:20rem;height:12.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9ApmbGcZNfRh7JX4bQdXBIo6ym78GD { width:19.4375rem;height:4.875rem;top:2rem;left:0.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cs1GrKbFMHsICkSTa9D2NqmhmENp15bP { width:18.625rem;height:18.6875rem;top:24.75rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AmBxiG5KExz2bMw9qyMtumhV3kw7wz9S { width:18.6875rem;height:8.625rem;top:44.75rem;left:0.65625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #znkyOFGcvF0fkA1oFDB1rCOAUGaCnaFi { width:19.5rem;height:30.375rem;top:24rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa { display:none; }#d0sbe9PvlIcn5fgK3AsHf5P1uT1bprOa > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-heading-text { text-align:center;text-align-last:center; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd { display:flex;height:auto;width:18.625rem;top:7.9375rem;left:0.375rem;display:none; }
#Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ve8Trd74NtFbtVne8NKfUFIysEBAckEu {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ehitCFQqEkHUTTfSORgwtP890HRVx9po {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #upWTANROZop9K5kQos1cti7q36mP6WxK {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #nrGniTKnThBUb3A64V6r0iPymGcfsb7P {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ybO7obyX49hdySavCX4m0ihHwVBuysTo {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #kMHRUgELTRdBAJUlztChlhkIz19vdv8u {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
 }@media only screen and (max-width: 763px) { #Z2qSo1dPoTMvX6gTQzRNSfAXClqlwqtd #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 {  }
 }@media only screen and (max-width: 763px) { #DSFm6TTzf5xaTpOH0vOtdEFeiWm554K1 { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOuBpI2BCxZA49C4ARd6Z7HDmLB9Cer5 { width:16.375rem;height:4.1875rem;top:54.1875rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9qTxffmONAzKKEcsSTcHZ2d9seg3KS { display:block; }
 }@media only screen and (max-width: 763px) { #Q6c061uJmazFknoWm3z09vtMfkTdzGaK { width:9.9375rem;height:19rem;top:60.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#adW9qc8tag145G73KQ6JeW88OUwZ1FQm { width:17.875rem;height:4.8925rem;display:flex;top:62.75rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #ykvfUzPpOBdKdy3rahTJcaE45mognCO9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #O3DVyk5t8rmbcwBJdFWs1Xb0bUrmEzxI {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Ql19CGznaNVtBycD1rI3bRDuWW5JGQu9 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #IeMLvLJKcUSMRONBlAA5TgBXWNP4A4Sl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #HQVCVnEPmeV1EuoUsW5Rqlq6cMiAl7e8 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #oGJsGveZF3IyxT1xtPeCFENwWq7t9R2P {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #f4e0Fdpbvvc960bydQPv2lokr8Vzbvng { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #izqcHbPmpmqFs94J4VlG89R0EmiQcwPo {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #wrFMl71flur4SG5J5mKq7ss6Mpp42W07 {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #h2peZMhJ9dJ9NqQG8C0fHnLlprKMHbkL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #eXBGQNf11lESapJV42d1bosheIMH9Cuh {  }
 }@media only screen and (max-width: 763px) { #adW9qc8tag145G73KQ6JeW88OUwZ1FQm #Du0FLEHrF4ReB3hxEbTwa1pT5d4vQLbr {  }
 }@media only screen and (max-width: 763px) { #TlCb7ZiKgFvdhQEMF8NCZd0thKEfhIJR { width:20rem;height:2.25rem;top:59.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faPQldVu8ITlR9Ew9LV27iQkyzLwKMll { display:block; }#faPQldVu8ITlR9Ew9LV27iQkyzLwKMll > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-heading-text { text-align:center;text-align-last:center; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit { display:flex;height:auto;width:18.625rem;top:7.9375rem;left:0.375rem; }
#BqS71e90BoH7LFgr9aXC2auIqLgwMtit .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ve8Trd74NtFbtVne8NKfUFIysEBAckEu {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NtXDRW68UKAcbTAIgQnvK0VXaRrAh7Mg {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LZQ38HuVJ3cyV0IH3NRezqZ6PT4lfHvJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QrhTzMDgLUySEmHaiV7QyWboCxDuyu2U {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #QkO0zMzJCyiE3fdK4ZWAwE1c6QCD8qtq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ehitCFQqEkHUTTfSORgwtP890HRVx9po {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Uqd0cD4uQzzbZtdOmrnzfkyumKyTXIDc {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ImEZPr69iNTJflQRKlfsZRTC9gJsJU2v {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #AEIufm8a0Dm56QcGzqRFEPeu1xgd1z0T {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #upWTANROZop9K5kQos1cti7q36mP6WxK {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #GZzfUuoCp3vTnbOIqKorxXzxsJnvTBiq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #B0lnKU4xiPc3T6TEEm7TkkswC2hWxuAJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #TWvb6I1LgedfsXR48oA7Q5syJWncOvQM {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #FBwSb1WUuf7TWGRzCxXTvMuNW1ZI8Zv5 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ct35gLZM7lCv5chDDHJ5SZ2292Rigz0h {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ZyTU5CcrrzAFFLdiTqBHfPtveiqQJpoA {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NlTFibkdZSx6MOCff7aduu0xPlt4X5Vi {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BUM2e0IUgfLzbGBX1wlDkEf178bfS2mV {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #r9Q9mJsqqGJz662Te2FBJdy53g6yyZB6 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #D19Q1qGvlQJ50sDMEyMyez0JlGTadTpw {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WTlXxnkw7mW9tea1eERm2VRt0E9LOSg5 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #nrGniTKnThBUb3A64V6r0iPymGcfsb7P {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #REefp5tw72M46T5ODD5I8E3nkmVEk6Wb {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #NbT5wLSQp94k1lxmFBAU5mQZFoBq9gk9 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ybO7obyX49hdySavCX4m0ihHwVBuysTo {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #zTBtTOTiBrqZcoOFe2AIbkESwL0TE8Cb {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #WyLkd60aZgXFIHEcLAZPEuhd9yFMI4wN {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #gQcZTgInlKc4i6uNTRxF9qv7pa9dTMKJ {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xqy6el5xhXLe6KoHl1ptEH8VXnF9M7X1 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UpbTOQcGN0qviCiqUTWWhemaQCdxh5Ri {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #Ah9mpn2Us6r9XNx8fmXqfluKB3HbXxnD {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #e7KkGqpTCL2PNKlilS6oK7Bm9mrxePTr {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BzdagCBa9KQcKicD5zXQu3VR6wyAlIcd {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #BDMLAO27AdZbVTE1q3pHU4RITLD5JH2W {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #wWlIJTWh4eexDa5uT8H5Zk009MPDKhrE {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #bccFNAefzxrLVHgbfF6BVME9VQIVZrpE {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #t0Qig0biQLni4dLBoR8gHJRaASn7LBpl {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #UX8sc5TaAPmyJizM4IZFE0fZnalg9frK {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #xQMs1xahvQaqyqmEeC5ZC2kQvMDK4Tu0 {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #N2tlUmk8CFn8w3lsHR1K2868kJxaBDyH {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #ND6e5vRFGSZ7SbutloVCwpLpWu0dxWbp {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #LT99fTNGMi27n49NobtZ5UaQTBh7F6Mq {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #mtvJCTW9P0zdwVXrs1H3slde740GR7Qf {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #v5A1woOJuGIziUr40TLPPJmdyk8erKED {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RWvggoeuV0v4FZEwkJw1ODlGufuQqMse {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #kMHRUgELTRdBAJUlztChlhkIz19vdv8u {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #evxF4cAuAUZCXS2JXtcpwuwAIFKHw7ew {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #C6eORmN4USG6efGAfTF6Zs1mmB04z9ge {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #RNTPVUhmNEhHX77NDr9rqnDbTIGlxlkr {  }
 }@media only screen and (max-width: 763px) { #BqS71e90BoH7LFgr9aXC2auIqLgwMtit #MkT745UWeUhPi03T34hcSFxNOCZHAxn4 {  }
 }@media only screen and (max-width: 763px) { #RH9pqL4itk1xhNQgEJTkvwkZubBNCosG { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJbgUTMnRVAO6UTB1InnTvCS0PM9hLz8 { width:16.375rem;height:4.5rem;top:53.9580078125rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7TncJJ8C13x4x1R5MTsLDXsvabL03gl { display:block; }
 }@media only screen and (max-width: 763px) { #RZu9epy3e9yVsL6IyLiJ0od4tzwM5I9O { width:9.9375rem;height:19rem;top:60.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIm9StkrrURkAG3xXe9ivF0kWNugT1IU { display:block; }#TIm9StkrrURkAG3xXe9ivF0kWNugT1IU > .row .container { width:20rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgun0JIhbNb62FIDHs6zMLTDVXBKwGoZ { width:13.6875rem;height:5.75rem;top:27.5rem;left:3.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZbyQv1NMVTsQkswOOoJpVgTx5eFv36a { width:14.4375rem;height:5.125rem;top:1.3125rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFHxP4C00dnEi0B1oa6FdUdbZ9uC55Db { width:13.75rem;height:13.75rem;top:7.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTGLiF6CTDxLGB6SpQoquX3Kgzx3blqV { width:13.75rem;height:13.75rem;top:34.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9XSh9F0DKltQdi3W0ZX7q8uwmOHTqVA { width:13.75rem;height:13.75rem;top:62rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSSgeSMBLaVrIRI2Nt5QqZ1W2EbmvQe2 { width:13.75rem;height:13.75rem;top:90.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytLdErncpJ7JNqrM1rFtReWS4ZTaCwx2 { width:11.0625rem;height:3.625rem;top:22.875rem;left:4.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFPLQdTVc2H5B7w5fytPZbozEEwHDW9m { width:13rem;height:3.625rem;top:49.6875rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTiNFB5bvGB0Ou7XIO3p9yFZOJGvITyW { width:11.9375rem;height:3.625rem;top:77.4375rem;left:4.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAdzKIQEc7FODeRsq4JOghoD9OD85oXm { width:14.8125rem;height:3.625rem;top:105.75rem;left:2.59375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OciyucdIyEnEElUBaXq1aM7fJ5nx9UEc { width:13.4375rem;height:5.75rem;top:54.3125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBUr2WbtQOhgB0hpqmNuW2D4zbT1ZyS { width:13.4375rem;height:5.75rem;top:82.25rem;left:3.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIaXpsr4NtLIlW6yQiueklELxkvFLR8A { width:15.5625rem;height:4.3125rem;top:110.625rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU { position:relative;z-index:auto;display:none; }#KKg9ldMDgNqH7Rpt2ZOWdN39IledLXAU > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kLqOXOLWFUhQaCc2RTJ4vxuSrUJtUAIL { width:15.125rem;height:3.875rem;top:1.4375rem;left:2.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 { display:block; }#T9eNm40eKpDw11ebTFZR3pnr7SxpTMu0 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUz7faiodeBNXE0xbgGdk9O0bVm3sP6M { width:20rem;height:5.125rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obg0zdrtyVCiTyiONyZRN2TIzXHaWEIq { width:18.8125rem;height:27.3125rem;top:22.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMs7cUdZLqcKt9rQ4zJS5GuNr8zPCEmK { width:19.5rem;height:29.375rem;top:21.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nha4qPPp7oMTl8vIpLhCnpp9S734rwFS { width:20rem;height:5.75rem;top:53.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ERxgLaFVH6AXz1tnI9q5XZ5lhi1iwTnd { width:18.3125rem;height:6rem;top:8.4375rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTpOETxqLUkwvfqkoAv4PO1mvscOX94J { width:5.625rem;height:5.625rem;top:15.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu { display:none; }#Wk0EtOBX3fWiTH0ApwU6DfzMwexrvUGu > .row .container { width:20rem;height:79.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #omJhmAJqToPV8SBTbTn7TaHeoBJzvpFM { width:20rem;height:5.125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwl2CRVp8IwF8iXQsRClwTA7a9NlxP0i { width:18rem;height:20.125rem;top:38.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlLhagGpGdJtvODR7cNDXT9hi2CNVoid { width:19.5rem;height:23.3125rem;top:36.6875rem;left:0.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qHBio7lCahXWKpAQU2ZGZGsfHKB0MNac { width:19.125rem;height:25.0625rem;top:9.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80IdzR4isq81SoA0EQUJ2mDzTOyrJZ1 { display:flex;width:2.9375rem;height:2.9375rem;top:20.8125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNDMwzT2CvBLIJypfq13eZGdREBDLPhR { width:20rem;height:2.25rem;top:62.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DnRJwGTuEQREbg9rUct7JqBEot6NiVOE { width:17.875rem;height:4.8925rem;display:flex;top:65.5625rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #JmT10XDsHUs2bkF4t3sTdfpCfB2gDTPi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #w2vWr8iJK5p1uJ7kSGJlFZgasKu99A9P {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #g1JU86wgJNCUE9ycaDgKXSbycvbthuQy {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #CrkRBdrDo41NMuEetnJR197m2wTdozUg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ewsmD8LikfGy8QA1tmg8S81wWZaavdKn {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #hxdXt6qZX9dH1qhZeiJEAwKDwwRSqArW {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #kuZaJbhefZRFbh4RiDe8lvMPK0UO6I4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #u8gz0rACuvHLeV1qvWg45E41Ul58SEwk {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #sGRZ10TyVFCCvUVwL8ibp7173KT6TEfu {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #ZX1TnOs3DbDRc6Hf8zL9WxxcWkLB3RZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #lRa9GyWzT5ZDAEuwDGTuqMklZlNtFV80 {  }
 }@media only screen and (max-width: 763px) { #DnRJwGTuEQREbg9rUct7JqBEot6NiVOE #puSwPc2c7DEBM97iasKop1H0XdH5P2Ow {  }
 }@media only screen and (max-width: 763px) { #NQo9ueRi7a5ySJWl4hIdz21N2TqWUJkI { width:18.5rem;height:4.4375rem;top:73.0625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQvPpuU59H4meeHUqNAKdh0UgTQTN7v { display:block; }
 }@media only screen and (max-width: 763px) { #MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 { display:block; }#MWVBKbE6TLvCMDJMTF84C7DVc9AZcNi1 > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZEr0keuIyUPSKT6D7enSVuUeofhSpIJ { width:20rem;height:5.125rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTvOoiIKZmWu7emxMFhdp7chC9WzBmpb { width:18rem;height:20.125rem;top:38.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uD6fcccw32G0gM731nZPNGeqSk0Vks7x { width:19.5rem;height:23.3125rem;top:36.6875rem;left:0.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wa36bZpWQV4Q5Vt4tAaBn2dKNtH31yoG { width:19.125rem;height:25.0625rem;top:9.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKmqeP121b1ZUq4qhHqhAuKAKfTQTgGI { display:flex;width:2.9375rem;height:2.9375rem;top:20.8125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfQda3z8npAwqsv6kszkBzXGSrZA8eDT { width:18.5rem;height:4.4375rem;top:62.6875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrl1TnUC7FpweAa6skQ25Dq3mLuPLUo { display:block; }
 }@media only screen and (max-width: 763px) { #FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B { display:block; }#FmWRdXlsxLhtxfwm9fG8qXQiygwK2O0B > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8gSQmJCXK1vH46TNG8c7omlsRFvzpGN { height:10.5rem;width:18.75rem;top:9.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7yK5hMfkK2v7LVSEa0s7uXmXXqp9Eqy { width:20rem;height:12.1875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5hm4xb74BqhJ6pJgI0eWLpzurh8MFE { width:17.25rem;height:4.375rem;top:22.625rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITmPW08Lghyieuyxe4elcXkL8FLpcW4 { display:block; }
 }@media only screen and (max-width: 763px) { #sGaRAiMtqxW4yT2gwcEGswht7xi3UMCw { width:20rem;height:5.125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo { display:block; }#uFTh1nePIi8tXnN4vPMQGrBsELBCxNRo > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znC3cb9nl5U0DtZKbZ4Sm7IEwBoaiKnc { width:20rem;height:5.125rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kagpUTQ8UOSDHpxVQmlEFQ0c9C5JODKz { width:19.5rem;height:30.9375rem;top:18.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5UmJrEPZtuFTznBDcV4PGsGgZkSnep { width:18.25rem;height:28.75rem;top:19.84375rem;left:0.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5R4qDbJwPTCNfxulDT7iDddDkZACAf { width:11.5rem;height:3.5rem;top:8.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQ7b9eNTSlX6NT5EQEuZin3zmU7TzaUZ { width:20rem;height:3.5rem;top:12.96875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO { display:block; }#QOrer3R3qQ8lse1Pe7K28EF2o1uFVDeO > .row .container { width:20rem;height:113.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGxhee5XtsLaySD8a4bhxevkGgq3RBSy { width:13.25rem;height:20.8125rem;top:6.625rem;left:3.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X9BHQAuIzmCn0UcdgLz1MqEH7KBL2FUp { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:lobster;display:block; }
 }@media only screen and (max-width: 763px) { #anTsz1a0NhxQDUovJq20oamTtQbtMAWD { width:18.625rem;height:70.5rem;top:33.3125rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itzqzX1UhtE4OtTVlk6va47f4UvdX6Uk { width:17.0625rem;height:1.8125rem;top:28.3125rem;left:1.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #pKM7u94I5JNTR0gOviWvnGxVlAIFyZZm { width:15.75rem;height:4.1875rem;top:107.0625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfcxTuTKqpivdcKc22IhvZQLARidNW4 { display:block; }
 }@media only screen and (max-width: 763px) { #gmDRKiFNIx5UGgAmBrkKtB5HfL5DD5dI { width:20rem;height:73.25rem;top:31.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa { display:block; }#a7mRhzxoTMvO4fEkEOdNos4KQkrqIqqa > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBaz575zJ9eKKftm5IarMcp84HaoKqrg { width:17.8125rem;height:5.125rem;top:1.5rem;left:1.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RblRWTnNc5oWWV7Ks39pKleNkGTD9txL { width:18.75rem;height:6.548828125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4RH12s7IrAhWXe2WzVtv3GkTfEIizHF { width:17.9375rem;height:7.1875rem;top:24.0625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4sN1lGb1miHM0nqAPafiiTvsuo8PHy7 { width:20rem;height:5.125rem;top:7.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXpEsuRSI8zMFy7hLaFNZePN0zokUl6I { width:18.4375rem;height:7.1875rem;top:36.25rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e88zMTC2kU5sRXuDzA7gPUVO9k3awDCR { width:18.5rem;height:2.875rem;top:32.375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2K2rTwHG5CZDTuFgnwOu399fSSToDBM { display:block; }#N2K2rTwHG5CZDTuFgnwOu399fSSToDBM > .row .container { width:20rem;height:160.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miTsreAucHSIxxqSsGVv1K5JCh3xTwMA { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mun7F5XcQsv4FXtW4Hv43lkPMqV2aQo8 { width:18.6875rem;height:3.875rem;top:7.1875rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klLTzo7qtZzQFBrZKCS2DThUTSo9rkPw { width:18.6875rem;height:10.1875rem;top:31.03125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwPvRKn5O5eoCgpTmoE1VgNcQPhD9lU { width:19rem;height:21.31640625rem;top:110.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3ZC32prVPT6X1NQElHZlCFrTTCHlUt { width:19rem;height:11.0908203125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv5We58oPCFZ1N2AUvMwXr8Fr3BLb065 { width:19rem;height:5.455078125rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0UOl8UgSTIzvhqZJHhA2tIu9SyEC9T { width:19rem;height:9.99609375rem;top:138.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmsw5oQl0DJEJshkNhCCCeqhgcvKwDz { width:19rem;height:38.5205078125rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl7C8UdIeH9SZKJuiO5goCUaI4LNFRUs { width:13.8125rem;height:4.5rem;top:43.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELkzWqWy80XuDI6i0m3OmJheXwHMGcfD { width:15.75rem;height:16.6875rem;top:12.3583984375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWe2q8bnT8qd2wdyc4coGaSLmmHGsCZE { width:19rem;height:3.5126953125rem;top:133.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir7eZwvg6BUtwc3A6yF694EGfKtEgTDf { width:15.5rem;height:7.5rem;top:150.9208984375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOV50dAtml1wXVusCHqOg3adFTGUiKdf { position:relative;z-index:auto;display:none; }#kOV50dAtml1wXVusCHqOg3adFTGUiKdf > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ms7qHmR169dFIIbSENKQmRTo0OsWVwKJ { width:16.5rem;height:4rem;top:1.125rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH { display:none; }#TrMvk8vJOWEw76da8rIDkI9QTJzXaOZH > .row .container { width:20rem;height:134.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKIiDN9sNTsLaF9WhgMJP7MND2ly3kgV { width:20rem;height:11.1875rem;top:8.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Zcoq7JN7P6nyIu7SvVB9LwaRD84Thbq3 { width:19.5rem;height:28.625rem;top:28.0625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #saTAJwKASU1iWCfDmrOESll04Ofsm7cE { width:19.375rem;height:1.5rem;top:23.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 { width:20rem;height:25.5rem;top:28.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dq7c8uopovIk2aZLt2av3rwOmKcgn8m4 li:before{  }
 }@media only screen and (max-width: 763px) { #vdHcyZNxBFanrrcbCfKxQ9QUnb78NQ4c { width:18.375rem;height:1.625rem;top:25.5rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcnsd4L3DQXrpQKX22yGVqIVIdq5W3ms { width:20rem;height:4.0625rem;top:67rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ax7WDIMWJNaCZnZKoGRaID31F0s6UdeO { width:20rem;height:1.75rem;top:64.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFfiBJOCVxMN0B7ni4lTbzpJUSxx5CLO { width:15.9375rem;height:3.5rem;top:78.6875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1hLCQSLzaAK5ILJLneLB9AWEdt3TlAd { display:flex;width:4.3125rem;height:4.3125rem;top:97.4375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJN8SBOuMGtGyLemSNA7n8tThnfubV6A { width:19.5rem;height:8.1875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMf1lWiMoqBPNflr63U2E5Bb0N2F7Lo { width:16.9375rem;height:1.4375rem;top:85.0625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHAnqwAJz4UrRfWau4fM7QZwrFR67cxL { display:flex;width:4.3125rem;height:4.3125rem;top:97.4375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2LI7eFB0bTTGGB2FJr2TiXVH6FgBLcf { width:6.875rem;height:2.5625rem;top:87rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;color:#db2556;display:block; }
 }@media only screen and (max-width: 763px) { #HgzAJL2w1BNWF25Z8b9n91g1ZD0W4gPK { width:6.3125rem;height:2.4375rem;top:87.0625rem;left:10.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nROu12m7BgVopKkVtfM5oU2kwWasJTtw { width:17.375rem;height:1.4375rem;top:90rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPpkAuEVSBw1NSMc4zmrLTSzkUEDbHlZ { width:19.5rem;height:8.25rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPV9iCEpTIq57CxJw3wprKrvc1HEl8Kg { width:17.3125rem;height:1.4375rem;top:101.25rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZMQfhEJ9Z6lrqTm1hUHQQwBbybITIsp { width:17.375rem;height:1.4375rem;top:106rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFcWgaT7k5G4uH0lGSQBp603pHypdUka { width:7.25rem;height:2.4375rem;top:103.25rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trFKIZDICBnnAtNQM2SmfRl5afngrhvF { width:19.625rem;height:4.5625rem;top:94.25rem;left:0.1875rem;font-size:1.4375rem;background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VWChKPKywBpds3pcMOvIVxlgm1IisOlW { display:block; }
 }@media only screen and (max-width: 763px) { #WTE2kNAkxOpATiOa3fqEZOENRzz9AsuL { width:17.0625rem;height:4.0625rem;top:110.1875rem;left:1.5rem;font-size:1.4375rem;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QEboEW14CAh5KJkQMtgJASOKm7BziMsZ { display:block; }
 }@media only screen and (max-width: 763px) { #lgJG1abH5nnSO3ivcnPo2U42stVM9RMm { width:7.1875rem;height:2.5625rem;top:103.1875rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;color:#db2556;display:block; }
 }@media only screen and (max-width: 763px) { #nkfLGsZOxGTzd2wRAHzyMeOtcaMNzz0O { width:20rem;height:5.25rem;top:115.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMtooM5k0x7lkAN12JFifWdEp3iglXnh { width:17.625rem;height:5.125rem;top:1.4375rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#st9ARxgpEA7FSKUuhatt5Xxny9WklFpm { width:17.875rem;height:4.8925rem;display:flex;top:126rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #X2tfJe2xKJPOOVrO21bWEXsCkPltkRTI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #qK048ysc5W4sr7887SVdhhCb9eG4ltM1 {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #HTOtcnkh5JSmt6J7FcpFh7KzCmphOq4p {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #ekWMWWO1IMcFttbMFScKpc2XaSOqxPaD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #EndW3TZOStX0IHW11lOZawVooEl8konX {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #L6FZLhiMTOVtJTOo2CqyoAeo4xzre3Ta {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #bxlqEJxWcGuyGT6Kibslz6OPHr5ORxpJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #h6Rx7IsIOWnzdF6HGFTar7pVsQPnlnbB {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #BTXD9yqg9ChOvmLBpBKS2L4NBBbAA1Jn {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #D6QfCQUUNuRgEXt6lq21MomUXK8wRTv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #sfq4StTA796rgTo9rh3eLquFTqw7PU7k {  }
 }@media only screen and (max-width: 763px) { #st9ARxgpEA7FSKUuhatt5Xxny9WklFpm #H71LLtHP1bK1TZuPpULxho39DNkTk7uf {  }
 }@media only screen and (max-width: 763px) { #vtIJBKKDCAkDAD9PrLMUrUnQmWM5RwLG { width:20rem;height:2rem;top:122.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxp69GmnAbuNRAhrb9rWWwS1xwwmVlpm { width:20rem;height:1.75rem;top:26.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6TZGZz84pkc7qKNJZHt6b5fOQOzTxhL { width:12.9375rem;height:3.5rem;top:55.693359375rem;left:3.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBxor1B5ci99uUqUrsQNN0rxWCGdtNAr { width:13.5625rem;height:3.5rem;top:59.6943359375rem;left:3.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5VJh4SHvJbouVQ19dGRUHJnSrnpceVW { width:17.875rem;height:5.25rem;top:72.25rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 { display:block; }#lGMriMalB5CIaad49WfKPdIWM5Ju9ll2 > .row .container { width:20rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXZlkG3hlry0ROlNx9PVFHlRazsaTTkL { width:20rem;height:11.1875rem;top:8.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mV8688B9apEARKR3uhuA3XpuTg79z76k { width:19.5rem;height:28.625rem;top:28.0625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #QdvCKiKbqV7TOduUrJf4gu4eae1teJRR { width:19.375rem;height:1.5rem;top:23.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCk43C0CUgv92zZrzmLz8s8J5dDuaABM { width:20rem;height:25.5rem;top:28.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCk43C0CUgv92zZrzmLz8s8J5dDuaABM li:before{  }
 }@media only screen and (max-width: 763px) { #N13zkWp2V0dq7bhtTWCLbTbO8BmT4BqC { width:18.375rem;height:1.625rem;top:25.5rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSOiTZmL6F5aPK9Tpk8xnG65HqKNMa9S { width:20rem;height:4.0625rem;top:67rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NENsvgP1mEIyf4OR9znbE59KOw7LmlzO { width:20rem;height:1.75rem;top:64.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bROC5eVUUiodSOIKZKmEBcFcaJpJwWlt { width:15.9375rem;height:3.5rem;top:78.6875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zik6h4oQVb0ihrVLeT3wrmraVfvR6ZeK { display:flex;width:4.3125rem;height:4.3125rem;top:83.8125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THEyLQdMb97xZIxRhSEgK9gEZJSTKdh7 { width:19.5rem;height:8.1875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTZFwsppNqRA2Z9E7zcaLp2OchetrHS { width:16.9375rem;height:1.4375rem;top:85.0625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAELRlTBp5xbN2vVDyLCPUcbTUX9Zpcz { display:flex;width:4.3125rem;height:4.3125rem;top:83.8125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2J2OaoeG9Df4ZxM2Piwe7W3UllHDAxp { width:6.875rem;height:2.5625rem;top:87rem;left:6.5625rem;font-size:2rem;text-align:center;text-align-last:center;color:#1e454e;display:block; }
 }@media only screen and (max-width: 763px) { #ocliTnUf59UcM88Dz8lzT0eqoWEPVgiG { width:17.375rem;height:1.4375rem;top:90rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMxM1tSChpmebbuLx5ovEqwI9AOfQQ9L { width:19.5rem;height:8.25rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTmkPfZOA5MCFobbebPuGVUqoPuWBOM { width:17.3125rem;height:1.4375rem;top:101.25rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKNLDqZO37l8zm7hVsIhxfvSlHkyGZ26 { width:17.375rem;height:1.4375rem;top:106rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAee9154v3VdBSK9PTGzeIzQBXViScUm { width:19.625rem;height:4.5625rem;top:94.25rem;left:0.1875rem;font-size:1.4375rem;background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kg1SJTB12l4Wookzb8wA4ffDt5gpX1NN { display:block; }
 }@media only screen and (max-width: 763px) { #Es3bMFtzTtr0hEzTP2Gu1UJMCDGwor5y { width:17.0625rem;height:4.0625rem;top:110.1875rem;left:1.5rem;font-size:1.4375rem;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iTBfU5p7BDnz0b4uozBLI1UqhtDT13cB { display:block; }
 }@media only screen and (max-width: 763px) { #PSpNwGZwoHK0zDrpiFCwpHrIERRNnfTM { width:7.1875rem;height:2.5625rem;top:103.15625rem;left:6.40625rem;font-size:2rem;text-align:center;text-align-last:center;color:#1e454e;display:block; }
 }@media only screen and (max-width: 763px) { #oapuek3PLitr2fWIqewAhOd7BeII1pzP { width:20rem;height:5.25rem;top:115.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahfn9kasZsrTbkt4VdBbnNwxcdw1GqOw { width:17.625rem;height:5.125rem;top:1.4375rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqgyU6wTaeyUqPNLqHl7DoIBwGtNetax { width:20rem;height:1.75rem;top:20.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXXDsLqsJCo67tBGPFrD5DpkTy2Qo0cJ { width:12.9375rem;height:3.5rem;top:55.693359375rem;left:3.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xftNlwFn4q8EdKCeCDdhkbR8w6yi63eZ { width:13.5625rem;height:3.5rem;top:59.6943359375rem;left:3.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB1IEGG90rhrfV40P3Wm4aRPdBZEqnET { width:17.875rem;height:5.25rem;top:72.25rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx { display:block; }#x7TBGOXxHAppOI5uJiUHXcRZBMl1GEGx > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4gbz2WDlQlUCuKieNHXpXCPM8SLBFuD { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 { display:none; }#D51RXd86nU7JJhDzqW7W9OV1SSkNDHd2 > .row .container { width:20rem;height:120.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ad58Ouk8606q72viQOqa90pGe6Vf9NKG { width:18.125rem;height:4.0625rem;top:101.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEfyf9v3fAH0MGHoKLnuLKXxSgyReIg { display:block; }
 }@media only screen and (max-width: 763px) { #x8MQTCZZ7NrWRRRNR8W0RO3gmPOSBidy { width:19.4375rem;height:5.125rem;top:1.625rem;left:0.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sclMIttpmsiV4mXlXhvmFmDa65Oz6muR { width:20rem;height:11.1875rem;top:17.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KGx2TT1Ue2wlOLZe0S6oVmp2yRyFQ0np { width:18.125rem;height:6.5rem;top:30.5rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz949D5QUvTE2OcJM9iRW3frovdcXVob { width:18.1875rem;height:7.8125rem;top:42.5625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTdkXT1x51JEpK5wZne9FAIiotqfW07J { width:19.375rem;height:0;top:43.6875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RNAMobRx4G2570q2ZMfUN8snPP1eMTKl { width:18.8125rem;height:28.625rem;top:38.6875rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bOIIF2VwNGuXqstnX7448nNRUlpT2NKH { width:17.4375rem;height:26.9375rem;top:39.8125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bOIIF2VwNGuXqstnX7448nNRUlpT2NKH li:before{  }
 }@media only screen and (max-width: 763px) { #u4TebyIEnU2nhqKIefBB4lZ3ewJBvoBX { width:20rem;height:3.625rem;top:69.75rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AemmL0UVAqmwteQXMkIR24CEP0X3SB9O { width:17.375rem;height:5.25rem;top:74.75rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6o63ZlbiyaDW8vS2TkO01UtS9Kklfop { width:16.625rem;height:3.5rem;top:80.9375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nesGhlV0xVnT1fDHZ0beUS83LLLa3FgP { width:19.375rem;height:7rem;top:8.375rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUKKnKVN8qFIgTw9D5D8deSLetHKqXiF { width:20rem;height:2.25rem;top:107.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I79JOnDsqr1pWHNxn1HAZGd4hRQbJPqC { width:19.5rem;height:8.5rem;top:86.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRnCf6rwe5WzILD8F4HSzr0PkU62Nfxs { width:16.9375rem;height:1.4375rem;top:87.5rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAJqmQR83Rv5wzHi7DIEKLlsPUAVEL4f { width:7.8125rem;height:2.4375rem;top:89.875rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcxkO2Pxfw48stHz9iblvRkISCUmaxC6 { width:10.125rem;height:2.5625rem;top:89.8125rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRtS1IG82MBCEDsbdm9Xe6tGdSvBycOz { width:20rem;height:1.4375rem;top:92.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRH0A1RKPvgFdCWCZCsS37sGD9LXmgZM { display:flex;width:4.3125rem;height:4.3125rem;top:99.6875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb { width:17.875rem;height:4.8925rem;display:flex;top:111.1875rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uLo3mPturA3eaZr4eeXym5GqCXZzeHh3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #T1cAqlf9vyPE8DRAyEDKe50T8p8sHoc7 {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #TI6GH3eMVwDAFNUpmC1sGxictwqxZTEK {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #FNb5FHhW3S8xp0VPUVORGDTgO9Mcfq2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QCIboxXqdzTAOaBO0XDCahUnV7TqZCNS {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #lROmGSoUx1mD64WOLPyLfZUPaJyU28nH {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #uBTilW1UCsNVO670BH8Rtryy02WawNuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #NiLOvZ0Snz1OWcOUhb54E7EtcqguQ1dg {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #QKtTCgfVBqJB0TkEJhrmEvLfnlBiZO89 {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #af7H5SBdRvsCi4KKOwakBoPAE8keHZw6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #k5pBNUfQ0wcIxXD7W0MnHrPoDIwETOlC {  }
 }@media only screen and (max-width: 763px) { #nMUxela8Tmm4CV5cUyMhrkafAmQNsXSb #op2LwtrXNFe1El3SeSCSr5PEVSxJwDkG {  }
 }@media only screen and (max-width: 763px) { #cBsVZ84DlEWTKqbb3IgT1NpUuiFazb8D { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #GyJ6TGun3DxBwrgSPNCuFTB6Vp8vzdmP { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #AqQaGeJENL4szuNOREymn6ebV7bLqntZ { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #fvpQ6RWvNmr37pHmf69bwFVfXzLIZUVQ { width:18.1875rem;height:7.8125rem;top:41.125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cybbnocZmBv0IWBlrkd14hVQqMcDDkXa { width:19.375rem;height:auto;top:42.375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ISFBLfv663Xr3FiGV2XTkqTPtTwpa0hu { width:2.125rem;height:auto;top:43.8125rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #seongdkVBFC25fV2wJbtlhqI0bogPTC0 { display:block; }#seongdkVBFC25fV2wJbtlhqI0bogPTC0 > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkcz4Mx929qEXSoBwbbhtlDyccDb66bc { width:18.125rem;height:4.0625rem;top:101.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3XMPT4b4u0wpFamMxQ4XX2pOls3nFG { display:block; }
 }@media only screen and (max-width: 763px) { #WHcPEnoSqH7QT7dqsbqognFTUXWGcyF5 { width:19.4375rem;height:5.125rem;top:1.625rem;left:0.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBDHJCzmNuDC7b6xhNXRowIEOkA6b74T { width:20rem;height:11.1875rem;top:17.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wR7Gb1shmkcP9z0qXvsGugwKDmC3mPQF { width:18.125rem;height:6.5rem;top:30.5rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIUaNvZM7VlTFeSyU2w0E6TH5kl8bE3R { width:18.1875rem;height:7.8125rem;top:42.5625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvy3t2Zlw8571syEBwILVPu4HwlB2uBR { width:19.375rem;height:0;top:43.6875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n4GNWdbZ6T9emrT6MeFkk4H2DzSEtHl8 { width:18.8125rem;height:28.625rem;top:38.6875rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD { width:17.4375rem;height:26.9375rem;top:39.8125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#pvUXLTyeipy1xWPu6QIB9GrtVHUTorGD li:before{  }
 }@media only screen and (max-width: 763px) { #kmOzrJz3lUrmt7KWGdmBtAKK72iG448w { width:20rem;height:3.625rem;top:69.75rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcTJaAgKfNQs5mgDsTZfTzCcC3btb6NQ { width:17.375rem;height:5.25rem;top:74.75rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G58SgLWMzL8HdguU6HNhBAxfCV8hTWEN { width:16.625rem;height:3.5rem;top:80.9375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAH1x4h5CrvWXW6zZlPl38eDrgI9mDhO { width:19.375rem;height:7rem;top:8.375rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxelRoo7IfoIEmQUTOZvKeIasX1Jdei4 { width:19.5rem;height:8.5rem;top:86.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwoTPgu2oF4CWDpJPSmIEvsPLbP1apnm { width:16.9375rem;height:1.4375rem;top:87.5rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFvG5NT78zu7uFPJtmxPqRCkTVQ09wFh { width:7.8125rem;height:2.4375rem;top:89.875rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXdKGEUwJZZK6aBhF1NGSlTeqeWOv5tx { width:10.125rem;height:2.5625rem;top:89.8125rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntxkIoT0uWL7GtrJ5dg9wTBCHKyaw88T { width:20rem;height:1.4375rem;top:92.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhVKngNbKh2zUq7WCKTNiMODmTlrqXVR { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #BZSEMTD0pHC0lZNeCaE11d9mySBSKTEZ { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #UVohz7WJr5Cgpu0oulIWsrKDBhsckXW8 { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #IDyIbWdPb67yMrORSTefGdis8g88v2ba { width:18.1875rem;height:7.8125rem;top:41.125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO8VTzJiUReUglkpLnk0TGPAPx7GxQsD { width:19.375rem;height:auto;top:42.375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bna0aw47ae8WGgfp4XW2qR9KnIrwcJIP { width:2.125rem;height:auto;top:43.8125rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mhVQmlB1GpTacuIxHBN9wHNmckAqn42X { display:block; }#mhVQmlB1GpTacuIxHBN9wHNmckAqn42X > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohvIhXyUHu1tD1l1Pk4i0OHNMVJGMa5W { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k { display:none; }#USqoaWdBTt4kfVHgLXiZl95PT1QlVc2k > .row .container { width:20rem;height:120.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OoiMgtw1E1iy4xsxUAi4v4lkT4oWfV5l { width:18.125rem;height:4.0625rem;top:101.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlaXsaBqEanVVT4IDdb2ntvtwuCCyAUf { display:block; }
 }@media only screen and (max-width: 763px) { #DVM0fJFbPonogQS0JqhS1t69lm5xsxIG { width:19.4375rem;height:5.125rem;top:1.625rem;left:0.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTLA8Ka8uBaGSE7RSpdftphlhu2nWzwd { width:20rem;height:11.1875rem;top:17.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zdxXxu5FcqUwK0SfmLiW7avlKXX5IAnB { width:19.1875rem;height:6.5rem;top:30.5625rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R25TDLKftoN6RXiSt1dHXmAV1fcOv6lq { width:18.1875rem;height:7.8125rem;top:42.5625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEG058WkZgURwv2mSV6Mr30EDZITbhHM { width:19.375rem;height:0;top:43.6875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xZMrOw64iUhHSuyGKBHnwk7Ji2zXRZXa { width:19.375rem;height:0;top:31rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NNCRG3c189hciiNq7NAmcm1CTRVwbTW4 { width:18.1875rem;height:7.8125rem;top:29.875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJ7dEQChwHwC6w75wFUy6m74WX4MpQEx { width:5.625rem;height:0;top:38.8125rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MwHL6COt4RJNi35RhFOp24NMCC3M8lwL { width:18.8125rem;height:28.625rem;top:38.6875rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uApO5RsFFfepBhDFloBbca8l1eOTp0BT { width:17.4375rem;height:26.9375rem;top:39.8125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#uApO5RsFFfepBhDFloBbca8l1eOTp0BT li:before{  }
 }@media only screen and (max-width: 763px) { #lh7cIQw4XqDlKDLVV4TzCmT1FZhCzNZc { width:20rem;height:3.625rem;top:69.75rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miJLrXueBfL2fobq8L1c83BgiPm21ucZ { width:17.375rem;height:5.25rem;top:74.75rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W15Kburx83Bm5ebPqvUR4OqHo8TWpvai { width:16.625rem;height:3.5rem;top:80.9375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6rU4zSdKdbwfAlLTMGwLCg8KTsAVDy6 { width:19.375rem;height:7rem;top:8.375rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oinJ4rH7BbJXvTLfHSc6uyoTDOhzDnlt { width:20rem;height:2.25rem;top:107.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Np95VfZDtCpoCauVv6ZvbDVTLyuVWlkX { width:19.5rem;height:8.5rem;top:86.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlapBAvxWNz2EPfhTg9FceZholKuB1M { width:16.9375rem;height:1.4375rem;top:87.5rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqpLN1QALbhN4T9qknwfmDUbcNSzqEKz { width:7.8125rem;height:2.4375rem;top:89.875rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDk1fWSzc4L0xBvTCmokTSnLXRPEyTs9 { width:10.125rem;height:2.5625rem;top:89.8125rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dp7U4VcJD648XGiiTsP6elhizwORWuog { width:20rem;height:1.4375rem;top:92.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCifchyDdiWpMhMRGIJ3nmwOmnZiuC5J { display:flex;width:4.3125rem;height:4.3125rem;top:99.6875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm { width:17.875rem;height:4.8925rem;display:flex;top:111.1875rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #NDsPHbnXtczIKw913KO9FafhDZ4EsQMO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #S0QcyLUc2NgEZUDON0705WSC2eIhf5m2 {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #XaLNnagWSXL70T3PtrTe14paLU80oPol {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #mbTpPd5gFtSxNFWR6oCHJAZysnZnE9K7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #JTqLNflFZfIHTAqDuWDhh8XQPc6mTOuk {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fkTTStDbmKcwws4RD0CTaRQZTX3E8FcD {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #peQTqZ5d7Qbfe7wgJphSFeBA3I5QA08M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #fTTTWexkcDfnxhU8cTKp4rJ04IJPlpyw {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #Wszls730Cu35XUE5szIGOSfko2T9PCZu {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #HREZTT8aELkTu2CF4o54RowNnX3BoprW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #D6szWrPfrZc9dJs03ZbNqd8zm4TH0207 {  }
 }@media only screen and (max-width: 763px) { #Xzw73LsTsnZvnccUJn9NvrRbPy3iBMZm #U5oln1RlWc6BoUZquHcoKTQPKhP5Fuq3 {  }
 }@media only screen and (max-width: 763px) { #k8X0om6c0unomzSH4iGH6BeVDNbvw5L9 { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #C3ay8nze2S4lm1eaSlX7DlP7q0Aw1Ttp { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #HV1ni01JEv0XpWrMIOWIncNr7ZfJXohf { display:flex;width:3.0625rem;height:3.0625rem;top:97.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #n5ZMqMCz3p8bcWEOXPWn17o9LHpfnWGV { width:18.1875rem;height:7.8125rem;top:42.125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #af5m2ecGlO480rHcT14v9sslxXMxysF6 { width:19.375rem;height:auto;top:43.375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zzDcPFufNBEMqTLZ6rOwKvRyJlKSN2qq { width:2.125rem;height:auto;top:44.875rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 { display:block; }#chlbUXsf4fkFeQfLQ7hbAehwnxi2raw2 > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM568721dR51Z7TwgRdJIqHkn8bvRzTt { width:18.125rem;height:4.0625rem;top:101.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3hfxyLQcXZw3X0N47b4yo8JiD04O1oP { display:block; }
 }@media only screen and (max-width: 763px) { #AMPTWzpCx5ggbuXN4DZXTZiXqkXpyQQO { width:19.5rem;height:5.125rem;top:1.8125rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnDqwdT7OmArEVNHATiQsJDsvV0UUePE { width:20rem;height:11.1875rem;top:17.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DA5S2OfLd4KF0D0WB33xgh2kbKdHrEVG { width:17.4375rem;height:6.5rem;top:30.4375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzlM2NyQaRdrxzclbBuDsUMQxW4h98y8 { width:18.1875rem;height:7.8125rem;top:42.5625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgkHkVwt0SdlDiR6xhhaMSdJhN5o5cNi { width:19.375rem;height:0;top:43.6875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T2JMCAQyii2H4hnmJuwOkTM2SNSVb8Mp { width:19.375rem;height:0;top:31rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QPNIqth8JWB6QUMqJvhCBUo1Jo15MIkb { width:18.1875rem;height:7.8125rem;top:29.875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssZNTdXdHXpo7dm5Mzz15wC9xIkkir7U { width:5.625rem;height:0;top:38.8125rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rz9y474W35rloCFtuA6x3pT2HZXiIcbx { width:18.8125rem;height:28.625rem;top:38.5rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #m2VKne7HJOJwWuVio8rcNX75V96WGawR { width:17.4375rem;height:26.9375rem;top:39.625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#m2VKne7HJOJwWuVio8rcNX75V96WGawR li:before{  }
 }@media only screen and (max-width: 763px) { #G4iDFhTKrHzzqc6T8DVKJkvH22s68Oao { width:20rem;height:3.625rem;top:69.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8qxcxyWv7JxTCyLAG6yqPMO0dCBX3Kd { width:17.375rem;height:5.25rem;top:74.5625rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPM05fTKvQIt6DcobopVxNmIK8AT7ogF { width:16.625rem;height:3.5rem;top:80.75rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aqr2Vne9B1goDvpTnfTrOOnI8eg2sJAf { width:19.5rem;height:8.5rem;top:86.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvx4U4ZgTLDx6ib5Zl6EFHh1ld9e7oA9 { width:16.9375rem;height:1.4375rem;top:87.3125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saSy2EOWgKOO7eBhhgzXF2iPR4TdZhwx { width:7.8125rem;height:2.4375rem;top:89.6875rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B30xZq36RoEXMCF57gfaqumyBRgQe2ky { width:10.125rem;height:2.5625rem;top:89.625rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyW7KQfVXQiwnFZOQEArfPEOUa0CAJkW { width:20rem;height:1.4375rem;top:92.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNlpO50vkxRhwCzp8fP50V4Wr6uyhWJa { display:flex;width:3.0625rem;height:3.0625rem;top:96.9375rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #gLq0KtBNdCADClcF9gCBHq1ynCVmy1gy { display:flex;width:3.0625rem;height:3.0625rem;top:96.9375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #gCofvM6mXhy3aoALMNxgUtTxbp6nPQCd { display:flex;width:3.0625rem;height:3.0625rem;top:96.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #XTcKH8U6nnfK2XTfwQNU7nkDKtQ8qs6r { width:18.1875rem;height:7.8125rem;top:42.125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBOulMDKNtzgLFA5oaapNOiozFDAuoUH { width:19.375rem;height:auto;top:43.375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NlPCIiANE3e2V483sAcg10Cv5QA1IUsC { width:2.125rem;height:auto;top:44.875rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cApN0lRpqlsfzHqxWRJKJypftxa7pFen { width:20rem;height:7rem;top:8.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }