.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2f2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#FxhiMHqwpR20f5RSOFDKNTKHVc0DqQgE { color:#ffffff;display:block;width:11rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.265rem;padding-right:0.24125rem;padding-bottom:0.265rem;padding-left:0.24125rem;display:block;align-items:center;width:1.4475rem;min-width:1.4475rem;height:1.424375rem;position:relative;font-family:arial;font-size:1.06rem;font-weight:700;line-height:22.79px;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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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.165625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.93rem;height:0.563125rem;position:relative;font-family:"open sans";font-size:0.3975rem;font-weight:700;line-height:9.01px;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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.75rem;height:2.683125rem;padding-top:0.033125rem;padding-right:0.034375rem;padding-bottom:0.033125rem;padding-left:0.034375rem;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:0.625rem;left:20.1875rem;z-index:15001; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #H3Wm2o31MiOU450c1PBAbdFBSpexAGxZ { display:flex;position:relative;top:0rem;left:0rem; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ndotmoIN6LLrIBzMmfrHPB3eAsSQz2Hn { width:auto; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #xKlEhcGEdGpaSAKp4Dy521VbA6sdynaA {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #h25Td8CsGU1i2yxNaxk1Tu7IqhHkRF2T { display:flex;position:relative;top:0rem;left:0rem; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ILhMgLwMI2GWSbVkqAbs0KNaG8JXCO3r {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #vCCApzQrUbm99hHSAvhLwFV3w6bmdG0r {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #DvSTVaoXJcBBBzhTH0DQQbqhSyQsv6cF { display:flex;position:relative;top:0rem;left:0rem; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #lOk7OKiWeJcCMos9ADpLecspNX9JxA0T {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #BTAbal9B1yTCTxGEGyBgEsf4tPPbX4VT {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #XPKutm9vf2E7w8cUIziUZTqn95aaQogv { display:flex;position:relative;top:0rem;left:0rem; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #R3XBE8FXiLn5ZTs7A9vJ4ScUeIsMSlGS {  }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #FvMx33Buo8P72cpSQRrSuqyZGSZT9kln {  }
#NM9h6rGgyRSk2KSnpN3BBHNWPOfwIGEK { background-color:#03c100;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.625rem;left:35.8125rem;display:block; }
#cTBALryTTOUIK9fbyIiXrafIoxX9dc0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9G1G995VZKRLdINw6lmnn43eRXriQmO { background-color:#ffffff;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; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { background-color: transparent; background-image: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container > .video-iframe-container { display: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container { display: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .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); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { border-width: 0; border-radius: 0; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { background-color: transparent; background-image: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container > .video-iframe-container { display: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container { display: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .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); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { border-width: 0; border-radius: 0; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { box-sizing:content-box;height:3.3125rem;width:24.9375rem;position:absolute;display:block;z-index:15000;background-color:#781ad5;background-image:none;top:1.5rem;left:17.375rem;display:block; }
#WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.302734375rem;left:18.40625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { color:#000000;display:block;width:55.75rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5283203125rem;left:2.125rem;height:9.505375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { color:#000000;display:block;width:55.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.15625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { background-color: transparent; background-image: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container > .video-iframe-container { display: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container { display: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .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); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { border-width: 0; border-radius: 0; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:60rem;position:relative;display:block; }#BnciSeDZCpUTRsOex555TfvuhnNaNNBr { box-sizing:content-box;height:69.3125rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#f2eafa;background-image:none;top:0.75rem;left:40.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.4375rem solid #781ad5;border-left:0.4375rem solid #781ad5;border-right:0.4375rem solid #781ad5;border-bottom:0.4375rem solid #781ad5;display:block; }
#E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { box-sizing:content-box;height:2.8125rem;width:17.6875rem;position:absolute;display:block;z-index:15002;background-color:#781ad5;background-image:none;top:1.1875rem;left:41.1875rem;display:block; }
#hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.943359375rem;left:40.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { 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:9.5625rem;width:17.0625rem;top:47.625rem;left:41.46875rem;overflow:hidden;display:block; }
#qyMPn4EABWooMQTmdSh3yFf1VnypohUC { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:41.96875rem;height:41.59378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { color:#000000;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:57.125rem;left:41.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { color:#ff0000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:59.0625rem;left:41.9375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { background-color:#03c100;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:61.5625rem;left:41.6875rem;display:block; }
#yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:67rem;left:45.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coTcJiJb0H1gFI0vSw214DShaC4omc3a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:66.3125rem;left:41.875rem;overflow:hidden;display:block; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.413125rem;padding-right:0.38125rem;padding-bottom:0.413125rem;padding-left:0.38125rem;display:block;align-items:center;width:2.286875rem;min-width:2.286875rem;height:2.21875rem;position:relative;font-family:arial;font-size:1.651875rem;font-weight:700;line-height:35.5px;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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.049375rem;height:0.87625rem;position:relative;font-family:"open sans";font-size:0.619375rem;font-weight:700;line-height:14.02px;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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.625rem;height:4.125rem;padding-top:0.051875rem;padding-right:0.054375rem;padding-bottom:0.051875rem;padding-left:0.054375rem;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:71.5830078125rem;left:40.6318359375rem;z-index:15002; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #UPZIRZE8zEVHnAd3vJhzzbfCgRarvzUm { display:flex;position:relative;top:0rem;left:0rem; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #S8VvFuQTUvTfcV3mJfF9zIBqddA57E1h { width:auto; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #bClScJXu6utq7Lnp3LQTUh8liv8fOOEF {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #ZSrx3KqvHvtcvN7QqtgrZazlDxkXSWCm { display:flex;position:relative;top:0rem;left:0rem; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TyPz7oJkFSBBBSJJFi5hHR81VRmnSzUJ {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #aVPZduPgkWNlTw1EKcn9zHDqrc1ygGNu {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #m91VFa3SLOvTEZCWHSCSOViJ8DIfciJC { display:flex;position:relative;top:0rem;left:0rem; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TsW4zN1mB0hFDKWSiQuSgMKz4OWtTFmb {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #wzgy6Oi8IJK0riw3CVnVNnBIEqL3wTxJ {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #XAH9KBoZ0iBhtE6ZawuPm53zLPyM1Sv7 { display:flex;position:relative;top:0rem;left:0rem; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #rLvfTen7Fet4ic4LVmm0N5e8w0qOUrhn {  }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #CPrkIOnw3HsGZEQR1zBXVWFFrBIgPTp9 {  }
#QRDIzZK7tyBxQnf1ucKROdqI1TbE7kBx { 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:36.4375rem;width:36.4375rem;top:1.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#DNvfnqkomHNPP1aSPMF1zRJLs6SWLR0X { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:36.4375rem;top:38.8955078125rem;left:1.8125rem;overflow:hidden;display:block; }
#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container { background-color: transparent; background-image: none; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container > .video-iframe-container { display: none; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row > .video-iframe-container { display: none; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .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); }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container { border-width: 0; border-radius: 0; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:60rem;position:relative;display:block; }#LOrLcs4409ph7vEaeZngKT59obAqTEHQ { 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:25.875rem;width:25.875rem;top:1rem;left:1.6875rem;overflow:hidden;display:block; }
#Jp6R363fbqSmQQMyfDdIILb0du5ukobm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:1rem;left:32.25rem;overflow:hidden;display:block; }
#VAbECFsNwGwNL3RmdtkzvTi44NJEzH3b { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:28.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#exDZUpFWZ2DMdazOZ0TtZ5JiL2Ja303G { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:28.5625rem;left:32.25rem;overflow:hidden;display:block; }
#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { position:relative;display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { background-color: transparent; background-image: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container > .video-iframe-container { display: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row > .video-iframe-container { display: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .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); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { border-width: 0; border-radius: 0; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .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; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.25rem;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; }#oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { color:#231414;display:block;width:37.0625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:11.46875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:9.5625rem;height:42.89065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz { position:relative;display:block; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz { background-color: transparent; background-image: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container > .video-iframe-container { display: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row > .video-iframe-container { display: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .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); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz { border-width: 0; border-radius: 0; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .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; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:303.9375rem;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; }#QX9gD8yTK98wbG9rHT6dVs7Fc6w6peDr { box-sizing:content-box;height:297.9375rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:#f2eafa;background-image:none;top:3.375rem;left:9.25rem;border-top:0.3125rem dashed #781ad5;border-left:0.3125rem dashed #781ad5;border-right:0.3125rem dashed #781ad5;border-bottom:0.3125rem dashed #781ad5;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#nMtkLNvfvFJvHlp6uHQgcC7hcHz6JP42 { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:14.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkQkCVUGMT9ubyIw10gfIL3CFILNRmKW { 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:21.5625rem;width:38.4375rem;top:11.75rem;left:10.75rem;overflow:hidden;display:block; }
#dIOlRw7oV7GxJ3QVoGiogWFyirur0aHc { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.5625rem;left:11.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FihSEkiNiqdPBNm3HuE9R9Vmv02A5P87 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:11.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mP08NC1vPkrS7AL2ObMmInF9mGeCwTex { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:278.875rem;left:18.15625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kR4HlaSs1TvFQ0N1GG4EVClrMHzuUsu0 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:282.6875rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLeZfhBKTeWdIR953Ko2yt6VgBc9eMwL { background-color:#00c12d;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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:286.3125rem;left:14.9375rem;display:block; }
#F4OfLTsuIwoXLzGwMxXXaITEzqcqnQLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOgFWHmd8U7IsAVN1IbTrC5GoqzUqUGw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:294.125rem;left:14.875rem;overflow:hidden;display:block; }
#pBJN2BCLlTUkE4sWUd6aK2CntbuGZ42T { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:296.0625rem;left:20.8125rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qInqGHLJNUmxllRl8e7HETpTt8sAeZFE { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:294.5rem;left:20.8125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewEe3eCZl5krWZMwTupE3nwK8eFBg0dw { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:129.625rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:41.9375rem;left:11.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh li:before{  }
#CaSMWrJR0Oxa7aWAgW0ZTD5N5FqMoOl3 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:231.75rem;left:11.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ib0RpBJZfTyEnWT66zTfFkgJuGN5sHEK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:37.25rem;top:239.5rem;left:11.375rem;overflow:hidden;display:block; }
#M37o3wZWt8OtCNDT6K4NGSi84Bp8DGfc { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:260.125rem;left:11.90625rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COCZnL5mHWU8wk9F9bzCFQV7LFT7XFaf { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:70.4375rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hC6Ko2RqFVIFvPfFQThcW5V9KqnP2HGX { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:76.5rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:78.6875rem;left:11.90625rem;height:20.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 li:before{  }
#thm7TWOeNndgn2gubVeODEPR70lDKW2H { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:100.875rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#npzQ53Q7zoPnpaMkCiDvsyIg3F9pXJL6 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:106.625rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:109.1875rem;left:11.90625rem;height:18.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h li:before{  }
#bRNWGkG4tHzOXxAVEUqQme61e6MTPUfV { color:#000000;display:block;width:37.125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:129.0625rem;left:11.4375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROgZQWXU7XBtx7zQA9Cndz0MKLqLgD5Z { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:134.9375rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:137.125rem;left:11.90625rem;height:13.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI li:before{  }
#ipmp6u1vyMCOkpatsdMFcBJ3orvTrxQT { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:152.0625rem;left:11.4375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvP0LRwDm5rQ6J0IkllkzSB8IadfWJtn { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:157.6875rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:159.875rem;left:11.90625rem;height:15.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z li:before{  }
#tXS4yXAnNOQiTi4WEr0UDqioHMfGPakk { color:#000000;display:block;width:37.375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:176.3125rem;left:11.4375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FEi4ZD8V3swaBc7dSGlVdVWk6WnRJvr2 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:181.9375rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:184.125rem;left:11.90625rem;height:20.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh li:before{  }
#I53K6E5N296XtJAoTnLkdz64yTzChgCC { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:205.875rem;left:11.78125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTfl3eSTKN5c9UTLKBFTmdbbQBVWZId6 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:211.625rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:214rem;left:11.90625rem;height:15.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA li:before{  }
#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { position:relative;display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { background-color: transparent; background-image: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container > .video-iframe-container { display: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row > .video-iframe-container { display: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .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); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { border-width: 0; border-radius: 0; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .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; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;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; }#ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 { position:relative;display:block; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 { background-color: transparent; background-image: none; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row .container > .video-iframe-container { display: none; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row > .video-iframe-container { display: none; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .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); }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 { border-width: 0; border-radius: 0; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .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; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KQyQkLlvJ0EgeJRHDugBVQvFpKDqFHIw { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#hCEubTTqBvrTy2sSgGlcvF1EsT9Dsnk6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsyZpmqhhxiNfpCQRk8fqbFAqMxsIKIz { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGy5DthIqzBi95Txtt4x2K209yeTAIyr { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NOUDr4WPqyzJR6cGIrydz4PAib0rnzv5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:7.125rem;top:1.96875rem;left:10.3017578125rem;overflow:hidden;display:block; }
#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx { position:relative;display:block; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx { background-color: transparent; background-image: none; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row .container > .video-iframe-container { display: none; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row > .video-iframe-container { display: none; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .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); }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx { border-width: 0; border-radius: 0; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .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; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FQrHJ9h0GgiW4U0IyHK7LF6ltJLbTtXo { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#pQiSFnDJKiGbKGfPFEwdziQtVD60WTcN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDLR1mA226FkuUlvO2GRpKP2syUFz6RT { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8eF7oT1K1eo6gJTyqvht56TDVd3S6oN { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Cc0s32BC0D7SloV5ZJM2kUmiH3gFylEM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.5rem;top:2rem;left:9.9892578125rem;overflow:hidden;display:block; }
#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL { position:relative;display:block; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL { background-color: transparent; background-image: none; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row .container > .video-iframe-container { display: none; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row > .video-iframe-container { display: none; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .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); }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL { border-width: 0; border-radius: 0; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .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; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NdL4lLE3ZsxdgcKTEJec2MaoVuHJkM7I { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#EMUDIHpCfT2A0pwKAKKQtsCBSIIvHqxa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Acn90HuE3JDlu9wBHXzaxEfTVNQKapiz { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hidSTIcPAgVTuTV0XuuPtduCpDPWu2RU { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kTd2c8yml5kf3iJU9XWm0wVCvTsf5lAI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.5rem;top:2rem;left:10.1767578125rem;overflow:hidden;display:block; }
#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ { position:relative;display:block; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ { background-color: transparent; background-image: none; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row .container > .video-iframe-container { display: none; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row > .video-iframe-container { display: none; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .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); }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ { border-width: 0; border-radius: 0; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .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; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;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; }#dklTP2M7TTWhDFkiteB5ftgk8RTtWqxh { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#GcVRvrphvbx1uqalWpFRLayWK1PkG0AL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDbBgf723vwgUgAq4sedOMcOdndgRs5F { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sy0hGVI20iMNM5EO65tEvhXmT3lDW9DF { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L4va873oD7umDeZPAiWv45Z1lZUnwnZd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.4375rem;top:2.375rem;left:10.0517578125rem;overflow:hidden;display:block; }
#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { position:relative;display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { background-color: transparent; background-image: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container > .video-iframe-container { display: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row > .video-iframe-container { display: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .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); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { border-width: 0; border-radius: 0; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .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; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:122.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { 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:40.875rem;width:30.625rem;top:36.36865234375rem;left:14.6875rem;overflow:hidden;display:block; }
#udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.5625rem;height:26.80665625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:80.6875rem;left:9.5625rem;height:39.31643125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv { position:relative;display:block; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv { background-color: transparent; background-image: none; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row .container > .video-iframe-container { display: none; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row > .video-iframe-container { display: none; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .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); }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv { border-width: 0; border-radius: 0; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .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; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35rem;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; }#IvlbsvTQVVufO0dpA4P4xRIBfZyV8cR0 { box-sizing:content-box;height:30rem;width:40.875rem;position:absolute;display:block;z-index:15001;background-color:#f2eafa;background-image:none;top:2.125rem;left:9.5625rem;border-top:0.3125rem dashed #781ad5;border-left:0.3125rem dashed #781ad5;border-right:0.3125rem dashed #781ad5;border-bottom:0.3125rem dashed #781ad5;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zw3Qx6L7KTafiVzfiDcyDEuXn7M1CcE7 { color:#781ad5;display:block;width:38.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:10.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrmTahgPy4hRJpWoTbfPaDSIGMl08BWk { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:18.4375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7wOrVxVcFGkiGgufukWqVVERcT7Mm0E { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:15.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqu5yQRkxagXSC0p1zAUlJydWVZr5vT7 { background-color:#00c12d;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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.3125rem;left:15.1875rem;display:block; }
#iNT4I2qF7M3S0VkoCdMta8UqWA4gavGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTQEpPExKC4i9Th67tNvZoJoECV4wTZB { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:21.125rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynKzJ4fSD3V5VN4CUawTJWwhfb6Devtf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:25.0625rem;left:15.1875rem;overflow:hidden;display:block; }
#dWNWP6sLEcgzB9PyLNi41cTHEHqs9CRG { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:21.125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFNfwRLlZEK9viZgyfwb4RC2sD9aOzCI { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { position:relative;display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { background-color: transparent; background-image: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container > .video-iframe-container { display: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row > .video-iframe-container { display: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .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); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { border-width: 0; border-radius: 0; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .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; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52rem;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; }#eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:1.75rem;left:25.78125rem;overflow:hidden;display:block; }
#oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.5625rem;height:35.74220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { position:relative;display:none; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { border-width: 0; border-radius: 0; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .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; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;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:none; }#waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:10.5rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { box-sizing:content-box;height:22.125rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.0625rem;left:9.4375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 { position:relative;display:block; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 { background-color: transparent; background-image: none; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row .container > .video-iframe-container { display: none; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row > .video-iframe-container { display: none; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .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); }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 { border-width: 0; border-radius: 0; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .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; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:108.625rem;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; }#yUnU1dy8f8ASVJf26N6ETqbxArO0JvJN { box-sizing:content-box;height:90.8125rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:#f2eafa;background-image:none;top:2.875rem;left:9.5625rem;border-top:0.3125rem dashed #781ad5;border-left:0.3125rem dashed #781ad5;border-right:0.3125rem dashed #781ad5;border-bottom:0.3125rem dashed #781ad5;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#b1pyQVF13emDGnIVTOL3HFlXN5z5PVn6 { color:#781ad5;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:12.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQNsLEHOeSer51ciSvK4Xr3L5d4TpKBu { 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:22.1875rem;width:39.5rem;top:10.875rem;left:10.5625rem;overflow:hidden;display:block; }
#oLtRt2g7r8MOuXiAlWk6uDBC9FAo0eJd { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:72.125rem;left:18.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhDBe2QWrdfs2ot7FxFdT7TL2ei8L4X6 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:74.875rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehulEZgz2Iy145exAHFcbWmppbXFsZ4k { background-color:#00c12d;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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:78.5rem;left:14.9375rem;display:block; }
#CCvd2qV3T6oOdXmOE2me0hWWwNF1aSbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4kb1F2e6peE3SfsqDT4pTsywTRuZcQI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:86.25rem;left:14.9375rem;overflow:hidden;display:block; }
#E2r9v4a76QAlg8SLQ93dHpXQadVkedcW { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:87.875rem;left:20.875rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qykXNbS96tUoixuiMfusf2mB2J5T6iTh { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:86.25rem;left:20.875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k53TXdNvCoziSzbsydWEFQMxDiDatmt4 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:129.625rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wsBlG4ncJ7gEuVLek2VdWAD1b3J7FmWB { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.875rem;left:11.90625rem;height:35.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.894375rem;padding-right:0.845rem;padding-bottom:0.894375rem;padding-left:0.845rem;display:block;align-items:center;width:5.06875rem;min-width:5.06875rem;height:4.72rem;position:relative;font-family:arial;font-size:3.574375rem;font-weight:700;line-height:75.52px;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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.55875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.76rem;height:1.888125rem;position:relative;font-family:"open sans";font-size:1.340625rem;font-weight:700;line-height:30.21px;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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:41.25rem;height:8.875rem;padding-top:0.111875rem;padding-right:0.120625rem;padding-bottom:0.111875rem;padding-left:0.120625rem;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:95.875rem;left:9.5654296875rem;z-index:15003; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #cJbEbgkv7NoCd3LFuuU8cTkTJAhthMAz { display:flex;position:relative;top:0rem;left:0rem; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #spmPSoGwPAHh9GZiTFUxgx2iA8TlB9NG { width:auto; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #T6Ikw00TyLZfvKakoC6T5d5pJxf6Ey4K {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #bTE4mgMTrtQJVA7BKt9Tez02GtOXXTNS { display:flex;position:relative;top:0rem;left:0rem; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #S6MKhE3Tciyb9DFJsw4ssakPv5XsQg9x {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xMO8hAexAzTOZX6dIwUWA2xaGkfbHQzt {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #qoFD5dSkeQgJtvETeSNEaQKRp93wl3T9 { display:flex;position:relative;top:0rem;left:0rem; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #HRzT7Ekhrovtxu2zyxdUVxKyz0C3XK9K {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #sI6NdixWFR7PEi8XSVUC95UuToGUxQNf {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xskzTX67lGGoTZ8JQwhrAcwDWL0muIk7 { display:flex;position:relative;top:0rem;left:0rem; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #KlgT4Tc0ygF2eZ6QEpzikBi504fGAL9o {  }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #NTTgIg25LJcDK7WyUb7CZSpue9mCseGa {  }
#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#781ad5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { background-color: transparent; background-image: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container > .video-iframe-container { display: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container { display: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .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); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { border-width: 0; border-radius: 0; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { color:#000000;display:block;width:30.125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.65625rem;left:14.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM > .row .container { border-width: 0; border-radius: 0; }#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:none; }#BA7K4LI3zgaXIuUOk57v247CBioyGwAV { box-sizing:content-box;height:23.9375rem;width:17.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.75rem;left:1.1875rem;display:block; }
#hIOVhIuSEowyvup594rrzltZ9AxLsRyT { 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:2.4375rem;width:3.5rem;top:3.0625rem;left:1.875rem;overflow:hidden;display:block; }
#iNhhLFt62PXuV2mHOgrETqwtDTH2NSTe { 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:1.25rem;width:6.5rem;top:6.8125rem;left:1.875rem;overflow:hidden;display:block; }
#X5ccmPHaHqPCtb1U9BUBXocM7CXs9r68 { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#wrSzbW4G6ZdnFLTyTy4AclIQoPxR5cZd { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPNbQSbe11zuGz2BtBpKAK0BoNRdF0FS { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:1.96875rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBs4f1CZp9oTiDCWvqBHUQ5UDQSoboiT { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.96875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ubaWHuwCcVuvaGGokJZNfZx8kupLkvnu { box-sizing:content-box;height:20.375rem;width:17.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.75rem;left:21.1875rem;display:block; }
#IIwvLScy0cSsqbCluG0eTzARrBNbzbX2 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:21.96875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TO3wPV2Ku6JeXKmOZXXAvGBzpAqcXRMu { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.1875rem;left:21.96875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwTqW9KA9JC2SN5i8QdXo3MIQXqVzMKH { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:21.875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZvZHobeaIZKFHHnQ8qfWUczuILDo007 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:6.8125rem;left:21.875rem;overflow:hidden;display:block; }
#ypQh9MyKfWWDriyKd1JNVQcHMsq8uPu2 { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#H1cfA1S5c0uQWzVtCTmQHqtX2dwSBFNJ { 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:2.4375rem;width:3.5rem;top:3.0625rem;left:21.875rem;overflow:hidden;display:block; }
#oW0NkWWU7S19Lc1yvWKzo0vJ620vqH5g { box-sizing:content-box;height:23.125rem;width:17.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.75rem;left:41.1875rem;display:block; }
#a0Hc3IHUx3PQuSxyMv3TiDXEeyT4qv3D { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:41.96875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3tJxzoXOylv6ez7rZKhgRgqGIANH6P4 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.9375rem;left:41.96875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVwxsmQBr28sE0Lp23sspXMPVrnB2aUM { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.96875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2pQD1BZl99dWICSxITta4pbgTn8o7ea { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:6.8125rem;left:42rem;overflow:hidden;display:block; }
#JTUeQ8nOP6EPAMuxEngI4EaGJDhv5hM4 { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:52.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#PDdBx9pTScQt38elmAiSIvKZwzSZPppT { 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:2.4375rem;width:3.5rem;top:3.0625rem;left:42rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxhiMHqwpR20f5RSOFDKNTKHVc0DqQgE { top:1.4375rem;left:3.0625rem;width:11rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS { width:18rem;height:5.0625rem;display:flex;top:20rem;left:14.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #H3Wm2o31MiOU450c1PBAbdFBSpexAGxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ndotmoIN6LLrIBzMmfrHPB3eAsSQz2Hn {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #xKlEhcGEdGpaSAKp4Dy521VbA6sdynaA {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #h25Td8CsGU1i2yxNaxk1Tu7IqhHkRF2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ILhMgLwMI2GWSbVkqAbs0KNaG8JXCO3r {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #vCCApzQrUbm99hHSAvhLwFV3w6bmdG0r {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #DvSTVaoXJcBBBzhTH0DQQbqhSyQsv6cF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #lOk7OKiWeJcCMos9ADpLecspNX9JxA0T {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #BTAbal9B1yTCTxGEGyBgEsf4tPPbX4VT {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #XPKutm9vf2E7w8cUIziUZTqn95aaQogv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #R3XBE8FXiLn5ZTs7A9vJ4ScUeIsMSlGS {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #FvMx33Buo8P72cpSQRrSuqyZGSZT9kln {  }
 }@media only screen and (max-width: 763px) { #NM9h6rGgyRSk2KSnpN3BBHNWPOfwIGEK { width:15.0625rem;height:2.875rem;top:0.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBALryTTOUIK9fbyIiXrafIoxX9dc0M { display:block; }
 }@media only screen and (max-width: 763px) { #w9G1G995VZKRLdINw6lmnn43eRXriQmO { display:block; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { top:1.5rem;left:11.25rem;width:24.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { top:2.25rem;left:12.28125rem;width:23.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { top:6.5rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { top:16.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnciSeDZCpUTRsOex555TfvuhnNaNNBr { top:0.75rem;left:29.25rem;width:17.5rem;height:69.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { top:1.1875rem;left:30.0625rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { top:1.9375rem;left:29.375rem;width:18.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { top:47.625rem;left:30.5625rem;width:17.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMPn4EABWooMQTmdSh3yFf1VnypohUC { top:5.25rem;left:31.5625rem;width:16.0625rem;height:41.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { top:57.125rem;left:31.75rem;width:12.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { top:59.0625rem;left:31.4375rem;width:16.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { width:16.6875rem;height:3.8125rem;top:61.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block; }
 }@media only screen and (max-width: 763px) { #xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { top:67rem;left:35.125rem;width:12.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTcJiJb0H1gFI0vSw214DShaC4omc3a { top:66.3125rem;left:31.75rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 { width:18rem;height:5.0625rem;display:flex;top:20rem;left:14.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #UPZIRZE8zEVHnAd3vJhzzbfCgRarvzUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #S8VvFuQTUvTfcV3mJfF9zIBqddA57E1h {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #bClScJXu6utq7Lnp3LQTUh8liv8fOOEF {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #ZSrx3KqvHvtcvN7QqtgrZazlDxkXSWCm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TyPz7oJkFSBBBSJJFi5hHR81VRmnSzUJ {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #aVPZduPgkWNlTw1EKcn9zHDqrc1ygGNu {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #m91VFa3SLOvTEZCWHSCSOViJ8DIfciJC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TsW4zN1mB0hFDKWSiQuSgMKz4OWtTFmb {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #wzgy6Oi8IJK0riw3CVnVNnBIEqL3wTxJ {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #XAH9KBoZ0iBhtE6ZawuPm53zLPyM1Sv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #rLvfTen7Fet4ic4LVmm0N5e8w0qOUrhn {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #CPrkIOnw3HsGZEQR1zBXVWFFrBIgPTp9 {  }
 }@media only screen and (max-width: 763px) { #QRDIzZK7tyBxQnf1ucKROdqI1TbE7kBx { top:1.1875rem;left:0rem;width:36.4375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvfnqkomHNPP1aSPMF1zRJLs6SWLR0X { top:38.875rem;left:0rem;width:36.4375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 { display:block; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOrLcs4409ph7vEaeZngKT59obAqTEHQ { top:1rem;left:0rem;width:25.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6R363fbqSmQQMyfDdIILb0du5ukobm { top:1rem;left:21.8125rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbECFsNwGwNL3RmdtkzvTi44NJEzH3b { top:28.5625rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDZUpFWZ2DMdazOZ0TtZ5JiL2Ja303G { top:28.5625rem;left:21.8125rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { top:2.1875rem;left:5.34375rem;width:37.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { top:8.4375rem;left:3.4375rem;width:40.875rem;height:42rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpTXVUuIBykQhumblv7nNmSmHWFpSVz { display:block; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX9gD8yTK98wbG9rHT6dVs7Fc6w6peDr { top:3.375rem;left:3.125rem;width:40.875rem;height:297.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMtkLNvfvFJvHlp6uHQgcC7hcHz6JP42 { top:5.9375rem;left:8.375rem;width:30.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQkCVUGMT9ubyIw10gfIL3CFILNRmKW { top:11.75rem;left:4.625rem;width:38.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIOlRw7oV7GxJ3QVoGiogWFyirur0aHc { top:34.5625rem;left:5.75rem;width:36.1875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FihSEkiNiqdPBNm3HuE9R9Vmv02A5P87 { top:40.3125rem;left:5.75rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP08NC1vPkrS7AL2ObMmInF9mGeCwTex { top:278.875rem;left:12.03125rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR4HlaSs1TvFQ0N1GG4EVClrMHzuUsu0 { top:282.6875rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLeZfhBKTeWdIR953Ko2yt6VgBc9eMwL { width:30.125rem;height:5.5rem;top:286.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OfLTsuIwoXLzGwMxXXaITEzqcqnQLD { display:block; }
 }@media only screen and (max-width: 763px) { #bOgFWHmd8U7IsAVN1IbTrC5GoqzUqUGw { top:294.125rem;left:8.75rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBJN2BCLlTUkE4sWUd6aK2CntbuGZ42T { top:296.0625rem;left:14.6875rem;width:24.25rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qInqGHLJNUmxllRl8e7HETpTt8sAeZFE { top:294.5rem;left:14.6875rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewEe3eCZl5krWZMwTupE3nwK8eFBg0dw { top:137.6875rem;left:0rem;width:17.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh { top:41.9375rem;left:5.75rem;width:36.1875rem;height:;font-size:1.125rem;display:block; }#UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh li:before{  }
 }@media only screen and (max-width: 763px) { #CaSMWrJR0Oxa7aWAgW0ZTD5N5FqMoOl3 { top:231.75rem;left:5.1875rem;width:37.375rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0RpBJZfTyEnWT66zTfFkgJuGN5sHEK { top:239.5rem;left:5.25rem;width:37.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37o3wZWt8OtCNDT6K4NGSi84Bp8DGfc { top:260.125rem;left:5.78125rem;width:36.1875rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COCZnL5mHWU8wk9F9bzCFQV7LFT7XFaf { top:70.4375rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6Ko2RqFVIFvPfFQThcW5V9KqnP2HGX { top:76.5rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 { top:78.6875rem;left:5.78125rem;width:36.1875rem;height:20.4375rem;font-size:1.125rem;display:block; }#JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 li:before{  }
 }@media only screen and (max-width: 763px) { #thm7TWOeNndgn2gubVeODEPR70lDKW2H { top:100.875rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npzQ53Q7zoPnpaMkCiDvsyIg3F9pXJL6 { top:106.625rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h { top:109.1875rem;left:5.78125rem;width:36.1875rem;height:18.8125rem;font-size:1.125rem;display:block; }#nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h li:before{  }
 }@media only screen and (max-width: 763px) { #bRNWGkG4tHzOXxAVEUqQme61e6MTPUfV { top:129.0625rem;left:5.3125rem;width:37.125rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROgZQWXU7XBtx7zQA9Cndz0MKLqLgD5Z { top:134.9375rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI { top:137.125rem;left:5.78125rem;width:36.1875rem;height:13.625rem;font-size:1.125rem;display:block; }#qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI li:before{  }
 }@media only screen and (max-width: 763px) { #ipmp6u1vyMCOkpatsdMFcBJ3orvTrxQT { top:152.0625rem;left:5.3125rem;width:36.1875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvP0LRwDm5rQ6J0IkllkzSB8IadfWJtn { top:157.6875rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z { top:159.875rem;left:5.78125rem;width:36.1875rem;height:15.25rem;font-size:1.125rem;display:block; }#vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z li:before{  }
 }@media only screen and (max-width: 763px) { #tXS4yXAnNOQiTi4WEr0UDqioHMfGPakk { top:176.3125rem;left:5.3125rem;width:37.375rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEi4ZD8V3swaBc7dSGlVdVWk6WnRJvr2 { top:181.9375rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh { top:184.125rem;left:5.78125rem;width:36.1875rem;height:20.4375rem;font-size:1.125rem;display:block; }#PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh li:before{  }
 }@media only screen and (max-width: 763px) { #I53K6E5N296XtJAoTnLkdz64yTzChgCC { top:205.875rem;left:5.65625rem;width:36.4375rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfl3eSTKN5c9UTLKBFTmdbbQBVWZId6 { top:211.625rem;left:5.78125rem;width:36.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA { top:214rem;left:5.78125rem;width:36.1875rem;height:15.25rem;font-size:1.125rem;display:block; }#RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA li:before{  }
 }@media only screen and (max-width: 763px) { #lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { top:2.6875rem;left:3.4375rem;width:40.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 { display:block; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQyQkLlvJ0EgeJRHDugBVQvFpKDqFHIw { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEubTTqBvrTy2sSgGlcvF1EsT9Dsnk6 { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyZpmqhhxiNfpCQRk8fqbFAqMxsIKIz { top:5.8125rem;left:13.625rem;width:24.0625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGy5DthIqzBi95Txtt4x2K209yeTAIyr { top:11.6875rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOUDr4WPqyzJR6cGIrydz4PAib0rnzv5 { top:1.9375rem;left:4.1767578125rem;width:7.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx { display:block; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQrHJ9h0GgiW4U0IyHK7LF6ltJLbTtXo { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiSFnDJKiGbKGfPFEwdziQtVD60WTcN { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLR1mA226FkuUlvO2GRpKP2syUFz6RT { top:5.8125rem;left:13.625rem;width:27.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8eF7oT1K1eo6gJTyqvht56TDVd3S6oN { top:11.6875rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0s32BC0D7SloV5ZJM2kUmiH3gFylEM { top:2rem;left:3.8642578125rem;width:7.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL { display:block; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdL4lLE3ZsxdgcKTEJec2MaoVuHJkM7I { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMUDIHpCfT2A0pwKAKKQtsCBSIIvHqxa { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acn90HuE3JDlu9wBHXzaxEfTVNQKapiz { top:5.8125rem;left:13.625rem;width:27.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hidSTIcPAgVTuTV0XuuPtduCpDPWu2RU { top:11.6875rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTd2c8yml5kf3iJU9XWm0wVCvTsf5lAI { top:2rem;left:4.0517578125rem;width:7.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ { display:block; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dklTP2M7TTWhDFkiteB5ftgk8RTtWqxh { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcVRvrphvbx1uqalWpFRLayWK1PkG0AL { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbBgf723vwgUgAq4sedOMcOdndgRs5F { top:5.8125rem;left:13.625rem;width:27.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0hGVI20iMNM5EO65tEvhXmT3lDW9DF { top:11.6875rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4va873oD7umDeZPAiWv45Z1lZUnwnZd { top:2.375rem;left:3.9267578125rem;width:7.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVzTSposS6riZes3TINVqcXBI4wCKE6 { display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { top:36.3125rem;left:8.5625rem;width:30.625rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { top:1.6875rem;left:5.46875rem;width:36.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { top:8.625rem;left:3.4375rem;width:40.875rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { top:80.6875rem;left:3.4375rem;width:40.875rem;height:39.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv { display:block; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvlbsvTQVVufO0dpA4P4xRIBfZyV8cR0 { top:2.125rem;left:3.4375rem;width:40.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw3Qx6L7KTafiVzfiDcyDEuXn7M1CcE7 { top:4.5rem;left:4.8125rem;width:38.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrmTahgPy4hRJpWoTbfPaDSIGMl08BWk { top:11.0625rem;left:12.3125rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wOrVxVcFGkiGgufukWqVVERcT7Mm0E { top:13.875rem;left:9.4375rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqu5yQRkxagXSC0p1zAUlJydWVZr5vT7 { width:30.125rem;height:5.5rem;top:17.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNT4I2qF7M3S0VkoCdMta8UqWA4gavGF { display:block; }
 }@media only screen and (max-width: 763px) { #xTQEpPExKC4i9Th67tNvZoJoECV4wTZB { top:26.6875rem;left:15rem;width:24.25rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKzJ4fSD3V5VN4CUawTJWwhfb6Devtf { top:25.0625rem;left:9.0625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNWP6sLEcgzB9PyLNi41cTHEHqs9CRG { top:25.0625rem;left:15rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFNfwRLlZEK9viZgyfwb4RC2sD9aOzCI { top:11.9375rem;left:0rem;width:15.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { top:1.75rem;left:19.65625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { top:11rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { top:16.9375rem;left:3.4375rem;width:40.875rem;height:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { display:block; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { top:5.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { top:6.625rem;left:4.375rem;width:39rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { top:0.6875rem;left:3.4375rem;width:40.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { top:4.0625rem;left:3.3125rem;width:40.875rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 { display:block; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUnU1dy8f8ASVJf26N6ETqbxArO0JvJN { top:2.875rem;left:3.4375rem;width:40.875rem;height:90.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1pyQVF13emDGnIVTOL3HFlXN5z5PVn6 { top:5.125rem;left:6.0625rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNsLEHOeSer51ciSvK4Xr3L5d4TpKBu { top:10.875rem;left:4.4375rem;width:39.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLtRt2g7r8MOuXiAlWk6uDBC9FAo0eJd { top:72.125rem;left:12.0625rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDBe2QWrdfs2ot7FxFdT7TL2ei8L4X6 { top:74.875rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehulEZgz2Iy145exAHFcbWmppbXFsZ4k { width:30.125rem;height:5.5rem;top:78.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvd2qV3T6oOdXmOE2me0hWWwNF1aSbU { display:block; }
 }@media only screen and (max-width: 763px) { #n4kb1F2e6peE3SfsqDT4pTsywTRuZcQI { top:86.25rem;left:8.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2r9v4a76QAlg8SLQ93dHpXQadVkedcW { top:87.875rem;left:14.75rem;width:24.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykXNbS96tUoixuiMfusf2mB2J5T6iTh { top:86.25rem;left:14.75rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k53TXdNvCoziSzbsydWEFQMxDiDatmt4 { top:129.25rem;left:0rem;width:17.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsBlG4ncJ7gEuVLek2VdWAD1b3J7FmWB { top:34.875rem;left:5.78125rem;width:36.1875rem;height:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM { width:18rem;height:5.0625rem;display:flex;top:20rem;left:14.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #cJbEbgkv7NoCd3LFuuU8cTkTJAhthMAz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #spmPSoGwPAHh9GZiTFUxgx2iA8TlB9NG {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #T6Ikw00TyLZfvKakoC6T5d5pJxf6Ey4K {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #bTE4mgMTrtQJVA7BKt9Tez02GtOXXTNS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #S6MKhE3Tciyb9DFJsw4ssakPv5XsQg9x {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xMO8hAexAzTOZX6dIwUWA2xaGkfbHQzt {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #qoFD5dSkeQgJtvETeSNEaQKRp93wl3T9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #HRzT7Ekhrovtxu2zyxdUVxKyz0C3XK9K {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #sI6NdixWFR7PEi8XSVUC95UuToGUxQNf {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xskzTX67lGGoTZ8JQwhrAcwDWL0muIk7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #KlgT4Tc0ygF2eZ6QEpzikBi504fGAL9o {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #NTTgIg25LJcDK7WyUb7CZSpue9mCseGa {  }
 }@media only screen and (max-width: 763px) { #IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { top:2.625rem;left:8.8125rem;width:30.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM { display:block; }#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA7K4LI3zgaXIuUOk57v247CBioyGwAV { top:1.75rem;left:0rem;width:17.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIOVhIuSEowyvup594rrzltZ9AxLsRyT { top:3.0625rem;left:0rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNhhLFt62PXuV2mHOgrETqwtDTH2NSTe { top:6.8125rem;left:0rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ccmPHaHqPCtb1U9BUBXocM7CXs9r68 { top:6.8125rem;left:9.1875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrSzbW4G6ZdnFLTyTy4AclIQoPxR5cZd { top:9.5rem;left:0rem;width:16.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPNbQSbe11zuGz2BtBpKAK0BoNRdF0FS { top:13.625rem;left:0rem;width:16.0625rem;height:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBs4f1CZp9oTiDCWvqBHUQ5UDQSoboiT { top:22.75rem;left:0rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubaWHuwCcVuvaGGokJZNfZx8kupLkvnu { top:1.75rem;left:14.125rem;width:17.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwvLScy0cSsqbCluG0eTzARrBNbzbX2 { top:13.625rem;left:15.6875rem;width:16.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3wPV2Ku6JeXKmOZXXAvGBzpAqcXRMu { top:19.1875rem;left:15.6875rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTqW9KA9JC2SN5i8QdXo3MIQXqVzMKH { top:9.5rem;left:15.6875rem;width:16.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvZHobeaIZKFHHnQ8qfWUczuILDo007 { top:6.8125rem;left:15.875rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQh9MyKfWWDriyKd1JNVQcHMsq8uPu2 { top:6.8125rem;left:25.0625rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1cfA1S5c0uQWzVtCTmQHqtX2dwSBFNJ { top:3.0625rem;left:15.875rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0NkWWU7S19Lc1yvWKzo0vJ620vqH5g { top:1.75rem;left:30rem;width:17.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Hc3IHUx3PQuSxyMv3TiDXEeyT4qv3D { top:13.625rem;left:31.5625rem;width:16.0625rem;height:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tJxzoXOylv6ez7rZKhgRgqGIANH6P4 { top:21.9375rem;left:31.5625rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVwxsmQBr28sE0Lp23sspXMPVrnB2aUM { top:9.5rem;left:31.5625rem;width:16.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2pQD1BZl99dWICSxITta4pbgTn8o7ea { top:6.8125rem;left:31.75rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUeQ8nOP6EPAMuxEngI4EaGJDhv5hM4 { top:6.8125rem;left:40.9375rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDdBx9pTScQt38elmAiSIvKZwzSZPppT { top:3.0625rem;left:31.75rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxhiMHqwpR20f5RSOFDKNTKHVc0DqQgE { width:11rem;height:1.25rem;top:26.39625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS .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; }
#fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS { width:18rem;height:5.0625rem;display:flex;top:20rem;left:0.9375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #H3Wm2o31MiOU450c1PBAbdFBSpexAGxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ndotmoIN6LLrIBzMmfrHPB3eAsSQz2Hn {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #xKlEhcGEdGpaSAKp4Dy521VbA6sdynaA {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #h25Td8CsGU1i2yxNaxk1Tu7IqhHkRF2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #ILhMgLwMI2GWSbVkqAbs0KNaG8JXCO3r {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #vCCApzQrUbm99hHSAvhLwFV3w6bmdG0r {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #DvSTVaoXJcBBBzhTH0DQQbqhSyQsv6cF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #lOk7OKiWeJcCMos9ADpLecspNX9JxA0T {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #BTAbal9B1yTCTxGEGyBgEsf4tPPbX4VT {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #XPKutm9vf2E7w8cUIziUZTqn95aaQogv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #R3XBE8FXiLn5ZTs7A9vJ4ScUeIsMSlGS {  }
 }@media only screen and (max-width: 763px) { #fap5gETfe0DoRJxKd8O1A0SL5BL6KVgS #FvMx33Buo8P72cpSQRrSuqyZGSZT9kln {  }
 }@media only screen and (max-width: 763px) { #NM9h6rGgyRSk2KSnpN3BBHNWPOfwIGEK { width:15.0625rem;height:2.875rem;top:28.89625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBALryTTOUIK9fbyIiXrafIoxX9dc0M { display:block; }
 }@media only screen and (max-width: 763px) { #w9G1G995VZKRLdINw6lmnn43eRXriQmO { display:none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { width:20rem;height:3.5rem;top:-0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { width:18.1875rem;height:2.76171875rem;top:0.181640625rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { width:19.125rem;height:8.53025rem;top:4.625rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { width:19.375rem;height:3.16845625rem;top:14.40478515625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnciSeDZCpUTRsOex555TfvuhnNaNNBr { width:17.5rem;height:70rem;top:43.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { width:17.6875rem;height:2.8125rem;top:43.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { width:18.25rem;height:1.29980625rem;top:44.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { width:17.5rem;height:9.8125rem;top:48rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMPn4EABWooMQTmdSh3yFf1VnypohUC { width:16.0625rem;height:41.59378125rem;top:59.25rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { width:12.375rem;height:2.03125rem;top:100.625rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { width:16.1875rem;height:1.94970625rem;top:102.5625rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { width:16.6875rem;height:3.8125rem;top:105.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block; }
 }@media only screen and (max-width: 763px) { #xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { width:12.5rem;height:2.11230625rem;top:110.5rem;left:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTcJiJb0H1gFI0vSw214DShaC4omc3a { width:3.375rem;height:3.375rem;top:109.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .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; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .widget-text.counter-number { padding-top:0.504375rem;padding-right:0.446875rem;padding-bottom:0.504375rem;padding-left:0.446875rem;width:2.679375rem;min-width:2.679375rem;height:2.71rem;font-size:2.016875rem;line-height:43.36px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5725rem;height:1.07125rem;font-size:0.75625rem;line-height:17.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 { width:18.375rem;height:5.125rem;display:flex;top:116.1875rem;left:0.8125rem;z-index:15001;padding-top:0.0525rem;padding-right:0.055625rem;padding-bottom:0.0525rem;padding-left:0.055625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #UPZIRZE8zEVHnAd3vJhzzbfCgRarvzUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #S8VvFuQTUvTfcV3mJfF9zIBqddA57E1h {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #bClScJXu6utq7Lnp3LQTUh8liv8fOOEF {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #ZSrx3KqvHvtcvN7QqtgrZazlDxkXSWCm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TyPz7oJkFSBBBSJJFi5hHR81VRmnSzUJ {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #aVPZduPgkWNlTw1EKcn9zHDqrc1ygGNu {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #m91VFa3SLOvTEZCWHSCSOViJ8DIfciJC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #TsW4zN1mB0hFDKWSiQuSgMKz4OWtTFmb {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #wzgy6Oi8IJK0riw3CVnVNnBIEqL3wTxJ {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #XAH9KBoZ0iBhtE6ZawuPm53zLPyM1Sv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #rLvfTen7Fet4ic4LVmm0N5e8w0qOUrhn {  }
 }@media only screen and (max-width: 763px) { #DSWplhzdLwKlgvoL9NdDU6fsuoC55Gn2 #CPrkIOnw3HsGZEQR1zBXVWFFrBIgPTp9 {  }
 }@media only screen and (max-width: 763px) { #QRDIzZK7tyBxQnf1ucKROdqI1TbE7kBx { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvfnqkomHNPP1aSPMF1zRJLs6SWLR0X { width:20rem;height:20rem;top:21.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 { display:block; }#QMTTEpCyDL8UcVZ1ON8aPU00BCriVl78 > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOrLcs4409ph7vEaeZngKT59obAqTEHQ { width:19.9375rem;height:19.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6R363fbqSmQQMyfDdIILb0du5ukobm { width:19.875rem;height:19.875rem;top:22.451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbECFsNwGwNL3RmdtkzvTi44NJEzH3b { width:19.875rem;height:19.875rem;top:43.6044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDZUpFWZ2DMdazOZ0TtZ5JiL2Ja303G { width:19.875rem;height:19.875rem;top:64.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { width:14.375rem;height:4.875rem;top:1.4375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { width:17.6875rem;height:61.420925rem;top:8.125rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpTXVUuIBykQhumblv7nNmSmHWFpSVz { background-color:#f2eafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container { background-color: transparent; background-image: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container > .video-iframe-container { display: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row > .video-iframe-container { display: none; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .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); }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container { border-width: 0; border-radius: 0; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oUpTXVUuIBykQhumblv7nNmSmHWFpSVz > .row .container { width:20rem;height:368.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX9gD8yTK98wbG9rHT6dVs7Fc6w6peDr { width:19.5rem;height:624.3125rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMtkLNvfvFJvHlp6uHQgcC7hcHz6JP42 { width:17.3125rem;height:4.875rem;top:2.4375rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQkCVUGMT9ubyIw10gfIL3CFILNRmKW { width:19.0625rem;height:10.6875rem;top:9.1875rem;left:0.46875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dIOlRw7oV7GxJ3QVoGiogWFyirur0aHc { width:17.6875rem;height:5.84911875rem;top:21.19921875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FihSEkiNiqdPBNm3HuE9R9Vmv02A5P87 { width:17.6875rem;height:1.4624rem;top:28.07421875rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP08NC1vPkrS7AL2ObMmInF9mGeCwTex { width:19.0625rem;height:2.2749rem;top:341.375rem;left:0.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR4HlaSs1TvFQ0N1GG4EVClrMHzuUsu0 { width:20rem;height:3.25rem;top:160.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLeZfhBKTeWdIR953Ko2yt6VgBc9eMwL { width:18.3125rem;height:4.125rem;top:348.0625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OfLTsuIwoXLzGwMxXXaITEzqcqnQLD { display:block; }
 }@media only screen and (max-width: 763px) { #bOgFWHmd8U7IsAVN1IbTrC5GoqzUqUGw { width:4.1875rem;height:4.1875rem;top:353.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBJN2BCLlTUkE4sWUd6aK2CntbuGZ42T { width:18.875rem;height:4.2246125rem;top:362.6875rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qInqGHLJNUmxllRl8e7HETpTt8sAeZFE { width:13.5625rem;height:2.76171875rem;top:359rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewEe3eCZl5krWZMwTupE3nwK8eFBg0dw { width:17.5625rem;height:2.5996125rem;top:344.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh { width:17.6875rem;height:44.8095625rem;top:29.53564453125rem;left:1.15625rem;font-size:1.125rem;display:block; }#UGpHSK4rWdmab1P5HD6HpgS6MRe3s7eh li:before{  }
 }@media only screen and (max-width: 763px) { #CaSMWrJR0Oxa7aWAgW0ZTD5N5FqMoOl3 { width:18.25rem;height:7.7988125rem;top:296.3125rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0RpBJZfTyEnWT66zTfFkgJuGN5sHEK { width:20rem;height:9.375rem;top:306.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37o3wZWt8OtCNDT6K4NGSi84Bp8DGfc { width:17.6875rem;height:21.93600625rem;top:317.5rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COCZnL5mHWU8wk9F9bzCFQV7LFT7XFaf { width:17.6875rem;height:9.7485625rem;top:75.4375rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6Ko2RqFVIFvPfFQThcW5V9KqnP2HGX { width:17.6875rem;height:1.4624rem;top:86.25rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 { width:17.6875rem;height:31.6479375rem;top:87.75rem;left:1.15625rem;font-size:1.125rem;display:block; }#JhZTTweit8RHmsF5kftyCV7f7ZmIyLG3 li:before{  }
 }@media only screen and (max-width: 763px) { #thm7TWOeNndgn2gubVeODEPR70lDKW2H { width:17.6875rem;height:5.84911875rem;top:120.18115234375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npzQ53Q7zoPnpaMkCiDvsyIg3F9pXJL6 { width:17.6875rem;height:1.4624rem;top:126.8125rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h { width:17.6875rem;height:30.1855625rem;top:128.6875rem;left:1.03125rem;font-size:1.125rem;display:block; }#nItqvVbTRTyV2sdPbBRtvb7O5i6N7d0h li:before{  }
 }@media only screen and (max-width: 763px) { #bRNWGkG4tHzOXxAVEUqQme61e6MTPUfV { width:17.6875rem;height:5.84911875rem;top:159.375rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROgZQWXU7XBtx7zQA9Cndz0MKLqLgD5Z { width:17.6875rem;height:1.4624rem;top:166rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI { width:17.6875rem;height:22.5610625rem;top:167.75rem;left:1.15625rem;font-size:1.125rem;display:block; }#qFLIJv0MtsqQCWGfxAysS4y5oRb9noXI li:before{  }
 }@media only screen and (max-width: 763px) { #ipmp6u1vyMCOkpatsdMFcBJ3orvTrxQT { width:17.6875rem;height:5.84911875rem;top:190.8125rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvP0LRwDm5rQ6J0IkllkzSB8IadfWJtn { width:17.6875rem;height:1.4624rem;top:197.5rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z { width:17.6875rem;height:22.5610625rem;top:199.5625rem;left:1.15625rem;font-size:1.125rem;display:block; }#vF4AWy3TDrsr3HIKlxasc8O89Se9cE4Z li:before{  }
 }@media only screen and (max-width: 763px) { #tXS4yXAnNOQiTi4WEr0UDqioHMfGPakk { width:17.6875rem;height:5.84911875rem;top:222.68603515625rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEi4ZD8V3swaBc7dSGlVdVWk6WnRJvr2 { width:17.6875rem;height:1.4624rem;top:229.25rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh { width:17.6875rem;height:31.6479375rem;top:231.125rem;left:1.1875rem;font-size:1.125rem;display:block; }#PpK3CF2tId9GPb95z7Nx9uf6kTyr6Frh li:before{  }
 }@media only screen and (max-width: 763px) { #I53K6E5N296XtJAoTnLkdz64yTzChgCC { width:17.6875rem;height:5.84911875rem;top:263.33447265625rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfl3eSTKN5c9UTLKBFTmdbbQBVWZId6 { width:17.6875rem;height:1.4624rem;top:269.75rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA { width:17.6875rem;height:22.5610625rem;top:271.75rem;left:1.15625rem;font-size:1.125rem;display:block; }#RbuIt7J23pOJd5b0VsIzGXLtUZf83EuA li:before{  }
 }@media only screen and (max-width: 763px) { #lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { width:17.6875rem;height:3.25rem;top:2.15625rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 { display:block; }#ER3RGvpt8iQxeLeTFnFnukMO3Hrl5ZF8 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQyQkLlvJ0EgeJRHDugBVQvFpKDqFHIw { width:12.5rem;height:2.5625rem;top:18rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEubTTqBvrTy2sSgGlcvF1EsT9Dsnk6 { width:12.5rem;height:1.21875rem;top:18.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyZpmqhhxiNfpCQRk8fqbFAqMxsIKIz { width:18.875rem;height:4.38720625rem;top:22.125rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BGy5DthIqzBi95Txtt4x2K209yeTAIyr { width:14.6875rem;height:1.625rem;top:28.625rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOUDr4WPqyzJR6cGIrydz4PAib0rnzv5 { width:9rem;height:15.5rem;top:1.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx { display:block; }#ZqbPNntkFgGiuEIaM3LsKHrXeakBRNvx > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQrHJ9h0GgiW4U0IyHK7LF6ltJLbTtXo { width:12.5rem;height:2.5625rem;top:18.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiSFnDJKiGbKGfPFEwdziQtVD60WTcN { width:12.5rem;height:1.21875rem;top:19.359375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLR1mA226FkuUlvO2GRpKP2syUFz6RT { width:18.875rem;height:5.8496125rem;top:22.4375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8eF7oT1K1eo6gJTyqvht56TDVd3S6oN { width:14.6875rem;height:1.625rem;top:30.1875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0s32BC0D7SloV5ZJM2kUmiH3gFylEM { width:9.75rem;height:16.4375rem;top:1.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL { display:block; }#bG5hmHLlbudWkTGTkMGSEobuvKPSmTaL > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdL4lLE3ZsxdgcKTEJec2MaoVuHJkM7I { width:12.5rem;height:2.5625rem;top:18.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMUDIHpCfT2A0pwKAKKQtsCBSIIvHqxa { width:12.5rem;height:1.21875rem;top:19.359375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acn90HuE3JDlu9wBHXzaxEfTVNQKapiz { width:18.875rem;height:4.38720625rem;top:22.5rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hidSTIcPAgVTuTV0XuuPtduCpDPWu2RU { width:14.6875rem;height:1.625rem;top:28.625rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTd2c8yml5kf3iJU9XWm0wVCvTsf5lAI { width:9.8125rem;height:16.5rem;top:1.375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ { display:block; }#Dv2ZWoNTtcROqWKaikolCTNHxgDQWdpQ > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dklTP2M7TTWhDFkiteB5ftgk8RTtWqxh { width:12.5rem;height:2.5625rem;top:18.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcVRvrphvbx1uqalWpFRLayWK1PkG0AL { width:12.5rem;height:1.21875rem;top:19.359375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbBgf723vwgUgAq4sedOMcOdndgRs5F { width:18.875rem;height:4.38720625rem;top:22.6875rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sy0hGVI20iMNM5EO65tEvhXmT3lDW9DF { width:14.6875rem;height:1.625rem;top:29.9375rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4va873oD7umDeZPAiWv45Z1lZUnwnZd { width:9.6875rem;height:16.4375rem;top:1.25rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVzTSposS6riZes3TINVqcXBI4wCKE6 { display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { width:13.25rem;height:17.6875rem;top:36.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { width:17.6875rem;height:4.875rem;top:0rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { width:17.6875rem;height:30.710425rem;top:5.9775390625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { width:17.6875rem;height:49.72165625rem;top:56.375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv { display:block; }#cPs0gsV60TpLOdfArUkaVIeJnV6Z4CNv > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvlbsvTQVVufO0dpA4P4xRIBfZyV8cR0 { width:19.5rem;height:19.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw3Qx6L7KTafiVzfiDcyDEuXn7M1CcE7 { width:18.875rem;height:4.875rem;top:3.4375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrmTahgPy4hRJpWoTbfPaDSIGMl08BWk { width:18.1875rem;height:2.2749rem;top:9.6875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wOrVxVcFGkiGgufukWqVVERcT7Mm0E { width:20rem;height:0;top:13.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqu5yQRkxagXSC0p1zAUlJydWVZr5vT7 { width:18.3125rem;height:4.125rem;top:15.6875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNT4I2qF7M3S0VkoCdMta8UqWA4gavGF { display:block; }
 }@media only screen and (max-width: 763px) { #xTQEpPExKC4i9Th67tNvZoJoECV4wTZB { width:18.875rem;height:0;top:29.5625rem;left:0.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ynKzJ4fSD3V5VN4CUawTJWwhfb6Devtf { width:4.1875rem;height:4.1875rem;top:22.375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWNWP6sLEcgzB9PyLNi41cTHEHqs9CRG { width:11.375rem;height:0;top:26.8125rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yFNfwRLlZEK9viZgyfwb4RC2sD9aOzCI { width:15.75rem;height:2.5996125rem;top:12.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { width:8.4375rem;height:8.4375rem;top:0.875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { width:20rem;height:3.25rem;top:10.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { width:18.875rem;height:39.48489375rem;top:15.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { display:none; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container { width:20rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { width:18rem;height:2.75rem;top:4.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { width:18rem;height:32.0625rem;top:7.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { width:19.75rem;height:37.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 { display:block; }#mbuMaCIJEhCffxrU5TDHmMghClJwdCm2 > .row .container { width:20rem;height:111.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUnU1dy8f8ASVJf26N6ETqbxArO0JvJN { width:19.5rem;height:97.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1pyQVF13emDGnIVTOL3HFlXN5z5PVn6 { width:18.875rem;height:4.875rem;top:4.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNsLEHOeSer51ciSvK4Xr3L5d4TpKBu { width:19.3125rem;height:10.8125rem;top:10rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLtRt2g7r8MOuXiAlWk6uDBC9FAo0eJd { width:19.0625rem;height:2.2749rem;top:73.3125rem;left:0.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDBe2QWrdfs2ot7FxFdT7TL2ei8L4X6 { width:20rem;height:3.25rem;top:160.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehulEZgz2Iy145exAHFcbWmppbXFsZ4k { width:18.3125rem;height:4.125rem;top:80.8125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvd2qV3T6oOdXmOE2me0hWWwNF1aSbU { display:block; }
 }@media only screen and (max-width: 763px) { #n4kb1F2e6peE3SfsqDT4pTsywTRuZcQI { width:4.1875rem;height:4.1875rem;top:86.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2r9v4a76QAlg8SLQ93dHpXQadVkedcW { width:17.6875rem;height:5.2807625rem;top:93.8125rem;left:1.125rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qykXNbS96tUoixuiMfusf2mB2J5T6iTh { width:13.5625rem;height:2.76171875rem;top:91.0625rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k53TXdNvCoziSzbsydWEFQMxDiDatmt4 { width:17.5625rem;height:2.5996125rem;top:76.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsBlG4ncJ7gEuVLek2VdWAD1b3J7FmWB { width:17.6875rem;height:49.72166875rem;top:22.4375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .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; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .widget-text.counter-number { padding-top:0.51625rem;padding-right:0.463125rem;padding-bottom:0.51625rem;padding-left:0.463125rem;width:2.77625rem;min-width:2.77625rem;height:2.775rem;font-size:2.065625rem;line-height:44.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3225rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.7025rem;height:1.09625rem;font-size:0.774375rem;line-height:17.54px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM { width:19.0625rem;height:5.25rem;display:flex;top:103.0625rem;left:0.41064453125rem;z-index:15001;padding-top:0.05375rem;padding-right:0.0575rem;padding-bottom:0.05375rem;padding-left:0.0575rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #cJbEbgkv7NoCd3LFuuU8cTkTJAhthMAz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #spmPSoGwPAHh9GZiTFUxgx2iA8TlB9NG {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #T6Ikw00TyLZfvKakoC6T5d5pJxf6Ey4K {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #bTE4mgMTrtQJVA7BKt9Tez02GtOXXTNS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #S6MKhE3Tciyb9DFJsw4ssakPv5XsQg9x {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xMO8hAexAzTOZX6dIwUWA2xaGkfbHQzt {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #qoFD5dSkeQgJtvETeSNEaQKRp93wl3T9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #HRzT7Ekhrovtxu2zyxdUVxKyz0C3XK9K {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #sI6NdixWFR7PEi8XSVUC95UuToGUxQNf {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #xskzTX67lGGoTZ8JQwhrAcwDWL0muIk7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #KlgT4Tc0ygF2eZ6QEpzikBi504fGAL9o {  }
 }@media only screen and (max-width: 763px) { #JbqyS4HLG20frNQqCQwiu5tKfTyuEgbM #NTTgIg25LJcDK7WyUb7CZSpue9mCseGa {  }
 }@media only screen and (max-width: 763px) { #IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { width:20rem;height:1.13720625rem;top:2.025390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM { display:none; }#iWIiGWc1mWblQxKi64MA1TgeuRSNXKyM > .row .container { width:20rem;height:74.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BA7K4LI3zgaXIuUOk57v247CBioyGwAV { width:17.625rem;height:25rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIOVhIuSEowyvup594rrzltZ9AxLsRyT { width:3.5rem;height:2.4375rem;top:2.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNhhLFt62PXuV2mHOgrETqwtDTH2NSTe { width:6.5rem;height:1.25rem;top:6.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ccmPHaHqPCtb1U9BUBXocM7CXs9r68 { width:6.6875rem;height:1.25rem;top:6.3125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrSzbW4G6ZdnFLTyTy4AclIQoPxR5cZd { width:16.0625rem;height:3.5rem;top:9rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iPNbQSbe11zuGz2BtBpKAK0BoNRdF0FS { width:16.0625rem;height:8.3125rem;top:14.25rem;left:1.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBs4f1CZp9oTiDCWvqBHUQ5UDQSoboiT { width:16.0625rem;height:1.4375rem;top:23.75rem;left:1.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ubaWHuwCcVuvaGGokJZNfZx8kupLkvnu { width:17.625rem;height:20.9375rem;top:28.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwvLScy0cSsqbCluG0eTzARrBNbzbX2 { width:16.0625rem;height:4.75rem;top:40rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO3wPV2Ku6JeXKmOZXXAvGBzpAqcXRMu { width:16.0625rem;height:1.4375rem;top:46.25rem;left:1.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VwTqW9KA9JC2SN5i8QdXo3MIQXqVzMKH { width:16.0625rem;height:3.5rem;top:35.875rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZvZHobeaIZKFHHnQ8qfWUczuILDo007 { width:6.5rem;height:1.25rem;top:33.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQh9MyKfWWDriyKd1JNVQcHMsq8uPu2 { width:6.6875rem;height:1.25rem;top:33.1875rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1cfA1S5c0uQWzVtCTmQHqtX2dwSBFNJ { width:3.5rem;height:2.4375rem;top:29.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0NkWWU7S19Lc1yvWKzo0vJ620vqH5g { width:17.625rem;height:21.9375rem;top:50.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Hc3IHUx3PQuSxyMv3TiDXEeyT4qv3D { width:16.0625rem;height:7.125rem;top:61.9375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3tJxzoXOylv6ez7rZKhgRgqGIANH6P4 { width:16.0625rem;height:1.4375rem;top:70.1875rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVwxsmQBr28sE0Lp23sspXMPVrnB2aUM { width:16.0625rem;height:3.5rem;top:58.4375rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2pQD1BZl99dWICSxITta4pbgTn8o7ea { width:6.5rem;height:1.25rem;top:55.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUeQ8nOP6EPAMuxEngI4EaGJDhv5hM4 { width:6.6875rem;height:1.25rem;top:55.75rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDdBx9pTScQt38elmAiSIvKZwzSZPppT { width:3.5rem;height:2.4375rem;top:52rem;left:2rem;display:block; }
 }