.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c83238;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { border-width: 0; border-radius: 0; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { font-size:0.875rem;font-family:"open sans";height:5.375rem;width:75rem;position:relative;display:block; }#JWlKibGSX8LguSsTbpws8ziLKaUzTesN { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.59033203125rem;left:15.9375rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.45875rem;padding-right:0.408125rem;padding-bottom:0.45875rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.46625rem;position:relative;font-family:barlow;font-size:1.835rem;font-weight:700;line-height:39.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.266875rem;height:0.975rem;position:relative;font-family:barlow;font-size:0.688125rem;font-weight:400;line-height:15.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:8.5625rem;height:4.645625rem;padding-top:0.0575rem;padding-right:0.058125rem;padding-bottom:0.0575rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.25rem;left:46.625rem;z-index:15003; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq { width:auto; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(248,250,252,0.9);background-image:url("https://images.assets-landingi.com/uc/4b64809a-b054-4226-9f81-4f366f94361d/element1.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#HT2OPPypdDTFQ00keuXez82H3XTSPU0A { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:7.5rem;display:block; }
#M6KgpXeKLSlibpiiimgooafHm5ECbuIc { color:#2d2d7b;display:block;width:35.375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.6904296875rem;left:0rem;height:6.9873rem;text-align:left;text-align-last:left;display:block; }
#JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { position:absolute;display:block;z-index:15000;background-color:#f8fafc;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:7.375rem;width:32.625rem;top:4.125rem;left:19.125rem;display:block; }
#eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:41.25rem;top:1.75rem;left:33.75rem;overflow:hidden;display:block; }
#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6ebfa;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; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { background-color: transparent; background-image: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .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); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { border-width: 0; border-radius: 0; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { color:#2f2a80;display:block;width:36rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.73193359375rem;left:29.0625rem;height:10.72265625rem;text-align:left;text-align-last:left;display:block; }
#RqpACkAoRvHkJgEEdncb8sikqT1QUtSF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.8125rem;top:0.5625rem;left:8.375rem;overflow:hidden;display:block; }
#O9Jld3IAohwC2ezEBXezOs1t9BfUyA2H { color:#2f2a80;display:block;width:36rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.16943359375rem;left:29.0625rem;height:5.36133125rem;text-align:left;text-align-last:left;display:block; }
#q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { color:#2f2a80;display:block;width:36rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.60693359375rem;left:29.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { position:relative;display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { background-color: transparent; background-image: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { border-width: 0; border-radius: 0; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { color:#2f2a80;display:block;width:52.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.25rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#kDLvSoApO7pHywHz78cyvNohDvsn3kMH { color:#2f2a80;display:block;width:22.5rem;position:absolute;font-family:barlow;font-size:5.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.73876953125rem;left:26.25rem;height:7.6371875rem;display:block; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d02525;background-image:none;color:#ffffff;padding-top:0.796875rem;padding-right:0.70875rem;padding-bottom:0.796875rem;padding-left:0.70875rem;display:block;align-items:center;width:4.253125rem;min-width:4.253125rem;height:4.28375rem;position:relative;font-family:barlow;font-size:3.188125rem;font-weight:700;line-height:68.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-label { background-color:;background-image:none;color:#2f2a80;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.498125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.67rem;height:1.69375rem;position:relative;font-family:barlow;font-size:1.195625rem;font-weight:400;line-height:27.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { 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.3125rem;height:8.069375rem;padding-top:0.99625rem;padding-right:1.013125rem;padding-bottom:0.99625rem;padding-left:1.013125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.5625rem;left:29.8125rem;z-index:15013; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX { width:auto; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
#MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { color:#d02525;display:block;width:57.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.6875rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { color:#2f2a80;display:block;width:43.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:48.875rem;left:17.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10.375rem;top:10.37548828125rem;left:32.3125rem;overflow:hidden;display:block; }
#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d7b;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; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container { background-color: transparent; background-image: none; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container > .video-iframe-container { display: none; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row > .video-iframe-container { display: none; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .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); }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container { border-width: 0; border-radius: 0; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#xqmJVvlz1G4art95DGtebTPXqWJ1m1Rp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.75rem;width:27.75rem;top:5.87451171875rem;left:47.25rem;overflow:hidden;display:block; }
#wrQc3bvQOWTrAlT859w2XMlfd71XtIlZ { color:#ffffff;display:block;width:39.4994375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9994258880615rem;left:3.5611977577209rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#BQvQhd4HlRT5GBSTMSe98Zxnvr1qwTGn { color:#ffffff;display:block;width:39.4994375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6788244247436rem;left:2.9969620704651rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#BddT1nmgE4Ft2I98AmqKTXMvScoMvZp2 { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.81103515625rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#z73CzicAaUOHlt54WIqwb2vstiFqr6Rr { position:absolute;display:block;z-index:15001;background-color:#8e90df;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.6875rem;width:43.75rem;top:1.9986953735351rem;left:0rem;display:block; }
#Bl9xO9BWaXN5DrhtRAZua4UqHy9CEZTG { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:25.75rem;left:1.810546875rem;height:12rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cE3TlslugtkF7X2t8ybOQfRKqGUKcAyB { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:50.4375rem;left:14.5rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#UkfEksAEd5NqfxURrXQTRNOphIwccV1h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6235375rem;width:8.1860625rem;top:50.6875rem;left:13.9375rem;overflow:hidden;display:block; }
#AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { color:#c83238;display:block;width:43.125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.9375rem;left:1.5625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { 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:12.125rem;height:7.161125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:42.9375rem;left:7rem;z-index:15015; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw { width:auto; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
#Qe8ynnb0eQWGPK3UAa5imSNIy2dVHzmx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:48.625rem;left:10.375rem;overflow:hidden;display:block; }
#o5Zu5lBTMaTFNGDDJTwGsVqBAeICiFyK { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:50.125rem;left:5.5rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#bXNoyg6wpe47MZU5NOmsneMfyyADqLhQ { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.3125rem;left:0.75rem;display:block; }
#r9EUmx0SiPX8vB5L0LcSwZcl4an2mflC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container { background-color: transparent; background-image: none; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container > .video-iframe-container { display: none; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row > .video-iframe-container { display: none; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .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); }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container { border-width: 0; border-radius: 0; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9dcf0;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; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container { background-color: transparent; background-image: none; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container > .video-iframe-container { display: none; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row > .video-iframe-container { display: none; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .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); }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container { border-width: 0; border-radius: 0; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#mIkkW1VTBPM67CKmw2HsOOWyLLZzfzNM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.75rem;width:27.75rem;top:2.94091796875rem;left:47.25rem;overflow:hidden;display:block; }
#T9DW6ZTTMmL3AhM4Ib11p27b6r4R7ByX { color:#213846;display:block;width:39.4985625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.94091796875rem;left:1.77880859375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#lmI5cf91eUriZnZFtyVCIP8y3coA6PXx { color:#213846;display:block;width:40.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6162109375rem;left:1.77880859375rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#JOGKyN0kGuntLc7TqTykPULP999R2x2r { color:#213846;display:block;width:40.124rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.77880859375rem;height:14.625rem;text-align:justify;text-align-last:initial;display:block; }
#I8TMSHpDA8wucvhLMn59MLhtTQfnKHUV { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.1875rem;left:14.6875rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#hu83v7T2LrXHEKSR39OARcsoTEK7LAXL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6235375rem;width:8.1860625rem;top:41.4375rem;left:14.125rem;overflow:hidden;display:block; }
#KXl9RLwxntGKXXsMXRf2yCDxU9eV67R9 { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:40.875rem;left:5.6875rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#ydloVZJVWX8PnqDZln03ZKBqmaiy0srJ { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.0625rem;left:0.9375rem;display:block; }
#FMRiZCSrcLlSCK2H1FBLEGUAdksZDQAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgWoLstAygT13VifR90IzKSf1oEFS5lk { color:#c83238;display:block;width:43.125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.75rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv { 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:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.6875rem;left:7.1875rem;z-index:15015; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #BL4GItE5nC5ODuo96TZQsd66aqTVqZwK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #Q4XSxqgEoFpiaA29yTo1FkIKhpP6TdMG { width:auto; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #gpqKzoaz27uaM3TV3t2JhXPREF6J7eJk {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #JtldN0fkEgkcvrfmmwhwpWVBWE1gQ4RJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #aRpUs3X7sFTBNTMPwwopEnwfLUBMngJC {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #PtExIoHO6eIHr3aNRDGxpgN9U6b13tcl {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #OMzopeBkSehiPGvRrdC7OzWc3I4GlB8p { display:flex;position:relative;top:0rem;left:0rem; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #c12xn0LHK4HzvVlsrLOdCx56qPOPPJUb {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #eIBl2nGuvPQQzGQBeWCXxtHPrHTFwX5x {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ZdZ1ZiWvKIRIqnRSISk9tTwQwxd8TivT { display:flex;position:relative;top:0rem;left:0rem; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ESyNx2sH9DzB7nDzUlp3m8CMEbmUd9WM {  }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #w0u5T5LF2dZeoNpIzRmRNzyB9xcAa4Kc {  }
#D7qlZJ5r1zuQ4Gkw9IhIiZ0xVzXfKpv5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:39.375rem;left:10.5625rem;overflow:hidden;display:block; }
#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { background-color: transparent; background-image: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container > .video-iframe-container { display: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container { display: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .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); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { border-width: 0; border-radius: 0; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#BBNM587CMUklp16unrVHxam7PC52rDOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbd4dc;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; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container { background-color: transparent; background-image: none; }#BBNM587CMUklp16unrVHxam7PC52rDOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container > .video-iframe-container { display: none; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row > .video-iframe-container { display: none; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .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); }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container { border-width: 0; border-radius: 0; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#dtTTak91NbFKHWuXWKB4p3tfxCQK16yZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.75rem;width:27.75rem;top:2.94091796875rem;left:47.25rem;overflow:hidden;display:block; }
#SUNbGFh2PTDln1N0d2RIJHu1oGrkCLQH { color:#213846;display:block;width:39.4985625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.94091796875rem;left:1.77880859375rem;height:8.0434375rem;text-align:left;text-align-last:left;display:block; }
#OmEkGIdkWnp9BKTOrTCtOBLA5DHdphH2 { color:#213846;display:block;width:40.1875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.75rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#mtLTxb0PxAQ6IdcXEQZ4CtMBpFXowiTx { color:#213846;display:block;width:40.1235625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.77880859375rem;height:8.125rem;text-align:justify;text-align-last:initial;display:block; }
#HUFvl7UAwvyHT3JUdda5wxyllsxhH1n4 { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.1875rem;left:14.6875rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#RaMNXaBMf5grEnRET6HLVE0cBfIHPFqh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6235375rem;width:8.1860625rem;top:41.4375rem;left:14.125rem;overflow:hidden;display:block; }
#OB1RiVDw6JHVrJTg4ifhidTRoAhgwOHk { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:40.875rem;left:5.6875rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#bovNI1BG5TN6kFz0Im4WeqbnsnBmXZnV { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.0625rem;left:0.9375rem;display:block; }
#dWb9iXpa17Mtl1qXyWbglAL3zslLQPlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrGlD6cUDffD41s2vnul8Ny49o35a839 { color:#c83238;display:block;width:43.125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.75rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn { 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:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.6875rem;left:7.1875rem;z-index:15015; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #SBwoaDXfqQKcRTBWou4QcXAKvTxEN24T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #LQWAWf5mGSuUVpQOmdF8nCbOEoF09g3D { width:auto; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #oDiGWDdg6QBiKRrdZBPF043Easm6HpsT {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #TPl24bwQEgXNgXadOiRMrT3ksnHybd0i { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #keltAIINgWTsyCSBr2O1PPToLnJ3EtFs {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #k0uLqfUrrNKnFsClu9S21RRAmbyTE0Ft {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KqJngqQGUBEo44HaNST65HNtGUreR9pq { display:flex;position:relative;top:0rem;left:0rem; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #PBydCG7QPcoFBOxKz8qynFyQkgIPZISx {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KAeDobaIeZVm8Og7MbAve3GxWlOml4bA {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #NMrMRaL67dAfDPQfvq8x0t13EcA0D8mx { display:flex;position:relative;top:0rem;left:0rem; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #EJfpu3g7LS0MeowaEXPFAPrtvhINJ7wB {  }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KHxAKqI5qTIW8GdONnZSztDOBt0wBoHT {  }
#lzTE55240efMvmON6CSpf9mJF7uJGgCi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:39.375rem;left:10.5625rem;overflow:hidden;display:block; }
#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { background-color: transparent; background-image: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container > .video-iframe-container { display: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container { display: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .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); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { border-width: 0; border-radius: 0; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;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; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { background-color: transparent; background-image: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container > .video-iframe-container { display: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container { display: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .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); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { border-width: 0; border-radius: 0; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.525390625rem;left:1rem;height:5.60595625rem;text-align:left;text-align-last:left;display:block; }
#uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.49951171875rem;left:1rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.5625rem;left:1rem;height:5.0371125rem;display:block; }
#LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:37.1875rem;top:3.5625rem;left:37.8125rem;overflow:hidden;display:block; }
#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { background-color: transparent; background-image: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .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); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { border-width: 0; border-radius: 0; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#AXQd7qCEsryAxV9OLqbk802nxdRttM3L { color:#2f2a80;display:block;width:36.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:19.34375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { position:relative;display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { background-color: transparent; background-image: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .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); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { border-width: 0; border-radius: 0; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { position:absolute;display:block;z-index:15015;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:14.9375rem;width:60rem;top:0.8955078125rem;left:7.5rem;overflow:hidden;display:block; }
#xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:60rem;top:15.8330078125rem;left:7.5rem;overflow:hidden;display:block; }
#hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:60rem;top:25.2705078125rem;left:7.5rem;overflow:hidden;display:block; }
#UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:60rem;top:54.51708984375rem;left:7.5rem;overflow:hidden;display:block; }
#Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:60rem;top:35.95751953125rem;left:7.5rem;overflow:hidden;display:block; }
#tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:60rem;top:45.2685546875rem;left:7.5rem;overflow:hidden;display:block; }
#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a174d;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; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { background-color: transparent; background-image: none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container > .video-iframe-container { display: none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row > .video-iframe-container { display: none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .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); }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { border-width: 0; border-radius: 0; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:26.1875rem;top:2.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:18.6865rem;text-align:left;text-align-last:left;display:block; }
#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d7b;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; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { background-color: transparent; background-image: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container > .video-iframe-container { display: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container { display: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .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); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { border-width: 0; border-radius: 0; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#W845786rhdg65SFuV7TFNQfv0amK6c9w { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.25rem;left:40.25rem;display:block; }
#opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:53.4375rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:20rem;left:52.875rem;overflow:hidden;display:block; }
#XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4375rem;left:44.4375rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4993495941162rem;left:37.213543891907rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { 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:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.9375rem;left:46.5rem;z-index:15015; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC { width:auto; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
#ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:17.9375rem;left:49.125rem;overflow:hidden;display:block; }
#zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21rem;width:21rem;top:4.3125rem;left:6.52978515625rem;overflow:hidden;display:block; }
#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9dcf0;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; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { background-color: transparent; background-image: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container > .video-iframe-container { display: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container { display: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .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); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { border-width: 0; border-radius: 0; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.625rem;left:41.75rem;display:block; }
#s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:54.9375rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:17.375rem;left:54.375rem;overflow:hidden;display:block; }
#RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:45.9375rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { color:#2f2a80;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4993495941162rem;left:37.213543891907rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { 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:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.3125rem;left:48rem;z-index:15015; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 { width:auto; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
#aDeNfnlXHBRBAz8V06OLk6B5FreM366S { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:4.4487848281861rem;left:6.5299482345581rem;overflow:hidden;display:block; }
#QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:15.3125rem;left:50.625rem;overflow:hidden;display:block; }
#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbd4dc;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; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { background-color: transparent; background-image: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container > .video-iframe-container { display: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container { display: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .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); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { border-width: 0; border-radius: 0; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { background-color:#c83238;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.25rem;left:40.25rem;display:block; }
#diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:53.4375rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:20rem;left:52.875rem;overflow:hidden;display:block; }
#aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4375rem;left:44.4375rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { color:#2f2a80;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4993495941162rem;left:37.213543891907rem;height:8.286625rem;text-align:center;text-align-last:center;display:block; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { 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:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.9375rem;left:46.5rem;z-index:15015; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam { width:auto; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
#Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:4.4487848281861rem;left:6.5299482345581rem;overflow:hidden;display:block; }
#Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:17.9375rem;left:49.125rem;overflow:hidden;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.09864375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:29.5rem;height:2.1875rem;top:1.5625rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:9rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:35.375rem;height:6.9375rem;top:7.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:8.875rem;height:3.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { width:32.625rem;height:7.375rem;top:4.125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { width:41.25rem;height:15rem;top:1.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { width:36rem;height:10.6875rem;top:1.6875rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqpACkAoRvHkJgEEdncb8sikqT1QUtSF { width:16.8125rem;height:16.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Jld3IAohwC2ezEBXezOs1t9BfUyA2H { width:36rem;height:5.3125rem;top:14.125rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { width:36rem;height:1.75rem;top:21.5625rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { width:47.75rem;height:14.625rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLvSoApO7pHywHz78cyvNohDvsn3kMH { width:22.5rem;height:7.625rem;top:2.6875rem;left:12.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .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; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .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; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
 }@media only screen and (max-width: 763px) { #MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { width:47.75rem;height:3.25rem;top:43.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { width:43.125rem;height:4.875rem;top:48.875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { width:10.375rem;height:4.125rem;top:10.375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe { display:block; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqmJVvlz1G4art95DGtebTPXqWJ1m1Rp { width:27.75rem;height:27.75rem;top:5.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrQc3bvQOWTrAlT859w2XMlfd71XtIlZ { width:39.4375rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQvQhd4HlRT5GBSTMSe98Zxnvr1qwTGn { width:39.4375rem;height:11.375rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BddT1nmgE4Ft2I98AmqKTXMvScoMvZp2 { width:42.3125rem;height:6.5rem;top:17.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73CzicAaUOHlt54WIqwb2vstiFqr6Rr { width:43.75rem;height:14.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl9xO9BWaXN5DrhtRAZua4UqHy9CEZTG { width:42.3125rem;height:12rem;top:25.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE3TlslugtkF7X2t8ybOQfRKqGUKcAyB { width:8.4375rem;height:3.0625rem;top:50.4375rem;left:0.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkfEksAEd5NqfxURrXQTRNOphIwccV1h { width:8.125rem;height:2.6039676813486rem;top:50.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { width:43.125rem;height:2.5rem;top:39.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .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; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .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; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
 }@media only screen and (max-width: 763px) { #Qe8ynnb0eQWGPK3UAa5imSNIy2dVHzmx { width:5.4375rem;height:2.125rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Zu5lBTMaTFNGDDJTwGsVqBAeICiFyK { width:8.4375rem;height:3.8125rem;top:50.125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXNoyg6wpe47MZU5NOmsneMfyyADqLhQ { width:24.625rem;height:3.4375rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9EUmx0SiPX8vB5L0LcSwZcl4an2mflC { display:block; }
 }@media only screen and (max-width: 763px) { #J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 { display:block; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi { display:block; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIkkW1VTBPM67CKmw2HsOOWyLLZzfzNM { width:27.75rem;height:27.75rem;top:2.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DW6ZTTMmL3AhM4Ib11p27b6r4R7ByX { width:39.4375rem;height:2.625rem;top:2.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmI5cf91eUriZnZFtyVCIP8y3coA6PXx { width:40.1875rem;height:6.5rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOGKyN0kGuntLc7TqTykPULP999R2x2r { width:40.0625rem;height:14.625rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TMSHpDA8wucvhLMn59MLhtTQfnKHUV { width:8.4375rem;height:3.0625rem;top:41.1875rem;left:1.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu83v7T2LrXHEKSR39OARcsoTEK7LAXL { width:8.125rem;height:2.6039676813486rem;top:41.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXl9RLwxntGKXXsMXRf2yCDxU9eV67R9 { width:8.4375rem;height:3.8125rem;top:40.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydloVZJVWX8PnqDZln03ZKBqmaiy0srJ { width:24.625rem;height:3.4375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRiZCSrcLlSCK2H1FBLEGUAdksZDQAh { display:block; }
 }@media only screen and (max-width: 763px) { #VgWoLstAygT13VifR90IzKSf1oEFS5lk { width:43.125rem;height:2.5rem;top:30.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .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; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .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; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #BL4GItE5nC5ODuo96TZQsd66aqTVqZwK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #Q4XSxqgEoFpiaA29yTo1FkIKhpP6TdMG {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #gpqKzoaz27uaM3TV3t2JhXPREF6J7eJk {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #JtldN0fkEgkcvrfmmwhwpWVBWE1gQ4RJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #aRpUs3X7sFTBNTMPwwopEnwfLUBMngJC {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #PtExIoHO6eIHr3aNRDGxpgN9U6b13tcl {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #OMzopeBkSehiPGvRrdC7OzWc3I4GlB8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #c12xn0LHK4HzvVlsrLOdCx56qPOPPJUb {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #eIBl2nGuvPQQzGQBeWCXxtHPrHTFwX5x {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ZdZ1ZiWvKIRIqnRSISk9tTwQwxd8TivT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ESyNx2sH9DzB7nDzUlp3m8CMEbmUd9WM {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #w0u5T5LF2dZeoNpIzRmRNzyB9xcAa4Kc {  }
 }@media only screen and (max-width: 763px) { #D7qlZJ5r1zuQ4Gkw9IhIiZ0xVzXfKpv5 { width:5.4375rem;height:2.125rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { display:block; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBNM587CMUklp16unrVHxam7PC52rDOb { display:block; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtTTak91NbFKHWuXWKB4p3tfxCQK16yZ { width:27.75rem;height:27.75rem;top:2.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUNbGFh2PTDln1N0d2RIJHu1oGrkCLQH { width:39.4375rem;height:8rem;top:2.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmEkGIdkWnp9BKTOrTCtOBLA5DHdphH2 { width:40.1875rem;height:6.5rem;top:12.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtLTxb0PxAQ6IdcXEQZ4CtMBpFXowiTx { width:40.0625rem;height:8.125rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFvl7UAwvyHT3JUdda5wxyllsxhH1n4 { width:8.4375rem;height:3.0625rem;top:41.1875rem;left:1.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMNXaBMf5grEnRET6HLVE0cBfIHPFqh { width:8.125rem;height:2.6039676813486rem;top:41.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1RiVDw6JHVrJTg4ifhidTRoAhgwOHk { width:8.4375rem;height:3.8125rem;top:40.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovNI1BG5TN6kFz0Im4WeqbnsnBmXZnV { width:24.625rem;height:3.4375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb9iXpa17Mtl1qXyWbglAL3zslLQPlL { display:block; }
 }@media only screen and (max-width: 763px) { #yrGlD6cUDffD41s2vnul8Ny49o35a839 { width:43.125rem;height:2.5rem;top:30.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .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; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .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; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #SBwoaDXfqQKcRTBWou4QcXAKvTxEN24T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #LQWAWf5mGSuUVpQOmdF8nCbOEoF09g3D {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #oDiGWDdg6QBiKRrdZBPF043Easm6HpsT {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #TPl24bwQEgXNgXadOiRMrT3ksnHybd0i { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #keltAIINgWTsyCSBr2O1PPToLnJ3EtFs {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #k0uLqfUrrNKnFsClu9S21RRAmbyTE0Ft {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KqJngqQGUBEo44HaNST65HNtGUreR9pq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #PBydCG7QPcoFBOxKz8qynFyQkgIPZISx {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KAeDobaIeZVm8Og7MbAve3GxWlOml4bA {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #NMrMRaL67dAfDPQfvq8x0t13EcA0D8mx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #EJfpu3g7LS0MeowaEXPFAPrtvhINJ7wB {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KHxAKqI5qTIW8GdONnZSztDOBt0wBoHT {  }
 }@media only screen and (max-width: 763px) { #lzTE55240efMvmON6CSpf9mJF7uJGgCi { width:5.4375rem;height:2.125rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { display:block; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { width:32.0625rem;height:5.5625rem;top:10.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { width:32.625rem;height:3.0625rem;top:17.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { width:29.3125rem;height:5.0625rem;top:3.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { width:37.1875rem;height:20.9375rem;top:3.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:36.3125rem;height:5rem;top:3rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:47.75rem;height:11.887760416667rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:47.75rem;height:7.5106770833331rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:47.75rem;height:8.50546875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:47.75rem;height:7.8588541666669rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:47.75rem;height:7.4111979166669rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:47.75rem;height:7.3614583333331rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { display:block; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { width:41.1875rem;height:3.25rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { width:39.875rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { width:26.1875rem;height:33.25rem;top:2.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { width:39.1875rem;height:18.625rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { display:block; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W845786rhdg65SFuV7TFNQfv0amK6c9w { width:24.5625rem;height:3.4375rem;top:25.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { width:8.4375rem;height:3.0625rem;top:19.75rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { width:8.125rem;height:2.6039676813486rem;top:20rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { width:8.4375rem;height:3.8125rem;top:19.4375rem;left:30.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { width:33.75rem;height:3.125rem;top:3.4375rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .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; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .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; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
 }@media only screen and (max-width: 763px) { #ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { width:5.4375rem;height:2.125rem;top:17.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { width:21rem;height:21rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { display:block; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { width:24.5625rem;height:3.4375rem;top:22.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block; }
 }@media only screen and (max-width: 763px) { #t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { width:8.4375rem;height:3.0625rem;top:17.125rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { width:8.125rem;height:2.6039676813486rem;top:17.375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { width:8.4375rem;height:3.8125rem;top:16.8125rem;left:32.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { width:33.75rem;height:3.125rem;top:3.4375rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .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; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .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; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
 }@media only screen and (max-width: 763px) { #aDeNfnlXHBRBAz8V06OLk6B5FreM366S { width:21rem;height:21rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { width:5.4375rem;height:2.125rem;top:15.3125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { display:block; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { width:24.5625rem;height:3.4375rem;top:25.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block; }
 }@media only screen and (max-width: 763px) { #iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { width:8.4375rem;height:3.0625rem;top:19.75rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { width:8.125rem;height:2.6039676813486rem;top:20rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { width:8.4375rem;height:3.8125rem;top:19.4375rem;left:30.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { width:33.75rem;height:8.25rem;top:3.4375rem;left:14rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .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; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .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; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
 }@media only screen and (max-width: 763px) { #Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { width:21rem;height:21rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { width:5.4375rem;height:2.125rem;top:17.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { position:relative;z-index:auto;background-color:#c83238;background-image:none;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:9.6875rem;height:4.63036875rem;top:0.27294921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:9rem;height:5.0625rem;display:flex;top:0rem;left:10.88330078125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:rgba(248,250,252,0.9);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:20rem;height:4.386725rem;top:4.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:7.875rem;height:3.4375rem;top:0.78125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { width:20rem;height:4.875rem;top:4.630859375rem;left:0rem;background-color:#f8fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { width:20rem;height:7.2727272727275rem;top:10.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { width:20rem;height:14.625rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqpACkAoRvHkJgEEdncb8sikqT1QUtSF { width:10.375rem;height:10.4375rem;top:28.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Jld3IAohwC2ezEBXezOs1t9BfUyA2H { width:20rem;height:4.875rem;top:18.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { width:20rem;height:1.625rem;top:24.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { width:20rem;height:24.86081875rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLvSoApO7pHywHz78cyvNohDvsn3kMH { width:20rem;height:3.25rem;top:1.81640625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .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; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .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; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { display:flex;width:9rem;height:5.0625rem;top:35.875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
 }@media only screen and (max-width: 763px) { #MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { width:20rem;height:7.312rem;top:42.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { width:20rem;height:7.3120125rem;top:52.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { width:8rem;height:3.125rem;top:5.9208984375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe { display:block; }#uFuziSCS6HvIzat7fcK0ywIkzI0pwqRe > .row .container { width:20rem;height:125.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqmJVvlz1G4art95DGtebTPXqWJ1m1Rp { width:18.25rem;height:18.25rem;top:76.6240234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrQc3bvQOWTrAlT859w2XMlfd71XtIlZ { width:20rem;height:5.19921875rem;top:1.98828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQvQhd4HlRT5GBSTMSe98Zxnvr1qwTGn { width:19.9985625rem;height:24.375rem;top:9.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BddT1nmgE4Ft2I98AmqKTXMvScoMvZp2 { width:19.9985625rem;height:13rem;top:35.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z73CzicAaUOHlt54WIqwb2vstiFqr6Rr { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bl9xO9BWaXN5DrhtRAZua4UqHy9CEZTG { width:20rem;height:24rem;top:50.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cE3TlslugtkF7X2t8ybOQfRKqGUKcAyB { width:8.4375rem;height:2.5996125rem;top:112.4375rem;left:9.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkfEksAEd5NqfxURrXQTRNOphIwccV1h { width:8.1875rem;height:2.625rem;top:112.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { width:20rem;height:4.54980625rem;top:98.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .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; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-number { padding-top:0.568125rem;padding-right:0.5025rem;padding-bottom:0.568125rem;padding-left:0.5025rem;width:3.014375rem;min-width:3.014375rem;height:3.0525rem;font-size:2.271875rem;line-height:48.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; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.019375rem;height:1.206875rem;font-size:0.851875rem;line-height:19.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { display:flex;width:10.0625rem;height:5.750625rem;top:104.3125rem;left:4.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
 }@media only screen and (max-width: 763px) { #Qe8ynnb0eQWGPK3UAa5imSNIy2dVHzmx { width:5.4375rem;height:2.125rem;top:110.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Zu5lBTMaTFNGDDJTwGsVqBAeICiFyK { width:8.4375rem;height:2.5996125rem;top:112.4375rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXNoyg6wpe47MZU5NOmsneMfyyADqLhQ { width:20rem;height:3.4375rem;top:115.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9EUmx0SiPX8vB5L0LcSwZcl4an2mflC { display:block; }
 }@media only screen and (max-width: 763px) { #J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 { display:block; }#J0b2vvkxDdeKzpiHrPRJu2cNU0t3Cbb7 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi { display:block; }#X1k3fReuzsVRaGIDD8u1EIeqL96ZkXOi > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIkkW1VTBPM67CKmw2HsOOWyLLZzfzNM { width:18.25rem;height:18.25rem;top:1.62451171875rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DW6ZTTMmL3AhM4Ib11p27b6r4R7ByX { width:20rem;height:2.5996125rem;top:22.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmI5cf91eUriZnZFtyVCIP8y3coA6PXx { width:19.9985625rem;height:11.375rem;top:26.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOGKyN0kGuntLc7TqTykPULP999R2x2r { width:19.9985625rem;height:29.25rem;top:40.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I8TMSHpDA8wucvhLMn59MLhtTQfnKHUV { width:8.4375rem;height:2.5996125rem;top:86.75rem;left:9.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu83v7T2LrXHEKSR39OARcsoTEK7LAXL { width:8.1875rem;height:2.625rem;top:86.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXl9RLwxntGKXXsMXRf2yCDxU9eV67R9 { width:8.4375rem;height:2.5996125rem;top:86.75rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydloVZJVWX8PnqDZln03ZKBqmaiy0srJ { width:20rem;height:3.4375rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRiZCSrcLlSCK2H1FBLEGUAdksZDQAh { display:block; }
 }@media only screen and (max-width: 763px) { #VgWoLstAygT13VifR90IzKSf1oEFS5lk { width:20rem;height:4.54980625rem;top:70.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .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; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-text.counter-number { padding-top:0.568125rem;padding-right:0.5025rem;padding-bottom:0.568125rem;padding-left:0.5025rem;width:3.014375rem;min-width:3.014375rem;height:3.0525rem;font-size:2.271875rem;line-height:48.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; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.019375rem;height:1.206875rem;font-size:0.851875rem;line-height:19.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv { display:flex;width:10.0625rem;height:5.750625rem;top:76.6875rem;left:4.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #BL4GItE5nC5ODuo96TZQsd66aqTVqZwK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #Q4XSxqgEoFpiaA29yTo1FkIKhpP6TdMG {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #gpqKzoaz27uaM3TV3t2JhXPREF6J7eJk {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #JtldN0fkEgkcvrfmmwhwpWVBWE1gQ4RJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #aRpUs3X7sFTBNTMPwwopEnwfLUBMngJC {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #PtExIoHO6eIHr3aNRDGxpgN9U6b13tcl {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #OMzopeBkSehiPGvRrdC7OzWc3I4GlB8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #c12xn0LHK4HzvVlsrLOdCx56qPOPPJUb {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #eIBl2nGuvPQQzGQBeWCXxtHPrHTFwX5x {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ZdZ1ZiWvKIRIqnRSISk9tTwQwxd8TivT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #ESyNx2sH9DzB7nDzUlp3m8CMEbmUd9WM {  }
 }@media only screen and (max-width: 763px) { #dMMI7dvmiZf7QlS8FInzV8n44Q2MqQWv #w0u5T5LF2dZeoNpIzRmRNzyB9xcAa4Kc {  }
 }@media only screen and (max-width: 763px) { #D7qlZJ5r1zuQ4Gkw9IhIiZ0xVzXfKpv5 { width:5.4375rem;height:2.125rem;top:83.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { display:block; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBNM587CMUklp16unrVHxam7PC52rDOb { display:block; }#BBNM587CMUklp16unrVHxam7PC52rDOb > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtTTak91NbFKHWuXWKB4p3tfxCQK16yZ { width:18.25rem;height:18.25rem;top:1.62451171875rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUNbGFh2PTDln1N0d2RIJHu1oGrkCLQH { width:20rem;height:9.099625rem;top:22.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmEkGIdkWnp9BKTOrTCtOBLA5DHdphH2 { width:19.9985625rem;height:13rem;top:33.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mtLTxb0PxAQ6IdcXEQZ4CtMBpFXowiTx { width:19.9985625rem;height:17.875rem;top:47.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HUFvl7UAwvyHT3JUdda5wxyllsxhH1n4 { width:8.4375rem;height:2.5996125rem;top:84.875rem;left:9.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMNXaBMf5grEnRET6HLVE0cBfIHPFqh { width:8.1875rem;height:2.625rem;top:84.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1RiVDw6JHVrJTg4ifhidTRoAhgwOHk { width:8.4375rem;height:2.5996125rem;top:84.875rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovNI1BG5TN6kFz0Im4WeqbnsnBmXZnV { width:20rem;height:3.4375rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb9iXpa17Mtl1qXyWbglAL3zslLQPlL { display:block; }
 }@media only screen and (max-width: 763px) { #yrGlD6cUDffD41s2vnul8Ny49o35a839 { width:20rem;height:4.54980625rem;top:69rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .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; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-text.counter-number { padding-top:0.568125rem;padding-right:0.5025rem;padding-bottom:0.568125rem;padding-left:0.5025rem;width:3.014375rem;min-width:3.014375rem;height:3.0525rem;font-size:2.271875rem;line-height:48.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; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.019375rem;height:1.206875rem;font-size:0.851875rem;line-height:19.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn { display:flex;width:10.0625rem;height:5.750625rem;top:74.9375rem;left:4.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #SBwoaDXfqQKcRTBWou4QcXAKvTxEN24T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #LQWAWf5mGSuUVpQOmdF8nCbOEoF09g3D {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #oDiGWDdg6QBiKRrdZBPF043Easm6HpsT {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #TPl24bwQEgXNgXadOiRMrT3ksnHybd0i { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #keltAIINgWTsyCSBr2O1PPToLnJ3EtFs {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #k0uLqfUrrNKnFsClu9S21RRAmbyTE0Ft {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KqJngqQGUBEo44HaNST65HNtGUreR9pq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #PBydCG7QPcoFBOxKz8qynFyQkgIPZISx {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KAeDobaIeZVm8Og7MbAve3GxWlOml4bA {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #NMrMRaL67dAfDPQfvq8x0t13EcA0D8mx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #EJfpu3g7LS0MeowaEXPFAPrtvhINJ7wB {  }
 }@media only screen and (max-width: 763px) { #JaK8OqAbmLsxFAw6Ece9xbJLRIGkzfhn #KHxAKqI5qTIW8GdONnZSztDOBt0wBoHT {  }
 }@media only screen and (max-width: 763px) { #lzTE55240efMvmON6CSpf9mJF7uJGgCi { width:5.4375rem;height:2.125rem;top:81.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { display:block; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { width:20rem;height:4.63036875rem;top:10.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { width:20rem;height:4.142575rem;top:16.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { width:20rem;height:7.068125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { width:18.5rem;height:10.4375rem;top:23.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:20rem;height:7.56884765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:20rem;height:5.361325rem;top:2.25634765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:20rem;height:4.9791666666667rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:20rem;height:3.1458333333333rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:20rem;height:3.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:20rem;height:3.2916666666667rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:20rem;height:3.1041666666667rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:20rem;height:3.0833333333333rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { display:block; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { width:20rem;height:2.2749rem;top:5.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { width:20rem;height:1.54345625rem;top:3.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { width:17.1875rem;height:21.875rem;top:39.6328125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { width:20rem;height:26.23875rem;top:10.52197265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { display:block; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W845786rhdg65SFuV7TFNQfv0amK6c9w { width:20rem;height:3.4375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { width:8.4375rem;height:2.5996125rem;top:36.75rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { width:8.4375rem;height:2.62478125rem;top:36.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { width:5.68685rem;height:2.5996125rem;top:36.75rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { width:20rem;height:5.0371125rem;top:1.923828125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .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; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .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; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { display:flex;width:9rem;height:5.0625rem;top:8.4375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
 }@media only screen and (max-width: 763px) { #ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { width:5.4375rem;height:2.125rem;top:34.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { width:15.9375rem;height:15.9375rem;top:15.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { display:block; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { width:20rem;height:3.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block; }
 }@media only screen and (max-width: 763px) { #t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { width:8.4375rem;height:2.5996125rem;top:31.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { width:8.4375rem;height:2.62478125rem;top:31.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { width:5.68685rem;height:2.5996125rem;top:31.6875rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { width:20rem;height:2.51855625rem;top:2.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .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; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .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; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { display:flex;width:9rem;height:5.0625rem;top:6.3125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
 }@media only screen and (max-width: 763px) { #aDeNfnlXHBRBAz8V06OLk6B5FreM366S { width:13rem;height:13rem;top:13.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { width:5.4375rem;height:2.125rem;top:29.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { display:block; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { width:20rem;height:3.4375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block; }
 }@media only screen and (max-width: 763px) { #iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { width:8.4375rem;height:2.5996125rem;top:36.75rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { width:8.4375rem;height:2.62478125rem;top:36.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { width:5.68685rem;height:2.5996125rem;top:36.75rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { width:20rem;height:8.7734375rem;top:1.923828125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .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; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .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; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { display:flex;width:9rem;height:5.0625rem;top:11.375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
 }@media only screen and (max-width: 763px) { #Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { width:13rem;height:13rem;top:18.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { width:5.4375rem;height:2.125rem;top:34.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.2999125rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }