.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:255,249,217;--color-primary-1:255,235,128;--color-primary-2:255,215,0;--color-primary-3:128,108,0;--color-primary-4:38,32,0;--color-secondary-0:218,221,229;--color-secondary-1:130,143,168;--color-secondary-2:5,30,80;--color-secondary-3:3,15,40;--color-secondary-4:1,5,12;--color-tertiary-0:218,221,229;--color-tertiary-1:130,143,168;--color-tertiary-2:5,30,80;--color-tertiary-3:3,15,40;--color-tertiary-4:1,5,12;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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;z-index:auto;display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { background-color: transparent; background-image: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .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); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { border-width: 0; border-radius: 0; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#ltparqsy3nfIw2Sr07UagX0Skvkwwdgk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.4375rem;top:2.25rem;left:2.625rem;overflow:hidden;display:block; }
#rXZ4Q9352xvTsFz7hn3tf9acTH16hSlE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.625rem;top:2.625rem;left:10.25rem;overflow:hidden;display:block; }
#fwmdoQna6T8W4x04svtXBATNqJfstuCn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.875rem;top:2.6875rem;left:18rem;overflow:hidden;display:block; }
#WekCVdnoJg4u9uZLT8CiPM802t9FcBUF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.9375rem;left:23.1875rem;overflow:hidden;display:block; }
#ne02rLbcaaKmMGUKvLSyMs9oQztch2QW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.6875rem;left:32.375rem;overflow:hidden;display:block; }
#DXBABQhZBwzszhAPrHuQ2Gh8y9acWEt4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.8125rem;top:2.8125rem;left:36.9375rem;overflow:hidden;display:block; }
#vOEoZ9c0pKS0WMMWplfdo95HaQIOoTPm { 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:1.25rem;width:4.8125rem;top:2.9375rem;left:43.75rem;overflow:hidden;display:block; }
#dMHIEDOHuNtxyqBulm83skEOwczX9r8U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.4375rem;top:2.4375rem;left:49.625rem;overflow:hidden;display:block; }
#I0AFLfZklcmBpNowLXwkGNguGKLCoZ48 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.5625rem;top:2.3125rem;left:29.1875rem;overflow:hidden;display:block; }
#GSU87RJTwRCfT6EBI7tyUc3D4Zkf0ptk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.875rem;top:2.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#yDyRwgSEpsNJhMnFF8M0KEbRsZhfPNUA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.25rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:30.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.125rem;left:2.625rem;display:block; }
#DwGCBCT23Z827EWWbNw05mdPCUD3fNPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD8yGq1URWhhzUN0AUxPhMoVCp3ucaDf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.875rem;left:28.8125rem; }
#fTgPIooseWZnEVAVGhRbC7zNT5B9urLB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.25rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.125rem;left:35.9375rem;display:block; }
#v3FOLW5aN1xfeNfPLVmsBk3QOoIVJ6bU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { background-color: transparent; background-image: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .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); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { border-width: 0; border-radius: 0; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.501875rem;padding-right:0.448125rem;padding-bottom:0.501875rem;padding-left:0.448125rem;display:block;align-items:center;width:2.69rem;min-width:2.69rem;height:2.696875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.006875rem;font-weight:400;line-height:43.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.313125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.586875rem;height:1.066875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.7525rem;font-weight:400;line-height:17.07px;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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.375rem;height:5.080625rem;padding-top:0.6275rem;padding-right:0.640625rem;padding-bottom:0.6275rem;padding-left:0.640625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.125rem;left:37.3125rem;z-index:15016; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx { width:auto; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
#wBDhnOwDRGxRo6ezUmDlhMWyRtE3CiVO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.6000003814698rem;left:35.375rem;height:1.95rem;display:block; }
#M3gnk5duRofuNP887p6TJHsb6XSJXz0Q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:23.875rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#ZG6PGxGekE13uHWL8bCllzNRsKweyw5v { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:1.8125rem;top:2.6374998092651rem;left:32.4375rem;overflow:hidden;display:block; }
#CwLzu4kekTVHdOm84W92POumHsVdZU17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container { background-color: transparent; background-image: none; }#CwLzu4kekTVHdOm84W92POumHsVdZU17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container > .video-iframe-container { display: none; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row > .video-iframe-container { display: none; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .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); }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container { border-width: 0; border-radius: 0; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:24.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtA6Pc7qSSsCFk6X0HcmVFGZ1Ve5TQh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.5rem;left:11.3125rem; }
#hUALooTRMEl42OCfkHhydels7QQbfcK7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.5rem;left:29.5625rem; }
#UOruiEqHxGdIuVnBQpMrU5WFqSs7XdJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.125rem;left:47.625rem; }
#rsvtZSJFqLpVRFlRLW82IoowNVynHnaa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEsAAlk96tLIPgiEv7hnL9vLTdtl9uR9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3RBZVzsCKUbWKOAhzdKbD3MeqOrFEW4 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:43.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiwCPWlzQHn07SIV9lOCfWaJ8MyPmCOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.9375rem;left:21.25rem; }
#OuUFU5qHC3pZcF9OkApRvwsOdEfTs9fu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.9375rem;left:38.8125rem; }
#CDDuEJuXloFZyzxNzC1pyTovxhh2SPfH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),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:3.25rem;width:13.1875rem;top:1.6875rem;left:24.8125rem;display:block; }
#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5edf3;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; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container { background-color: transparent; background-image: none; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container > .video-iframe-container { display: none; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row > .video-iframe-container { display: none; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .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); }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container { border-width: 0; border-radius: 0; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#JmUL2eaTSOcPkD77ZxQg59eRB6a324hN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),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:3.25rem;width:16.5625rem;top:2.125rem;left:22.75rem;display:block; }
#MImLvu7GQBtX0tWvBuCwK4NmQcnP5yrZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:23.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFEzlax7J06uwST30hxT88ONl1ChD6iq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.8125rem;left:29rem; }
#LstmMLFPQRNNGg4PG92Sf4e00RQKNiLh { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:6.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dq4Ds3ZtX3tHMdeNb0FRr0FpVkEdRDn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.90625rem;left:29rem; }
#otzGonZQySWwzruTG2l7Qo4kgP9ixysa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9rem;left:47.375rem; }
#F9gfg6gVVAJhJTvsEBW5Fcd94ns4ha0F { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.0625rem;left:43rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEhVTBEyk502RNQmq63Jp29iWfbFIcA7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:32.087501525879rem;left:43.21875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dv5670kThoqtqKhoqmU5gCUGMIlbu5V2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.087501525879rem;left:24.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lV1d2IUUxfZRFusoIl22WeJ05n32Wd0U { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.4375rem;left:6.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT7irPQ8UFU3Qk3w7zLJTdtTbLzVeOTb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.75rem;left:11.3125rem; }
#wPM2l57fTzkXBiG7fOWbBW3PKltsycN7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.0625rem;left:24.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMTKUPBBw2JaW2KCunJSiGbD0n2vcofs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.625rem;left:48.15625rem; }
#KNKM7CfQUvtkdUKL6MCc2XKms7n20hVi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.09375rem;left:11.375rem; }
#QfuE3wcgcvQQcKpkXDQTpvub1oMsg7iD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.875rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTODfUJN5kTUvR67TE6FOaq5z42msq6d { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.875rem;left:24.6875rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOnAETeGX1DbfZm3tCxK9MumgNeka2gT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875rem;left:43rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kP9Mf2IWW6TF72ypVfXiTv9xfqeskqp8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.8125rem;left:43rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgFFKb6P2X6RWvIZNUm7efFTTTQoKHWW { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.8125rem;left:24.6875rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rScZwHotLzfexerSklXvZinkC7LydPe5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.8125rem;left:6.875rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxCG1BFGOoLTf1nlS1N1pwl0sIe8z007 { background-color:rgba(var(--color-primary-2),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.21249961853rem;left:24.9375rem;display:block; }
#xdkMu2rKIzUvEmxg8VlI8AVzWt41oDvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpRG6RADRcqiNkKyGuu96InAOFFNEoW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.71249961853rem;left:35.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5)); }
#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container { background-color: transparent; background-image: none; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container > .video-iframe-container { display: none; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row > .video-iframe-container { display: none; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .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); }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container { border-width: 0; border-radius: 0; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#MT3gzUW3yddPfIGQniWAqisJfc5CDhFg { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:24.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ea44cgpTrBsEfTFMUR2vSWDStIUdNuSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.5rem;left:11.3125rem; }
#lTncbfILAmqqcGovoGW7VAit7ICWzC3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.5rem;left:29.5625rem; }
#E1oL9JGJUXb5yTZoGiILagz20FGSRlCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.125rem;left:47.625rem; }
#Dg6T1k0wdVza8sKB7gtiTQ2FeqWUePrp { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:7.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWALTJTGraiuCadNQF9e0gDT9PHECU8z { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5rem;left:22.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2xQ5e5dDCpTL0eaPJ3fPKHgSFno4Kk6 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5rem;left:42.96875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEZtgEEN1LwESc6skoACaMMDpbT5eUIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.9375rem;left:21.25rem; }
#yUFZgyP0klB5Kmk84IM9gmps75bhWdT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.9375rem;left:38.8125rem; }
#hPGmlTlhvOQNlq1EAoNNw3Z55SXTEAav { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),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:3.25rem;width:13.1875rem;top:1.6875rem;left:24.8125rem;display:block; }
#TLBM33GhVtrUkPP6uG1kseZwuEuUTJCc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.25rem;left:7.5rem;display:block; }
#rX12luqEE2APnDbT5HpiIJ1eEMdldQTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxnAZCKD9DGS7mJzoV6Ed8omGIHDfMqe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.662498474121rem;left:24.875rem;display:block; }
#CqfiPemdgWw1mSXXTGQFhkdpFbl9VfSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { background-color: transparent; background-image: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .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); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { border-width: 0; border-radius: 0; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#Psx5aN04NACIJIWoLNJf1DngldibMm4h { color:rgba(var(--color-tertiary-2),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.9624996185302rem;left:8rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#bCsqxPOnksyJzKnxVJDOT3xCEZuG9Iht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.96875rem;left:3.5rem; }
#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5edf3;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; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { background-color: transparent; background-image: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { border-width: 0; border-radius: 0; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#TLoqtXgbz0xLyxnTuMUoUB1adRC89iZy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.25rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:30.75rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3rem;left:3.0625rem;display:block; }
#sNE35wcaRK3oo41Sf0AWQxMTaKvLs8OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VF626Af5wczREgH2VHbKr4SN7Oxkwb3J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.75rem;left:29.25rem; }
#Wkp0RiPi4VzPMqn9dfsFTwPqcuIu1SNB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.25rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3rem;left:36.375rem;display:block; }
#xgmfdHZz0W7EtgFS8silA6rLyWMNyto5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltparqsy3nfIw2Sr07UagX0Skvkwwdgk { top:2.25rem;left:0rem;width:6.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZ4Q9352xvTsFz7hn3tf9acTH16hSlE { top:2.625rem;left:4.125rem;width:6.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmdoQna6T8W4x04svtXBATNqJfstuCn { top:2.6875rem;left:11.875rem;width:3.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WekCVdnoJg4u9uZLT8CiPM802t9FcBUF { top:2.9375rem;left:17.0625rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne02rLbcaaKmMGUKvLSyMs9oQztch2QW { top:1.6875rem;left:26.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXBABQhZBwzszhAPrHuQ2Gh8y9acWEt4 { top:2.8125rem;left:30.8125rem;width:5.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOEoZ9c0pKS0WMMWplfdo95HaQIOoTPm { top:2.9375rem;left:37.625rem;width:4.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHIEDOHuNtxyqBulm83skEOwczX9r8U { top:2.4375rem;left:43.5rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0AFLfZklcmBpNowLXwkGNguGKLCoZ48 { top:2.3125rem;left:23.0625rem;width:1.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSU87RJTwRCfT6EBI7tyUc3D4Zkf0ptk { top:2.9375rem;left:44.875rem;width:2.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDyRwgSEpsNJhMnFF8M0KEbRsZhfPNUA { width:30.75rem;height:3.4375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGCBCT23Z827EWWbNw05mdPCUD3fNPR { display:block; }
 }@media only screen and (max-width: 763px) { #PD8yGq1URWhhzUN0AUxPhMoVCp3ucaDf { top:6.875rem;left:22.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgPIooseWZnEVAVGhRbC7zNT5B9urLB { width:20.5625rem;height:3.4375rem;top:6.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FOLW5aN1xfeNfPLVmsBk3QOoIVJ6bU { display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:18rem;height:5.0625rem;top:0.5rem;left:26.9375rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #wBDhnOwDRGxRo6ezUmDlhMWyRtE3CiVO { top:3.5625rem;left:27rem;width:20.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gnk5duRofuNP887p6TJHsb6XSJXz0Q { top:0rem;left:0rem;width:23.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6PGxGekE13uHWL8bCllzNRsKweyw5v { top:2.625rem;left:26.3125rem;width:1.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwLzu4kekTVHdOm84W92POumHsVdZU17 { display:block; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { top:2.3125rem;left:18.75rem;width:13.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtA6Pc7qSSsCFk6X0HcmVFGZ1Ve5TQh8 { top:7.5rem;left:5.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUALooTRMEl42OCfkHhydels7QQbfcK7 { top:7.5rem;left:23.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOruiEqHxGdIuVnBQpMrU5WFqSs7XdJ3 { top:8.125rem;left:41.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsvtZSJFqLpVRFlRLW82IoowNVynHnaa { top:12.5rem;left:1.3125rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEsAAlk96tLIPgiEv7hnL9vLTdtl9uR9 { top:13.0625rem;left:19.375rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3RBZVzsCKUbWKOAhzdKbD3MeqOrFEW4 { top:12.625rem;left:35.5rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiwCPWlzQHn07SIV9lOCfWaJ8MyPmCOI { top:7.9375rem;left:15.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUFU5qHC3pZcF9OkApRvwsOdEfTs9fu { top:7.9375rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDuEJuXloFZyzxNzC1pyTovxhh2SPfH { top:1.6875rem;left:18.6875rem;width:13.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz { display:block; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmUL2eaTSOcPkD77ZxQg59eRB6a324hN { top:2.125rem;left:16.625rem;width:16.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MImLvu7GQBtX0tWvBuCwK4NmQcnP5yrZ { top:2.75rem;left:17.0625rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFEzlax7J06uwST30hxT88ONl1ChD6iq { top:26.8125rem;left:22.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LstmMLFPQRNNGg4PG92Sf4e00RQKNiLh { top:14.0625rem;left:0.75rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq4Ds3ZtX3tHMdeNb0FRr0FpVkEdRDn6 { top:8.875rem;left:22.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzGonZQySWwzruTG2l7Qo4kgP9ixysa { top:9rem;left:41.25rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9gfg6gVVAJhJTvsEBW5Fcd94ns4ha0F { top:14.0625rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhVTBEyk502RNQmq63Jp29iWfbFIcA7 { top:32.0625rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5670kThoqtqKhoqmU5gCUGMIlbu5V2 { top:32.0625rem;left:18.8125rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV1d2IUUxfZRFusoIl22WeJ05n32Wd0U { top:31.4375rem;left:0.75rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7irPQ8UFU3Qk3w7zLJTdtTbLzVeOTb { top:26.75rem;left:5.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPM2l57fTzkXBiG7fOWbBW3PKltsycN7 { top:14.0625rem;left:18.5625rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTKUPBBw2JaW2KCunJSiGbD0n2vcofs { top:27.625rem;left:42.03125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNKM7CfQUvtkdUKL6MCc2XKms7n20hVi { top:9.0625rem;left:5.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuE3wcgcvQQcKpkXDQTpvub1oMsg7iD { top:15.875rem;left:0.75rem;width:12.25rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTODfUJN5kTUvR67TE6FOaq5z42msq6d { top:15.875rem;left:18.5625rem;width:12.25rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOnAETeGX1DbfZm3tCxK9MumgNeka2gT { top:15.875rem;left:35.5rem;width:12.25rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP9Mf2IWW6TF72ypVfXiTv9xfqeskqp8 { top:34.8125rem;left:35.5rem;width:12.25rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFFKb6P2X6RWvIZNUm7efFTTTQoKHWW { top:34.8125rem;left:18.5625rem;width:12.25rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScZwHotLzfexerSklXvZinkC7LydPe5 { top:34.8125rem;left:0.75rem;width:12.25rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCG1BFGOoLTf1nlS1N1pwl0sIe8z007 { width:11.9375rem;height:2.4375rem;top:22.1875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdkMu2rKIzUvEmxg8VlI8AVzWt41oDvq { display:block; }
 }@media only screen and (max-width: 763px) { #DpRG6RADRcqiNkKyGuu96InAOFFNEoW3 { top:23.6875rem;left:29.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTID95nbTCSFOvIPdKzGCDA2o78dVBTU { display:block; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT3gzUW3yddPfIGQniWAqisJfc5CDhFg { top:2.3125rem;left:18.75rem;width:13.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea44cgpTrBsEfTFMUR2vSWDStIUdNuSE { top:7.5rem;left:5.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTncbfILAmqqcGovoGW7VAit7ICWzC3T { top:7.5rem;left:23.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1oL9JGJUXb5yTZoGiILagz20FGSRlCC { top:8.125rem;left:41.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg6T1k0wdVza8sKB7gtiTQ2FeqWUePrp { top:12.5rem;left:1.3125rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWALTJTGraiuCadNQF9e0gDT9PHECU8z { top:12.5rem;left:16.6875rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xQ5e5dDCpTL0eaPJ3fPKHgSFno4Kk6 { top:12.5rem;left:35.5rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEZtgEEN1LwESc6skoACaMMDpbT5eUIw { top:7.9375rem;left:15.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUFZgyP0klB5Kmk84IM9gmps75bhWdT7 { top:7.9375rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGmlTlhvOQNlq1EAoNNw3Z55SXTEAav { top:1.6875rem;left:18.6875rem;width:13.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBM33GhVtrUkPP6uG1kseZwuEuUTJCc { width:12.125rem;height:2.4375rem;top:13.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX12luqEE2APnDbT5HpiIJ1eEMdldQTP { display:block; }
 }@media only screen and (max-width: 763px) { #hxnAZCKD9DGS7mJzoV6Ed8omGIHDfMqe { width:12.125rem;height:2.4375rem;top:14.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqfiPemdgWw1mSXXTGQFhkdpFbl9VfSO { display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Psx5aN04NACIJIWoLNJf1DngldibMm4h { top:2.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCsqxPOnksyJzKnxVJDOT3xCEZuG9Iht { top:1.9375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLoqtXgbz0xLyxnTuMUoUB1adRC89iZy { width:30.75rem;height:3.4375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNE35wcaRK3oo41Sf0AWQxMTaKvLs8OT { display:block; }
 }@media only screen and (max-width: 763px) { #VF626Af5wczREgH2VHbKr4SN7Oxkwb3J { top:3.75rem;left:23.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkp0RiPi4VzPMqn9dfsFTwPqcuIu1SNB { width:20.5625rem;height:3.4375rem;top:3rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmfdHZz0W7EtgFS8silA6rLyWMNyto5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { position:relative;z-index:auto;display:none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:20rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ltparqsy3nfIw2Sr07UagX0Skvkwwdgk { width:6.4375rem;height:1.75rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZ4Q9352xvTsFz7hn3tf9acTH16hSlE { width:6.625rem;height:1.8125rem;top:4.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmdoQna6T8W4x04svtXBATNqJfstuCn { width:3.875rem;height:1.8125rem;top:7.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WekCVdnoJg4u9uZLT8CiPM802t9FcBUF { width:4.375rem;height:1.25rem;top:10.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne02rLbcaaKmMGUKvLSyMs9oQztch2QW { width:3.4375rem;height:3.4375rem;top:16.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXBABQhZBwzszhAPrHuQ2Gh8y9acWEt4 { width:5.8125rem;height:1.25rem;top:21.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOEoZ9c0pKS0WMMWplfdo95HaQIOoTPm { width:4.8125rem;height:1.25rem;top:23.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHIEDOHuNtxyqBulm83skEOwczX9r8U { width:3.4375rem;height:1.9375rem;top:26.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0AFLfZklcmBpNowLXwkGNguGKLCoZ48 { width:1.5625rem;height:2.5rem;top:12.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSU87RJTwRCfT6EBI7tyUc3D4Zkf0ptk { width:2.875rem;height:1.5rem;top:29.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDyRwgSEpsNJhMnFF8M0KEbRsZhfPNUA { width:18.875rem;height:3.4375rem;top:32.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGCBCT23Z827EWWbNw05mdPCUD3fNPR { display:block; }
 }@media only screen and (max-width: 763px) { #PD8yGq1URWhhzUN0AUxPhMoVCp3ucaDf { display:flex;width:2rem;height:2rem;top:36.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #fTgPIooseWZnEVAVGhRbC7zNT5B9urLB { width:18.875rem;height:3.4375rem;top:40.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FOLW5aN1xfeNfPLVmsBk3QOoIVJ6bU { display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:18rem;height:5.0625rem;top:24.784375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #wBDhnOwDRGxRo6ezUmDlhMWyRtE3CiVO { width:15.4375rem;height:3.9rem;top:19.634375rem;left:2.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3gnk5duRofuNP887p6TJHsb6XSJXz0Q { width:20rem;height:11.884375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6PGxGekE13uHWL8bCllzNRsKweyw5v { width:1.8125rem;height:4rem;top:14.384375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwLzu4kekTVHdOm84W92POumHsVdZU17 { display:block; }#CwLzu4kekTVHdOm84W92POumHsVdZU17 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtA6Pc7qSSsCFk6X0HcmVFGZ1Ve5TQh8 { display:flex;width:3.9375rem;height:3.9375rem;top:5.75rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #hUALooTRMEl42OCfkHhydels7QQbfcK7 { display:flex;width:3.6875rem;height:3.6875rem;top:15.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #UOruiEqHxGdIuVnBQpMrU5WFqSs7XdJ3 { display:flex;width:2.9375rem;height:2.9375rem;top:24.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #rsvtZSJFqLpVRFlRLW82IoowNVynHnaa { width:12.25rem;height:2.6rem;top:10.375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEsAAlk96tLIPgiEv7hnL9vLTdtl9uR9 { width:12.25rem;height:1.3rem;top:19.599998474121rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3RBZVzsCKUbWKOAhzdKbD3MeqOrFEW4 { width:12.25rem;height:2.6rem;top:28.150001525879rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiwCPWlzQHn07SIV9lOCfWaJ8MyPmCOI { display:flex;width:3.125rem;height:3.125rem;top:10.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuUFU5qHC3pZcF9OkApRvwsOdEfTs9fu { display:flex;width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDDuEJuXloFZyzxNzC1pyTovxhh2SPfH { width:13.1875rem;height:3.25rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz { display:block; }#ilGAd2hbLho6LhZUemkZAU0fwTcuPLgz > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmUL2eaTSOcPkD77ZxQg59eRB6a324hN { width:16.5625rem;height:3.25rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MImLvu7GQBtX0tWvBuCwK4NmQcnP5yrZ { width:15.6875rem;height:5.2rem;top:1.875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFEzlax7J06uwST30hxT88ONl1ChD6iq { display:flex;width:4rem;height:4rem;top:67.862499237062rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #LstmMLFPQRNNGg4PG92Sf4e00RQKNiLh { width:12.25rem;height:1.3rem;top:12.08749961853rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq4Ds3ZtX3tHMdeNb0FRr0FpVkEdRDn6 { display:flex;width:4.125rem;height:4.125rem;top:21.825000762939rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #otzGonZQySWwzruTG2l7Qo4kgP9ixysa { display:flex;width:3.9375rem;height:3.9375rem;top:35.262500762939rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #F9gfg6gVVAJhJTvsEBW5Fcd94ns4ha0F { width:12.25rem;height:1.3rem;top:39.762500762939rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEhVTBEyk502RNQmq63Jp29iWfbFIcA7 { width:12.25rem;height:1.3rem;top:85.450000762938rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5670kThoqtqKhoqmU5gCUGMIlbu5V2 { width:12.25rem;height:1.3rem;top:72.3375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV1d2IUUxfZRFusoIl22WeJ05n32Wd0U { width:12.25rem;height:2.6rem;top:56.049999237061rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT7irPQ8UFU3Qk3w7zLJTdtTbLzVeOTb { display:flex;width:4.0625rem;height:4.0625rem;top:51.987499237061rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #wPM2l57fTzkXBiG7fOWbBW3PKltsycN7 { width:12.25rem;height:1.3rem;top:26.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMTKUPBBw2JaW2KCunJSiGbD0n2vcofs { display:flex;width:2.375rem;height:2.375rem;top:82.387500762938rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #KNKM7CfQUvtkdUKL6MCc2XKms7n20hVi { display:flex;width:3.75rem;height:3.75rem;top:8.325rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #QfuE3wcgcvQQcKpkXDQTpvub1oMsg7iD { width:12.25rem;height:6.3375rem;top:13.637500762939rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTODfUJN5kTUvR67TE6FOaq5z42msq6d { width:12.25rem;height:5.28125rem;top:28.5rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOnAETeGX1DbfZm3tCxK9MumgNeka2gT { width:12.25rem;height:7.39375rem;top:42.09375rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kP9Mf2IWW6TF72ypVfXiTv9xfqeskqp8 { width:12.25rem;height:5.28125rem;top:87.368751525881rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgFFKb6P2X6RWvIZNUm7efFTTTQoKHWW { width:12.25rem;height:5.28125rem;top:73.637500762938rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rScZwHotLzfexerSklXvZinkC7LydPe5 { width:12.25rem;height:6.3375rem;top:59.375rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxCG1BFGOoLTf1nlS1N1pwl0sIe8z007 { width:11.9375rem;height:2.4375rem;top:93.899993896488rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdkMu2rKIzUvEmxg8VlI8AVzWt41oDvq { display:block; }
 }@media only screen and (max-width: 763px) { #DpRG6RADRcqiNkKyGuu96InAOFFNEoW3 { display:flex;width:2rem;height:2rem;top:95.337493896488rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #JTID95nbTCSFOvIPdKzGCDA2o78dVBTU { display:block; }#JTID95nbTCSFOvIPdKzGCDA2o78dVBTU > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT3gzUW3yddPfIGQniWAqisJfc5CDhFg { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea44cgpTrBsEfTFMUR2vSWDStIUdNuSE { display:flex;width:3.9375rem;height:3.9375rem;top:5.75rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #lTncbfILAmqqcGovoGW7VAit7ICWzC3T { display:flex;width:3.6875rem;height:3.6875rem;top:15.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #E1oL9JGJUXb5yTZoGiILagz20FGSRlCC { display:flex;width:2.9375rem;height:2.9375rem;top:24.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Dg6T1k0wdVza8sKB7gtiTQ2FeqWUePrp { width:12.25rem;height:1.3rem;top:10.375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWALTJTGraiuCadNQF9e0gDT9PHECU8z { width:12.25rem;height:3.9rem;top:19.3125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2xQ5e5dDCpTL0eaPJ3fPKHgSFno4Kk6 { width:12.25rem;height:2.6rem;top:28.325000762939rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEZtgEEN1LwESc6skoACaMMDpbT5eUIw { display:flex;width:3.125rem;height:3.125rem;top:10.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUFZgyP0klB5Kmk84IM9gmps75bhWdT7 { display:flex;width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPGmlTlhvOQNlq1EAoNNw3Z55SXTEAav { width:18.125rem;height:3.25rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBM33GhVtrUkPP6uG1kseZwuEuUTJCc { width:12.125rem;height:2.4375rem;top:32.175012207031rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX12luqEE2APnDbT5HpiIJ1eEMdldQTP { display:block; }
 }@media only screen and (max-width: 763px) { #hxnAZCKD9DGS7mJzoV6Ed8omGIHDfMqe { width:12.125rem;height:2.4375rem;top:35.862503051757rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqfiPemdgWw1mSXXTGQFhkdpFbl9VfSO { display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Psx5aN04NACIJIWoLNJf1DngldibMm4h { width:20rem;height:5.85rem;top:6.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCsqxPOnksyJzKnxVJDOT3xCEZuG9Iht { display:flex;width:3.9375rem;height:3.9375rem;top:1.25rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLoqtXgbz0xLyxnTuMUoUB1adRC89iZy { width:18.875rem;height:3.4375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNE35wcaRK3oo41Sf0AWQxMTaKvLs8OT { display:block; }
 }@media only screen and (max-width: 763px) { #VF626Af5wczREgH2VHbKr4SN7Oxkwb3J { display:flex;width:2rem;height:2rem;top:5.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Wkp0RiPi4VzPMqn9dfsFTwPqcuIu1SNB { width:18.875rem;height:3.4375rem;top:9.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmfdHZz0W7EtgFS8silA6rLyWMNyto5 { display:block; }
 }