.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#ffffff;display:block;width:58.6246875rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:8.5617408752444rem;left:0.68684768676756rem;height:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#ffffff;display:block;width:52.9365rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:25.748046875rem;left:3.53173828125rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:#ffffff;display:block;width:46.4980625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:67.37451171875rem;left:6.75048828125rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:51.8120625rem;top:3.5rem;left:4.875rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#000000;display:block;width:46.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.99951171875rem;left:7.34326171875rem;height:1.625rem;font-style:normal;display:block; }
#t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:42.0605625rem;height:4.3120125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:74.99951171875rem;left:8.96923828125rem;display:block; }
#pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { position:absolute;display:block;z-index:14994;background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:35.4375rem;top:18.3740234375rem;left:12.28125rem;display:block; }
#tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:54.875rem;top:33.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:124.4375rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:#000000;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.5616312026975rem;left:3.5308170318604rem;height:113.37906875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .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); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { border-width: 0; border-radius: 0; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { color:#000000;display:block;width:47.9996875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:17.375rem;left:6rem;height:15.9243rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:40.4482421875rem;left:1.875rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.8733711242676rem;left:3.5308170318604rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { box-sizing:content-box;height:22.625rem;width:54.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:14.0625rem;left:2.6875rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:3.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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:119.75rem;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; }#fyP55dbrQfrWbc3lAK7428xT1bnVPQua { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:33.4375rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { color:#000000;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:39.561641693115rem;left:3.5308170318604rem;height:75.58604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.625rem;width:49.3125rem;top:3.1875rem;left:5.34375rem;overflow:hidden;display:block; }
#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { background-color: transparent; background-image: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .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); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { border-width: 0; border-radius: 0; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { font-size:0.875rem;font-family:arial;height:104.125rem;width:60rem;position:relative;display:block; }#EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { color:#ffffff;display:block;width:57.6871875rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.1243534088135rem;left:0.99717903137206rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { color:#ffffff;display:block;width:52.937rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.6865234375rem;left:3.37109375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:52.25rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:61.4375rem;left:10.125rem; }
#Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.9375rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:63rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:60.625rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:51rem;left:10.4375rem; }
#Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:73.75rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#TNH6esr19K3scx3pblvABp9UM4JInkRV { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:71.5rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:72.5rem;left:10.5rem; }
#OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { position:absolute;display:block;z-index:15002;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.375rem;width:42.875rem;top:48.3125rem;left:8.4375rem;display:block; }
#Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { position:absolute;display:block;z-index:15003;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.4375rem;width:42.875rem;top:59.0625rem;left:8.375rem;display:block; }
#fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { position:absolute;display:block;z-index:15004;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.375rem;width:42.875rem;top:69.8125rem;left:8.375rem;display:block; }
#FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { position:absolute;display:block;z-index:15005;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.3125rem;width:42.875rem;top:80.8125rem;left:8.375rem;display:block; }
#UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:82.4375rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:84.6875rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:83.5rem;left:10.3125rem; }
#iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:93.9375rem;left:1.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { color:#ffffff;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:97.8125rem;left:3.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { 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:35.9375rem;width:20rem;top:20.8125rem;left:19.84033203125rem;overflow:hidden;display:block; }
#TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { 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:38.25rem;width:35.8125rem;top:17.4375rem;left:11.93408203125rem;overflow:hidden;display:block; }
#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG { position:relative;display:block; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG { background-color: transparent; background-image: none; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row .container > .video-iframe-container { display: none; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row > .video-iframe-container { display: none; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .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); }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG { border-width: 0; border-radius: 0; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .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; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .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:89.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; }#yVxJqwSphqskPrRUVopQTJwE31hRGbQq { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:33.875rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wITmL7Twby82da5WFF3TTomBQ1iwoaZO { color:#000000;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:39.4375rem;left:3.5rem;height:50.39065625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#baIwGi7yT5qt5HHdA6pbFguVz6tXH5CW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.2) ;height:28.0625rem;width:42.375rem;top:3.05126953125rem;left:8.8125rem;overflow:hidden;display:block; }
#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { position:relative;display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { background-color: transparent; background-image: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { border-width: 0; border-radius: 0; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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:18.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; }#PlZ0TC5GTl1p3ocfQxvlToM8GXfS5eXV { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.875rem;width:28.5rem;top:1.1875rem;left:0.75rem;overflow:hidden;display:block; }
#OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.875rem;width:28.25rem;top:1.1875rem;left:30.75rem;overflow:hidden;display:block; }
#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { position:relative;display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { background-color: transparent; background-image: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { border-width: 0; border-radius: 0; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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:111rem;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; }#CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { color:#000000;display:block;width:30.5rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { color:#000000;display:block;width:30.499125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.3735117912294rem;left:14.34245300293rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { color:#000000;display:block;width:25rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.25rem;left:35rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.4375rem;left:3.53125rem;height:27.2949625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:49.124897003174rem;left:3.5308170318604rem;height:7rem;display:block; }
#dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:11.0625rem;top:59rem;left:0rem;overflow:hidden;display:none; }
#b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { 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:29.625rem;width:52.8125rem;top:59.81201171875rem;left:2.53125rem;overflow:hidden;display:block; }
#GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { color:#000000;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:92.624763488769rem;left:3.5308170318604rem;height:14.6972875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62ab8257-312a-470b-8946-a77592436879/Projektbeznazwy5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { border-width: 0; border-radius: 0; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { font-size:0.875rem;font-family:arial;height:136.5625rem;width:60rem;position:relative;display:none; }#HICf49URxHJo1Tp7evgXo2hqX7ztOimo { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:73.5625rem;left:1.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:94.875rem;left:0rem;height:2.098525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1824d9d6-80b4-4b45-88d1-e4291c38a493/KopiaProjektbeznazwy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.adaptive-delivery-prevent-bg, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyload, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyloading { background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .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); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { font-size:0.875rem;font-family:arial;height:91.0625rem;width:60rem;position:relative;display:block; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:#ffffff;display:block;width:57.6865rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:57.87255859375rem;left:1.15625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:85.6875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krhlOvMvb8139rniGW0nKa1KhxJ8uuga { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:4.6875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:74.625rem;left:1.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:69.0625rem;left:1.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { background-color: transparent; background-image: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .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); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { border-width: 0; border-radius: 0; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { font-size:0.875rem;font-family:arial;height:85.625rem;width:60rem;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#ffffff;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:45.866987228394rem;left:3.5308170318604rem;height:18.8965125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.0625rem;width:51.0625rem;top:68.875328063962rem;left:4.2811412811279rem;overflow:hidden;display:block; }
#cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39rem;width:38.625rem;top:2.375rem;left:10.6875rem;overflow:hidden;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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:61.1875rem;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; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:#000000;display:block;width:53.6865rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:20.686836242676rem;left:3.1559238433838rem;height:7rem;text-align:left;text-align-last:left;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:#000000;display:block;width:52.9373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:29.685344696045rem;left:3.5308170318604rem;height:27.29495rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .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); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { border-width: 0; border-radius: 0; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { font-size:0.875rem;font-family:arial;height:78.5625rem;width:60rem;position:relative;display:block; }#oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { color:#000000;display:block;width:39.1873125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:11.1875rem;left:15.875rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hIkLNIx2WEU8CHToZ8SofPRVynouscax { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.8088674545288rem;left:2.3432064056396rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { box-sizing:content-box;height:10.0625rem;width:43rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:9.25rem;left:13.875rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.25rem;left:16.1875rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:23.3125rem;left:14.0625rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#Rm8IcQRxbTE8NdypaP2FJ0bO07HxnRoB { 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:11.3748125rem;width:11.25rem;top:28.074470520019rem;left:1.3113059997559rem;overflow:hidden;display:none; }
#Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3748125rem;width:11.3748125rem;top:28.074470520019rem;left:47.374677658081rem;overflow:hidden;display:none; }
#ITEFgWtV3s578MXcz2deV2prGwldcEow { box-sizing:content-box;height:9.875rem;width:42.9375rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:37.4375rem;left:13.9375rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:39.375rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;top:51.3125rem;left:13.9375rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.25rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UINmKSZ64elxtETD7kNrhNT38ki26Spd { 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:6.9375rem;width:8.625rem;top:10.875rem;left:3rem;overflow:hidden;display:block; }
#TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { 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:6.9375rem;width:8.625rem;top:24.9375rem;left:3rem;overflow:hidden;display:block; }
#qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { 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:6.9375rem;width:8.625rem;top:39rem;left:3.125rem;overflow:hidden;display:block; }
#BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { 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:6.9375rem;width:8.625rem;top:52.9375rem;left:3.125rem;overflow:hidden;display:block; }
#NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;top:65.125rem;left:14rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#HNCZX618IvflPSyGn00HhQgc9Z1TPASD { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:67.0625rem;left:16.125rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { 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:6.9375rem;width:8.625rem;top:66.75rem;left:3.0625rem;overflow:hidden;display:block; }
#lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;top:51.3125rem;left:13.9375rem;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.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:none; }
#i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.25rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { position:relative;display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { background-color: transparent; background-image: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { border-width: 0; border-radius: 0; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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:42.4375rem;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; }#Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#J0divl5AZuyk2bX4tW17UaCTTlyfuJid { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElrGnAfBP9vNacCmfme8woabgnuaEQHg { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdIS81a66ohUeSwc7sSronWCwmmiKq08 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#yViIdGLKw60C5sG9qSOTsTeLgev9feng { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { 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:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy { position:relative;display:block; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy { background-color: transparent; background-image: none; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row .container > .video-iframe-container { display: none; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row > .video-iframe-container { display: none; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .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); }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy { border-width: 0; border-radius: 0; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .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; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .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:24.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .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.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #PvF0HUrcQcRm9304GCZA5yu0sGO8qcRw { display:flex;position:relative;top:0rem;left:0rem; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #CmXMFcIERWdsUh1xruG0BIZFnJDNckbw { width:auto; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #RgUcEn0s8ydFqI1ECgMMsDUshFLXdBCl {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #Sb2eU3KynTW9y9ToLLn1vPXkktaTS3uA { display:flex;position:relative;top:0rem;left:0rem; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #gHsU5TTQ7HyWubNhPDB6toDM2Sf1LWoh {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lGkwdKbpyd59MisMApoB6BOHeB80BLFm {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ts2f1tG0N4CWu8Twyd3Zx4CeGIMzT0pd { display:flex;position:relative;top:0rem;left:0rem; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #EbSmtoCWmqbMunzwIJpwK604ThzKfhJc {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ffXGNKwin2TPU1Z9Q2hl0OaEFGGXxnf9 {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #wO74Hd8yDHJzCo4e9Cl0lay5Wc7d8xp4 { display:flex;position:relative;top:0rem;left:0rem; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lzvCv7xL81ivStTneMcAiaZqfqwqXo71 {  }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ev1QDhiuaRT6VXKnrvMZODHaePAliwye {  }
#LwUG9HRWD47RP3IpShvmkOlccENTwUP1 { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jv1lBTFRpUIA78zW4hwGVJ4mpRyxBmeI { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#H99w0yK8cw7KXUCUZWzUoCveZAhmdE9h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#JUcvPq4pzGdG5k8FQLZv3Hkdni8wFzbb { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { background-color: transparent; background-image: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .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); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { border-width: 0; border-radius: 0; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { font-size:0.875rem;font-family:arial;height:105.5625rem;width:60rem;position:relative;display:block; }#UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { color:#000000;display:block;width:53.6865rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35.81166267395rem;left:3.1559238433838rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#JnwILNck0iMkEQqpllyMCTKWM1hybMzp { color:#000000;display:block;width:53.999rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:41.561431884766rem;left:2.9996738433838rem;height:60.8887625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWP2hUv5yPAs8O5KTF6SyzgLrHKSQytI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.2) ;height:32.0625rem;width:48.375rem;top:1.49609375rem;left:5.8125rem;overflow:hidden;display:block; }
#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { position:relative;display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { background-color: transparent; background-image: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { border-width: 0; border-radius: 0; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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:183.75rem;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; }#GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.7490577697754rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf li:before{  }
#PwrZoumHdZqdTTE17EixfxeZkNiCFaNZ { box-sizing:content-box;height:18.9375rem;width:47.25rem;position:absolute;display:block;z-index:15002;background-color:#f1f1f1;background-image:none;top:9.28369140625rem;left:6.3740234375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#xGLb2FKGadEpmiOhy6wRrwTETb2NztvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.025390625rem;left:8.5622844696044rem; }
#i48u9y5PGldb6zwVZNHgDynvQ9Zx7i42 { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15015;background-color:#d1d1d1;background-image:none;top:15.72216796875rem;left:9.21875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Zs87HFNKHkF2XQ9UNTJ0LsuWAEA6rgiO { box-sizing:content-box;height:21.5rem;width:47.25rem;position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;top:31.625rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#UCMOlQNGlKqPvRdoKgu5o1NsKcPE2zBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.5rem;left:8.5625rem; }
#eulumv9vpJk7VIGuhOqokAoViOvtiCdn { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15016;background-color:#d1d1d1;background-image:none;top:38.375rem;left:9.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NbhpohgIfwGlm2TT9yzBgw668HRgC7zT { box-sizing:content-box;height:20.625rem;width:47.25rem;position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;top:56.4375rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#t1Th4IkC7zWRR80ZvrgtZ10JclncBQvV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:58.5rem;left:8.5625rem; }
#GELtusaEvUVDD6VTFwfKuLMByWEJyLub { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15017;background-color:#d1d1d1;background-image:none;top:63.25rem;left:9.21875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ftl7dl8euQ5hGwtus96nx0Cg5nnGodvx { box-sizing:content-box;height:19.0625rem;width:47.25rem;position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;top:80.375rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#P0JgILyicqcsXdqluLVCuFCW78brTMBB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:82.3125rem;left:8.5625rem; }
#OIs0x2I35i1ERWgfBDKAb7WDl97rWW36 { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15018;background-color:#d1d1d1;background-image:none;top:87rem;left:9.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pK9sD9pUboUu8yJtV006l2EKvHTSkAAu { box-sizing:content-box;height:23.9375rem;width:47.25rem;position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;top:102.5rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#N9ZvVx1gFQZ3GxTS10yTfP1llsSZA2ta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:104.25rem;left:8.5625rem; }
#MvWhEyf1SBwMIkMHsqP2Gp4oVdkwFlsS { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15019;background-color:#d1d1d1;background-image:none;top:108.75rem;left:9.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nFUNHDFMHZyqpxq9kA00aJDKkOsBFKRT { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:11.38134765625rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#luwNMgki5hn5SEKeKpQw76bTQMq7z8Bp { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.85595703125rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.4375rem;left:9.25rem;height:10.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA li:before{  }
#WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL li:before{  }
#k1A0KAv21tutVnw3PNU7LdcS2BtxBnPV { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:58.875rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:65rem;left:9.40625rem;height:10.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP li:before{  }
#OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx li:before{  }
#b1QW2ivWtFGSR0MRCHLt4or7vwVyeMqW { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:82.6875rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:88.8125rem;left:9.3125rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL li:before{  }
#wFGqTL20RlsRoE9Z6n3EPxbpSlTcatEz { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:104.625rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJBz9gtKuvGNKD8xelKpg81y1gHorZHn { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:110.6875rem;left:9.4375rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zJBz9gtKuvGNKD8xelKpg81y1gHorZHn li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zJBz9gtKuvGNKD8xelKpg81y1gHorZHn li:before{  }
#KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf li:before{  }
#R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k li:before{  }
#F8FC2kT05qGyJBd8LtBlmqwVVdgDLga2 { box-sizing:content-box;height:19.375rem;width:47.25rem;position:absolute;display:block;z-index:15007;background-color:#f1f1f1;background-image:none;top:129.75rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#oOC7Q0xqqwlBCJkk04dh7Tvz1uiihzes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6870125rem;width:3.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:131.625rem;left:8.625rem; }
#HaXQM5U13smN4oTCSroCQbRl8siaoKht { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:132rem;left:13.75rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VSAuODuO7CgiAZlgpfv6vNHSvU8ACwAU { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15020;background-color:#d1d1d1;background-image:none;top:136.1875rem;left:9.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:138.625rem;left:9.4375rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 li:before{  }
#DxC5IKNmJ0lAOwAHHJiaieVSV7XRPT1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:108.3125rem;left:8.5625rem;display:none; }
#KFrlkGoZAUfIU24seKkkQDbatVINuZAV { box-sizing:content-box;height:25.125rem;width:47.25rem;position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;top:106.5625rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:none; }
#BXwBQmyCfCTZu0NTXLuHM7FukmTOen3T { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15019;background-color:#d1d1d1;background-image:none;top:113.75rem;left:9.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 li:before{  }
#EaWFOTJCf7vcMTt41Kl7QvOgxuAur9Sd { box-sizing:content-box;height:18.875rem;width:47.25rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;top:152.0625rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:block; }
#KZMJIzxG1nvo53D2OLcI0sHT9aXNAlRC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6870125rem;width:3.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:153.625rem;left:8.5625rem; }
#mA5e6QOWfeEl82eRpyT7Z3W8AfVkqvzW { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:154rem;left:13.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPazsk8dZ0c4pSwf2B3Ac0HVAUt1POXG { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15021;background-color:#d1d1d1;background-image:none;top:158.5rem;left:9.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:160.625rem;left:9.4375rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 li:before{  }
#NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:175.0625rem;left:9.96875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#biP2T6UznkT9XtE6bRwsDpD5UsVSg7Pp { box-sizing:content-box;height:25.125rem;width:47.25rem;position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;top:106.5625rem;left:6.375rem;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.25rem rgba(0,0,0,0.15) ;display:none; }
#NWTv9UwXa22VNCfH6NHoWuv9Ey5Vn410 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:108.3125rem;left:8.5625rem;display:none; }
#L9SZXeaM7lGpJcziE76Soy0KKHNkhk33 { color:#000000;display:block;width:37.1235625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:137.25rem;left:13.75rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JfX6uzSuLwWFzg8XgOyu1ChhENZbi9QO { box-sizing:content-box;height:0.3125rem;width:41.5625rem;position:absolute;display:block;z-index:15019;background-color:#d1d1d1;background-image:none;top:113.75rem;left:9.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#v1wiH8bHNe8x5timFK5T0W6wTpw0tfav { color:#000000;display:block;width:37.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.7060546875rem;left:9.21875rem;height:8.1738125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#v1wiH8bHNe8x5timFK5T0W6wTpw0tfav li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#v1wiH8bHNe8x5timFK5T0W6wTpw0tfav li:before{  }
#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { position:relative;display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { background-color: transparent; background-image: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { border-width: 0; border-radius: 0; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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:42.4375rem;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; }#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#aTPovMnwtFeBoy6xMTxsuy65WhILSClK { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#dBzAR87RBFZawesplUpCTregZpMK8Ms1 { 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:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#EVDLgygxpTSaloSnGvxdALKW1ygfLb3C { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { position:relative;display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { background-color: transparent; background-image: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { border-width: 0; border-radius: 0; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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:26.3125rem;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; }#pnHXRbMripnl9COWXgu9lANDW1wo24E7 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:2.875rem;left:3rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:8.1875rem;left:3.0625rem;height:14.69728125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { position:relative;display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { background-color: transparent; background-image: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { border-width: 0; border-radius: 0; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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:60.4375rem;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; }#aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:0.56087112426758rem;left:3.1553840637207rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.4984130859375rem;left:3.1553840637207rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:3.125rem;display:block; }
#m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { color:#4c4c4c;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.85595703125rem;left:8.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.686849594116rem;left:5.0672760009766rem; }
#ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { color:#4c4c4c;display:block;width:8.812375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.856121540069rem;left:27.062173843384rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.687391757965rem;left:24.124891281128rem; }
#DSo8t5fKaycsmy484M0niOdbzRZL5T3u { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:23rem;display:block; }
#cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { color:#4c4c4c;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:47.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:42.875rem;display:block; }
#Cawibz06EJfAX8ginS7P1GLRMTxLO7es { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.6875rem;left:44.4375rem; }
#W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { 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:32.5rem;width:32.1875rem;top:23.6240234375rem;left:13.90625rem;overflow:hidden;display:block; }
#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { position:relative;display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { background-color: transparent; background-image: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { border-width: 0; border-radius: 0; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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:31.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; }#oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:3.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:5.625rem;left:4.03125rem;height:25.19534375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U { position:relative;display:block; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U { background-color: transparent; background-image: none; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row .container > .video-iframe-container { display: none; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row > .video-iframe-container { display: none; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .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); }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U { border-width: 0; border-radius: 0; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .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; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .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:22rem;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; }#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .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.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #JELVzLunZ0mUU1fwtynpTTJEJ7XEfmSE { display:flex;position:relative;top:0rem;left:0rem; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #U2wiFDNiUv8RVNnfITGGwWpxNPtOFiZ7 { width:auto; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vuncUpMfgNOrq0Ee0gTtNlXiswf34Hwg {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #klbpaaoFhsvmv2hzlp3n7pENolk3tPCc { display:flex;position:relative;top:0rem;left:0rem; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vWiwmmlDOHIJIcAAwxvMxA7nNVpAI8vO {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #iiCGhyVbAlDMZGqBFOSX0h4RRlvdc04T {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LyD23HSaFCTTCyPfqcgxiqG1zlGW0p1E { display:flex;position:relative;top:0rem;left:0rem; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #BDcuvBrysRnQWmE0eOoBSxPUZDrx2Pg7 {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #XPBfNdRkOiINewl2hsltKJ3sTWlVOV0X {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LUTfTiDGrLN7N0oywf4uMhvaeUI4UiD3 { display:flex;position:relative;top:0rem;left:0rem; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #Au4Im3S5Z9R3IJxm7PgNPOEnmLFHRdAs {  }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #UZMw1UUlhhLcJrG6hwgGk9e938QwLufq {  }
#rTA2yHPXCJCFQrQg1U6N9SNHtQU1d3l3 { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVsCp3KhHWmTTsn1B4VIslU3JWVkXsCA { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#I1ivRctl2f5qWWkxO0pSbbHlMiaF4vNt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#niRHJt9wMLJaZCsuDI8eZOpCdIt7ud4Q { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { position:relative;display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { background-color: transparent; background-image: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container > .video-iframe-container { display: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row > .video-iframe-container { display: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .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); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { border-width: 0; border-radius: 0; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .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; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .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:34.4375rem;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; }#AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { 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:30.4375rem;width:30.1875rem;top:2rem;left:14.90625rem;overflow:hidden;display:block; }
#igd4wEqwBRicGakGlfLP6sRHa71FcHrn { position:relative;display:block; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn { background-color: transparent; background-image: none; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row .container > .video-iframe-container { display: none; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row > .video-iframe-container { display: none; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .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); }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn { border-width: 0; border-radius: 0; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .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; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .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:42.4375rem;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; }#VzD9ri0cyBy48TZTvS1gxrVAI00Spi9p { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#Ru7LI7UwnlA9rwrS42TQr9Euo56Unlky { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#f3qJADHTMiDIJmv60qrV8wlLpvz6gnzi { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlhLsKPCus5gyv8AITR5rkd5fxmV8t6y { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#khrFqoqWCpfFfQIpkzOQbycz6bClI40i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#OMFFNngm05VdF3hpBqa4MlOxtPIKHI7J { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUhAFgzUKmkxbTqpnn2nTK0lTCCpIbbi { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#s0HtcVSsO5v3BsIRvs0LanN0TUJ5tm9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaT3kJDtCSIIrfZHbTwkOZTOcJaoo5JT { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#uFhbTVnJ0uy9hB3nLOQMf90DoHSbVGBT { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#SQ0e8QqDzbiTF8oTG2mOLWZtlSGy2hHc { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#tP7LMHCv0yOpFWsapi098PQpP3gGOrDR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#XPZvHPGPWFxalKI841yQzZ4QJL62V0NX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#Hq7JTlTbmuuX0L0yrNqCHxFiFiylavnu { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#UzlQ9lB8Pg5NtyL5o8rzP9vKHLFa2T7T { 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:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#z6GmzbbRwAQ4QehRTE1ksBqchw3HWdSB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { position:relative;display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { background-color: transparent; background-image: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { border-width: 0; border-radius: 0; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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:221.875rem;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; }#uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:2rem;left:3.125rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { color:#000000;display:block;width:17.874375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:8rem;left:21.0625rem;height:2.25rem;font-style:normal;display:block; }
#dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:33.1875rem;width:52.125rem;top:13.686538696289rem;left:3.9366321563721rem;display:block; }
#TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { color:#000000;display:block;width:46.8120625rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.89684009552rem;left:6.5934238433837rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { color:#000000;display:block;width:26.8110625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.3671875rem;left:6.59326171875rem;height:17.32325rem;font-style:normal;display:block; }
#K23ppKrIWaZCOt28D9Z7akv17GtasmNB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.1875rem;width:22.1875rem;top:20.93505859375rem;left:33.05908203125rem;overflow:hidden;display:block; }
#O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { color:#4f4f4f;display:block;width:24.562rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:42.73486328125rem;left:6.59326171875rem;height:1.92480625rem;font-style:normal;display:block; }
#TIwtrPxpNBdUQed0z39fTPefSTc5atzp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:37.9375rem;width:52.125rem;top:51.75rem;left:3.9375rem;display:block; }
#gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { color:#000000;display:block;width:46.8115rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:54.25rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.9375rem;width:22.5625rem;top:61.99267578125rem;left:30.770400771866rem;overflow:hidden;display:block; }
#xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:61.875rem;left:6.625rem;height:21.1728625rem;font-style:normal;display:block; }
#U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { color:#4f4f4f;display:block;width:24.5605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:85.625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#qnkss078B0kQkegttqU27trkpnEQ0xC5 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:35.1875rem;width:52.125rem;top:94.5625rem;left:3.9375rem;display:block; }
#DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { color:#000000;display:block;width:45.5615rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:96.875rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.625rem;width:21.625rem;top:103.875rem;left:33.404296875rem;overflow:hidden;display:block; }
#uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { color:#4f4f4f;display:block;width:24.5605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:125.4375rem;left:6.59326171875rem;height:1.92480625rem;font-style:normal;display:block; }
#TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:210.125rem;left:3.125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { color:#4f4f4f;display:block;width:22.9373125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:214.5625rem;left:18.5625rem;height:1.92480625rem;font-style:normal;display:block; }
#PouiETFDFKONLvT595tyRRrIz8caMlrE { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:34.0625rem;width:52.125rem;top:134.5625rem;left:3.9375rem;display:block; }
#ByssthHxN5mblirTxIPX8CnvJkvioT2T { color:#000000;display:block;width:46.8115rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:136.62479782104rem;left:6.5934238433837rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#OzWqImd8R0XwM7s1vvB7HcETvtFQUwk2 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:31.75rem;width:52.125rem;top:173.3125rem;left:3.9375rem;display:block; }
#m76BmMgFKu0qhwBaEIZdycnRMT2RgVzt { color:#000000;display:block;width:46.811rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:175.8125rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#MGriODAbxnzAmnAvk0vTKrlJW3LEp9p1 { color:#4f4f4f;display:block;width:24.5605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:162.18701171875rem;left:6.59326171875rem;height:1.92480625rem;font-style:normal;display:block; }
#kUDoQBInNiwiQf17ChFO5ylFT3AWvE8B { color:#4f4f4f;display:block;width:24.5605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:200.875rem;left:6.59326171875rem;height:1.92480625rem;font-style:normal;display:block; }
#XJ8K9PWO3Xk3nqsg90oVauCGNfzwXXRT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.562rem;width:16.5625rem;top:143.61279296875rem;left:35.87158203125rem;overflow:hidden;display:block; }
#yRb0Huu0XLFhmNAos0QpfoOFtZazrF8a { color:#000000;display:block;width:26.3115rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:104.19970703125rem;left:6.59326171875rem;height:19.24805rem;font-style:normal;display:block; }
#ehTice9ntNqhTTTlm2JCyuNRxmnN1VIm { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:61.875rem;left:6.625rem;height:21.1728625rem;font-style:normal;display:none; }
#v3mxbiOgxERq3PXbGMRHnRWdsSaVWRzi { color:#000000;display:block;width:26.3110625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:144.74951171875rem;left:6.59326171875rem;height:15.39845rem;font-style:normal;display:block; }
#GogW3X2zVkxc9ZT27rhfFaiK1DeJ8HBL { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:61.875rem;left:6.625rem;height:21.1728625rem;font-style:normal;display:none; }
#InQL6otqe5Q9pPXaef4c4ezmZDIHzLz4 { color:#000000;display:block;width:26.3110625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:183.51953125rem;left:6.59326171875rem;height:15.39845rem;font-style:normal;display:block; }
#xT2LT6PcycRH1JNxoE6hHIJ2nkWCE23T { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.875rem;width:19.875rem;top:181.0625rem;left:34.21533203125rem;overflow:hidden;display:block; }
#TsCBHDbI7NoGlznfWQZnwiKEFfRBnhpn { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:61.875rem;left:6.625rem;height:21.1728625rem;font-style:normal;display:none; }
#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { position:relative;display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { background-color: transparent; background-image: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container > .video-iframe-container { display: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row > .video-iframe-container { display: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .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); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { border-width: 0; border-radius: 0; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .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; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .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:34.4375rem;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; }#pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { 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:30.4375rem;width:30.1875rem;top:1.9677057266236rem;left:13.186849594116rem;overflow:hidden;display:block; }
#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn { position:relative;display:block; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn { background-color: transparent; background-image: none; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row .container > .video-iframe-container { display: none; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row > .video-iframe-container { display: none; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .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); }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn { border-width: 0; border-radius: 0; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .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; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .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:24.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .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.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QlPJGHfkR3hP1Faty8BLAWEabuM5IkXw { display:flex;position:relative;top:0rem;left:0rem; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #BJIlvEXGQK3QUzTcpNSdUXKfKpCikLLe { width:auto; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #wD0nJacALmmitnyLJuemq2hsaFqqxvFg {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #hTc6u8uCKnc1i432iNelR0volfEtCLel { display:flex;position:relative;top:0rem;left:0rem; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #EghcCO0rp5BpQUC994uc7TS1AlQHAort {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qFgzub43FMbSTMCSpRvc95k3ozbPUoSF {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QvutzlmimgvMyDh9lRZRo0QDhAEDttE7 { display:flex;position:relative;top:0rem;left:0rem; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #v0BBgxrlZeFx8eQNzyUhVu73skn25Tev {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #dsPPJQq7EilWahWUdC6BkfZzw2TOHVOV {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #oqG5bSElkqLS0Sub944bXK9bptW17Xes { display:flex;position:relative;top:0rem;left:0rem; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qdwQ5eTu2FMQnQLVxTVk5uvB07y3QyIG {  }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #TdCwFoNlfKv3TFrQuwKsFLVukdXXR7cS {  }
#d1RP36LcHRTCJPWuUByfVRdz1s23TMC3 { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHDzsFW69SbO8814HR35HFtHwJlpFndP { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#Lg2MeaXOC4RrOHgE1T8dQaTd7pco2Jls { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#duVacGwFUMU8IERTKLsmErrNC1aQ4yCq { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu { position:relative;display:block; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu { background-color: transparent; background-image: none; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row .container > .video-iframe-container { display: none; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row > .video-iframe-container { display: none; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .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); }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu { border-width: 0; border-radius: 0; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .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; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .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:42.4375rem;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; }#BzHhClSTAZA3PDRUyN2H8lEW1vwnRUq3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#Hskd2CDXL61S0avn9KtydoxLosmIMZs6 { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#UmCQSxuUbFsFnyaiD7FpvnCxGD8v9vWc { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAGwuJBi58eitFOG3VZVsIN5avym0gaR { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#yVg120uqNUADm8Hyi9XSHuQECs5n6Pc2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#vpnmxQVCfLAGXZr1QxcICgvdymmi8obF { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNS18RKgOasFNsWUDJgMRMTiU6oToJrs { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#migcSWKChaDuCbePr1fWiUcfrmsRxQhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEJH46md16D5gAHrdxDcc9tRGx5QIBPW { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#MeixuI3X8X6nXgCHiuiZG0LiJRIZUwcL { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#c8SF2ZO39EPXOTuo1oCkzhJZz3pkvo0p { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#QlrCphsUMTGFiPsUS1GKkCblIPXGSkkd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#ghIC5hKb7zqZpJkO3eZlknDD1HyR002V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#uscOP4sRp42VEuVKRWnl0Fb59McshG4c { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#Qi7XBJXtPht9WxB4MtyAubdsQ2SpC9ZS { 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:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#GGVVUl1UzeKcvQ190o8Wk6cmFK2hn6Rk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:100.625rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:51.0625rem;top:9.2491455078125rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:5.9993495941162rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.96875rem;left:6.125rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#000000;display:block;width:39.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:51.0625rem;top:37.1875rem;left:4.4992389678955rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.999572753906rem;left:6.2499980926514rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#454545;display:block;width:47.7495625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:42.436958312988rem;left:6.1241321563721rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;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.3125rem;width:51.0625rem;top:58.9375rem;left:4.375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.625rem;left:6.125rem;height:2.19346875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:63.875rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:51.0625rem;top:83.5625rem;left:4.375rem;display:block; }
#x0xrw29DIQqoOceGyUkI2exUzreAZr2C { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:85.375rem;left:6rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFIydXK646xTgtERVLZB2gZBMG2G1oVf { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:88.8125rem;left:6.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n2hwtLB7qMKNythLTQovXsufWrLkTlrq { position:relative;display:block; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq { background-color: transparent; background-image: none; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row .container > .video-iframe-container { display: none; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row > .video-iframe-container { display: none; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .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); }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq { border-width: 0; border-radius: 0; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .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; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .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:24.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .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.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #vcBs6SMtwH8MOVADT6WuloLBnMJKPVeD { display:flex;position:relative;top:0rem;left:0rem; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #LxK91obT1nAl1J6HlavN43Woa4Wobfgv { width:auto; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #MpnfJtTkGI59oIo7Hn9ggotRntcO76X7 {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nJZXhOQVGua7S2tiLDlZQge5UyZztv3Z { display:flex;position:relative;top:0rem;left:0rem; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TZlWlEhJAB1dCysNKGORNZ1TXvULrwVX {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #mBkQFttptEHlpO8NTzBgEVmGMOyJZ40o {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #NP48AgVDAneObig0b6KmBITDpyB68bBb { display:flex;position:relative;top:0rem;left:0rem; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #R4zWyV7RsTrwaCroaAl2knCzWkpu6Qda {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nHkHctu1Nc8V5P7ITkVv55oEvXColwgo {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #UgfQGKHvdvBuWgURpl1MUV01bpLx9rAI { display:flex;position:relative;top:0rem;left:0rem; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TzLAy0ec06mT7u6bZUrSAr21BPQaINsv {  }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #ZE0TkQSmKXVSwn9b6LDOBWVyaMlVSLDU {  }
#Q9l8OviGdeW85ESmuPKihIa8SDT3RdHv { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idsWFtJflzMywTigz8TmgzzU4pO9aHFy { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#F923l3NUFamuGgunkPsM2RWta0U1t2Rh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#HWxQg2at4imOv5wfNlJSinIRqezeWO8m { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN { position:relative;display:block; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN { background-color: transparent; background-image: none; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row .container > .video-iframe-container { display: none; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row > .video-iframe-container { display: none; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .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); }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN { border-width: 0; border-radius: 0; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .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; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .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:42.4375rem;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; }#nz9WAQ3dwW4xF44CZPUbnK7X2SLTgZlx { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#TA1CI0OdTKQO4vn6F71TfZTNwMp8iVkO { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#KHsLGoGuMM6dFed5qPxRVFarzzd5InUC { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQIemlWbSbAPahsPBo4cDlRrv0hHDfoa { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#HNcC8LDVHECpK6HdK4my8I9A0aSTxTKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#ZzZaxiiKxVBzF0mDROIPvXMRBLxVl5qo { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ackBP18xnhbzsIqCe0CkPfOrn5ClgPp1 { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#d20eBO2tZ2f2FgmWVX9wmuZM0gOKxyM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OigzdwaLnQ1kBqhrWcnTVcaO79C8y7UC { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#unEWnUJp7H53FsZ1cl7SOOQEzNnlXxsO { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#MeASvrFwBA6Th0mt7ZMuC4pdsbBCHfZ4 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#v3F2TQ535EF6InT2uZmo2R87QOGAW6bT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#JHtDFEi3qDrO0zCAoCipHeBuR1yZW8rV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#Ou2NpSIu9oI8nRmqmoAkTQlCaRoXzqwU { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#cUKqehR6VmKV3t1fTqVOdUeTa0DsVSoK { 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:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#r9vTOJIex17A7HMEEFwZGzxdCHVGoU0S { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.501953125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container { background-color: transparent; background-image: none; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container > .video-iframe-container { display: none; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row > .video-iframe-container { display: none; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .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); }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container { border-width: 0; border-radius: 0; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.288125rem;padding-right:0.24625rem;padding-bottom:0.288125rem;padding-left:0.24625rem;display:block;align-items:center;width:1.479375rem;min-width:1.479375rem;height:1.548125rem;position:relative;font-family:arial;font-size:1.153125rem;font-weight:700;line-height:24.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.180625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:1.973125rem;height:0;position:relative;font-family:arial;font-size:0.4325rem;font-weight:700;line-height:0;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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 { 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.0623125rem;height:2.1875rem;padding-top:0.03625rem;padding-right:0.035625rem;padding-bottom:0.03625rem;padding-left:0.035625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.0877838134766rem;left:19.932725906372rem;z-index:5000; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ncnXuhJWOG4m9uFQJWfT1y2w5Ebp381c { display:flex;position:relative;top:0rem;left:0rem; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #RwaQnUQNwVUrVZ7m6SiXFUlfmoRZFshn { width:auto; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #WJ6W7IAgJM1xo9S71TTmQ4Bupe9SStb8 {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #IoBPQI1x7vBBFGlDXlKH7gx2sT9RmFxX { display:flex;position:relative;top:0rem;left:0rem; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #UWuFXgQTw2TVaLodx7AOUTTcB9f7xxHH {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ERJRWaF23lINvFpAwVD1tUiSKDl8SiN6 {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #v0KeJRRDFTpfoudM0VkXqWBCNhowsqD6 { display:flex;position:relative;top:0rem;left:0rem; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #B1lS7HukK7fh5KUAVupSFTNBE19p4qJ2 {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #cV7XWV6fwTAs1pI3bCbBQdvWRSEAAeiM {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #yWdKq5HMBDIVpTOiUqo9xS6FgEUtxdZZ { display:flex;position:relative;top:0rem;left:0rem; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #eWiP5BdubunhF2I7qx8WKciabUvTgJyT {  }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #htnEGIxf2vo5H8Tl8ZV7LXGVlAz6QbLP {  }
#v0piGmACa2CDAtUGSS61nM0OZxmcO1Hi { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.4375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.1875rem;height:2.43706875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.99989318847656rem;left:43.997938156128rem;display:block; }
#g4MhcIFmfEoRcOt0GcuDRAbTblHqnylm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaUyTCTtkscqs0TWA2OnuBEDUy5iIZ9k { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.4306640625rem;left:2.6231555938721rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:8.5rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:25.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:67.3125rem;left:0.62548828125rem;width:46.4375rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:3.5rem;left:0rem;width:47.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:3.9375rem;left:0.875rem;width:46.875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { width:42rem;height:4.25rem;top:74.9375rem;left:2.84423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { top:18.3125rem;left:6.15625rem;width:35.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { top:33.1875rem;left:0rem;width:47.75rem;height:26.811788154897rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:3.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:9.5rem;left:0rem;width:47.75rem;height:113.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { top:17.375rem;left:0rem;width:47.75rem;height:15.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { top:40.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { top:14.0625rem;left:0rem;width:47.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { top:3.4375rem;left:15.9375rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { top:33.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { top:39.5rem;left:0rem;width:47.75rem;height:75.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { top:3.1875rem;left:0rem;width:47.75rem;height:26.749683143219rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { top:4.0625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { top:14.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:33.375rem;height:3.375rem;top:52.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.3125rem;height:3.3125rem;top:61.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:16.75rem;height:1.75rem;top:49.9375rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:35.625rem;height:3.375rem;top:63rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.875rem;height:1.75rem;top:60.625rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.625rem;height:2.625rem;top:51rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:35.625rem;height:3.375rem;top:73.75rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:16.875rem;height:1.75rem;top:71.5rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.625rem;height:2.625rem;top:72.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { top:48.3125rem;left:2.3125rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { top:59.0625rem;left:2.25rem;width:42.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { top:69.8125rem;left:2.25rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { top:80.8125rem;left:2.25rem;width:42.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.875rem;height:1.75rem;top:82.4375rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:35.625rem;height:3.375rem;top:84.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:2.9375rem;height:2.9375rem;top:83.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { top:93.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { top:97.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { top:20.8125rem;left:13.71533203125rem;width:20rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { top:17.4375rem;left:5.80908203125rem;width:35.8125rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG { display:block; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVxJqwSphqskPrRUVopQTJwE31hRGbQq { top:33.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITmL7Twby82da5WFF3TTomBQ1iwoaZO { top:39.4375rem;left:0rem;width:47.75rem;height:50.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baIwGi7yT5qt5HHdA6pbFguVz6tXH5CW { top:3rem;left:2.6875rem;width:42.375rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlZ0TC5GTl1p3ocfQxvlToM8GXfS5eXV { top:1.1875rem;left:0rem;width:28.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { top:1.1875rem;left:19.25rem;width:28.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { top:2.9375rem;left:0rem;width:30.4375rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { top:8.3125rem;left:8.21745300293rem;width:30.4375rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { top:12.1875rem;left:22.75rem;width:25rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { top:18.4375rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { top:49.0625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { top:59rem;left:0rem;width:11.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { top:59.75rem;left:0rem;width:47.75rem;height:26.785207100592rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { top:92.5625rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { top:26.375rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { top:42.375rem;left:0rem;width:20rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { top:34.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { top:37.3125rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:57.8125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { top:85.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { top:74.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { top:69.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:45.8125rem;left:0rem;width:47.75rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { top:68.875rem;left:0rem;width:47.75rem;height:31.852815177479rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { top:2.375rem;left:4.5625rem;width:38.625rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:20.625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:29.625rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { top:11.1875rem;left:8.625rem;width:39.125rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { top:1.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { top:9.25rem;left:4.625rem;width:43rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { top:25.25rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { top:23.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IcQRxbTE8NdypaP2FJ0bO07HxnRoB { top:28.0625rem;left:0rem;width:11.25rem;height:11.3748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { top:28.0625rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEFgWtV3s578MXcz2deV2prGwldcEow { top:37.4375rem;left:4.6875rem;width:42.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { top:39.375rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { top:51.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { top:53.25rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UINmKSZ64elxtETD7kNrhNT38ki26Spd { top:10.875rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { top:24.9375rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { top:39rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { top:52.9375rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { top:65.125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { top:67.0625rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { top:66.75rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { top:51.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { top:71.25rem;left:0rem;width:14.3125rem;height:7.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:11.5625rem;height:2.1875rem;top:19.6875rem;left:18.062284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { top:22.75rem;left:11.125432968139rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yViIdGLKw60C5sG9qSOTsTeLgev9feng { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy { display:block; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #PvF0HUrcQcRm9304GCZA5yu0sGO8qcRw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #CmXMFcIERWdsUh1xruG0BIZFnJDNckbw {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #RgUcEn0s8ydFqI1ECgMMsDUshFLXdBCl {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #Sb2eU3KynTW9y9ToLLn1vPXkktaTS3uA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #gHsU5TTQ7HyWubNhPDB6toDM2Sf1LWoh {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lGkwdKbpyd59MisMApoB6BOHeB80BLFm {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ts2f1tG0N4CWu8Twyd3Zx4CeGIMzT0pd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #EbSmtoCWmqbMunzwIJpwK604ThzKfhJc {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ffXGNKwin2TPU1Z9Q2hl0OaEFGGXxnf9 {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #wO74Hd8yDHJzCo4e9Cl0lay5Wc7d8xp4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lzvCv7xL81ivStTneMcAiaZqfqwqXo71 {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ev1QDhiuaRT6VXKnrvMZODHaePAliwye {  }
 }@media only screen and (max-width: 763px) { #LwUG9HRWD47RP3IpShvmkOlccENTwUP1 { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1lBTFRpUIA78zW4hwGVJ4mpRyxBmeI { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99w0yK8cw7KXUCUZWzUoCveZAhmdE9h { display:none; }
 }@media only screen and (max-width: 763px) { #JUcvPq4pzGdG5k8FQLZv3Hkdni8wFzbb { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { top:35.75rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { top:41.5rem;left:0rem;width:47.75rem;height:60.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWP2hUv5yPAs8O5KTF6SyzgLrHKSQytI { top:1.4375rem;left:0rem;width:47.75rem;height:31.648255813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { top:17.6875rem;left:3.09375rem;width:41.5rem;height:8.1875rem;font-size:1.125rem;display:block; }#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf li:before{  }
 }@media only screen and (max-width: 763px) { #PwrZoumHdZqdTTE17EixfxeZkNiCFaNZ { top:9.25rem;left:0.2490234375rem;width:47.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGLb2FKGadEpmiOhy6wRrwTETb2NztvK { top:11rem;left:2.4372844696045rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48u9y5PGldb6zwVZNHgDynvQ9Zx7i42 { top:15.6875rem;left:3.09375rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs87HFNKHkF2XQ9UNTJ0LsuWAEA6rgiO { top:31.625rem;left:0.25rem;width:47.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCMOlQNGlKqPvRdoKgu5o1NsKcPE2zBq { top:33.5rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulumv9vpJk7VIGuhOqokAoViOvtiCdn { top:38.375rem;left:3.125rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbhpohgIfwGlm2TT9yzBgw668HRgC7zT { top:56.4375rem;left:0.25rem;width:47.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Th4IkC7zWRR80ZvrgtZ10JclncBQvV { top:58.5rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GELtusaEvUVDD6VTFwfKuLMByWEJyLub { top:63.25rem;left:3.09375rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftl7dl8euQ5hGwtus96nx0Cg5nnGodvx { top:80.375rem;left:0.25rem;width:47.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JgILyicqcsXdqluLVCuFCW78brTMBB { top:82.3125rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIs0x2I35i1ERWgfBDKAb7WDl97rWW36 { top:87rem;left:3.125rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9sD9pUboUu8yJtV006l2EKvHTSkAAu { top:102.5rem;left:0.25rem;width:47.25rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZvVx1gFQZ3GxTS10yTfP1llsSZA2ta { top:104.25rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWhEyf1SBwMIkMHsqP2Gp4oVdkwFlsS { top:108.75rem;left:3.125rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFUNHDFMHZyqpxq9kA00aJDKkOsBFKRT { top:11.375rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwNMgki5hn5SEKeKpQw76bTQMq7z8Bp { top:33.8125rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA { top:40.4375rem;left:3.125rem;width:41.3125rem;height:10.25rem;font-size:1.125rem;display:block; }#V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA li:before{  }
 }@media only screen and (max-width: 763px) { #WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL { top:37.125rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL li:before{  }
 }@media only screen and (max-width: 763px) { #k1A0KAv21tutVnw3PNU7LdcS2BtxBnPV { top:58.875rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP { top:65rem;left:3.28125rem;width:41.1875rem;height:10.25rem;font-size:1.125rem;display:block; }#FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP li:before{  }
 }@media only screen and (max-width: 763px) { #OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx { top:61rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx li:before{  }
 }@media only screen and (max-width: 763px) { #b1QW2ivWtFGSR0MRCHLt4or7vwVyeMqW { top:82.6875rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL { top:88.8125rem;left:3.1875rem;width:41.4375rem;height:8.125rem;font-size:1.125rem;display:block; }#ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL li:before{  }
 }@media only screen and (max-width: 763px) { #wFGqTL20RlsRoE9Z6n3EPxbpSlTcatEz { top:104.625rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJBz9gtKuvGNKD8xelKpg81y1gHorZHn { top:110.6875rem;left:3.3125rem;width:41.1875rem;height:13.25rem;font-size:1.125rem;display:block; }#zJBz9gtKuvGNKD8xelKpg81y1gHorZHn li:before{  }
 }@media only screen and (max-width: 763px) { #KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf { top:88.1875rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf li:before{  }
 }@media only screen and (max-width: 763px) { #R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k { top:110.875rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k li:before{  }
 }@media only screen and (max-width: 763px) { #F8FC2kT05qGyJBd8LtBlmqwVVdgDLga2 { top:129.75rem;left:0.25rem;width:47.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOC7Q0xqqwlBCJkk04dh7Tvz1uiihzes { top:131.625rem;left:2.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaXQM5U13smN4oTCSroCQbRl8siaoKht { top:132rem;left:7.625rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSAuODuO7CgiAZlgpfv6vNHSvU8ACwAU { top:136.1875rem;left:3.125rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 { top:138.625rem;left:3.3125rem;width:41.1875rem;height:8.125rem;font-size:1.125rem;display:block; }#D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 li:before{  }
 }@media only screen and (max-width: 763px) { #DxC5IKNmJ0lAOwAHHJiaieVSV7XRPT1U { top:108.3125rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFrlkGoZAUfIU24seKkkQDbatVINuZAV { top:106.5625rem;left:0.25rem;width:47.25rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXwBQmyCfCTZu0NTXLuHM7FukmTOen3T { top:113.75rem;left:3.0625rem;width:41.5625rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 { top:138.75rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #EaWFOTJCf7vcMTt41Kl7QvOgxuAur9Sd { top:152.0625rem;left:0.25rem;width:47.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMJIzxG1nvo53D2OLcI0sHT9aXNAlRC { top:153.625rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5e6QOWfeEl82eRpyT7Z3W8AfVkqvzW { top:154rem;left:7rem;width:37.0625rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPazsk8dZ0c4pSwf2B3Ac0HVAUt1POXG { top:158.5rem;left:3.125rem;width:41.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 { top:160.625rem;left:3.3125rem;width:41.1875rem;height:8.125rem;font-size:1.125rem;display:block; }#SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 li:before{  }
 }@media only screen and (max-width: 763px) { #NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { top:175.0625rem;left:3.84375rem;width:40.0625rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biP2T6UznkT9XtE6bRwsDpD5UsVSg7Pp { top:106.5625rem;left:0.25rem;width:47.25rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWTv9UwXa22VNCfH6NHoWuv9Ey5Vn410 { top:108.3125rem;left:2.4375rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9SZXeaM7lGpJcziE76Soy0KKHNkhk33 { top:155.4375rem;left:0rem;width:15.3125rem;height:4.1875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfX6uzSuLwWFzg8XgOyu1ChhENZbi9QO { top:113.75rem;left:3.0625rem;width:41.5625rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1wiH8bHNe8x5timFK5T0W6wTpw0tfav { top:162.5625rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }#v1wiH8bHNe8x5timFK5T0W6wTpw0tfav li:before{  }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:11.5625rem;height:2.1875rem;top:19.6875rem;left:18.062284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { top:22.75rem;left:11.125432968139rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBzAR87RBFZawesplUpCTregZpMK8Ms1 { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVDLgygxpTSaloSnGvxdALKW1ygfLb3C { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { top:2.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { top:8.1875rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { top:0.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { top:6.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { width:14rem;height:4.125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { width:6.5rem;height:1.75rem;top:15.8125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { top:15.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { width:8.75rem;height:1.75rem;top:15.8125rem;left:20.937173843384rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { top:15.625rem;left:17.999891281128rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSo8t5fKaycsmy484M0niOdbzRZL5T3u { width:14rem;height:4.125rem;top:14.6875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { width:7.9375rem;height:1.75rem;top:15.8125rem;left:39.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { width:14rem;height:4.125rem;top:14.6875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawibz06EJfAX8ginS7P1GLRMTxLO7es { top:15.6875rem;left:38.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { top:23.5625rem;left:7.78125rem;width:32.1875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { top:0rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { top:5.625rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U { display:block; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #JELVzLunZ0mUU1fwtynpTTJEJ7XEfmSE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #U2wiFDNiUv8RVNnfITGGwWpxNPtOFiZ7 {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vuncUpMfgNOrq0Ee0gTtNlXiswf34Hwg {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #klbpaaoFhsvmv2hzlp3n7pENolk3tPCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vWiwmmlDOHIJIcAAwxvMxA7nNVpAI8vO {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #iiCGhyVbAlDMZGqBFOSX0h4RRlvdc04T {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LyD23HSaFCTTCyPfqcgxiqG1zlGW0p1E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #BDcuvBrysRnQWmE0eOoBSxPUZDrx2Pg7 {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #XPBfNdRkOiINewl2hsltKJ3sTWlVOV0X {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LUTfTiDGrLN7N0oywf4uMhvaeUI4UiD3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #Au4Im3S5Z9R3IJxm7PgNPOEnmLFHRdAs {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #UZMw1UUlhhLcJrG6hwgGk9e938QwLufq {  }
 }@media only screen and (max-width: 763px) { #rTA2yHPXCJCFQrQg1U6N9SNHtQU1d3l3 { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVsCp3KhHWmTTsn1B4VIslU3JWVkXsCA { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ivRctl2f5qWWkxO0pSbbHlMiaF4vNt { display:none; }
 }@media only screen and (max-width: 763px) { #niRHJt9wMLJaZCsuDI8eZOpCdIt7ud4Q { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { top:2rem;left:8.78125rem;width:30.1875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igd4wEqwBRicGakGlfLP6sRHa71FcHrn { display:block; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzD9ri0cyBy48TZTvS1gxrVAI00Spi9p { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru7LI7UwnlA9rwrS42TQr9Euo56Unlky { width:11.5625rem;height:2.1875rem;top:19.6875rem;left:18.062284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qJADHTMiDIJmv60qrV8wlLpvz6gnzi { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlhLsKPCus5gyv8AITR5rkd5fxmV8t6y { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrFqoqWCpfFfQIpkzOQbycz6bClI40i { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFFNngm05VdF3hpBqa4MlOxtPIKHI7J { top:22.75rem;left:11.125432968139rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUhAFgzUKmkxbTqpnn2nTK0lTCCpIbbi { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0HtcVSsO5v3BsIRvs0LanN0TUJ5tm9Q { display:block; }
 }@media only screen and (max-width: 763px) { #qaT3kJDtCSIIrfZHbTwkOZTOcJaoo5JT { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhbTVnJ0uy9hB3nLOQMf90DoHSbVGBT { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0e8QqDzbiTF8oTG2mOLWZtlSGy2hHc { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tP7LMHCv0yOpFWsapi098PQpP3gGOrDR { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZvHPGPWFxalKI841yQzZ4QJL62V0NX { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq7JTlTbmuuX0L0yrNqCHxFiFiylavnu { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzlQ9lB8Pg5NtyL5o8rzP9vKHLFa2T7T { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GmzbbRwAQ4QehRTE1ksBqchw3HWdSB { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { top:2rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.8125rem;height:2.1875rem;top:8rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:47.75rem;height:33.1875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { top:15.875rem;left:0.46826171875rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:26.75rem;height:17.3125rem;top:23.3125rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { top:20.875rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:24.5rem;height:1.875rem;top:42.6875rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:47.75rem;height:37.875rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { top:54.25rem;left:0.5rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { top:61.9375rem;left:24.0625rem;width:22.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:26.25rem;height:21.125rem;top:61.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:24.5rem;height:1.875rem;top:85.625rem;left:0.49989128112793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnkss078B0kQkegttqU27trkpnEQ0xC5 { width:47.75rem;height:35.1875rem;top:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { top:96.875rem;left:0.5rem;width:45.5rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { top:103.875rem;left:26.125rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { width:24.5rem;height:1.875rem;top:125.4375rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { top:210.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:22.875rem;height:1.875rem;top:214.5625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouiETFDFKONLvT595tyRRrIz8caMlrE { width:47.75rem;height:34.0625rem;top:134.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByssthHxN5mblirTxIPX8CnvJkvioT2T { top:136.5625rem;left:0.46826171875rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzWqImd8R0XwM7s1vvB7HcETvtFQUwk2 { width:47.75rem;height:31.75rem;top:173.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m76BmMgFKu0qhwBaEIZdycnRMT2RgVzt { top:175.8125rem;left:0.5rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGriODAbxnzAmnAvk0vTKrlJW3LEp9p1 { width:24.5rem;height:1.875rem;top:162.125rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUDoQBInNiwiQf17ChFO5ylFT3AWvE8B { width:24.5rem;height:1.875rem;top:200.875rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8K9PWO3Xk3nqsg90oVauCGNfzwXXRT { top:143.5625rem;left:29.74658203125rem;width:16.5625rem;height:20.562rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRb0Huu0XLFhmNAos0QpfoOFtZazrF8a { width:26.25rem;height:19.1875rem;top:104.1875rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTice9ntNqhTTTlm2JCyuNRxmnN1VIm { width:17.9375rem;height:15.6875rem;top:135.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3mxbiOgxERq3PXbGMRHnRWdsSaVWRzi { width:26.25rem;height:15.375rem;top:144.6875rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GogW3X2zVkxc9ZT27rhfFaiK1DeJ8HBL { width:17.9375rem;height:15.6875rem;top:135.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #InQL6otqe5Q9pPXaef4c4ezmZDIHzLz4 { width:26.25rem;height:15.375rem;top:183.5rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT2LT6PcycRH1JNxoE6hHIJ2nkWCE23T { top:181.0625rem;left:27.875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCBHDbI7NoGlznfWQZnwiKEFfRBnhpn { width:17.9375rem;height:14.125rem;top:248.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { top:1.9375rem;left:7.0618495941163rem;width:30.1875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn { display:block; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QlPJGHfkR3hP1Faty8BLAWEabuM5IkXw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #BJIlvEXGQK3QUzTcpNSdUXKfKpCikLLe {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #wD0nJacALmmitnyLJuemq2hsaFqqxvFg {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #hTc6u8uCKnc1i432iNelR0volfEtCLel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #EghcCO0rp5BpQUC994uc7TS1AlQHAort {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qFgzub43FMbSTMCSpRvc95k3ozbPUoSF {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QvutzlmimgvMyDh9lRZRo0QDhAEDttE7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #v0BBgxrlZeFx8eQNzyUhVu73skn25Tev {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #dsPPJQq7EilWahWUdC6BkfZzw2TOHVOV {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #oqG5bSElkqLS0Sub944bXK9bptW17Xes { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qdwQ5eTu2FMQnQLVxTVk5uvB07y3QyIG {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #TdCwFoNlfKv3TFrQuwKsFLVukdXXR7cS {  }
 }@media only screen and (max-width: 763px) { #d1RP36LcHRTCJPWuUByfVRdz1s23TMC3 { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHDzsFW69SbO8814HR35HFtHwJlpFndP { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2MeaXOC4RrOHgE1T8dQaTd7pco2Jls { display:none; }
 }@media only screen and (max-width: 763px) { #duVacGwFUMU8IERTKLsmErrNC1aQ4yCq { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu { display:block; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzHhClSTAZA3PDRUyN2H8lEW1vwnRUq3 { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hskd2CDXL61S0avn9KtydoxLosmIMZs6 { width:11.5625rem;height:2.1875rem;top:19.6875rem;left:18.062284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmCQSxuUbFsFnyaiD7FpvnCxGD8v9vWc { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAGwuJBi58eitFOG3VZVsIN5avym0gaR { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVg120uqNUADm8Hyi9XSHuQECs5n6Pc2 { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpnmxQVCfLAGXZr1QxcICgvdymmi8obF { top:22.75rem;left:11.125432968139rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNS18RKgOasFNsWUDJgMRMTiU6oToJrs { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #migcSWKChaDuCbePr1fWiUcfrmsRxQhs { display:block; }
 }@media only screen and (max-width: 763px) { #GEJH46md16D5gAHrdxDcc9tRGx5QIBPW { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeixuI3X8X6nXgCHiuiZG0LiJRIZUwcL { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8SF2ZO39EPXOTuo1oCkzhJZz3pkvo0p { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlrCphsUMTGFiPsUS1GKkCblIPXGSkkd { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghIC5hKb7zqZpJkO3eZlknDD1HyR002V { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uscOP4sRp42VEuVKRWnl0Fb59McshG4c { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7XBJXtPht9WxB4MtyAubdsQ2SpC9ZS { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVVUl1UzeKcvQ190o8Wk6cmFK2hn6Rk { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:24.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:34.4375rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:17.875rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:18.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:31.1875rem;height:2.1875rem;top:38.9375rem;left:0.12451171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.6875rem;height:11.375rem;top:42.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:21.25rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.125rem;height:2.1875rem;top:60.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:14.625rem;top:63.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:47.5rem;height:13.3125rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:36.5625rem;height:2.1875rem;top:85.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:47.6875rem;height:6.4375rem;top:88.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2hwtLB7qMKNythLTQovXsufWrLkTlrq { display:block; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #vcBs6SMtwH8MOVADT6WuloLBnMJKPVeD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #LxK91obT1nAl1J6HlavN43Woa4Wobfgv {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #MpnfJtTkGI59oIo7Hn9ggotRntcO76X7 {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nJZXhOQVGua7S2tiLDlZQge5UyZztv3Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TZlWlEhJAB1dCysNKGORNZ1TXvULrwVX {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #mBkQFttptEHlpO8NTzBgEVmGMOyJZ40o {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #NP48AgVDAneObig0b6KmBITDpyB68bBb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #R4zWyV7RsTrwaCroaAl2knCzWkpu6Qda {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nHkHctu1Nc8V5P7ITkVv55oEvXColwgo {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #UgfQGKHvdvBuWgURpl1MUV01bpLx9rAI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TzLAy0ec06mT7u6bZUrSAr21BPQaINsv {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #ZE0TkQSmKXVSwn9b6LDOBWVyaMlVSLDU {  }
 }@media only screen and (max-width: 763px) { #Q9l8OviGdeW85ESmuPKihIa8SDT3RdHv { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idsWFtJflzMywTigz8TmgzzU4pO9aHFy { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F923l3NUFamuGgunkPsM2RWta0U1t2Rh { display:none; }
 }@media only screen and (max-width: 763px) { #HWxQg2at4imOv5wfNlJSinIRqezeWO8m { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN { display:block; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz9WAQ3dwW4xF44CZPUbnK7X2SLTgZlx { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1CI0OdTKQO4vn6F71TfZTNwMp8iVkO { width:11.5625rem;height:2.1875rem;top:19.6875rem;left:18.062284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHsLGoGuMM6dFed5qPxRVFarzzd5InUC { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQIemlWbSbAPahsPBo4cDlRrv0hHDfoa { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcC8LDVHECpK6HdK4my8I9A0aSTxTKI { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZaxiiKxVBzF0mDROIPvXMRBLxVl5qo { top:22.75rem;left:11.125432968139rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ackBP18xnhbzsIqCe0CkPfOrn5ClgPp1 { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d20eBO2tZ2f2FgmWVX9wmuZM0gOKxyM8 { display:block; }
 }@media only screen and (max-width: 763px) { #OigzdwaLnQ1kBqhrWcnTVcaO79C8y7UC { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEWnUJp7H53FsZ1cl7SOOQEzNnlXxsO { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeASvrFwBA6Th0mt7ZMuC4pdsbBCHfZ4 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3F2TQ535EF6InT2uZmo2R87QOGAW6bT { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtDFEi3qDrO0zCAoCipHeBuR1yZW8rV { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou2NpSIu9oI8nRmqmoAkTQlCaRoXzqwU { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKqehR6VmKV3t1fTqVOdUeTa0DsVSoK { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vTOJIex17A7HMEEFwZGzxdCHVGoU0S { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 { display:block; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 { width:18rem;height:5.0625rem;display:flex;top:3.25rem;left:7.6244564056394rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ncnXuhJWOG4m9uFQJWfT1y2w5Ebp381c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #RwaQnUQNwVUrVZ7m6SiXFUlfmoRZFshn {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #WJ6W7IAgJM1xo9S71TTmQ4Bupe9SStb8 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #IoBPQI1x7vBBFGlDXlKH7gx2sT9RmFxX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #UWuFXgQTw2TVaLodx7AOUTTcB9f7xxHH {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ERJRWaF23lINvFpAwVD1tUiSKDl8SiN6 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #v0KeJRRDFTpfoudM0VkXqWBCNhowsqD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #B1lS7HukK7fh5KUAVupSFTNBE19p4qJ2 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #cV7XWV6fwTAs1pI3bCbBQdvWRSEAAeiM {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #yWdKq5HMBDIVpTOiUqo9xS6FgEUtxdZZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #eWiP5BdubunhF2I7qx8WKciabUvTgJyT {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #htnEGIxf2vo5H8Tl8ZV7LXGVlAz6QbLP {  }
 }@media only screen and (max-width: 763px) { #v0piGmACa2CDAtUGSS61nM0OZxmcO1Hi { width:12.1875rem;height:2.375rem;top:0.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4MhcIFmfEoRcOt0GcuDRAbTblHqnylm { display:block; }
 }@media only screen and (max-width: 763px) { #eaUyTCTtkscqs0TWA2OnuBEDUy5iIZ9k { top:1.375rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9995625rem;height:9.0995875rem;top:6.2521705627444rem;left:0.49967455863952rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.2495rem;height:4.72411875rem;top:17.373046875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0605625rem;height:5.5996125rem;top:37.685546875rem;left:0.96923828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:20rem;height:3.375rem;top:1.4594184160232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.2496875rem;height:2.4375rem;top:1.9281685352326rem;left:0.37489151954651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { width:20rem;height:4.24805rem;top:45.4990234375rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { width:17.5rem;height:2.25rem;top:13.16357421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { width:20rem;height:11.23006833713rem;top:24.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.1873125rem;height:4.54980625rem;top:1.6232643127441rem;left:0.40581601858139rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.999rem;height:110.2294375rem;top:7.9361991882325rem;left:0.49967455863952rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { background-color:#f1f1f1;background-image:none;display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .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); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { width:17.9373125rem;height:17.32176875rem;top:11.0625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { width:20rem;height:4.19921875rem;top:32.337890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { width:19.1873125rem;height:2.2749rem;top:0.68467712402344rem;left:0.40581607818604rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { width:20rem;height:21.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { width:9.749875rem;height:9.749875rem;top:2.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { width:18.6875rem;height:4.54980625rem;top:15.3125rem;left:0.65625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { width:19.125rem;height:75.5858875rem;top:21.546875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { width:19.3125rem;height:10.75rem;top:2.56982421875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { width:20rem;height:10.3984375rem;top:2.3117427825927rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { width:20rem;height:4.72411875rem;top:14.498155593872rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:18.25rem;height:4.19970625rem;top:45.6875rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.1875rem;height:3.1875rem;top:39.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:15.4375rem;height:1.625rem;top:43.25rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:18.375rem;height:4.19970625rem;top:60.625rem;left:0.8125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.9375rem;height:1.625rem;top:58.3125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.75rem;height:2.75rem;top:54.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:18.5rem;height:2.79980625rem;top:77.25rem;left:0.75rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:17.125rem;height:1.625rem;top:74.9375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.6875rem;height:2.6875rem;top:71.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { width:20rem;height:12.5rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { width:20rem;height:13.75rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { width:20rem;height:12.8125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { width:20rem;height:13.625rem;top:85.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.9375rem;height:1.70605625rem;top:90.25rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:18.3125rem;height:2.79980625rem;top:92.6875rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:3rem;height:3rem;top:86.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { width:20rem;height:4.2246125rem;top:101.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { width:17.0625rem;height:2.79980625rem;top:107.1875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { width:13.25rem;height:23.6875rem;top:20.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { width:20rem;height:21.3125rem;top:19.22119140625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG { display:block; }#mTqrHdIZoFmcMQFLyMPqTK5TghPRs6NG > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVxJqwSphqskPrRUVopQTJwE31hRGbQq { width:18.6860625rem;height:2.2749rem;top:16.25rem;left:0.65673828125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wITmL7Twby82da5WFF3TTomBQ1iwoaZO { width:18.8745rem;height:59.838825rem;top:20.0625rem;left:0.5615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baIwGi7yT5qt5HHdA6pbFguVz6tXH5CW { width:16.9375rem;height:11.3125rem;top:2.390398979187rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlZ0TC5GTl1p3ocfQxvlToM8GXfS5eXV { width:20rem;height:11.140350877193rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { width:20rem;height:11.238938053097rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { width:20rem;height:2.2749rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { width:20rem;height:2.2749rem;top:6.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { width:20rem;height:2.2749rem;top:9.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { width:18.125rem;height:25.1953rem;top:13.99956035614rem;left:0.93750005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { width:18.2495rem;height:8.44925rem;top:41.99462890625rem;left:0.8740234375rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { width:19.0625rem;height:29.4375rem;top:51.93603515625rem;left:0.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { width:20rem;height:11.218934911243rem;top:59.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { width:18.5615rem;height:15.7470625rem;top:82.3115234375rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5105ad40-4c35-43d1-a06d-06079851d84d/SimpleRetroTravelPhotoCollageInstagramStory1920x1080px1080x1920px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { background-color: transparent; background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .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); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { width:20rem;height:6.33691875rem;top:26.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { width:20rem;height:3.1494125rem;top:42.437046051026rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { width:20rem;height:2.5996125rem;top:34.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { width:20rem;height:2.92480625rem;top:37.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:107.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:4.548825rem;top:9rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { width:20rem;height:4.72330625rem;top:23.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { width:20rem;height:2.4375rem;top:18.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { width:20rem;height:2.92480625rem;top:15.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6860625rem;height:22.0458875rem;top:20.87353515625rem;left:0.65673828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { width:17.75rem;height:11.8125rem;top:49.7109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { width:16.4375rem;height:16.625rem;top:2.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:18.6865rem;height:8.44925rem;top:17.75rem;left:0.6875rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:2.43701171875rem;left:0.625rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.499rem;height:33.06880625rem;top:27.9375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { background-color:#ffffff;background-image:none;display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .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); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { width:14.6245625rem;height:9.44825rem;top:8.9375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { width:19.1873125rem;height:4.54980625rem;top:8.5830688476562E-6rem;left:0.40581607818604rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { width:16.1875rem;height:11.9375rem;top:7.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { width:14.437375rem;height:11.0229375rem;top:24.375rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { width:16.1875rem;height:13.375rem;top:23.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IcQRxbTE8NdypaP2FJ0bO07HxnRoB { width:11.25rem;height:11.3748125rem;top:23.25rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { width:3.937175rem;height:3.937175rem;top:26.625978946686rem;left:16.062284469604rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ITEFgWtV3s578MXcz2deV2prGwldcEow { width:16.1875rem;height:10.4375rem;top:40.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { width:14.4998125rem;height:7.8735625rem;top:41.875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { width:16.125rem;height:10.8125rem;top:54.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { width:14.3125rem;height:7.8735625rem;top:56.1875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UINmKSZ64elxtETD7kNrhNT38ki26Spd { width:3.875rem;height:3.0625rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { width:8.625rem;height:6.9375rem;top:13.43603515625rem;left:1.99951171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { width:3.875rem;height:3.0625rem;top:21.375rem;left:0.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { width:8.625rem;height:6.9375rem;top:39rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { width:3.875rem;height:3.0625rem;top:38.875rem;left:0.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { width:8.625rem;height:6.9375rem;top:52.9375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { width:19.875rem;height:10rem;top:80.2495rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { width:3.875rem;height:3.0625rem;top:53.1875rem;left:0.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { width:20rem;height:0;top:67.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { width:8.625rem;height:6.9375rem;top:66.75rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { width:16.125rem;height:10.8125rem;top:69.75rem;left:1.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { width:3.875rem;height:3.0625rem;top:68.1875rem;left:0.40576171875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { width:14.3125rem;height:7.8735625rem;top:71.28173828125rem;left:2.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:19.1875rem;height:19.875rem;top:30.124786376953rem;left:0.21809899806976rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { width:20rem;height:1.94986875rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:15.7498125rem;height:3.81185rem;top:37.731121063233rem;left:2.1245661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yViIdGLKw60C5sG9qSOTsTeLgev9feng { width:12.9373125rem;height:2.24935rem;top:43.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { display:flex;width:1.3125rem;height:1.3125rem;top:47.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { width:9.8125rem;height:1.3999rem;top:47.1875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { width:13.6875rem;height:24.5rem;top:12.60546875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { width:18.375rem;height:19.75rem;top:10.43701171875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy { display:block; }#rqI50fAeBHBk6NtBH3zq5RZtgo4stBcy > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;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; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #PvF0HUrcQcRm9304GCZA5yu0sGO8qcRw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #CmXMFcIERWdsUh1xruG0BIZFnJDNckbw {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #RgUcEn0s8ydFqI1ECgMMsDUshFLXdBCl {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #Sb2eU3KynTW9y9ToLLn1vPXkktaTS3uA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #gHsU5TTQ7HyWubNhPDB6toDM2Sf1LWoh {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lGkwdKbpyd59MisMApoB6BOHeB80BLFm {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ts2f1tG0N4CWu8Twyd3Zx4CeGIMzT0pd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #EbSmtoCWmqbMunzwIJpwK604ThzKfhJc {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ffXGNKwin2TPU1Z9Q2hl0OaEFGGXxnf9 {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #wO74Hd8yDHJzCo4e9Cl0lay5Wc7d8xp4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #lzvCv7xL81ivStTneMcAiaZqfqwqXo71 {  }
 }@media only screen and (max-width: 763px) { #xJdF1AMRKf7OQITAbKSeWW3TSkMAzudc #ev1QDhiuaRT6VXKnrvMZODHaePAliwye {  }
 }@media only screen and (max-width: 763px) { #LwUG9HRWD47RP3IpShvmkOlccENTwUP1 { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1lBTFRpUIA78zW4hwGVJ4mpRyxBmeI { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #H99w0yK8cw7KXUCUZWzUoCveZAhmdE9h { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JUcvPq4pzGdG5k8FQLZv3Hkdni8wFzbb { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { width:18.6870625rem;height:4.2246125rem;top:14.310981750488rem;left:0.65646702051162rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { width:18.2498125rem;height:67.71236875rem;top:20.185546875rem;left:0.87456601858137rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aWP2hUv5yPAs8O5KTF6SyzgLrHKSQytI { width:16.6875rem;height:11.125rem;top:1.0411238670349rem;left:1.6248915195465rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:20rem;height:186.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { width:18.6870625rem;height:2.2749rem;top:1.8744573593139rem;left:0.65538203716275rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { width:18.625rem;height:11.32325rem;top:12.625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf li:before{  }
 }@media only screen and (max-width: 763px) { #PwrZoumHdZqdTTE17EixfxeZkNiCFaNZ { width:20rem;height:19.5625rem;top:6.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGLb2FKGadEpmiOhy6wRrwTETb2NztvK { display:flex;width:2.62478125rem;height:2.62478125rem;top:7.1874780654906rem;left:0.65538203716275rem; }
 }@media only screen and (max-width: 763px) { #i48u9y5PGldb6zwVZNHgDynvQ9Zx7i42 { width:18.4995rem;height:0.3125rem;top:10.75rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs87HFNKHkF2XQ9UNTJ0LsuWAEA6rgiO { width:20rem;height:21.5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCMOlQNGlKqPvRdoKgu5o1NsKcPE2zBq { display:flex;width:2.687175rem;height:2.687175rem;top:29.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #eulumv9vpJk7VIGuhOqokAoViOvtiCdn { width:18.4375rem;height:0.3125rem;top:33rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbhpohgIfwGlm2TT9yzBgw668HRgC7zT { width:20rem;height:22.9375rem;top:52.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Th4IkC7zWRR80ZvrgtZ10JclncBQvV { display:flex;width:2.687175rem;height:2.687175rem;top:53.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #GELtusaEvUVDD6VTFwfKuLMByWEJyLub { width:18.4375rem;height:0.3125rem;top:59.1875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftl7dl8euQ5hGwtus96nx0Cg5nnGodvx { width:20rem;height:22.4375rem;top:78.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JgILyicqcsXdqluLVCuFCW78brTMBB { display:flex;width:2.687175rem;height:2.687175rem;top:80rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #OIs0x2I35i1ERWgfBDKAb7WDl97rWW36 { width:18.499875rem;height:0.3125rem;top:85.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9sD9pUboUu8yJtV006l2EKvHTSkAAu { width:20rem;height:24.25rem;top:103.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZvVx1gFQZ3GxTS10yTfP1llsSZA2ta { display:flex;width:2.687175rem;height:2.687175rem;top:104.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #MvWhEyf1SBwMIkMHsqP2Gp4oVdkwFlsS { width:18.4995rem;height:0.3125rem;top:109rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFUNHDFMHZyqpxq9kA00aJDKkOsBFKRT { width:15.875rem;height:2.0996125rem;top:7.44921875rem;left:4.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #luwNMgki5hn5SEKeKpQw76bTQMq7z8Bp { width:15.3125rem;height:2.0996125rem;top:29.54345703125rem;left:4.091796875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA { width:20rem;height:0;top:36.71142578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#V7ih5FHV8DuB6Rg5TqaWAFIGmIc8EITA li:before{  }
 }@media only screen and (max-width: 763px) { #WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL { width:18.625rem;height:12.8979375rem;top:35.1875rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15011;display:block; }#WtPPmZ51lXRhisqSdT3HTTTsTHUeQGJL li:before{  }
 }@media only screen and (max-width: 763px) { #k1A0KAv21tutVnw3PNU7LdcS2BtxBnPV { width:15.875rem;height:4.19921875rem;top:53.8125rem;left:4.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP { width:20rem;height:auto;top:65rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#FpTCZ2LXv3ArfltyMUOEO9628dgx2kuP li:before{  }
 }@media only screen and (max-width: 763px) { #OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx { width:18.625rem;height:12.8979375rem;top:61.0400390625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#OVmH9d30qFQphFIhsoQKvlyHT4l62Vyx li:before{  }
 }@media only screen and (max-width: 763px) { #b1QW2ivWtFGSR0MRCHLt4or7vwVyeMqW { width:15.4375rem;height:4.19921875rem;top:80rem;left:4.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL { width:20rem;height:auto;top:88.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#ouNmKa2TelIdAWfMVHCpWVJSlyyTg9HL li:before{  }
 }@media only screen and (max-width: 763px) { #wFGqTL20RlsRoE9Z6n3EPxbpSlTcatEz { width:15.9375rem;height:2.0996125rem;top:105.25rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zJBz9gtKuvGNKD8xelKpg81y1gHorZHn { width:20rem;height:auto;top:110.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#zJBz9gtKuvGNKD8xelKpg81y1gHorZHn li:before{  }
 }@media only screen and (max-width: 763px) { #KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf { width:18.625rem;height:11.32325rem;top:87.8525390625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15013;display:block; }#KHW7c562fGlQVNIlfsTdI3qNM2vvTZTf li:before{  }
 }@media only screen and (max-width: 763px) { #R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k { width:18.625rem;height:15.410125rem;top:110.9150390625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15014;display:block; }#R0hXGwP8euv5fPCFlZCSIuZ82RqJCk4k li:before{  }
 }@media only screen and (max-width: 763px) { #F8FC2kT05qGyJBd8LtBlmqwVVdgDLga2 { width:20rem;height:20.375rem;top:129.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOC7Q0xqqwlBCJkk04dh7Tvz1uiihzes { display:flex;width:3.625rem;height:3.625rem;top:131.125rem;left:0.6552734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaXQM5U13smN4oTCSroCQbRl8siaoKht { width:15.3125rem;height:4.19921875rem;top:131.9375rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSAuODuO7CgiAZlgpfv6vNHSvU8ACwAU { width:20rem;height:0.3125rem;top:136.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 { width:20rem;height:auto;top:138.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#D29NyNIJbkrG2aEIkc55G6mBPGLa1Ko1 li:before{  }
 }@media only screen and (max-width: 763px) { #DxC5IKNmJ0lAOwAHHJiaieVSV7XRPT1U { display:flex;width:2.6870125rem;height:2.6870125rem;top:131.9375rem;left:0.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #KFrlkGoZAUfIU24seKkkQDbatVINuZAV { width:20rem;height:21.5rem;top:130.5rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BXwBQmyCfCTZu0NTXLuHM7FukmTOen3T { width:18.499rem;height:0.3125rem;top:137.0625rem;left:0.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 { width:18.625rem;height:11.32325rem;top:138.77734375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15015;display:block; }#USKK3C7JbSvCZRJgCT28SxaCge8bcmQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #EaWFOTJCf7vcMTt41Kl7QvOgxuAur9Sd { width:20rem;height:18.875rem;top:152.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZMJIzxG1nvo53D2OLcI0sHT9aXNAlRC { display:flex;width:3.625rem;height:3.625rem;top:153.625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA5e6QOWfeEl82eRpyT7Z3W8AfVkqvzW { width:20rem;height:auto;top:154rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fPazsk8dZ0c4pSwf2B3Ac0HVAUt1POXG { width:20rem;height:0.3125rem;top:158.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 { width:20rem;height:auto;top:160.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#SRQKxkd10PW5Ke5gR4OXHFKxLOXROgL8 li:before{  }
 }@media only screen and (max-width: 763px) { #NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { width:20rem;height:6.3369375rem;top:178.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #biP2T6UznkT9XtE6bRwsDpD5UsVSg7Pp { width:20rem;height:21.5rem;top:154.1875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NWTv9UwXa22VNCfH6NHoWuv9Ey5Vn410 { display:flex;width:2.6870125rem;height:2.6870125rem;top:155.4375rem;left:0.8125rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #L9SZXeaM7lGpJcziE76Soy0KKHNkhk33 { width:15.3125rem;height:4.19921875rem;top:155.4375rem;left:4.091796875rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JfX6uzSuLwWFzg8XgOyu1ChhENZbi9QO { width:18.4985625rem;height:0.3125rem;top:160.75rem;left:0.75048828125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #v1wiH8bHNe8x5timFK5T0W6wTpw0tfav { width:18.625rem;height:;top:162.58984375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }#v1wiH8bHNe8x5timFK5T0W6wTpw0tfav li:before{  }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1875rem;height:19.875rem;top:30.124786376953rem;left:0.21809899806976rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { width:20rem;height:1.94986875rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.7498125rem;height:3.81185rem;top:37.731121063233rem;left:2.1245661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9373125rem;height:2.24935rem;top:43.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3125rem;height:1.3125rem;top:47.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8125rem;height:1.3999rem;top:47.1875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dBzAR87RBFZawesplUpCTregZpMK8Ms1 { width:13.6875rem;height:24.5rem;top:12.60546875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVDLgygxpTSaloSnGvxdALKW1ygfLb3C { width:18.375rem;height:19.75rem;top:10.43701171875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { width:18.6875rem;height:4.2246125rem;top:1.5rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { width:18.25rem;height:18.896475rem;top:7.75rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { width:20rem;height:5.19921875rem;top:1.435546875rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { width:20rem;height:5.19921875rem;top:8.5731334686281rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { width:14rem;height:4.125rem;top:16.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { width:7.625rem;height:1.7871125rem;top:17.48046875rem;left:7.061848938465rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { display:flex;width:2.37413125rem;height:2.37413125rem;top:17.185329914093rem;left:4.3109810948372rem; }
 }@media only screen and (max-width: 763px) { #ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { width:8.75rem;height:1.7871125rem;top:22.855904579163rem;left:7.0616321563719rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { display:flex;width:2.12456875rem;height:2.12456875rem;top:22.687174797058rem;left:4.3109812736511rem; }
 }@media only screen and (max-width: 763px) { #DSo8t5fKaycsmy484M0niOdbzRZL5T3u { width:14rem;height:4.125rem;top:21.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { width:8rem;height:1.7871125rem;top:28.25rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { width:14rem;height:4.125rem;top:27.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawibz06EJfAX8ginS7P1GLRMTxLO7es { display:flex;width:2.125rem;height:2.125rem;top:28.0625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { width:15.8125rem;height:15.9375rem;top:35.436264038086rem;left:1.1870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { width:20rem;height:5.19921875rem;top:0.89892578125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { width:18.25rem;height:25.1953rem;top:8.125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U { display:block; }#LOPlQHz2zE8FkEUXoBBIzEqrMtQ9kL7U > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;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; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr { width:16.875rem;height:4.56375rem;display:flex;top:6.25rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #JELVzLunZ0mUU1fwtynpTTJEJ7XEfmSE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #U2wiFDNiUv8RVNnfITGGwWpxNPtOFiZ7 {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vuncUpMfgNOrq0Ee0gTtNlXiswf34Hwg {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #klbpaaoFhsvmv2hzlp3n7pENolk3tPCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #vWiwmmlDOHIJIcAAwxvMxA7nNVpAI8vO {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #iiCGhyVbAlDMZGqBFOSX0h4RRlvdc04T {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LyD23HSaFCTTCyPfqcgxiqG1zlGW0p1E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #BDcuvBrysRnQWmE0eOoBSxPUZDrx2Pg7 {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #XPBfNdRkOiINewl2hsltKJ3sTWlVOV0X {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #LUTfTiDGrLN7N0oywf4uMhvaeUI4UiD3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #Au4Im3S5Z9R3IJxm7PgNPOEnmLFHRdAs {  }
 }@media only screen and (max-width: 763px) { #TxANgTzJ1iEf0Eduelc0y6W6Fe1M1zbr #UZMw1UUlhhLcJrG6hwgGk9e938QwLufq {  }
 }@media only screen and (max-width: 763px) { #rTA2yHPXCJCFQrQg1U6N9SNHtQU1d3l3 { width:19.1875rem;height:3.574225rem;top:3.75rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVsCp3KhHWmTTsn1B4VIslU3JWVkXsCA { width:12.25rem;height:2.1875rem;top:9.8125rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #I1ivRctl2f5qWWkxO0pSbbHlMiaF4vNt { top:5.6875rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #niRHJt9wMLJaZCsuDI8eZOpCdIt7ud4Q { width:20rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { width:14rem;height:14.125rem;top:1.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #igd4wEqwBRicGakGlfLP6sRHa71FcHrn { display:block; }#igd4wEqwBRicGakGlfLP6sRHa71FcHrn > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzD9ri0cyBy48TZTvS1gxrVAI00Spi9p { width:19.1875rem;height:19.875rem;top:30.124786376953rem;left:0.21809899806976rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ru7LI7UwnlA9rwrS42TQr9Euo56Unlky { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f3qJADHTMiDIJmv60qrV8wlLpvz6gnzi { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlhLsKPCus5gyv8AITR5rkd5fxmV8t6y { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khrFqoqWCpfFfQIpkzOQbycz6bClI40i { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #OMFFNngm05VdF3hpBqa4MlOxtPIKHI7J { width:20rem;height:1.94986875rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fUhAFgzUKmkxbTqpnn2nTK0lTCCpIbbi { width:15.7498125rem;height:3.81185rem;top:37.731121063233rem;left:2.1245661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0HtcVSsO5v3BsIRvs0LanN0TUJ5tm9Q { display:block; }
 }@media only screen and (max-width: 763px) { #qaT3kJDtCSIIrfZHbTwkOZTOcJaoo5JT { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhbTVnJ0uy9hB3nLOQMf90DoHSbVGBT { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0e8QqDzbiTF8oTG2mOLWZtlSGy2hHc { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #tP7LMHCv0yOpFWsapi098PQpP3gGOrDR { width:12.9373125rem;height:2.24935rem;top:43.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZvHPGPWFxalKI841yQzZ4QJL62V0NX { display:flex;width:1.3125rem;height:1.3125rem;top:47.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #Hq7JTlTbmuuX0L0yrNqCHxFiFiylavnu { width:9.8125rem;height:1.3999rem;top:47.1875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UzlQ9lB8Pg5NtyL5o8rzP9vKHLFa2T7T { width:13.6875rem;height:24.5rem;top:12.60546875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GmzbbRwAQ4QehRTE1ksBqchw3HWdSB { width:18.375rem;height:19.75rem;top:10.43701171875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:20rem;height:279.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { width:20rem;height:5.19921875rem;top:2.4989128112793rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.6860625rem;height:1.57470625rem;top:8.6859807968137rem;left:1.1561415195465rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:19.375rem;height:50.3125rem;top:12.18603515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { width:17.686625rem;height:6.2988125rem;top:13.998481869697rem;left:1.1566841006279rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:17.875rem;height:17.32175625rem;top:21.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { width:16.75rem;height:16.75rem;top:43.9365234375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:17.1875rem;height:1.57470625rem;top:40.93701171875rem;left:1.40625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:19.5rem;height:50.1875rem;top:65.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { width:18.125rem;height:6.2988125rem;top:66.625rem;left:0.9375rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { width:17.9375rem;height:15.8125rem;top:98.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:17.9985625rem;height:20.47118125rem;top:74.125rem;left:1rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:18.2495rem;height:1.57470625rem;top:95.9375rem;left:0.875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qnkss078B0kQkegttqU27trkpnEQ0xC5 { width:19.5rem;height:47.25rem;top:118rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { width:17.9996875rem;height:6.2988125rem;top:119.625rem;left:1rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { width:17.0625rem;height:17.0625rem;top:147.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { width:15.3125rem;height:1.57470625rem;top:144.875rem;left:1.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { width:20rem;height:4.54980625rem;top:270.9375rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:16.8125rem;height:1.3999rem;top:277.125rem;left:1.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PouiETFDFKONLvT595tyRRrIz8caMlrE { width:19.125rem;height:50.75rem;top:168rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByssthHxN5mblirTxIPX8CnvJkvioT2T { width:17.8125rem;height:8.3984375rem;top:169.6875rem;left:1.0625rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OzWqImd8R0XwM7s1vvB7HcETvtFQUwk2 { width:19rem;height:46rem;top:221.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m76BmMgFKu0qhwBaEIZdycnRMT2RgVzt { width:17.6248125rem;height:6.2988125rem;top:223.0625rem;left:1.1875rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MGriODAbxnzAmnAvk0vTKrlJW3LEp9p1 { width:17.937rem;height:1.57470625rem;top:197.4375rem;left:1rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kUDoQBInNiwiQf17ChFO5ylFT3AWvE8B { width:15.8730625rem;height:1.57470625rem;top:246.75rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8K9PWO3Xk3nqsg90oVauCGNfzwXXRT { width:14.7495rem;height:18.2495rem;top:198.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRb0Huu0XLFhmNAos0QpfoOFtZazrF8a { width:20rem;height:0;top:219.75341796875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ehTice9ntNqhTTTlm2JCyuNRxmnN1VIm { width:17.9985625rem;height:15.7470625rem;top:127.5rem;left:1rem;font-size:1.125rem;line-height:1.4;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #v3mxbiOgxERq3PXbGMRHnRWdsSaVWRzi { width:20rem;height:auto;top:144.6875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #GogW3X2zVkxc9ZT27rhfFaiK1DeJ8HBL { width:17.9985625rem;height:15.7470625rem;top:179.4375rem;left:0.9375rem;font-size:1.125rem;line-height:1.4;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #InQL6otqe5Q9pPXaef4c4ezmZDIHzLz4 { width:20rem;height:auto;top:183.5rem;left:0rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xT2LT6PcycRH1JNxoE6hHIJ2nkWCE23T { width:15.9375rem;height:15.9375rem;top:250rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCBHDbI7NoGlznfWQZnwiKEFfRBnhpn { width:17.9985625rem;height:14.17235625rem;top:231rem;left:1rem;font-size:1.125rem;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { width:14rem;height:14.125rem;top:1.6557521820068rem;left:2.1875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn { display:block; }#D28THr1dyT5T9iWFgiOCPSRTCFIgAdEn > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;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; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QlPJGHfkR3hP1Faty8BLAWEabuM5IkXw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #BJIlvEXGQK3QUzTcpNSdUXKfKpCikLLe {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #wD0nJacALmmitnyLJuemq2hsaFqqxvFg {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #hTc6u8uCKnc1i432iNelR0volfEtCLel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #EghcCO0rp5BpQUC994uc7TS1AlQHAort {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qFgzub43FMbSTMCSpRvc95k3ozbPUoSF {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #QvutzlmimgvMyDh9lRZRo0QDhAEDttE7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #v0BBgxrlZeFx8eQNzyUhVu73skn25Tev {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #dsPPJQq7EilWahWUdC6BkfZzw2TOHVOV {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #oqG5bSElkqLS0Sub944bXK9bptW17Xes { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #qdwQ5eTu2FMQnQLVxTVk5uvB07y3QyIG {  }
 }@media only screen and (max-width: 763px) { #nfWU0d3pWvk3QMiz3356gxq4ppVkHuRe #TdCwFoNlfKv3TFrQuwKsFLVukdXXR7cS {  }
 }@media only screen and (max-width: 763px) { #d1RP36LcHRTCJPWuUByfVRdz1s23TMC3 { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHDzsFW69SbO8814HR35HFtHwJlpFndP { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2MeaXOC4RrOHgE1T8dQaTd7pco2Jls { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #duVacGwFUMU8IERTKLsmErrNC1aQ4yCq { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu { display:block; }#aKTKRv2u4XxNeMKsOGMVKm9brTOlwDZu > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzHhClSTAZA3PDRUyN2H8lEW1vwnRUq3 { width:19.1875rem;height:19.875rem;top:30.124786376953rem;left:0.21809899806976rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #Hskd2CDXL61S0avn9KtydoxLosmIMZs6 { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UmCQSxuUbFsFnyaiD7FpvnCxGD8v9vWc { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAGwuJBi58eitFOG3VZVsIN5avym0gaR { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVg120uqNUADm8Hyi9XSHuQECs5n6Pc2 { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #vpnmxQVCfLAGXZr1QxcICgvdymmi8obF { width:20rem;height:1.94986875rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oNS18RKgOasFNsWUDJgMRMTiU6oToJrs { width:15.7498125rem;height:3.81185rem;top:37.731121063233rem;left:2.1245661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #migcSWKChaDuCbePr1fWiUcfrmsRxQhs { display:block; }
 }@media only screen and (max-width: 763px) { #GEJH46md16D5gAHrdxDcc9tRGx5QIBPW { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeixuI3X8X6nXgCHiuiZG0LiJRIZUwcL { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #c8SF2ZO39EPXOTuo1oCkzhJZz3pkvo0p { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QlrCphsUMTGFiPsUS1GKkCblIPXGSkkd { width:12.9373125rem;height:2.24935rem;top:43.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghIC5hKb7zqZpJkO3eZlknDD1HyR002V { display:flex;width:1.3125rem;height:1.3125rem;top:47.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #uscOP4sRp42VEuVKRWnl0Fb59McshG4c { width:9.8125rem;height:1.3999rem;top:47.1875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7XBJXtPht9WxB4MtyAubdsQ2SpC9ZS { width:13.6875rem;height:24.5rem;top:12.60546875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVVUl1UzeKcvQ190o8Wk6cmFK2hn6Rk { width:18.375rem;height:19.75rem;top:10.43701171875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19rem;height:37.4375rem;top:9.12434387207rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57421875rem;top:10.4375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:30.710425rem;top:15.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19921875rem;top:2.306640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.0625rem;height:24.25rem;top:49.624572753906rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57421875rem;top:50.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:16.08640625rem;top:56rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:33.5625rem;top:77.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:17.3125rem;height:3.57421875rem;top:78.375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6248125rem;height:24.86085rem;top:83.7500038147rem;left:1.1870660185814rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:19.0625rem;height:21.4375rem;top:113.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:17.4375rem;height:3.57421875rem;top:115.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:17.5rem;height:13.16164375rem;top:120.75rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2hwtLB7qMKNythLTQovXsufWrLkTlrq { display:block; }#n2hwtLB7qMKNythLTQovXsufWrLkTlrq > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;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; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #vcBs6SMtwH8MOVADT6WuloLBnMJKPVeD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #LxK91obT1nAl1J6HlavN43Woa4Wobfgv {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #MpnfJtTkGI59oIo7Hn9ggotRntcO76X7 {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nJZXhOQVGua7S2tiLDlZQge5UyZztv3Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TZlWlEhJAB1dCysNKGORNZ1TXvULrwVX {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #mBkQFttptEHlpO8NTzBgEVmGMOyJZ40o {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #NP48AgVDAneObig0b6KmBITDpyB68bBb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #R4zWyV7RsTrwaCroaAl2knCzWkpu6Qda {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #nHkHctu1Nc8V5P7ITkVv55oEvXColwgo {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #UgfQGKHvdvBuWgURpl1MUV01bpLx9rAI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #TzLAy0ec06mT7u6bZUrSAr21BPQaINsv {  }
 }@media only screen and (max-width: 763px) { #S65TLrceoV1iK4ZuaBdCFXozyyS0cv1n #ZE0TkQSmKXVSwn9b6LDOBWVyaMlVSLDU {  }
 }@media only screen and (max-width: 763px) { #Q9l8OviGdeW85ESmuPKihIa8SDT3RdHv { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idsWFtJflzMywTigz8TmgzzU4pO9aHFy { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #F923l3NUFamuGgunkPsM2RWta0U1t2Rh { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HWxQg2at4imOv5wfNlJSinIRqezeWO8m { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN { display:block; }#nUm0NtaqhdBnTHbELoRNwCvUniBX5uMN > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz9WAQ3dwW4xF44CZPUbnK7X2SLTgZlx { width:19.1875rem;height:19.875rem;top:30.124786376953rem;left:0.21809899806976rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #TA1CI0OdTKQO4vn6F71TfZTNwMp8iVkO { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KHsLGoGuMM6dFed5qPxRVFarzzd5InUC { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQIemlWbSbAPahsPBo4cDlRrv0hHDfoa { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNcC8LDVHECpK6HdK4my8I9A0aSTxTKI { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #ZzZaxiiKxVBzF0mDROIPvXMRBLxVl5qo { width:20rem;height:1.94986875rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ackBP18xnhbzsIqCe0CkPfOrn5ClgPp1 { width:15.7498125rem;height:3.81185rem;top:37.731121063233rem;left:2.1245661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d20eBO2tZ2f2FgmWVX9wmuZM0gOKxyM8 { display:block; }
 }@media only screen and (max-width: 763px) { #OigzdwaLnQ1kBqhrWcnTVcaO79C8y7UC { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEWnUJp7H53FsZ1cl7SOOQEzNnlXxsO { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MeASvrFwBA6Th0mt7ZMuC4pdsbBCHfZ4 { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #v3F2TQ535EF6InT2uZmo2R87QOGAW6bT { width:12.9373125rem;height:2.24935rem;top:43.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtDFEi3qDrO0zCAoCipHeBuR1yZW8rV { display:flex;width:1.3125rem;height:1.3125rem;top:47.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #Ou2NpSIu9oI8nRmqmoAkTQlCaRoXzqwU { width:9.8125rem;height:1.3999rem;top:47.1875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cUKqehR6VmKV3t1fTqVOdUeTa0DsVSoK { width:13.6875rem;height:24.5rem;top:12.60546875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vTOJIex17A7HMEEFwZGzxdCHVGoU0S { width:18.375rem;height:19.75rem;top:10.43701171875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:10.934242248535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#eqSC1HOB8NwQv8RCGqrKD8CT2AlO56O5 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .widget-text.counter-number { padding-top:0.173125rem;padding-right:0.15125rem;padding-bottom:0.173125rem;padding-left:0.15125rem;width:0.905625rem;min-width:0.905625rem;height:0.92875rem;font-size:0.69125rem;line-height:14.86px;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; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.108125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.2075rem;height:0.3675rem;font-size:0.259375rem;line-height:5.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CSPLTCVNpzztdSBI63hQns4RQpBblNu7 { width:6.18706875rem;height:1.749675rem;display:flex;top:0.51812070608139rem;left:12.694770812988rem;z-index:5000;padding-top:0.014375rem;padding-right:0.01375rem;padding-bottom:0.014375rem;padding-left:0.01375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ncnXuhJWOG4m9uFQJWfT1y2w5Ebp381c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #RwaQnUQNwVUrVZ7m6SiXFUlfmoRZFshn {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #WJ6W7IAgJM1xo9S71TTmQ4Bupe9SStb8 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #IoBPQI1x7vBBFGlDXlKH7gx2sT9RmFxX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #UWuFXgQTw2TVaLodx7AOUTTcB9f7xxHH {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #ERJRWaF23lINvFpAwVD1tUiSKDl8SiN6 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #v0KeJRRDFTpfoudM0VkXqWBCNhowsqD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #B1lS7HukK7fh5KUAVupSFTNBE19p4qJ2 {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #cV7XWV6fwTAs1pI3bCbBQdvWRSEAAeiM {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #yWdKq5HMBDIVpTOiUqo9xS6FgEUtxdZZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #eWiP5BdubunhF2I7qx8WKciabUvTgJyT {  }
 }@media only screen and (max-width: 763px) { #CSPLTCVNpzztdSBI63hQns4RQpBblNu7 #htnEGIxf2vo5H8Tl8ZV7LXGVlAz6QbLP {  }
 }@media only screen and (max-width: 763px) { #v0piGmACa2CDAtUGSS61nM0OZxmcO1Hi { width:10.687375rem;height:2.12456875rem;top:2.8434245586395rem;left:4.6554908752441rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g4MhcIFmfEoRcOt0GcuDRAbTblHqnylm { display:block; }
 }@media only screen and (max-width: 763px) { #eaUyTCTtkscqs0TWA2OnuBEDUy5iIZ9k { width:10.999375rem;height:1.0492625rem;top:0.88324654102325rem;left:0.93695759773256rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }