.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,231,255;--color-primary-1:133,133,251;--color-primary-2:51,51,248;--color-primary-3:0,0,246;--color-primary-4:10,10,50;--color-secondary-0:255,217,217;--color-secondary-1:255,128,128;--color-secondary-2:255,0,0;--color-secondary-3:128,0,0;--color-secondary-4:38,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,184;--color-tertiary-2:137,136,136;--color-tertiary-3:88,88,88;--color-tertiary-4:2,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { background-color: transparent; background-image: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container > .video-iframe-container { display: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row > .video-iframe-container { display: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .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); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { background-color:transparent;background-image:none;width:60rem;height:9.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;color:#5271ff;text-align:center;text-align-last:center;display:block; }
#UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.7375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { position:relative;display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { background-color: transparent; background-image: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .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); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { border-width: 0; border-radius: 0; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .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; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.4375rem;width:38.6875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.5rem;left:37.5rem;height:9.375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#kGoOEomC8MpaZA5mC5zV51pIliDwpewy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.3125rem;left:37.5rem;display:block; }
#s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#pK0pyfRlSrkIcsES82XwcRK8Ao86UU6T { background-color:#1abc9c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.6875rem;left:40.875rem;display:block; }
#BpQIzZHDLLfgyD9bSAfhvpZvCTVP8Skz { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#a8T1KBIuh2OOVNVhgzfFfHiUlVEBd9ZS { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.599220275879rem;left:0rem;height:3.0875rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;display:block; }
#UVqzctXgnJUl8sZEnNdVhqTBFvTvuk5h { 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:16.9375rem;width:30.375rem;top:1.1875rem;left:4.1875rem;overflow:hidden;display:block; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .widget-text.counter-number { border-top:0.0625rem solid #ff3245;border-left:0.0625rem solid #ff3245;border-right:0.0625rem solid #ff3245;border-bottom:0.0625rem solid #ff3245;background-color:transparent;background-image:none;color:#040000;padding-top:0.353125rem;padding-right:0.320625rem;padding-bottom:0.353125rem;padding-left:0.320625rem;display:block;align-items:center;width:1.925rem;min-width:1.925rem;height:1.9rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.414375rem;font-weight:700;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.220625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.566875rem;height:0.75125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.53rem;font-weight:400;line-height:12.02px;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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ { border-top:0;border-left:0;border-right:0;border-bottom: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:14.75rem;height:3.703125rem;padding-top:0.4425rem;padding-right:0.45875rem;padding-bottom:0.4425rem;padding-left:0.45875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.599220275879rem;left:16.96249961853rem;z-index:15015; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #JoW0yPpdQbNWcPL4udp8J6HunlhfTD1u { display:flex;position:relative;top:0rem;left:0rem; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #dTT1OE0X38pNTycA7s5thbGTXsQOGbIq { width:auto; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #c66ED5M6bcZiKhwJ13guylAt08cEkELS {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #ZDogTdZZdyvuEHH31PTmPd7UBCMvcLsu { display:flex;position:relative;top:0rem;left:0rem; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qXvxTrC0ilBaJKcOyg7n7NZEDo2BBJFf {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #sWCO6GWx4awhngUsSuFaeekIvD5EN8tt {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #RlpQlXGtrVWQqRSNpXvJ5za3IQ5kKCBO { display:flex;position:relative;top:0rem;left:0rem; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #fV0xB7tpiGWWAPMhTVog9DsrRGCM6w4A {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #uWsrCRNdLL2f65cu6SNuxWHahd04KhNC {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #DiwQpHiAiCCgcrDVhkf523g016F7oZWS { display:flex;position:relative;top:0rem;left:0rem; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qcysi4lblGTmo41mFkMiFMAWLKnQAQ0p {  }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #bb9K1c5E2iTzI8Xd8ANVMsxHLAUQkgMX {  }
#T0sUf8emNK2P6bpUDHudFqUKxUykHIql { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { background-color: transparent; background-image: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container > .video-iframe-container { display: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container { display: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .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); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { border-width: 0; border-radius: 0; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#kux5bkvTgNqd0TeithwM3Ub11hKQguhe { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#5271ff;display:block; }
#L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#2c3f51;font-style:normal;display:block; }
#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container { background-color: transparent; background-image: none; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container > .video-iframe-container { display: none; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row > .video-iframe-container { display: none; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .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); }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container { border-width: 0; border-radius: 0; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#kINvrJxeCTEQlr4O215nmkVRQEbNVtE5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0rem;left:10rem;display:block; }
#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container { background-color: transparent; background-image: none; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container > .video-iframe-container { display: none; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row > .video-iframe-container { display: none; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .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); }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container { border-width: 0; border-radius: 0; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#tRFw6UZNzFsdxBIDwa6CVU9DLN2nkB09 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#5271ff;display:block; }
#UVTOqVKlRTBTQz9Jdcqa63pZLLenRcFL { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#2c3f51;font-style:normal;display:block; }
#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { background-color: transparent; background-image: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .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); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { border-width: 0; border-radius: 0; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:7.5rem;height:7rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:1.75rem;overflow:hidden;display:block; }
#XLFFDOox9facewzQfq6yLCsOWD0W5fGF { display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:43.125rem;height:7rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;top:0rem;left:35.625rem;display:block; }
#dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:43.125rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.625rem;width:1.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:37.375rem;overflow:hidden;display:block; }
#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { background-color: transparent; background-image: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container > .video-iframe-container { display: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container { display: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .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); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { border-width: 0; border-radius: 0; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#fcrHNJsmHGglhVBOXKlxqlutfqnclviq { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:7.5rem;height:5.6rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:1.75rem;overflow:hidden;display:block; }
#pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:43.125rem;height:4.19791875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;top:0rem;left:35.625rem;display:block; }
#Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:43.125rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:37.375rem;overflow:hidden;display:block; }
#PR9ezJsplJaVcKH60q2atTnSHbgT62zT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container { background-color: transparent; background-image: none; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container > .video-iframe-container { display: none; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row > .video-iframe-container { display: none; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .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); }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container { border-width: 0; border-radius: 0; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#HTPSsPM1PJT4OGaUsNxVpFi9g6VXGywi { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#5271ff;display:block; }
#oQLaiLuci6Ax72UT3Sh6VNOvVheZR6p2 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#2c3f51;font-style:normal;display:block; }
#ifZG6NnPXNAUDwQwuSNIzPH2r8TXWc2W { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:18.750001907349rem;display:block; }
#nqr6Dcn134cL0IlQt3aMD3Mss8kbi94u { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container { background-color: transparent; background-image: none; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container > .video-iframe-container { display: none; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row > .video-iframe-container { display: none; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .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); }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container { border-width: 0; border-radius: 0; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#Gchp4peHdgf7T2kooaAZaRmlwbe6NNWg { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:25.6875rem;left:26.875001907349rem;height:1.8rem;display:block; }
#lhkEXaFWgZTxXQC4aAMKSdsWBi3PyKDa { box-sizing:content-box;color:#ff4848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:25.125rem;left:23.5rem;display:block; }
#cgVtuUDRcUhgdC2pfD7tOEZPRxomwwDP { box-sizing:content-box;color:#ff4848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:27.75rem;left:23.5rem;display:block; }
#cKIBERyGKHET2KTZqEmGKDXyRhmm1a0K { color:#000000;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:28.25rem;left:26.875rem;height:3.6rem;display:block; }
#G5Iha0IT3NaBbAATU5m5uNdSNlpcBHIx { color:#000000;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:32.375rem;left:26.8125rem;height:1.8rem;display:block; }
#WXiImfwsyIXFAMmOLOcJ6n8ll06o6VsD { box-sizing:content-box;color:#ff4848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:31.9375rem;left:23.5rem;display:block; }
#xugWTCF2lf4UGkQTb8CoNcsy9XSuhWED { color:#000000;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:11.5625rem;height:;font-style:normal;display:block; }
#zdKGaZ1TIB6OaISFiS3fIdqHiySvhqkd { color:rgba(0,0,0,0.5);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:6.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tf1vuUAbzHFCDmmLQcmVAlShTebmnC4A { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:23.5rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#mWsr48uACqpLSBvuub8UyEemhuCA2JUg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:20.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FET4SBTRWaHqiPVePnA3hSVpn76oELe8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:11.3125rem;left:0rem;display:none; }
#NyLSlZxQzEUmKymTV4DyUSMvBWTJzAhE { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:5.8125rem;left:23.500001907349rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container { background-color: transparent; background-image: none; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container > .video-iframe-container { display: none; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row > .video-iframe-container { display: none; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .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); }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container { border-width: 0; border-radius: 0; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#VG1AEmpyHQnB5lBTu1B9FSr3ybmdp2xw { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#5271ff;display:block; }
#IAXLZQXTfdPi284XdRGFCrSfBy3SFLe8 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#2c3f51;font-style:normal;display:block; }
#uu9gDnnQbrvyvgrNhgHKNiLxOwHhFTTZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:11.3125rem;left:0rem;display:block; }
#o1Oquhk6UZHH2X4FtnvBlVVSOBibMRyD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:11.3125rem;left:30.000001907349rem;display:block; }
#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF { position:relative;display:block; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF { background-color: transparent; background-image: none; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row .container > .video-iframe-container { display: none; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row > .video-iframe-container { display: none; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .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); }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF { border-width: 0; border-radius: 0; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .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; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fRzdmt7mzf62315Pd6ewBxHNW9ZBrEQX { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#rA2s0GF1UI55VuOe5SusSFxp2VCnNSt5 { display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:30.000001907349rem;height:;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#tQRKb2rUETgb6B6afZ2boMTtVAHRu3T3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:11.3125rem;left:30.000001907349rem;display:none; }
#rw5J2bO75fL8ZrsVJH3GKV5Vhr04mfRe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:11.3125rem;left:30.000001907349rem;display:none; }
#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW { position:relative;display:block; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW { background-color: transparent; background-image: none; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row .container > .video-iframe-container { display: none; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row > .video-iframe-container { display: none; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .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); }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW { border-width: 0; border-radius: 0; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .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; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dNm2QbLA80P8zb97brdBNiTW0HiTeXxo { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#LmWMD4hH0TlmdrgmxuaODxlXWnpPiyzF { display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:30.000001907349rem;height:;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#biF9u7og1ND7y2vvrQy3TM8yhGuWkEgM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:0rem;left:0rem;display:block; }
#CZm8b8kPZdzTCt4PikOyHf9B3nAUgCJH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:0rem;left:30.000001907349rem;display:block; }
#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm { position:relative;display:block; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm { background-color: transparent; background-image: none; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row .container > .video-iframe-container { display: none; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row > .video-iframe-container { display: none; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .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); }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm { border-width: 0; border-radius: 0; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .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; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WgrRwT3iNIbNwvZnGnk16wTp1fsFssKd { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#ECmJINrfGsuVOIWS97FeNHVlTX8PQLLR { display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:30.000001907349rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#v4NSF1Mw2tyUDOOgzbItyCgSmrSaJzkO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:0rem;left:0rem;display:block; }
#IccNcDE4aXyDEHmn6grlwuhIKSZEnU0r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:0rem;left:30.000001907349rem;display:block; }
#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 { position:relative;display:block; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 { background-color: transparent; background-image: none; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row .container > .video-iframe-container { display: none; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row > .video-iframe-container { display: none; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .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); }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 { border-width: 0; border-radius: 0; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .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; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GZAS8rJGHzuDyWLnEVWoETLmGO8VD67U { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#QtGMzrXIFee3xteRdo810DokAug6d5NT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.625rem;top:0rem;left:0rem;display:block; }
#oQ116bGWSoeiT1VM4WAxMVhr7HH67cn9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.625rem;top:0rem;left:30.000001907349rem;display:block; }
#TQnwhh5i72Dl8TPskstTS4np8DZUUhmQ { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:30.000001907349rem;height:5.3625rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#kEesGnUHEfu01MxyLrAgI4XQnz5sVgTV { display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:30.000001907349rem;height:3.575rem;text-align:left;text-align-last:left;color:#2c3f51;font-style:normal;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; }
#OmFerWy0iCAm1e0f2vEPlRTqWZ3gyZmu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.625rem;top:0rem;left:0rem;display:none; }
#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe { position:relative;display:block; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe { background-color: transparent; background-image: none; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container > .video-iframe-container { display: none; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row > .video-iframe-container { display: none; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .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); }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe { border-width: 0; border-radius: 0; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#vexxbmnV6oKBHCFy6qwuVcWk4xIbP9T7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1500015258789rem;left:2.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6AgMyOnVaQzT3pWFsFENueyolMVpgi1 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1750011444092rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlnsgvTbcHZr5fE7XuAkc3006UoC2rhy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1500015258789rem;left:18.750001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJrGvJmK2K6bgTknx30VzaPmb99LgHP1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:14.25rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkxhdFGPQT8gi5UXoinsotyFr0AfAWMe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1492195129394rem;left:31.375001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqN4qdoVL0VhS3vmOn4InZx0toayJknp { color:#000000;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1750001907349rem;left:31.250001907349rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qg9l4VxVfex5zr7akdXRPuarPBwatWbE { color:#000000;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7835941314698rem;left:47.124219894409rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzNzT6pmy1IwSPRuAwsr2z77ZK8UuuKS { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1492195129394rem;left:52.187498092651rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5eB4dVWLOFHNGBbGT2vkGvqo1MzyzxQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:1.5937509536743rem;left:1.1875rem;display:block; }
#De3qng3cPdhfoWH1qPk3M2Tq4VVJy9Kc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:1.5625009536743rem;left:17rem;display:block; }
#vubLJQCxKiOTo1iAoytkctR0BeBn8HWv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:1.5625009536743rem;left:31.1875rem;display:block; }
#Ozn4c4ixwEZed7t2u5sla9M86eWWhSI7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:1.5937509536743rem;left:46.125rem;display:block; }
#bId4WfTDETNfWuIFXn7Vyeq9UBamh0H0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.3125rem;left:18.750001907349rem;display:block; }
#v4GoAmCoJqq8gtJAFT1yBlR7EWpHXyuc { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container { background-color: transparent; background-image: none; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container > .video-iframe-container { display: none; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row > .video-iframe-container { display: none; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .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); }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container { border-width: 0; border-radius: 0; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#ByZOCbkI7SbFTOl5ZFKTbdJo4VdiDf1l { color:rgba(var(--color-tertiary-4),0.63);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5999889373779rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container { background-color: transparent; background-image: none; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container > .video-iframe-container { display: none; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row > .video-iframe-container { display: none; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .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); }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container { border-width: 0; border-radius: 0; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#wc0L5kDf3yX4NQICEoE42HsibX0L02Ne { color:rgba(var(--color-tertiary-4),0.63);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.60000228881836rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2CafvbcuZSHHKFpriW5yUDpPvyePgk5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.79) ;height:9.5rem;width:50rem;top:2.1625003814698rem;left:5rem;display:block; }
#TNrcCT9Hlz2yv5ngUkM4CUFzxu4FZZmP { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:8.875rem;height:1.46180625rem;display:block; }
#hVRBUtU3dBDXnqfJz678pz04vJ7p9UEQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.2367191314698rem;left:5.75rem;display:block; }
#MpikDBhkNkNFZQhJkR2UCkF9CBdvCq5d { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.79) ;height:9.5rem;width:50rem;top:12.8125rem;left:5rem;display:block; }
#TW0ffeqAZbXZKL1Rzznzxf4mc5chENbX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.79) ;height:9.5rem;width:50rem;top:23.4375rem;left:5rem;display:block; }
#PiaUXIx4EDemWeOLyE5lEamRDeZKPbT3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.79) ;height:9.5rem;width:50rem;top:34.375rem;left:5rem;display:block; }
#WGw14212RNJNtRhwMEpR2WTX5EV1cBrN { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:5.8617191314697rem;left:6.25rem;height:3.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KzOxcPI0fTxMG2VUXaeFbDc3HbrrVBOR { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:14.1875rem;left:5.75rem;display:block; }
#KKygTTzyhNOgN0ivWNTr2ncLJINtgXVh { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.75rem;left:8.875rem;height:1.4625rem;display:block; }
#QH8x7N9A9GcpMGwMMUVc5ol7Ri2QlS4A { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:24.9375rem;left:6.3125rem;display:block; }
#ukCEAuzPt7VpJILimLJ9zDPIpGf6GyUp { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5rem;left:9.4375rem;height:1.4625rem;display:block; }
#dvo2RtMrTWoC6G01IIXWbgnJ9Z7Vxe1d { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:35.9375rem;left:6.3125rem;display:block; }
#of3x1Vei1Qv4q1hHPPXNV96TCIK77U11 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5rem;left:9.4375rem;height:1.4625rem;display:block; }
#gKseFn4LGOkzvZIOORIxXhTy2VrT8TP3 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:46.75rem;left:6.3125rem;display:block; }
#JBrOOIgD2DfrhDzyBvpXog8GTHS5BRxC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.79) ;height:9.5rem;width:50rem;top:45.5625rem;left:4.9375rem;display:block; }
#maVRWnIDTwOLAtUkrr18I4Xpuy10oRf5 { color:#000000;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.375rem;left:9.375rem;height:1.4625rem;display:block; }
#TXus0bDl7E16BziQJ7BRlEUsgLdWTI1t { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:16.8125rem;left:6.375rem;height:3.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTo7nP6kulO0Bc7K02o8H7zQxFbg9qK8 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:27.5625rem;left:6.375rem;height:3.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cw9C2v1nsyxmF12cnF5nHkFePMEFIsHl { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38.5625rem;left:6.375rem;height:1.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d21pKmEJV4RpEu6ntiR6GIEuhqqLGWSy { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:49.375rem;left:6.3125rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f4;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; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container { background-color: transparent; background-image: none; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container > .video-iframe-container { display: none; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row > .video-iframe-container { display: none; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .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); }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container { border-width: 0; border-radius: 0; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#yVAc9cv0fmfIInWdGZ7ILxUZATmiWSLK { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.486701965332rem;left:0rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKhbNMiXd6GcJ3U7fS7wLHO44t8tx1kT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.4375rem;left:55.9375rem;display:block; }
#LzphJ0X1aTSaoxfPoXBPX0lIRr4ZF9AN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0625rem;left:40.5625rem;display:block; }
#q1AN4dLU5MUxcJLAAhnaedwgwGoveU3S { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#fsWwpkqJX8md3t0NTCDS8tZRaWhRmwnV { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6171894073488rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .widget-text.counter-number { border-top:0.0625rem solid #ff3245;border-left:0.0625rem solid #ff3245;border-right:0.0625rem solid #ff3245;border-bottom:0.0625rem solid #ff3245;background-color:transparent;background-image:none;color:#040000;padding-top:0.353125rem;padding-right:0.320625rem;padding-bottom:0.353125rem;padding-left:0.320625rem;display:block;align-items:center;width:1.925rem;min-width:1.925rem;height:1.9rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.414375rem;font-weight:700;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.220625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.566875rem;height:0.75125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.53rem;font-weight:400;line-height:12.02px;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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA { border-top:0;border-left:0;border-right:0;border-bottom: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:14.75rem;height:3.703125rem;padding-top:0.4425rem;padding-right:0.45875rem;padding-bottom:0.4425rem;padding-left:0.45875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.265625rem;left:19.96249961853rem;z-index:15014; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #ZT8BthsW32lcLzqbV3TSVvKpnhf12gSf { display:flex;position:relative;top:0rem;left:0rem; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #omwIf6nCz2ha2xpipDlan6oTCocVLnHQ { width:auto; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #zZpxoSKVwBo2L16OuaRbotnhflhcIHCa {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #gSevVup0xQ2zQCbPq5KGyaCJZ23PVJTT { display:flex;position:relative;top:0rem;left:0rem; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #cQcXTl5uhucColFUzZhAI43z0RkZEiax {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #D6C4NQs746JdfT0QNl5fvhnCU0UwkwZW {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #bDsONT6PKV7tcQaSeC78B4z7wPUv0Lby { display:flex;position:relative;top:0rem;left:0rem; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #xXEC11qdUKmUk75pN6gmnSrCD6wQxrrx {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #QOf8uWUSkEoEXWvqIr0CRVBvlntQDtgU {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #aIkrFavPF05GBi03PnixcHtTlP3OZ8Hs { display:flex;position:relative;top:0rem;left:0rem; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #dxPoSqyVgxQ1GyGr9IWvZv1oCEd6z5pF {  }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #oJ5IR76G4ptIDlCbRugvCK5vvXu9JAkT {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { width:47.75rem;height:3.375rem;top:5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { width:47.75rem;height:5.6875rem;top:8.3125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { width:26.8125rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoOEomC8MpaZA5mC5zV51pIliDwpewy { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block; }
 }@media only screen and (max-width: 763px) { #pK0pyfRlSrkIcsES82XwcRK8Ao86UU6T { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpQIzZHDLLfgyD9bSAfhvpZvCTVP8Skz { display:block; }
 }@media only screen and (max-width: 763px) { #a8T1KBIuh2OOVNVhgzfFfHiUlVEBd9ZS { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVqzctXgnJUl8sZEnNdVhqTBFvTvuk5h { top:1.1875rem;left:0rem;width:30.375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ { display:flex;width:18.5rem;height:5.1875rem;top:6.25rem;left:14.727342605591rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #JoW0yPpdQbNWcPL4udp8J6HunlhfTD1u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #dTT1OE0X38pNTycA7s5thbGTXsQOGbIq {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #c66ED5M6bcZiKhwJ13guylAt08cEkELS {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #ZDogTdZZdyvuEHH31PTmPd7UBCMvcLsu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qXvxTrC0ilBaJKcOyg7n7NZEDo2BBJFf {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #sWCO6GWx4awhngUsSuFaeekIvD5EN8tt {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #RlpQlXGtrVWQqRSNpXvJ5za3IQ5kKCBO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #fV0xB7tpiGWWAPMhTVog9DsrRGCM6w4A {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #uWsrCRNdLL2f65cu6SNuxWHahd04KhNC {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #DiwQpHiAiCCgcrDVhkf523g016F7oZWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qcysi4lblGTmo41mFkMiFMAWLKnQAQ0p {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #bb9K1c5E2iTzI8Xd8ANVMsxHLAUQkgMX {  }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk { display:block; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kINvrJxeCTEQlr4O215nmkVRQEbNVtE5 { top:0rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FGVHgaRVcgc17UzKySp6T3g2kviSOd { display:block; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRFw6UZNzFsdxBIDwa6CVU9DLN2nkB09 { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVTOqVKlRTBTQz9Jdcqa63pZLLenRcFL { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { width:1.875rem;height:1.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { width:1.875rem;height:1.625rem;top:1.75rem;left:26.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { width:1.875rem;height:1.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { width:1.625rem;height:1.625rem;top:1.75rem;left:27.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PR9ezJsplJaVcKH60q2atTnSHbgT62zT { display:block; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPSsPM1PJT4OGaUsNxVpFi9g6VXGywi { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLaiLuci6Ax72UT3Sh6VNOvVheZR6p2 { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZG6NnPXNAUDwQwuSNIzPH2r8TXWc2W { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqr6Dcn134cL0IlQt3aMD3Mss8kbi94u { display:block; }
 }@media only screen and (max-width: 763px) { #dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu { display:block; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gchp4peHdgf7T2kooaAZaRmlwbe6NNWg { top:25.6875rem;left:14.4375rem;width:33.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhkEXaFWgZTxXQC4aAMKSdsWBi3PyKDa { top:25.125rem;left:17.375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgVtuUDRcUhgdC2pfD7tOEZPRxomwwDP { top:27.75rem;left:17.375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKIBERyGKHET2KTZqEmGKDXyRhmm1a0K { top:28.25rem;left:14.375rem;width:33.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Iha0IT3NaBbAATU5m5uNdSNlpcBHIx { top:32.375rem;left:20.6875rem;width:26rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXiImfwsyIXFAMmOLOcJ6n8ll06o6VsD { top:31.9375rem;left:17.375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xugWTCF2lf4UGkQTb8CoNcsy9XSuhWED { width:36.875rem;height:;top:0rem;left:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdKGaZ1TIB6OaISFiS3fIdqHiySvhqkd { width:5.4375rem;height:1.9375rem;top:0rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1vuUAbzHFCDmmLQcmVAlShTebmnC4A { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsr48uACqpLSBvuub8UyEemhuCA2JUg { top:0rem;left:0rem;width:20.8125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET4SBTRWaHqiPVePnA3hSVpn76oELe8 { top:11.3125rem;left:0rem;width:4.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyLSlZxQzEUmKymTV4DyUSMvBWTJzAhE { top:5.8125rem;left:11.25rem;width:36.5rem;height:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr { display:block; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VG1AEmpyHQnB5lBTu1B9FSr3ybmdp2xw { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXLZQXTfdPi284XdRGFCrSfBy3SFLe8 { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu9gDnnQbrvyvgrNhgHKNiLxOwHhFTTZ { top:11.3125rem;left:0rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Oquhk6UZHH2X4FtnvBlVVSOBibMRyD { top:11.3125rem;left:23.875001907349rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF { display:block; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRzdmt7mzf62315Pd6ewBxHNW9ZBrEQX { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA2s0GF1UI55VuOe5SusSFxp2VCnNSt5 { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRKb2rUETgb6B6afZ2boMTtVAHRu3T3 { top:11.3125rem;left:23.875001907349rem;width:4.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rw5J2bO75fL8ZrsVJH3GKV5Vhr04mfRe { top:11.3125rem;left:23.875001907349rem;width:4.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW { display:block; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNm2QbLA80P8zb97brdBNiTW0HiTeXxo { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWMD4hH0TlmdrgmxuaODxlXWnpPiyzF { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biF9u7og1ND7y2vvrQy3TM8yhGuWkEgM { top:0rem;left:0rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZm8b8kPZdzTCt4PikOyHf9B3nAUgCJH { top:0rem;left:23.875rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm { display:block; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgrRwT3iNIbNwvZnGnk16wTp1fsFssKd { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECmJINrfGsuVOIWS97FeNHVlTX8PQLLR { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4NSF1Mw2tyUDOOgzbItyCgSmrSaJzkO { top:0rem;left:0rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IccNcDE4aXyDEHmn6grlwuhIKSZEnU0r { top:0rem;left:23.875rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 { display:block; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZAS8rJGHzuDyWLnEVWoETLmGO8VD67U { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtGMzrXIFee3xteRdo810DokAug6d5NT { top:0rem;left:0rem;width:4.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ116bGWSoeiT1VM4WAxMVhr7HH67cn9 { top:0rem;left:23.875rem;width:4.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnwhh5i72Dl8TPskstTS4np8DZUUhmQ { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEesGnUHEfu01MxyLrAgI4XQnz5sVgTV { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmFerWy0iCAm1e0f2vEPlRTqWZ3gyZmu { top:0rem;left:0rem;width:4.625rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe { display:block; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vexxbmnV6oKBHCFy6qwuVcWk4xIbP9T7 { width:12.5rem;height:1.4375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6AgMyOnVaQzT3pWFsFENueyolMVpgi1 { width:10.25rem;height:3.375rem;top:2.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlnsgvTbcHZr5fE7XuAkc3006UoC2rhy { width:12.5rem;height:1.4375rem;top:3.125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrGvJmK2K6bgTknx30VzaPmb99LgHP1 { width:12.5rem;height:3.375rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxhdFGPQT8gi5UXoinsotyFr0AfAWMe { width:12.5rem;height:1.4375rem;top:3.125rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqN4qdoVL0VhS3vmOn4InZx0toayJknp { width:6.625rem;height:3.375rem;top:2.125rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9l4VxVfex5zr7akdXRPuarPBwatWbE { width:10.75rem;height:2.1875rem;top:2.75rem;left:36.405469894409rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNzT6pmy1IwSPRuAwsr2z77ZK8UuuKS { width:7.8125rem;height:1.4375rem;top:3.125rem;left:39.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5eB4dVWLOFHNGBbGT2vkGvqo1MzyzxQ { top:1.5625rem;left:0rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3qng3cPdhfoWH1qPk3M2Tq4VVJy9Kc { top:1.5625rem;left:11.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubLJQCxKiOTo1iAoytkctR0BeBn8HWv { top:1.5625rem;left:23.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozn4c4ixwEZed7t2u5sla9M86eWWhSI7 { top:1.5625rem;left:35.125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bId4WfTDETNfWuIFXn7Vyeq9UBamh0H0 { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4GoAmCoJqq8gtJAFT1yBlR7EWpHXyuc { display:block; }
 }@media only screen and (max-width: 763px) { #WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE { display:block; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByZOCbkI7SbFTOl5ZFKTbdJo4VdiDf1l { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCfLb7FfmQ4divz8v6aNxkNm2e681KlF { display:block; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc0L5kDf3yX4NQICEoE42HsibX0L02Ne { width:47.75rem;height:2.875rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2CafvbcuZSHHKFpriW5yUDpPvyePgk5 { top:2.125rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNrcCT9Hlz2yv5ngUkM4CUFzxu4FZZmP { top:3.8125rem;left:2.75rem;width:23.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVRBUtU3dBDXnqfJz678pz04vJ7p9UEQ { top:3.1875rem;left:0rem;width:2.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpikDBhkNkNFZQhJkR2UCkF9CBdvCq5d { top:12.8125rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW0ffeqAZbXZKL1Rzznzxf4mc5chENbX { top:23.4375rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaUXIx4EDemWeOLyE5lEamRDeZKPbT3 { top:34.375rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGw14212RNJNtRhwMEpR2WTX5EV1cBrN { width:47.75rem;height:3.1875rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOxcPI0fTxMG2VUXaeFbDc3HbrrVBOR { top:14.1875rem;left:0rem;width:2.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKygTTzyhNOgN0ivWNTr2ncLJINtgXVh { top:14.75rem;left:2.75rem;width:23.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH8x7N9A9GcpMGwMMUVc5ol7Ri2QlS4A { top:24.9375rem;left:0.1875rem;width:2.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukCEAuzPt7VpJILimLJ9zDPIpGf6GyUp { top:25.5rem;left:3.3125rem;width:23.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvo2RtMrTWoC6G01IIXWbgnJ9Z7Vxe1d { top:35.9375rem;left:0.1875rem;width:2.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3x1Vei1Qv4q1hHPPXNV96TCIK77U11 { top:36.5rem;left:3.3125rem;width:23.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKseFn4LGOkzvZIOORIxXhTy2VrT8TP3 { top:46.75rem;left:0.1875rem;width:2.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBrOOIgD2DfrhDzyBvpXog8GTHS5BRxC { top:45.5625rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVRWnIDTwOLAtUkrr18I4Xpuy10oRf5 { top:47.375rem;left:3.25rem;width:26.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXus0bDl7E16BziQJ7BRlEUsgLdWTI1t { width:47.75rem;height:3.1875rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTo7nP6kulO0Bc7K02o8H7zQxFbg9qK8 { width:47.75rem;height:3.1875rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw9C2v1nsyxmF12cnF5nHkFePMEFIsHl { width:47.75rem;height:1.5625rem;top:38.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21pKmEJV4RpEu6ntiR6GIEuhqqLGWSy { width:47.75rem;height:3.1875rem;top:49.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR { display:block; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVAc9cv0fmfIInWdGZ7ILxUZATmiWSLK { width:47.75rem;height:3.875rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhbNMiXd6GcJ3U7fS7wLHO44t8tx1kT { top:2.4375rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzphJ0X1aTSaoxfPoXBPX0lIRr4ZF9AN { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1AN4dLU5MUxcJLAAhnaedwgwGoveU3S { display:block; }
 }@media only screen and (max-width: 763px) { #fsWwpkqJX8md3t0NTCDS8tZRaWhRmwnV { width:47.75rem;height:1.9375rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA { display:flex;width:18.5rem;height:5.1875rem;top:6.25rem;left:14.727342605591rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #ZT8BthsW32lcLzqbV3TSVvKpnhf12gSf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #omwIf6nCz2ha2xpipDlan6oTCocVLnHQ {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #zZpxoSKVwBo2L16OuaRbotnhflhcIHCa {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #gSevVup0xQ2zQCbPq5KGyaCJZ23PVJTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #cQcXTl5uhucColFUzZhAI43z0RkZEiax {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #D6C4NQs746JdfT0QNl5fvhnCU0UwkwZW {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #bDsONT6PKV7tcQaSeC78B4z7wPUv0Lby { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #xXEC11qdUKmUk75pN6gmnSrCD6wQxrrx {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #QOf8uWUSkEoEXWvqIr0CRVBvlntQDtgU {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #aIkrFavPF05GBi03PnixcHtTlP3OZ8Hs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #dxPoSqyVgxQ1GyGr9IWvZv1oCEd6z5pF {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #oJ5IR76G4ptIDlCbRugvCK5vvXu9JAkT {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { width:20rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { width:20rem;height:15.6rem;top:5.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { width:20rem;height:10.565428109855rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { width:20rem;height:9.375rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGoOEomC8MpaZA5mC5zV51pIliDwpewy { width:20rem;height:3.75rem;top:12.437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block; }
 }@media only screen and (max-width: 763px) { #pK0pyfRlSrkIcsES82XwcRK8Ao86UU6T { width:15.8125rem;height:2.5625rem;top:17.765625953674rem;left:2.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpQIzZHDLLfgyD9bSAfhvpZvCTVP8Skz { display:block; }
 }@media only screen and (max-width: 763px) { #a8T1KBIuh2OOVNVhgzfFfHiUlVEBd9ZS { width:20rem;height:2.6rem;top:20.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVqzctXgnJUl8sZEnNdVhqTBFvTvuk5h { width:12.4375rem;height:7rem;top:1.9073486328125E-5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ .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; }
#lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ { display:flex;width:18.5rem;height:5.1875rem;top:24.787499904633rem;left:0.58203125rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #JoW0yPpdQbNWcPL4udp8J6HunlhfTD1u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #dTT1OE0X38pNTycA7s5thbGTXsQOGbIq {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #c66ED5M6bcZiKhwJ13guylAt08cEkELS {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #ZDogTdZZdyvuEHH31PTmPd7UBCMvcLsu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qXvxTrC0ilBaJKcOyg7n7NZEDo2BBJFf {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #sWCO6GWx4awhngUsSuFaeekIvD5EN8tt {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #RlpQlXGtrVWQqRSNpXvJ5za3IQ5kKCBO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #fV0xB7tpiGWWAPMhTVog9DsrRGCM6w4A {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #uWsrCRNdLL2f65cu6SNuxWHahd04KhNC {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #DiwQpHiAiCCgcrDVhkf523g016F7oZWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #qcysi4lblGTmo41mFkMiFMAWLKnQAQ0p {  }
 }@media only screen and (max-width: 763px) { #lFET4qJKiEne3l6o9ok7GfZ3eEXAnTeZ #bb9K1c5E2iTzI8Xd8ANVMsxHLAUQkgMX {  }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:20rem;height:1.3rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:20rem;height:2.68125rem;top:4.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk { display:block; }#yfF2iaF7ROL9T8EsOokkeu9XUzBBNkUk > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kINvrJxeCTEQlr4O215nmkVRQEbNVtE5 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FGVHgaRVcgc17UzKySp6T3g2kviSOd { display:block; }#H6FGVHgaRVcgc17UzKySp6T3g2kviSOd > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRFw6UZNzFsdxBIDwa6CVU9DLN2nkB09 { width:20rem;height:2.6rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVTOqVKlRTBTQz9Jdcqa63pZLLenRcFL { width:20rem;height:2.68125rem;top:4.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:15rem;height:1.7875rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:15rem;height:7rem;top:2rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { width:1.875rem;height:1.875rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:15rem;height:7rem;top:12.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { width:3.75rem;height:3.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:15rem;height:1.7875rem;top:10.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { width:1.875rem;height:1.625rem;top:11.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:15rem;height:1.7875rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:15rem;height:7rem;top:2rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { width:1.875rem;height:1.875rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:15rem;height:4.2rem;top:12.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { width:3.75rem;height:3.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:15rem;height:1.7875rem;top:10.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { width:1.625rem;height:1.625rem;top:11.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR9ezJsplJaVcKH60q2atTnSHbgT62zT { display:block; }#PR9ezJsplJaVcKH60q2atTnSHbgT62zT > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPSsPM1PJT4OGaUsNxVpFi9g6VXGywi { width:20rem;height:1.3rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLaiLuci6Ax72UT3Sh6VNOvVheZR6p2 { width:20rem;height:2.68125rem;top:5.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZG6NnPXNAUDwQwuSNIzPH2r8TXWc2W { width:19rem;height:3.75rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqr6Dcn134cL0IlQt3aMD3Mss8kbi94u { display:block; }
 }@media only screen and (max-width: 763px) { #dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu { display:block; }#dCCvrpEX6lXkTVhosTQ7uEQm3trBRxuu > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gchp4peHdgf7T2kooaAZaRmlwbe6NNWg { width:20rem;height:0;top:46.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lhkEXaFWgZTxXQC4aAMKSdsWBi3PyKDa { width:2.625rem;height:2.625rem;top:44.125rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgVtuUDRcUhgdC2pfD7tOEZPRxomwwDP { width:2.625rem;height:2.625rem;top:48.5625rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKIBERyGKHET2KTZqEmGKDXyRhmm1a0K { width:20rem;height:0;top:51.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G5Iha0IT3NaBbAATU5m5uNdSNlpcBHIx { width:20rem;height:0;top:55.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WXiImfwsyIXFAMmOLOcJ6n8ll06o6VsD { width:2.625rem;height:2.625rem;top:53rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xugWTCF2lf4UGkQTb8CoNcsy9XSuhWED { width:20rem;height:0;top:38.45rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdKGaZ1TIB6OaISFiS3fIdqHiySvhqkd { width:20rem;height:1.95rem;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1vuUAbzHFCDmmLQcmVAlShTebmnC4A { width:16.875rem;height:1.7875rem;top:28.062500238419rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsr48uACqpLSBvuub8UyEemhuCA2JUg { width:15.5rem;height:25.8125rem;top:1.3726562410593rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET4SBTRWaHqiPVePnA3hSVpn76oELe8 { width:4.875rem;height:1.75rem;top:51.9375rem;left:-14.287500023842rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NyLSlZxQzEUmKymTV4DyUSMvBWTJzAhE { width:20rem;height:37.8rem;top:29.75rem;left:0rem;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr { display:block; }#x1pGSebaMfoSUd8TpkqDIJ1K5f8TDOwr > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VG1AEmpyHQnB5lBTu1B9FSr3ybmdp2xw { width:20rem;height:1.3rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXLZQXTfdPi284XdRGFCrSfBy3SFLe8 { width:20rem;height:5.3625rem;top:1.8875007629394rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu9gDnnQbrvyvgrNhgHKNiLxOwHhFTTZ { width:4.875rem;height:1.75rem;top:10.9875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1Oquhk6UZHH2X4FtnvBlVVSOBibMRyD { width:4.875rem;height:1.75rem;top:13.9875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF { display:block; }#QkFrf27J13Z42uaGRvBWg8xBCFa9LFXF > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRzdmt7mzf62315Pd6ewBxHNW9ZBrEQX { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rA2s0GF1UI55VuOe5SusSFxp2VCnNSt5 { width:20rem;height:5.3625rem;top:6.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRKb2rUETgb6B6afZ2boMTtVAHRu3T3 { width:4.875rem;height:1.75rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rw5J2bO75fL8ZrsVJH3GKV5Vhr04mfRe { width:4.875rem;height:1.75rem;top:6.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW { display:block; }#LOvgUPDTTlM7SgamHrTQ2TVm8g6MCTzW > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNm2QbLA80P8zb97brdBNiTW0HiTeXxo { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LmWMD4hH0TlmdrgmxuaODxlXWnpPiyzF { width:20rem;height:5.3625rem;top:6.375rem;left:0rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #biF9u7og1ND7y2vvrQy3TM8yhGuWkEgM { width:4.875rem;height:1.75rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CZm8b8kPZdzTCt4PikOyHf9B3nAUgCJH { width:4.875rem;height:1.75rem;top:6.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm { display:block; }#ckTSJNtpwraGSTqFwcCvF2KU8sDIiRfm > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgrRwT3iNIbNwvZnGnk16wTp1fsFssKd { width:20rem;height:5.3625rem;top:1.25rem;left:0rem;font-size:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ECmJINrfGsuVOIWS97FeNHVlTX8PQLLR { width:20rem;height:3.575rem;top:7.625rem;left:0rem;font-size:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #v4NSF1Mw2tyUDOOgzbItyCgSmrSaJzkO { width:4.875rem;height:1.75rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IccNcDE4aXyDEHmn6grlwuhIKSZEnU0r { width:4.875rem;height:1.75rem;top:7.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 { display:block; }#bkxOpm0JLuEhcs642tLHEA5O56OMLXK1 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZAS8rJGHzuDyWLnEVWoETLmGO8VD67U { width:20rem;height:3.575rem;top:1.2500190734863rem;left:0rem;font-size:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QtGMzrXIFee3xteRdo810DokAug6d5NT { width:4.8125rem;height:1.75rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oQ116bGWSoeiT1VM4WAxMVhr7HH67cn9 { width:5.125rem;height:1.75rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TQnwhh5i72Dl8TPskstTS4np8DZUUhmQ { width:20rem;height:0;top:13.9609375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEesGnUHEfu01MxyLrAgI4XQnz5sVgTV { width:20rem;height:3.575rem;top:6.5109367370606rem;left:0rem;font-size:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OmFerWy0iCAm1e0f2vEPlRTqWZ3gyZmu { width:5rem;height:1.75rem;top:6.5101563930512rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe { display:block; }#QpdzLTQ27LzSwXRfb73iw9PMfh7TLlUe > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vexxbmnV6oKBHCFy6qwuVcWk4xIbP9T7 { width:12.5rem;height:1.3rem;top:3.9625005722046rem;left:4.8124998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6AgMyOnVaQzT3pWFsFENueyolMVpgi1 { width:12.5rem;height:2.6rem;top:3.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlnsgvTbcHZr5fE7XuAkc3006UoC2rhy { width:12.5rem;height:1.3rem;top:10.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrGvJmK2K6bgTknx30VzaPmb99LgHP1 { width:12.5rem;height:2.6rem;top:10rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxhdFGPQT8gi5UXoinsotyFr0AfAWMe { width:12.5rem;height:1.3rem;top:17.312500953674rem;left:4.8124998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqN4qdoVL0VhS3vmOn4InZx0toayJknp { width:12.5rem;height:2.6rem;top:16.66250038147rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9l4VxVfex5zr7akdXRPuarPBwatWbE { width:12.5rem;height:2.19375rem;top:23.953125953674rem;left:3.6562498807907rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNzT6pmy1IwSPRuAwsr2z77ZK8UuuKS { width:7.8125rem;height:1.3rem;top:24.39999961853rem;left:8.2187503576281rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5eB4dVWLOFHNGBbGT2vkGvqo1MzyzxQ { width:12.5rem;height:4.4375rem;top:2.3062505722046rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3qng3cPdhfoWH1qPk3M2Tq4VVJy9Kc { width:12.5rem;height:4.4375rem;top:9rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubLJQCxKiOTo1iAoytkctR0BeBn8HWv { width:12.5rem;height:4.4375rem;top:15.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozn4c4ixwEZed7t2u5sla9M86eWWhSI7 { width:12.5rem;height:4.4375rem;top:22.768750071526rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bId4WfTDETNfWuIFXn7Vyeq9UBamh0H0 { width:19rem;height:3.75rem;top:28.581268310547rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4GoAmCoJqq8gtJAFT1yBlR7EWpHXyuc { display:block; }
 }@media only screen and (max-width: 763px) { #WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE { display:block; }#WWITm9TQpTflf1SE0bTM10hZ3XGx3IgE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByZOCbkI7SbFTOl5ZFKTbdJo4VdiDf1l { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCfLb7FfmQ4divz8v6aNxkNm2e681KlF { display:block; }#xCfLb7FfmQ4divz8v6aNxkNm2e681KlF > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc0L5kDf3yX4NQICEoE42HsibX0L02Ne { width:20rem;height:0;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2CafvbcuZSHHKFpriW5yUDpPvyePgk5 { width:20rem;height:9.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNrcCT9Hlz2yv5ngUkM4CUFzxu4FZZmP { width:20rem;height:1.4625rem;top:2.9117202758789rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVRBUtU3dBDXnqfJz678pz04vJ7p9UEQ { width:2.5625rem;height:2.625rem;top:2.32421875rem;left:0.77499961853025rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpikDBhkNkNFZQhJkR2UCkF9CBdvCq5d { width:20rem;height:9.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW0ffeqAZbXZKL1Rzznzxf4mc5chENbX { width:20rem;height:10.6875rem;top:22.85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaUXIx4EDemWeOLyE5lEamRDeZKPbT3 { width:20rem;height:9.5rem;top:34.7875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGw14212RNJNtRhwMEpR2WTX5EV1cBrN { width:20rem;height:7rem;top:4.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOxcPI0fTxMG2VUXaeFbDc3HbrrVBOR { width:2.5625rem;height:2.625rem;top:13.375rem;left:0.75rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKygTTzyhNOgN0ivWNTr2ncLJINtgXVh { width:20rem;height:1.4625rem;top:13.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH8x7N9A9GcpMGwMMUVc5ol7Ri2QlS4A { width:2.5625rem;height:2.625rem;top:24.35rem;left:1.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukCEAuzPt7VpJILimLJ9zDPIpGf6GyUp { width:20rem;height:1.4625rem;top:24.137513160706rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvo2RtMrTWoC6G01IIXWbgnJ9Z7Vxe1d { width:2.5625rem;height:2.625rem;top:36.35rem;left:1.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #of3x1Vei1Qv4q1hHPPXNV96TCIK77U11 { width:20rem;height:1.4625rem;top:36.9125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKseFn4LGOkzvZIOORIxXhTy2VrT8TP3 { width:2.5625rem;height:2.625rem;top:62.35rem;left:1.3999996185302rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBrOOIgD2DfrhDzyBvpXog8GTHS5BRxC { width:20rem;height:10.5rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVRWnIDTwOLAtUkrr18I4Xpuy10oRf5 { width:20rem;height:2.925rem;top:46.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXus0bDl7E16BziQJ7BRlEUsgLdWTI1t { width:20rem;height:5.6rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTo7nP6kulO0Bc7K02o8H7zQxFbg9qK8 { width:20rem;height:4.2rem;top:26.975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw9C2v1nsyxmF12cnF5nHkFePMEFIsHl { width:20rem;height:2.8rem;top:38.975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21pKmEJV4RpEu6ntiR6GIEuhqqLGWSy { width:20rem;height:5.6rem;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR { display:block; }#s4qIqUpJm4gVfyTR3eWCeIa9ROSiDvTR > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVAc9cv0fmfIInWdGZ7ILxUZATmiWSLK { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhbNMiXd6GcJ3U7fS7wLHO44t8tx1kT { width:2rem;height:2rem;top:10.125rem;left:15.750000357628rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzphJ0X1aTSaoxfPoXBPX0lIRr4ZF9AN { width:17.375rem;height:2.8125rem;top:9.71875rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1AN4dLU5MUxcJLAAhnaedwgwGoveU3S { display:block; }
 }@media only screen and (max-width: 763px) { #fsWwpkqJX8md3t0NTCDS8tZRaWhRmwnV { width:20rem;height:1.95rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA .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; }
#D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA { display:flex;width:18.5rem;height:5.1875rem;top:20.67734336853rem;left:0.58203125rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #ZT8BthsW32lcLzqbV3TSVvKpnhf12gSf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #omwIf6nCz2ha2xpipDlan6oTCocVLnHQ {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #zZpxoSKVwBo2L16OuaRbotnhflhcIHCa {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #gSevVup0xQ2zQCbPq5KGyaCJZ23PVJTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #cQcXTl5uhucColFUzZhAI43z0RkZEiax {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #D6C4NQs746JdfT0QNl5fvhnCU0UwkwZW {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #bDsONT6PKV7tcQaSeC78B4z7wPUv0Lby { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #xXEC11qdUKmUk75pN6gmnSrCD6wQxrrx {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #QOf8uWUSkEoEXWvqIr0CRVBvlntQDtgU {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #aIkrFavPF05GBi03PnixcHtTlP3OZ8Hs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #dxPoSqyVgxQ1GyGr9IWvZv1oCEd6z5pF {  }
 }@media only screen and (max-width: 763px) { #D4TL5VVnXH3nrddwbRpcgr5gUPh0Z6pA #oJ5IR76G4ptIDlCbRugvCK5vvXu9JAkT {  }
 }