.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { background-color: transparent; background-image: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container > .video-iframe-container { display: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container { display: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .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); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { border-width: 0; border-radius: 0; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { 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:2.5rem;width:6.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:19.1875rem;top:1.25rem;left:55.8125rem;overflow:hidden;display:block; }
#bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d7bc5;border-left:0.0625rem solid #2d7bc5;border-right:0.0625rem solid #2d7bc5;border-bottom:0.0625rem solid #2d7bc5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:37.375rem;display:block; }
#w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqpafbro1B3cHnbp3RvEb1VPg463STIf { background-color:#2d7bc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5a9bd6;border-left:0.0625rem solid #5a9bd6;border-right:0.0625rem solid #5a9bd6;border-bottom:0.0625rem solid #5a9bd6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:45.875rem;display:block; }
#T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { background-color: transparent; background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .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); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { border-width: 0; border-radius: 0; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#oDhAa4hr1fqondVrsyD814cmvO7Z106Q { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:46.4375rem;top:3.75rem;left:14.28125rem;overflow:hidden;display:block; }
#ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { box-sizing:content-box;height:16.5rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(15,23,42,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { background-color: transparent; background-image: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .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); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { border-width: 0; border-radius: 0; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { color:#f1f5f9;display:block;width:51.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:2.5rem;left:11.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !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; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { background-color: transparent; background-image: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container > .video-iframe-container { display: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container { display: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .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); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { border-width: 0; border-radius: 0; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { color:#f1f5f9;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:28.1875rem;left:17.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26.625rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#LqWleafKvHySRw4KHXqrsCs87rteS9gM { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BqItvZTofzMreTFMAoks84ctf6Up3J51 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:28.1875rem;left:28.625rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:26.625rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .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; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 { width:auto; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
#PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.6875rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.125rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nuDreitffIRWi6p28x4uRlgOKoFPwTMO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.6875rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Ehhe1o9skdXU4RMurur2I1RBTKGRoukb { background-color:#045ab2;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:11.537109375rem;left:55.6875rem;display:block; }
#zLaDtx2D6tyIpzgEn5zo2mhsWPsXCIT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BytXTormmG9XCtPE7FTHTy4msibLul0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !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; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { background-color: transparent; background-image: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container > .video-iframe-container { display: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container { display: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .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); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { border-width: 0; border-radius: 0; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#WbNIKrywEQOa0vc439mXDZwxpOgEk22S { color:#f1f5f9;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { color:#f1f5f9;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UNrbPANNyue9NA73vcnf0XWMZRki4Sca { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#QVJSzBHigdn15a6hsy8yn9xT7odX5knx { color:#f1f5f9;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.4375rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { box-sizing:content-box;height:0.1875rem;width:5.5rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:24.9375rem;left:17.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ra0p8THe1axBqHANScMmhD51ypBcP9Mq { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#thhzERHCsvnilNfVCsufkQBewBZkdofl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.4375rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VRwh5gMh8N7vduPLqKltFztASLPpzdCX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.875rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#achfSQNofIXiPduZEnwLy8FuEOWcp33Q { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .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; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U { width:auto; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
#zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.6875rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.6875rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KDApBSakdTwd5LVDtrFdOzZowoI83m6i { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.125rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:24.1875rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CoGiK360mbEQUEhf58uq7IlJpbsULs06 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TqQVVGTaIKO8aPQb0wm68vn1fxhvbH8u { background-color:#35bb93;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:11.537109375rem;left:55.6875rem;display:block; }
#clM9iTBqHHsPuth59asPhuO7GeDOwqKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !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; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { background-color: transparent; background-image: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container > .video-iframe-container { display: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container { display: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .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); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { border-width: 0; border-radius: 0; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { color:#f1f5f9;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26.625rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:28.1875rem;left:6.25rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.4375rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VEhpANudLFRHKVomONGCM1SRsHB7sKDR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S2NLotS5eksSR6tL9573LunMOABmcZx1 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zkRJnom0bOP9xzbTufG4bikIghe23qlM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:23.4375rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .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; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU { width:auto; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
#TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#xwBqETvk8ETPdUn0pJep74qIErXDZROP { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.4375rem;left:50.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.625rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25.625rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RnzldOxR9SDskO5PrTfk6eNybT6cObGm { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XMUpevlLl7286sdUWdUGPwrpbde2mJtR { background-color:#8e7fde;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:11.537109375rem;left:55.6875rem;display:block; }
#rbNBJcQAqyTsi2TdTtiedTpx1hgxvVEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !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; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { background-color: transparent; background-image: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container > .video-iframe-container { display: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container { display: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .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); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { border-width: 0; border-radius: 0; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zWbsihXnbidURAQTPox533tEJTItdsw3 { color:#f1f5f9;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#RlXP200oSgc6DRX02H4peZyFPssf1fiQ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#PuvfX5X7bwt68rF77odwOhHlVfoJfduU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J4AJp249H0AlTqghlpnrucZK7nKP74vA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.6875rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.125rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.4375rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.875rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:28.1875rem;left:39.75rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:26.625rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .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; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq { width:auto; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
#xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#nkNX30J3gQKInu1nItiNDncxrrR5doP5 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#uW9FsW99o17ZWTML93To95zPNsTAue25 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.4375rem;left:50.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KpmbmIw5fVpC1s67tUd633UqVuDoZUch { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.625rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hUDaZht1he0DFTlBblg4ZGu9sOUD6kgx { background-color:#dfec19;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:11.861328125rem;left:55.6875rem;display:block; }
#bs0FU6FZ0QnDzy7l0DTaoTrXsMtOspeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !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; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { background-color: transparent; background-image: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container > .video-iframe-container { display: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container { display: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .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); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { border-width: 0; border-radius: 0; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { color:#f1f5f9;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.1875rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:26.75rem;left:6.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.9375rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#B8rbObESBl6hudKuAZoawn3i98QpeA74 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.75rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.1875rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { color:#f1f5f9;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xuazTy5wylEnSqklifEl6IsDmRU07nMZ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .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; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004b8f;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 { width:auto; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
#V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26rem;left:50.375rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.75rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dEquwDCVmQsH63LxDSyIuset0APD9aiz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.4375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.1875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.1875rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wLHevqnUUHX3cA0rCvgSpq5Ho8KJAkQz { background-color:#045ab2;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:11.599609375rem;left:55.6875rem;display:block; }
#iJtTZWypd8SJWOHuF0gnBBx3RN4v1fSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !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; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { background-color: transparent; background-image: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container > .video-iframe-container { display: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container { display: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .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); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { border-width: 0; border-radius: 0; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { color:#f1f5f9;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26.6875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:28.25rem;left:6.25rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#g232zVaVtfsAB71h5T6CMWLwFnnO29md { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.75rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.75rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Q6acySPsIom8USkzUJXT0p0OQISheKDo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.25rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .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; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM { width:auto; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
#z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { box-sizing:content-box;height:8.5625rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bByBZLf7R0Ski68RJkIehtCdmxqREQbG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.25rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.4375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.6875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25.6875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PPGbiamQVaJcCwBwzTedM6wvN7Ii9t66 { background-color:#35bb93;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:11.599609375rem;left:55.6875rem;display:block; }
#TLvNQlzIXSzN5PQaV8KfFfTiad2RpX4L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !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; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { background-color: transparent; background-image: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container > .video-iframe-container { display: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container { display: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .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); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { border-width: 0; border-radius: 0; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { color:#f1f5f9;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qULiJTQS98FLf7Go96SerutSWSSMgIlH { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.9375rem;left:6.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { color:#f1f5f9;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.5625rem;left:17.5rem;height:2.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fimr6C4ygyxo9VMmabCtT1947E1FmoUx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k7GapcbO51strQGchQIeoTpL3aDvDwXm { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .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; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T { width:auto; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
#bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { box-sizing:content-box;height:7rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.75rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.75rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TlDOEy5lo33muvx87unn9ZitmFQWPiUc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.1875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.1875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XyCAfZl9r4ick3f336867J1EdnmRu7oJ { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zamrMEwfxHwOUSgxRgbWSRT523QMv5EV { background-color:#8e7fde;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:11.599609375rem;left:55.6875rem;display:block; }
#TM10XAkeJwi4RXFLkHMDdI3aTWfe4kD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !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; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { background-color: transparent; background-image: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container > .video-iframe-container { display: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container { display: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .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); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { border-width: 0; border-radius: 0; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#o5Mow7rDfOW7A9embXDDdv7sReT6if34 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { color:#f1f5f9;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UuEcHoBndCWMwV280khW9seUwbhyRdF2 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.625rem;left:11.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i030LBHvLqImrT05CqZCDsp8fToTHqOO { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:22.0625rem;overflow:hidden;display:block; }
#O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.1875rem;left:23.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:23.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.625rem;left:23.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:33.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.5rem;left:34.1875rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:34.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:24.9375rem;left:34.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.3125rem;overflow:hidden;display:block; }
#SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:44.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.1875rem;left:45.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:45.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nuovPH5L26RBTlxbZibp86Iu15XxJEES { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.625rem;left:45.3125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .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; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB { width:auto; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
#BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#WvzzpwRTksrr6DnE97ESczwG6lM37W0V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:54.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.4375rem;left:55.9375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#etP0hqLaLs00VTRZegWElKWulFAIrwao { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:55.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:23.9375rem;left:55.9375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.625rem;left:12.4375rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S1wBs8riCH492doR9nsXofhaQJXl69Fs { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#c8hQCEFuhuEUJTT4UcaCn2CnxWgPpKg5 { background-color:#dfec19;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:11.599609375rem;left:55.8125rem;display:block; }
#U5hVhOalvFF8N3TW43zBMIHJcbVmUBOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !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; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { background-color: transparent; background-image: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container > .video-iframe-container { display: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container { display: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .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); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { border-width: 0; border-radius: 0; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { color:#f1f5f9;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5625rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5625rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5625rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:26rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { box-sizing:content-box;height:9rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.8125rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.4375rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .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; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004b8f;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ { width:auto; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
#Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.8125rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.5rem;left:61.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.25rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.9375rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aGUysHpCC5s9BdMSeHyrKCdTxkN7xGH9 { background-color:#045ab2;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:11.599609375rem;left:55.6875rem;display:block; }
#CKN0pAvS9szk07wc8xRLIwwv6PLLEsuA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !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; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { background-color: transparent; background-image: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container > .video-iframe-container { display: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container { display: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .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); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { border-width: 0; border-radius: 0; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { color:#f1f5f9;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXARCnIhFKCKBTt8crlufKG01cM1moUs { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.625rem;left:11.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:22.0625rem;overflow:hidden;display:block; }
#luLQHldC5mkRiWa7smmHo3UUhpML7p8C { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.1875rem;left:23.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MaF8cu87FhH63cinzAbm7dhunCPMmEQh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:23.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.625rem;left:23.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DI6sZRxENu80sRF50cDmRf99zv3bXiJe { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:33.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.1875rem;left:34.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:34.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.625rem;left:34.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.3125rem;overflow:hidden;display:block; }
#HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:44.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.4375rem;left:45.3125rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:45.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.875rem;left:45.3125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .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; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA { width:auto; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
#WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:17.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:54.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.1875rem;left:55.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g1sPLONWzs1AmnMKan54xp736OV8VB8F { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:55.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.625rem;left:55.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.625rem;left:12.4375rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TLLWGC5XTk4kmarktAPL8JiBUiRUOTTT { background-color:#35bb93;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.599609375rem;left:55.8125rem;display:block; }
#EzLaCIvU1WUAfv4N4u8Paq9h0K6Qxx7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !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; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { background-color: transparent; background-image: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container > .video-iframe-container { display: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container { display: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .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); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { border-width: 0; border-radius: 0; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { color:#f1f5f9;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CCoLhI17dFdralRGwmkygdFEGA5qTWIU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.9375rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kQgoLcAlspfl24svUhALk1D5IDdNiH15 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aEzspup7NKL8PW9P57GGhf3mypt7HQSi { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.75rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.75rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:24.25rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .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; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv { width:auto; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
#m0KFRmAca1Da708DBphVFEuhcqDgOqzb { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#e8JpoR2IeDqnXMh266bePDN92S7sc40X { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#vEDw23s8PJqdZe7zmhidTE0LsibQir84 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.5rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.5rem;left:61.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { color:#f1f5f9;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.9375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.9375rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TGimWnINebd1TEOTB6BPLycPOuLUOoRI { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#b6Gin1MwTcgq9V58LNv1k4FVhMdKUOyU { background-color:#8e7fde;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:11.599609375rem;left:55.6875rem;display:block; }
#BqkgBhOsabuqilLB8cuSsUz9FCKLns4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !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; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { background-color: transparent; background-image: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container > .video-iframe-container { display: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container { display: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .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); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { border-width: 0; border-radius: 0; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#iUq90GTZdNGP807aWw515DS4wg3DA5FI { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { color:#f1f5f9;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fGDbpxiI2rci03znPoiwWsgSczJmMD2k { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5625rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5625rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KzpwHseonCacrpFUqDlhcbqffPeaAMfV { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.8125rem;left:28.625rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nN0ft77ashwu27sxEIRlsArBbiwTnXtL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.25rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.8125rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.25rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;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:15158;opacity:1;top:3rem;left:66.75rem; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .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; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS { width:auto; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
#TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.25rem;left:50.375rem;height:1.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.25rem;left:61.5rem;height:1.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.6875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.6875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qs6v85stJlMB28KWkIR23ofRWZmXDfGU { background-color:#dfec19;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:11.923828125rem;left:55.8125rem;display:block; }
#BJSOzVPGhd7aE5pWF5abFGPEXRdDDJrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { background-color: transparent; background-image: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container > .video-iframe-container { display: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container { display: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .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); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { border-width: 0; border-radius: 0; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { position:absolute;display:block;z-index:15155;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.5rem;width:10.9375rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { color:#f1f5f9;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15156;line-height:1.4;letter-spacing:0;top:8.4375rem;left:0rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15157;line-height:1.4;letter-spacing:0;top:3.875rem;left:61rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { 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:15155;opacity:1;top:6.6875rem;left:71.875rem; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { 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:15156;opacity:1;top:6.6875rem;left:68rem; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:7rem;left:64.5rem; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { 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:15158;opacity:1;top:6.6875rem;left:60.75rem; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15158;line-height:1.4;letter-spacing:0;top:10.75rem;left:61rem;height:1.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { box-sizing:content-box;height:16rem;width:75rem;position:absolute;display:block;z-index:15154;background-color:rgba(15,23,42,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#czXx83M96TvbdbhQlmz95GNneSqVAtuF { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#KgukJyoELhxiUmp8ht0B50NKTbaHoESM { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { box-sizing:content-box;height:18rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #00427b);background-image: -moz-linear-gradient(45deg, #045ab2, #00427b);background-image: -ms-linear-gradient(45deg, #045ab2, #00427b);background-image: -o-linear-gradient(45deg, #045ab2, #00427b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );";background-image: linear-gradient(45deg, #045ab2, #00427b);background-size:auto !important;box-shadow: -0.25rem -0.25rem 1.5rem rgba(2,6,23,0.48) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:12.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;border-bottom-left-radius:4rem;border-top-left-radius:4rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { width:6.125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { top:1.25rem;left:28.5625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { width:8rem;height:2.5625rem;top:1.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #vqpafbro1B3cHnbp3RvEb1VPg463STIf { width:8rem;height:2.5625rem;top:1.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block; }
 }@media only screen and (max-width: 763px) { #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { display:block; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { top:9rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhAa4hr1fqondVrsyD814cmvO7Z106Q { top:1.5rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { top:1.5rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { top:9rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { top:3.75rem;left:0.65625rem;width:46.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { top:0rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { display:block; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { display:block; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { top:10.4375rem;left:0rem;width:37rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { top:25.875rem;left:0rem;width:7.5rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { top:27rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { top:27.4375rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { top:28.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { top:27.75rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { top:26.625rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWleafKvHySRw4KHXqrsCs87rteS9gM { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqItvZTofzMreTFMAoks84ctf6Up3J51 { top:28.1875rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { top:27.75rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { top:26.625rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { top:27.4375rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .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; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .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; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
 }@media only screen and (max-width: 763px) { #PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { top:23.4375rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { top:26.6875rem;left:36.75rem;width:6.75rem;height:3rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { top:26.25rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { top:25.125rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuDreitffIRWi6p28x4uRlgOKoFPwTMO { top:25.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { top:24.875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehhe1o9skdXU4RMurur2I1RBTKGRoukb { width:14rem;height:3rem;top:11.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaDtx2D6tyIpzgEn5zo2mhsWPsXCIT1 { display:block; }
 }@media only screen and (max-width: 763px) { #BytXTormmG9XCtPE7FTHTy4msibLul0T { display:block; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNIKrywEQOa0vc439mXDZwxpOgEk22S { top:10.4375rem;left:0rem;width:20.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { top:25.875rem;left:0rem;width:7.5rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { top:27rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { top:27.4375rem;left:0rem;width:4.375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNrbPANNyue9NA73vcnf0XWMZRki4Sca { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJSzBHigdn15a6hsy8yn9xT7odX5knx { top:27.4375rem;left:3.875rem;width:5.5rem;height:1.5rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { top:27rem;left:3.875rem;width:5.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { top:24.9375rem;left:3.875rem;width:5rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0p8THe1axBqHANScMmhD51ypBcP9Mq { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thhzERHCsvnilNfVCsufkQBewBZkdofl { top:27.4375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { top:27rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwh5gMh8N7vduPLqKltFztASLPpzdCX { top:25.875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #achfSQNofIXiPduZEnwLy8FuEOWcp33Q { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { top:27.4375rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .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; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .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; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
 }@media only screen and (max-width: 763px) { #zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { top:23.4375rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { top:26.6875rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { top:26.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDApBSakdTwd5LVDtrFdOzZowoI83m6i { top:26.25rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { top:26.25rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { top:25.125rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { top:24.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGiK360mbEQUEhf58uq7IlJpbsULs06 { top:24.875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQVVGTaIKO8aPQb0wm68vn1fxhvbH8u { width:14rem;height:3rem;top:11.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clM9iTBqHHsPuth59asPhuO7GeDOwqKB { display:block; }
 }@media only screen and (max-width: 763px) { #SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { display:block; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { top:10.4375rem;left:0rem;width:26.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { top:23.9375rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { top:26.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { top:27.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { top:28.1875rem;left:0rem;width:7.5rem;height:1.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { top:27.4375rem;left:3.875rem;width:4.5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhpANudLFRHKVomONGCM1SRsHB7sKDR { top:27rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { top:25.875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { top:23.9375rem;left:14rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NLotS5eksSR6tL9573LunMOABmcZx1 { top:25.5rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRJnom0bOP9xzbTufG4bikIghe23qlM { top:23.4375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { top:27.4375rem;left:26.125rem;width:5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .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; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .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; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
 }@media only screen and (max-width: 763px) { #TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwBqETvk8ETPdUn0pJep74qIErXDZROP { top:24.9375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { top:27.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { top:27rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { top:25.875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { top:26.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { top:25.625rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzldOxR9SDskO5PrTfk6eNybT6cObGm { top:25.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUpevlLl7286sdUWdUGPwrpbde2mJtR { width:14rem;height:3rem;top:11.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbNBJcQAqyTsi2TdTtiedTpx1hgxvVEw { display:block; }
 }@media only screen and (max-width: 763px) { #w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { display:block; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbsihXnbidURAQTPox533tEJTItdsw3 { top:10.4375rem;left:0rem;width:28.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXP200oSgc6DRX02H4peZyFPssf1fiQ { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuvfX5X7bwt68rF77odwOhHlVfoJfduU { top:25.875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AJp249H0AlTqghlpnrucZK7nKP74vA { top:27rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { top:27.4375rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { top:24.9375rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { top:26.6875rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { top:26.25rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { top:25.125rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { top:27.4375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { top:27rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { top:25.875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { top:28.1875rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { top:27.75rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { top:26.625rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .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; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .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; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
 }@media only screen and (max-width: 763px) { #xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNX30J3gQKInu1nItiNDncxrrR5doP5 { top:24.9375rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9FsW99o17ZWTML93To95zPNsTAue25 { top:24.9375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { top:27.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { top:27rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmbmIw5fVpC1s67tUd633UqVuDoZUch { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { top:25.875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { top:26.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { top:24.875rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUDaZht1he0DFTlBblg4ZGu9sOUD6kgx { width:14rem;height:3rem;top:11.8125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs0FU6FZ0QnDzy7l0DTaoTrXsMtOspeA { display:block; }
 }@media only screen and (max-width: 763px) { #wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { display:block; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { top:10.5rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { top:24rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { top:25.1875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { top:26.3125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { top:26.75rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { top:27.5rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { top:27.0625rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { top:25.9375rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { top:24rem;left:14rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8rbObESBl6hudKuAZoawn3i98QpeA74 { top:26.75rem;left:15rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { top:26.3125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { top:25.1875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { top:27.5rem;left:26.125rem;width:7.3125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuazTy5wylEnSqklifEl6IsDmRU07nMZ { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .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; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .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; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
 }@media only screen and (max-width: 763px) { #V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { top:24rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { top:24rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { top:26rem;left:36.75rem;width:7.125rem;height:3rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { top:26.75rem;left:40.625rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEquwDCVmQsH63LxDSyIuset0APD9aiz { top:25.5625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { top:26.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { top:24.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { top:25.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { top:24.1875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { top:24rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHevqnUUHX3cA0rCvgSpq5Ho8KJAkQz { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtTZWypd8SJWOHuF0gnBBx3RN4v1fSR { display:block; }
 }@media only screen and (max-width: 763px) { #NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { display:block; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { top:8.25rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { top:10.5rem;left:0rem;width:35rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { top:24rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { top:26.6875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { top:27.8125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { top:28.25rem;left:0rem;width:7.5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g232zVaVtfsAB71h5T6CMWLwFnnO29md { top:26.75rem;left:3.875rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { top:26.3125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { top:25.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { top:27.5rem;left:15rem;width:6.75rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { top:27.0625rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { top:24rem;left:25.125rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { top:26.75rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { top:26.3125rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acySPsIom8USkzUJXT0p0OQISheKDo { top:24.25rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .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; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .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; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
 }@media only screen and (max-width: 763px) { #z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { top:21.4375rem;left:35.75rem;width:9.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bByBZLf7R0Ski68RJkIehtCdmxqREQbG { top:26rem;left:36.75rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { top:28.25rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { top:25.5625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { top:27.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { top:24.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { top:26.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { top:25.6875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { top:25.5rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGbiamQVaJcCwBwzTedM6wvN7Ii9t66 { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvNQlzIXSzN5PQaV8KfFfTiad2RpX4L { display:block; }
 }@media only screen and (max-width: 763px) { #wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { display:block; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { top:10.5rem;left:0rem;width:38.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULiJTQS98FLf7Go96SerutSWSSMgIlH { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { top:25.9375rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { top:27.0625rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { top:27.5rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { top:26.5625rem;left:3.875rem;width:6.5rem;height:2.375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { top:26.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { top:25rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimr6C4ygyxo9VMmabCtT1947E1FmoUx { top:27.5rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { top:27.0625rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GapcbO51strQGchQIeoTpL3aDvDwXm { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { top:27.5rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .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; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .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; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
 }@media only screen and (max-width: 763px) { #bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { top:23rem;left:35.75rem;width:9.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { top:23.5rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { top:26.75rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { top:26.75rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { top:26.3125rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { top:26.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlDOEy5lo33muvx87unn9ZitmFQWPiUc { top:25.1875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { top:25.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyCAfZl9r4ick3f336867J1EdnmRu7oJ { top:24.9375rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamrMEwfxHwOUSgxRgbWSRT523QMv5EV { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM10XAkeJwi4RXFLkHMDdI3aTWfe4kD4 { display:block; }
 }@media only screen and (max-width: 763px) { #xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { display:block; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Mow7rDfOW7A9embXDDdv7sReT6if34 { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { top:10.5rem;left:0rem;width:28.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { top:24.6875rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEcHoBndCWMwV280khW9seUwbhyRdF2 { top:25.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { top:26.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { top:27.1875rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i030LBHvLqImrT05CqZCDsp8fToTHqOO { top:17.6875rem;left:8.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { top:24.6875rem;left:8.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { top:27.1875rem;left:9.4375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { top:26.75rem;left:9.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { top:25.625rem;left:9.4375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { top:17.6875rem;left:19.5625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { top:24.75rem;left:19.5625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { top:26.5rem;left:20.5625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { top:26.0625rem;left:20.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { top:24.9375rem;left:20.5625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { top:17.6875rem;left:30.6875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { top:24.6875rem;left:30.6875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { top:27.1875rem;left:31.6875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { top:26.75rem;left:31.6875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuovPH5L26RBTlxbZibp86Iu15XxJEES { top:25.625rem;left:31.6875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .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; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .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; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
 }@media only screen and (max-width: 763px) { #BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzpwRTksrr6DnE97ESczwG6lM37W0V { top:24.6875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { top:26.4375rem;left:40.25rem;width:7.5rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etP0hqLaLs00VTRZegWElKWulFAIrwao { top:26rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { top:23.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { top:24.625rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wBs8riCH492doR9nsXofhaQJXl69Fs { top:24.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8hQCEFuhuEUJTT4UcaCn2CnxWgPpKg5 { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5hVhOalvFF8N3TW43zBMIHJcbVmUBOk { display:block; }
 }@media only screen and (max-width: 763px) { #IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { display:block; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { top:10.5rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { top:26rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { top:27.125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { top:27.5625rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { top:27.5625rem;left:3.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { top:27.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { top:26rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { top:27.5625rem;left:15rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { top:27.125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { top:26rem;left:15rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { top:21.0625rem;left:25.125rem;width:9.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { top:26.8125rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { top:26.375rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { top:24.4375rem;left:26.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .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; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .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; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
 }@media only screen and (max-width: 763px) { #Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { top:26.8125rem;left:36.75rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { top:27.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { top:26.375rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { top:27.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { top:25.25rem;left:36.75rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { top:25.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { top:25rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { top:24.8125rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUysHpCC5s9BdMSeHyrKCdTxkN7xGH9 { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKN0pAvS9szk07wc8xRLIwwv6PLLEsuA { display:block; }
 }@media only screen and (max-width: 763px) { #SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { display:block; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { top:10.5rem;left:0rem;width:29.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXARCnIhFKCKBTt8crlufKG01cM1moUs { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { top:24.6875rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { top:25.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { top:26.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { top:27.1875rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { top:17.6875rem;left:8.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLQHldC5mkRiWa7smmHo3UUhpML7p8C { top:24.6875rem;left:8.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { top:27.1875rem;left:9.4375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF8cu87FhH63cinzAbm7dhunCPMmEQh { top:26.75rem;left:9.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { top:25.625rem;left:9.4375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI6sZRxENu80sRF50cDmRf99zv3bXiJe { top:17.6875rem;left:19.5625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { top:24.6875rem;left:19.5625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { top:27.1875rem;left:20.5625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { top:26.75rem;left:20.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { top:25.625rem;left:20.5625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { top:17.6875rem;left:30.6875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { top:23.6875rem;left:30.6875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { top:26.4375rem;left:31.6875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { top:26rem;left:31.6875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { top:24.875rem;left:31.6875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENE4WtgTXWD69VNdXv867qdiMel9ALgC { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .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; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .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; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
 }@media only screen and (max-width: 763px) { #WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { top:23.6875rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { top:27.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sPLONWzs1AmnMKan54xp736OV8VB8F { top:26.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { top:25.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { top:24.625rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { top:24.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLLWGC5XTk4kmarktAPL8JiBUiRUOTTT { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLaCIvU1WUAfv4N4u8Paq9h0K6Qxx7o { display:block; }
 }@media only screen and (max-width: 763px) { #TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { display:block; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { top:10.5rem;left:0rem;width:31.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCoLhI17dFdralRGwmkygdFEGA5qTWIU { top:25.9375rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgoLcAlspfl24svUhALk1D5IDdNiH15 { top:27.0625rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzspup7NKL8PW9P57GGhf3mypt7HQSi { top:27.5rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { top:26.75rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { top:26.3125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { top:25.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { top:26.75rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { top:26.3125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { top:24.25rem;left:15rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { top:27.5rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .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; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .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; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
 }@media only screen and (max-width: 763px) { #m0KFRmAca1Da708DBphVFEuhcqDgOqzb { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JpoR2IeDqnXMh266bePDN92S7sc40X { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDw23s8PJqdZe7zmhidTE0LsibQir84 { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { top:27.5rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { top:27.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { top:27.0625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { top:27.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { top:25.9375rem;left:36.75rem;width:7.375rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { top:25.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGimWnINebd1TEOTB6BPLycPOuLUOoRI { top:24.9375rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Gin1MwTcgq9V58LNv1k4FVhMdKUOyU { width:14rem;height:3rem;top:11.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqkgBhOsabuqilLB8cuSsUz9FCKLns4M { display:block; }
 }@media only screen and (max-width: 763px) { #zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { display:block; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUq90GTZdNGP807aWw515DS4wg3DA5FI { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { top:10.5rem;left:0rem;width:36.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDbpxiI2rci03znPoiwWsgSczJmMD2k { top:26rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { top:27.125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { top:27.5625rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { top:27.5625rem;left:3.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { top:27.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { top:26rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpwHseonCacrpFUqDlhcbqffPeaAMfV { top:26.8125rem;left:15rem;width:6.75rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { top:26.375rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ft77ashwu27sxEIRlsArBbiwTnXtL { top:25.25rem;left:15rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { top:25.0625rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { top:26.8125rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { top:26.375rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { top:25.25rem;left:26.125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .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; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .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; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
 }@media only screen and (max-width: 763px) { #TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { top:24.0625rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { top:27.25rem;left:36.75rem;width:7.125rem;height:1.75rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { top:27.25rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { top:26.8125rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { top:26.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { top:25.6875rem;left:36.75rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { top:25.6875rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { top:24.9375rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs6v85stJlMB28KWkIR23ofRWZmXDfGU { width:14rem;height:3rem;top:11.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSOzVPGhd7aE5pWF5abFGPEXRdDDJrJ { display:block; }
 }@media only screen and (max-width: 763px) { #HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { display:block; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { top:8.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { top:8.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { top:8.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { top:1rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { width:10.9375rem;height:4.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { top:8.4375rem;left:0rem;width:15.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { top:3.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { top:7rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { top:10.75rem;left:33.75rem;width:14rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXx83M96TvbdbhQlmz95GNneSqVAtuF { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgukJyoELhxiUmp8ht0B50NKTbaHoESM { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { top:28.3125rem;left:0rem;width:47.75rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { width:4.25rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { width:13.375rem;height:1.6875rem;top:1.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #vqpafbro1B3cHnbp3RvEb1VPg463STIf { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block; }
 }@media only screen and (max-width: 763px) { #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { background-color:#0f172a;background-image:url("https://images.assets-landingi.com/uc/5913673a-ab12-482b-820c-0f8cb66480d5/paginadeobrigadomobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.adaptive-delivery-prevent-bg, #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.lazyload, #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.lazyloading { background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { background-color: transparent; background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .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); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { width:20rem;height:6.5rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDhAa4hr1fqondVrsyD814cmvO7Z106Q { width:20rem;height:6.5rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { width:20rem;height:6.5rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { width:20rem;height:6.5rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { width:18.25rem;height:3.5rem;top:2rem;left:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { width:20rem;height:16.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { background-color:#045ab2;background-image:none;display:block; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { background-color: transparent; background-image: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .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); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { width:16.9375rem;height:5.249025rem;top:2rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { display:block; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { width:20rem;height:45.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { width:20rem;height:38rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { width:16.5rem;height:2.5996125rem;top:6.5rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { width:6.4375rem;height:8.5rem;top:10.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { width:6.4375rem;height:4rem;top:15rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { width:5.4375rem;height:0.75rem;top:15.875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { width:5.25rem;height:0.125rem;top:16.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { width:5.25rem;height:1.19921875rem;top:17.25rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { width:6.4375rem;height:8.5rem;top:10.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { width:6.4375rem;height:4rem;top:15rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { width:5.25rem;height:0.599609375rem;top:17.875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { width:5.25rem;height:0.125rem;top:17.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { width:5.25rem;height:1.5rem;top:15.9375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { width:6.4375rem;height:8.5rem;top:20rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWleafKvHySRw4KHXqrsCs87rteS9gM { width:6.4375rem;height:4rem;top:24.5rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqItvZTofzMreTFMAoks84ctf6Up3J51 { width:5.25rem;height:0.599609375rem;top:27.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { width:5.25rem;height:0.125rem;top:27rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { width:5.25rem;height:1.5rem;top:25.25rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { width:6.375rem;height:8.4375rem;top:20rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { width:6.375rem;height:4rem;top:24.4375rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { width:5.4375rem;height:1.19921875rem;top:26.6875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { width:5.25rem;height:0.125rem;top:26.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { width:5.25rem;height:0.75rem;top:25.3125rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .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; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
 }@media only screen and (max-width: 763px) { #PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { width:6.4375rem;height:8.5rem;top:29.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { width:6.4375rem;height:4rem;top:34rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { width:6.4375rem;height:8.5rem;top:29.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { width:6.4375rem;height:4rem;top:34rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { width:5.25rem;height:0.8994125rem;top:36.5rem;left:3.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { width:5.25rem;height:0.599609375rem;top:36.8125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { width:5.25rem;height:0.125rem;top:36.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { width:5.25rem;height:0.125rem;top:36.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { width:5.25rem;height:1.5rem;top:34.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuDreitffIRWi6p28x4uRlgOKoFPwTMO { width:5.25rem;height:1.5rem;top:34.8125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { width:4rem;height:0.599609375rem;top:10.25rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { width:5rem;height:0.9375rem;top:10.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehhe1o9skdXU4RMurur2I1RBTKGRoukb { width:11.75rem;height:2rem;top:39rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaDtx2D6tyIpzgEn5zo2mhsWPsXCIT1 { display:block; }
 }@media only screen and (max-width: 763px) { #BytXTormmG9XCtPE7FTHTy4msibLul0T { display:block; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { width:20rem;height:45.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { width:20rem;height:38rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNIKrywEQOa0vc439mXDZwxpOgEk22S { width:10.5625rem;height:2.5996125rem;top:6.5rem;left:4.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { width:6.5rem;height:8.5rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { width:6.5rem;height:4rem;top:15.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { width:3.375rem;height:1.5rem;top:15.25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { width:5.25rem;height:0.125rem;top:16.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { width:5.25rem;height:1.19921875rem;top:17.3125rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNrbPANNyue9NA73vcnf0XWMZRki4Sca { width:6.4375rem;height:8.5rem;top:10.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { width:6.4375rem;height:4rem;top:15.0625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJSzBHigdn15a6hsy8yn9xT7odX5knx { width:5.25rem;height:0.449706875rem;top:18.0625rem;left:11.1875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { width:5.25rem;height:0.125rem;top:17.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { width:3.875rem;height:1.5rem;top:15.9375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0p8THe1axBqHANScMmhD51ypBcP9Mq { width:6.4375rem;height:8.5rem;top:20.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { width:6.4375rem;height:4rem;top:24.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thhzERHCsvnilNfVCsufkQBewBZkdofl { width:5.25rem;height:1.19921875rem;top:26.8125rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { width:5.25rem;height:0.125rem;top:26.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwh5gMh8N7vduPLqKltFztASLPpzdCX { width:5.25rem;height:0.75rem;top:25.4375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #achfSQNofIXiPduZEnwLy8FuEOWcp33Q { width:6.375rem;height:8.4375rem;top:20.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { width:6.375rem;height:4rem;top:24.5rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { width:5.25rem;height:1.19921875rem;top:26.6875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { width:5.25rem;height:0.125rem;top:26.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { width:5.25rem;height:1.5rem;top:24.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX .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; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
 }@media only screen and (max-width: 763px) { #zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { width:6.4375rem;height:8.5rem;top:29.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { width:6.4375rem;height:4.5rem;top:33.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { width:6.4375rem;height:8.5rem;top:29.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { width:6.4375rem;height:4.5rem;top:33.5625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { width:5.25rem;height:1.798825rem;top:35.625rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { width:5.25rem;height:1.798825rem;top:35.625rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDApBSakdTwd5LVDtrFdOzZowoI83m6i { width:5.25rem;height:0.125rem;top:35.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { width:5.25rem;height:0.125rem;top:35.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { width:5.25rem;height:0.75rem;top:34.25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { width:5.25rem;height:1.5rem;top:33.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGiK360mbEQUEhf58uq7IlJpbsULs06 { width:4rem;height:0.599609375rem;top:10.3125rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { width:5rem;height:0.9375rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQVVGTaIKO8aPQb0wm68vn1fxhvbH8u { width:11.75rem;height:2rem;top:39.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clM9iTBqHHsPuth59asPhuO7GeDOwqKB { display:block; }
 }@media only screen and (max-width: 763px) { #SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { display:block; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { width:20rem;height:45.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { width:20rem;height:38rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { width:13.1875rem;height:2.5996125rem;top:6.5rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { width:6.4375rem;height:8.5rem;top:10.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { width:6.4375rem;height:4rem;top:15rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { width:5.25rem;height:1.5rem;top:15.6875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { width:5.25rem;height:0.125rem;top:17.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { width:5.25rem;height:0.5249025rem;top:17.8125rem;left:3.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { width:6.4375rem;height:8.5rem;top:10.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { width:6.4375rem;height:4rem;top:15rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { width:5.25rem;height:1.19921875rem;top:17.1875rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhpANudLFRHKVomONGCM1SRsHB7sKDR { width:5.25rem;height:0.125rem;top:16.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { width:5.25rem;height:0.75rem;top:15.8125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { width:6.4375rem;height:8.5rem;top:20rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { width:6.4375rem;height:4rem;top:24.5rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { width:5.25rem;height:2.3984375rem;top:25.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NLotS5eksSR6tL9573LunMOABmcZx1 { width:5.25rem;height:0.125rem;top:25.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRJnom0bOP9xzbTufG4bikIghe23qlM { width:5.25rem;height:1.5rem;top:23.3125rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { width:6.375rem;height:8.4375rem;top:20rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { width:6.375rem;height:4rem;top:24.4375rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { width:5.25rem;height:1.19921875rem;top:26.625rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { width:5.25rem;height:0.125rem;top:26.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { width:5.25rem;height:0.75rem;top:25.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .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; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
 }@media only screen and (max-width: 763px) { #TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { width:6.4375rem;height:8.5rem;top:29.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { width:6.4375rem;height:4rem;top:34rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { width:6.4375rem;height:8.5rem;top:29.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwBqETvk8ETPdUn0pJep74qIErXDZROP { width:6.4375rem;height:4rem;top:34rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { width:5.25rem;height:1.19921875rem;top:36.1875rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { width:5.3125rem;height:0.599609375rem;top:36.75rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { width:5.25rem;height:0.125rem;top:35.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { width:5.25rem;height:0.125rem;top:36.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { width:5.25rem;height:0.75rem;top:34.8125rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { width:5.25rem;height:1.5rem;top:34.625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { width:4rem;height:0.599609375rem;top:10.25rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzldOxR9SDskO5PrTfk6eNybT6cObGm { width:5rem;height:0.9375rem;top:10.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUpevlLl7286sdUWdUGPwrpbde2mJtR { width:11.75rem;height:2rem;top:39rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbNBJcQAqyTsi2TdTtiedTpx1hgxvVEw { display:block; }
 }@media only screen and (max-width: 763px) { #w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { display:block; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { width:20rem;height:46.875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { width:20rem;height:39.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbsihXnbidURAQTPox533tEJTItdsw3 { width:16.5625rem;height:3.8994125rem;top:6.5rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { width:6.4375rem;height:8.5rem;top:11.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXP200oSgc6DRX02H4peZyFPssf1fiQ { width:6.4375rem;height:4rem;top:16.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuvfX5X7bwt68rF77odwOhHlVfoJfduU { width:5.25rem;height:1.5rem;top:16.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AJp249H0AlTqghlpnrucZK7nKP74vA { width:5.25rem;height:0.125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { width:5.25rem;height:1.19921875rem;top:18.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { width:6.4375rem;height:8.5rem;top:11.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { width:6.4375rem;height:4rem;top:16.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { width:4.6875rem;height:1.798825rem;top:17.875rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { width:5.25rem;height:0.125rem;top:17.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { width:5.25rem;height:0.75rem;top:16.5rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { width:6.4375rem;height:4rem;top:25.8125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { width:5.25rem;height:1.19921875rem;top:28rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { width:5.25rem;height:0.125rem;top:27.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { width:5.25rem;height:0.75rem;top:26.625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { width:6.375rem;height:8.4375rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { width:6.375rem;height:4rem;top:25.75rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { width:5.3125rem;height:0.599609375rem;top:28.5rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { width:5.25rem;height:0.125rem;top:28.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { width:5.25rem;height:0.75rem;top:27.125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .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; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
 }@media only screen and (max-width: 763px) { #xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { width:6.4375rem;height:8.5rem;top:30.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNX30J3gQKInu1nItiNDncxrrR5doP5 { width:6.4375rem;height:4rem;top:35.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { width:6.4375rem;height:8.5rem;top:30.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9FsW99o17ZWTML93To95zPNsTAue25 { width:6.4375rem;height:4rem;top:35.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { width:5.3125rem;height:1.19921875rem;top:37.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { width:5.25rem;height:0.599609375rem;top:38.0625rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { width:5.25rem;height:0.125rem;top:37.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmbmIw5fVpC1s67tUd633UqVuDoZUch { width:5.25rem;height:0.125rem;top:37.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { width:5.25rem;height:0.75rem;top:36.125rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { width:5.25rem;height:0.75rem;top:36.6875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { width:4rem;height:0.599609375rem;top:11.5625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { width:5rem;height:0.9375rem;top:11.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUDaZht1he0DFTlBblg4ZGu9sOUD6kgx { width:11.75rem;height:2rem;top:40.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs0FU6FZ0QnDzy7l0DTaoTrXsMtOspeA { display:block; }
 }@media only screen and (max-width: 763px) { #wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { display:block; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { width:20rem;height:45.625rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { width:20rem;height:38.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { width:17.5625rem;height:2.5996125rem;top:6.5rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { width:6.4375rem;height:8.5rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { width:6.4375rem;height:4.5rem;top:14.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { width:5.25rem;height:0.75rem;top:15.25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { width:5.25rem;height:0.125rem;top:16.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { width:5.25rem;height:1.798825rem;top:16.625rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { width:6.4375rem;height:8.5rem;top:10.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { width:6.4375rem;height:4.5rem;top:14.5625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { width:5.25rem;height:1.19921875rem;top:17.25rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { width:5.25rem;height:0.125rem;top:16.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { width:5.25rem;height:0.75rem;top:15.875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { width:6.4375rem;height:8.5rem;top:20.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { width:6.4375rem;height:4.5rem;top:24.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8rbObESBl6hudKuAZoawn3i98QpeA74 { width:5.25rem;height:1.57470625rem;top:26.375rem;left:3.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { width:5.25rem;height:0.125rem;top:26rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { width:5.25rem;height:0.75rem;top:25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { width:6.375rem;height:8.4375rem;top:20.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { width:6.375rem;height:4.5rem;top:24rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { width:5.25rem;height:1.04980625rem;top:26.8125rem;left:11.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { width:5.25rem;height:0.125rem;top:26.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuazTy5wylEnSqklifEl6IsDmRU07nMZ { width:5.25rem;height:0.75rem;top:25.4375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .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; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
 }@media only screen and (max-width: 763px) { #V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { width:6.4375rem;height:8.5rem;top:29.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { width:6.4375rem;height:4.5rem;top:33.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { width:6.4375rem;height:8.5rem;top:29.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { width:6.4375rem;height:5rem;top:33.0625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { width:5.25rem;height:1.34911875rem;top:36.0625rem;left:3.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { width:5.25rem;height:1.57470625rem;top:35.875rem;left:11.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEquwDCVmQsH63LxDSyIuset0APD9aiz { width:5.25rem;height:0.125rem;top:35.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { width:5.25rem;height:0.125rem;top:35.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { width:5.25rem;height:0.75rem;top:34.6875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { width:5.25rem;height:0.75rem;top:34.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { width:4rem;height:0.599609375rem;top:10.3125rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { width:5rem;height:0.9375rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHevqnUUHX3cA0rCvgSpq5Ho8KJAkQz { width:11.75rem;height:2rem;top:39.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtTZWypd8SJWOHuF0gnBBx3RN4v1fSR { display:block; }
 }@media only screen and (max-width: 763px) { #NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { display:block; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { width:20rem;height:46.875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { width:20rem;height:39.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { width:13.1875rem;height:3.8994125rem;top:6.5rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { width:6.4375rem;height:8.5rem;top:11.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { width:6.4375rem;height:4rem;top:16.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { width:5.25rem;height:1.5rem;top:16.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { width:5.25rem;height:0.125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { width:5.25rem;height:1.19921875rem;top:18.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { width:6.4375rem;height:8.5rem;top:11.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { width:6.4375rem;height:4rem;top:16.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g232zVaVtfsAB71h5T6CMWLwFnnO29md { width:5.25rem;height:1.57470625rem;top:18.125rem;left:11.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { width:5.25rem;height:0.125rem;top:17.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { width:5.25rem;height:1.5rem;top:16rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { width:6.4375rem;height:4rem;top:25.8125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { width:5.25rem;height:1.798825rem;top:27.375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { width:5.25rem;height:0.125rem;top:27rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { width:5.25rem;height:0.75rem;top:26rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { width:6.375rem;height:8.4375rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { width:6.375rem;height:4rem;top:25.75rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { width:5.25rem;height:1.57470625rem;top:27.5625rem;left:11.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { width:5.25rem;height:0.125rem;top:27.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acySPsIom8USkzUJXT0p0OQISheKDo { width:5.25rem;height:1.5rem;top:25.4375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .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; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
 }@media only screen and (max-width: 763px) { #z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { width:6.4375rem;height:8.5rem;top:30.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { width:6.4375rem;height:7.1875rem;top:32.125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { width:6.4375rem;height:8.5rem;top:30.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { width:6.4375rem;height:4rem;top:35.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bByBZLf7R0Ski68RJkIehtCdmxqREQbG { width:5.25rem;height:2.0996125rem;top:36.5625rem;left:3.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { width:5.25rem;height:0.599609375rem;top:38.0625rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { width:5.25rem;height:0.125rem;top:36.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { width:5.25rem;height:0.125rem;top:37.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { width:5.25rem;height:1.5rem;top:34.5rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { width:5.25rem;height:0.75rem;top:36.6875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { width:4rem;height:0.599609375rem;top:11.5625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { width:5rem;height:0.9375rem;top:11.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGbiamQVaJcCwBwzTedM6wvN7Ii9t66 { width:11.75rem;height:2rem;top:40.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvNQlzIXSzN5PQaV8KfFfTiad2RpX4L { display:block; }
 }@media only screen and (max-width: 763px) { #wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { display:block; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { width:20rem;height:46.875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { width:20rem;height:39.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { width:13.1875rem;height:3.8994125rem;top:6.5rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qULiJTQS98FLf7Go96SerutSWSSMgIlH { width:6.4375rem;height:8.5rem;top:11.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { width:6.4375rem;height:4rem;top:16.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { width:5.25rem;height:1.5rem;top:16.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { width:5.25rem;height:0.125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { width:5.25rem;height:1.19921875rem;top:18.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { width:6.4375rem;height:8.5rem;top:11.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { width:6.4375rem;height:7rem;top:13.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { width:4.875rem;height:1.798825rem;top:17.875rem;left:11.1875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { width:5.25rem;height:0.125rem;top:17.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { width:5.25rem;height:1.5rem;top:15.75rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { width:6.4375rem;height:4rem;top:25.8125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimr6C4ygyxo9VMmabCtT1947E1FmoUx { width:5.25rem;height:1.19921875rem;top:28rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { width:5.25rem;height:0.125rem;top:27.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { width:5.25rem;height:0.75rem;top:26.625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GapcbO51strQGchQIeoTpL3aDvDwXm { width:6.375rem;height:8.4375rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { width:6.375rem;height:4rem;top:25.75rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { width:5.25rem;height:1.19921875rem;top:27.9375rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { width:5.25rem;height:0.125rem;top:27.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { width:5.375rem;height:0.75rem;top:26.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .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; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
 }@media only screen and (max-width: 763px) { #bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { width:6.4375rem;height:8.5rem;top:30.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { width:6.4375rem;height:6rem;top:33.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { width:6.4375rem;height:8.5rem;top:30.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { width:6.4375rem;height:6rem;top:33.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { width:5.25rem;height:1.798825rem;top:36.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { width:5.25rem;height:1.798825rem;top:36.875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { width:5.25rem;height:0.125rem;top:36.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { width:5.25rem;height:0.125rem;top:36.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlDOEy5lo33muvx87unn9ZitmFQWPiUc { width:5.25rem;height:0.75rem;top:35.5rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { width:5.25rem;height:1.5rem;top:34.875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyCAfZl9r4ick3f336867J1EdnmRu7oJ { width:4rem;height:0.599609375rem;top:11.5625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { width:5rem;height:0.9375rem;top:11.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamrMEwfxHwOUSgxRgbWSRT523QMv5EV { width:11.75rem;height:2rem;top:40.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM10XAkeJwi4RXFLkHMDdI3aTWfe4kD4 { display:block; }
 }@media only screen and (max-width: 763px) { #xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { display:block; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { width:20rem;height:45.75rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5Mow7rDfOW7A9embXDDdv7sReT6if34 { width:20rem;height:38.25rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { width:13.1875rem;height:2.5996125rem;top:6.5rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { width:6.4375rem;height:8.5rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { width:6.4375rem;height:4rem;top:15.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEcHoBndCWMwV280khW9seUwbhyRdF2 { width:5.25rem;height:0.75rem;top:15.875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { width:5.25rem;height:0.125rem;top:16.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { width:5.25rem;height:1.19921875rem;top:17.25rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i030LBHvLqImrT05CqZCDsp8fToTHqOO { width:6.4375rem;height:8.5rem;top:10.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { width:6.4375rem;height:4rem;top:15.0625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { width:5.25rem;height:1.19921875rem;top:17.25rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { width:5.25rem;height:0.125rem;top:16.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { width:5.25rem;height:0.75rem;top:15.875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { width:6.4375rem;height:8.5rem;top:20.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { width:6.4375rem;height:4rem;top:24.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { width:5.375rem;height:1.798825rem;top:26.125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { width:5.25rem;height:0.125rem;top:25.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { width:5.25rem;height:0.75rem;top:24.75rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { width:6.375rem;height:8.4375rem;top:20.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { width:6.375rem;height:4rem;top:24.5rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { width:5.25rem;height:1.19921875rem;top:26.6875rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { width:5.25rem;height:0.125rem;top:26.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuovPH5L26RBTlxbZibp86Iu15XxJEES { width:5.25rem;height:0.75rem;top:25.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .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; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
 }@media only screen and (max-width: 763px) { #BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { width:6.4375rem;height:8.5rem;top:29.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzpwRTksrr6DnE97ESczwG6lM37W0V { width:6.4375rem;height:4rem;top:34.125rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { width:5.25rem;height:1.57470625rem;top:35.9375rem;left:7.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etP0hqLaLs00VTRZegWElKWulFAIrwao { width:5.25rem;height:0.125rem;top:35.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { width:5.25rem;height:1.5rem;top:33.8125rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { width:4rem;height:0.599609375rem;top:10.3125rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wBs8riCH492doR9nsXofhaQJXl69Fs { width:5rem;height:0.9375rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8hQCEFuhuEUJTT4UcaCn2CnxWgPpKg5 { width:11.75rem;height:2rem;top:39.125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5hVhOalvFF8N3TW43zBMIHJcbVmUBOk { display:block; }
 }@media only screen and (max-width: 763px) { #IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { display:block; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { width:20rem;height:45.625rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { width:20rem;height:38.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { width:10.625rem;height:2.5996125rem;top:6.5rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { width:6.4375rem;height:8.5rem;top:10.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { width:6.4375rem;height:4rem;top:15.0625rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { width:5.25rem;height:0.75rem;top:15.9375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { width:5.25rem;height:0.125rem;top:16.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { width:5.3125rem;height:1.19921875rem;top:17.3125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { width:6.4375rem;height:8.5rem;top:10.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { width:6.4375rem;height:4rem;top:15.0625rem;left:10.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { width:5.25rem;height:1.19921875rem;top:17.375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { width:5.25rem;height:0.125rem;top:17rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { width:5.25rem;height:1.5rem;top:15.25rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { width:6.4375rem;height:8.5rem;top:20.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { width:6.4375rem;height:4rem;top:24.5625rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { width:5.375rem;height:1.19921875rem;top:26.8125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { width:5.25rem;height:0.125rem;top:26.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { width:5.25rem;height:1.5rem;top:24.6875rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { width:6.375rem;height:8.4375rem;top:20.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { width:6.375rem;height:6.4375rem;top:22.0625rem;left:10.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { width:5.625rem;height:1.798825rem;top:26.125rem;left:10.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { width:5.25rem;height:0.125rem;top:25.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { width:5.25rem;height:1.5rem;top:24rem;left:10.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .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; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
 }@media only screen and (max-width: 763px) { #Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { width:6.4375rem;height:8.5rem;top:29.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { width:6.4375rem;height:4rem;top:34.0625rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { width:6.4375rem;height:8.5rem;top:29.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { width:6.5rem;height:4rem;top:34.0625rem;left:10.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { width:5.25rem;height:1.798825rem;top:35.625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { width:5.25rem;height:1.19921875rem;top:36.25rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { width:5.25rem;height:0.125rem;top:35.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { width:5.25rem;height:0.125rem;top:35.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { width:5.25rem;height:0.75rem;top:34.25rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { width:5.25rem;height:0.75rem;top:34.875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { width:4rem;height:0.599609375rem;top:10.3125rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { width:5rem;height:0.9375rem;top:10.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUysHpCC5s9BdMSeHyrKCdTxkN7xGH9 { width:11.75rem;height:2rem;top:39.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKN0pAvS9szk07wc8xRLIwwv6PLLEsuA { display:block; }
 }@media only screen and (max-width: 763px) { #SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { display:block; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { width:20rem;height:46.875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { width:20rem;height:39.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { width:12.375rem;height:3.8994125rem;top:6.5rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXARCnIhFKCKBTt8crlufKG01cM1moUs { width:6.4375rem;height:8.5rem;top:11.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { width:6.4375rem;height:4rem;top:16.3125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { width:5.25rem;height:1.5rem;top:16.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { width:5.25rem;height:0.125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { width:5.25rem;height:1.19921875rem;top:18.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { width:6.4375rem;height:8.5rem;top:11.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLQHldC5mkRiWa7smmHo3UUhpML7p8C { width:6.4375rem;height:4rem;top:16.3125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { width:5.25rem;height:1.19921875rem;top:18.5rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF8cu87FhH63cinzAbm7dhunCPMmEQh { width:5.25rem;height:0.125rem;top:18.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { width:5.25rem;height:0.75rem;top:17.125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI6sZRxENu80sRF50cDmRf99zv3bXiJe { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { width:6.4375rem;height:4rem;top:25.8125rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { width:5.25rem;height:1.19921875rem;top:28rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { width:5.25rem;height:0.125rem;top:27.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { width:5.25rem;height:0.75rem;top:26.625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { width:6.375rem;height:8.4375rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { width:6.375rem;height:5.75rem;top:24rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { width:5.625rem;height:1.798825rem;top:27.3125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { width:5.25rem;height:0.125rem;top:26.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { width:5.25rem;height:0.75rem;top:25.9375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENE4WtgTXWD69VNdXv867qdiMel9ALgC { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco .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; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
 }@media only screen and (max-width: 763px) { #WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { width:6.4375rem;height:8.5rem;top:30.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { width:6.4375rem;height:4rem;top:35.3125rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { width:5.25rem;height:1.19921875rem;top:37.5rem;left:7.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sPLONWzs1AmnMKan54xp736OV8VB8F { width:5.25rem;height:0.125rem;top:37.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { width:5.25rem;height:0.75rem;top:36.125rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { width:4rem;height:0.599609375rem;top:11.5625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { width:5rem;height:0.9375rem;top:11.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLLWGC5XTk4kmarktAPL8JiBUiRUOTTT { width:11.75rem;height:2rem;top:40.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLaCIvU1WUAfv4N4u8Paq9h0K6Qxx7o { display:block; }
 }@media only screen and (max-width: 763px) { #TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { display:block; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { width:20rem;height:45.625rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { width:20rem;height:38.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { width:15.625rem;height:2.5996125rem;top:6.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { width:6.4375rem;height:8.5rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { width:6.4375rem;height:4rem;top:15.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCoLhI17dFdralRGwmkygdFEGA5qTWIU { width:5.25rem;height:0.75rem;top:15.875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgoLcAlspfl24svUhALk1D5IDdNiH15 { width:5.25rem;height:0.125rem;top:16.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzspup7NKL8PW9P57GGhf3mypt7HQSi { width:5.25rem;height:1.19921875rem;top:17.25rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { width:6.4375rem;height:8.5rem;top:10.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { width:6.4375rem;height:4rem;top:15.0625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { width:5.25rem;height:1.798825rem;top:16.625rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { width:5.25rem;height:0.125rem;top:16.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { width:5.25rem;height:0.75rem;top:15.25rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { width:6.4375rem;height:8.5rem;top:20.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { width:6.4375rem;height:4rem;top:24.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { width:5.5rem;height:1.798825rem;top:26.125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { width:5.25rem;height:0.125rem;top:25.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { width:5.25rem;height:1.5rem;top:24rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { width:6.375rem;height:8.4375rem;top:20.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { width:6.375rem;height:4rem;top:24.5rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { width:5.25rem;height:1.19921875rem;top:26.6875rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { width:5.25rem;height:0.125rem;top:26.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { width:5.25rem;height:0.75rem;top:25.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .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; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
 }@media only screen and (max-width: 763px) { #m0KFRmAca1Da708DBphVFEuhcqDgOqzb { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { width:6.4375rem;height:8.5rem;top:29.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { width:6.4375rem;height:4rem;top:34.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JpoR2IeDqnXMh266bePDN92S7sc40X { width:6.4375rem;height:8.5rem;top:29.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDw23s8PJqdZe7zmhidTE0LsibQir84 { width:6.4375rem;height:4rem;top:34.0625rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { width:5.25rem;height:1.19921875rem;top:36.25rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { width:5.375rem;height:1.19921875rem;top:36.25rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { width:5.25rem;height:0.125rem;top:35.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { width:5.25rem;height:0.125rem;top:35.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { width:5.25rem;height:1.5rem;top:34.125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { width:5.25rem;height:0.75rem;top:34.875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGimWnINebd1TEOTB6BPLycPOuLUOoRI { width:4rem;height:0.599609375rem;top:10.3125rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { width:5rem;height:0.9375rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Gin1MwTcgq9V58LNv1k4FVhMdKUOyU { width:11.75rem;height:2rem;top:39.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqkgBhOsabuqilLB8cuSsUz9FCKLns4M { display:block; }
 }@media only screen and (max-width: 763px) { #zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { display:block; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { width:20rem;height:49.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUq90GTZdNGP807aWw515DS4wg3DA5FI { width:20rem;height:42rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { width:14.6875rem;height:6.499rem;top:6.5rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { width:6.4375rem;height:8.5rem;top:14.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { width:6.4375rem;height:4rem;top:18.9375rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDbpxiI2rci03znPoiwWsgSczJmMD2k { width:5.25rem;height:0.75rem;top:19.75rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { width:5.25rem;height:0.125rem;top:20.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { width:4.875rem;height:1.19921875rem;top:21.125rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { width:6.4375rem;height:8.5rem;top:14.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { width:6.4375rem;height:5rem;top:17.9375rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { width:5.25rem;height:1.19921875rem;top:21.125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { width:5.25rem;height:0.125rem;top:20.75rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { width:5.25rem;height:0.75rem;top:19.75rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { width:6.4375rem;height:8.5rem;top:23.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { width:6.4375rem;height:4rem;top:28.5rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpwHseonCacrpFUqDlhcbqffPeaAMfV { width:5.25rem;height:1.798825rem;top:30.0625rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { width:5.25rem;height:0.125rem;top:29.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ft77ashwu27sxEIRlsArBbiwTnXtL { width:5.25rem;height:0.75rem;top:28.6875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { width:6.375rem;height:8.4375rem;top:23.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { width:6.375rem;height:4rem;top:28.375rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { width:5.25rem;height:1.57470625rem;top:30.1875rem;left:11.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { width:5.25rem;height:0.125rem;top:29.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { width:5.25rem;height:0.75rem;top:28.8125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .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; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;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; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
 }@media only screen and (max-width: 763px) { #TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { width:6.4375rem;height:8.5rem;top:33.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { width:6.4375rem;height:4rem;top:37.9375rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { width:6.4375rem;height:8.5rem;top:33.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { width:6.4375rem;height:6rem;top:36rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { width:5.25rem;height:1.34911875rem;top:40rem;left:3.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { width:5.25rem;height:1.34911875rem;top:40rem;left:11.1875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { width:5.25rem;height:0.125rem;top:39.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { width:5.25rem;height:0.125rem;top:39.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { width:5.25rem;height:1.5rem;top:37.875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { width:5.25rem;height:1.5rem;top:37.875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { width:4rem;height:0.599609375rem;top:14.1875rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { width:5rem;height:0.9375rem;top:14rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs6v85stJlMB28KWkIR23ofRWZmXDfGU { width:11.75rem;height:2rem;top:42.9375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSOzVPGhd7aE5pWF5abFGPEXRdDDJrJ { display:block; }
 }@media only screen and (max-width: 763px) { #HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { display:block; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { width:7.1875rem;height:3rem;top:2rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { width:11rem;height:2.0996125rem;top:5.4375rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { width:14rem;height:1.3999rem;top:8.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:13.5rem;font-size:1.75rem; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:10.1875rem;font-size:1.75rem; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { display:flex;width:2rem;height:2rem;top:10.625rem;left:7.1875rem;font-size:1.375rem; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:4rem;font-size:1.75rem; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { width:14rem;height:1.04980625rem;top:13.8125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { width:20rem;height:16rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czXx83M96TvbdbhQlmz95GNneSqVAtuF { width:20rem;height:6.5rem;top:3.5rem;left:2.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #KgukJyoELhxiUmp8ht0B50NKTbaHoESM { width:10rem;height:4.5rem;top:1.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { width:10rem;height:4.5rem;top:1.25rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { width:20rem;height:4.5rem;top:6.375rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { width:10rem;height:4.5rem;top:11.625rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { width:10rem;height:4.5rem;top:11.4375rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { width:20rem;height:17.375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(15,23,42,0.64);background-image:none;display:block; }
 }