.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:251,220,234;--color-primary-1:241,201,221;--color-primary-2:234,82,151;--color-primary-3:140,49,91;--color-primary-4:47,16,30;--color-secondary-0:224,229,238;--color-secondary-1:151,168,199;--color-secondary-2:46,80,142;--color-secondary-3:23,40,71;--color-secondary-4:7,12,21;--color-tertiary-0:224,229,238;--color-tertiary-1:151,168,199;--color-tertiary-2:46,80,142;--color-tertiary-3:23,40,71;--color-tertiary-4:7,12,21;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #f4fafa;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container { background-color: transparent; background-image: none; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container > .video-iframe-container { display: none; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row > .video-iframe-container { display: none; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .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); }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container { border-width: 0; border-radius: 0; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ZLXc8FVFGDdhi9huCFNvcyuMNvAgIlsT { 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:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:60.625rem;display:block; }
#l9FGkCDxHoxJeRtUBWHowzTwkw0r9NSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bm5KszusFuQrHwe3CUDCBONgTMt9az7z { color:rgba(var(--color-tertiary-2),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.546875rem;left:15.625rem;height:2.03125rem;font-style:normal;display:block; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .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; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:#ffffff;padding-top:0.334375rem;padding-right:0.3025rem;padding-bottom:0.334375rem;padding-left:0.3025rem;display:block;align-items:center;width:1.814375rem;min-width:1.814375rem;height:1.796875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.338125rem;font-weight:700;line-height:28.75px;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.418125rem;height:0.37rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.501875rem;font-weight:700;line-height:5.92px;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;font-style:normal; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 { 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:13.6875rem;height:3.044375rem;padding-top:0.418125rem;padding-right:0.431875rem;padding-bottom:0.418125rem;padding-left:0.431875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.611328125rem;left:0rem;z-index:15017; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #q1zKT146K4THvVgvWgwTR2eRNglSTr1G { display:flex;position:relative;top:0rem;left:0rem; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #tSLhqoCC3AUmgfOMAWD8mLdaWO59MB9V { width:auto; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #py2nAJnOcbyiAZMFolFqJeXBcugWsSSz {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #xuHhZ41stD16eJOhIhg6PfgxiTakJXu2 { display:flex;position:relative;top:0rem;left:0rem; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #kkX0Os3R3hyFJsgD3nfSn6SdZMChF31W {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #nleneg5QaqsW0Sl6OKi2sQEzN0HfDhcl {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #grnIpgzLsxyqZ5laly61cqUTTxbNhUbP { display:flex;position:relative;top:0rem;left:0rem; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #UWAc2LtzDr6gDyNA5fkFJbn7XGlTRMtU {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #w3xdkATgRG2G9o5VtQO5u2iOsMxmJJgV {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #GLPFB4lQAxvtv79o8vae4OfLLdOPJHSQ { display:flex;position:relative;top:0rem;left:0rem; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #psfxoWguwK7s5Bdm1exoM7WQ2XvFdgNR {  }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #yhX4VvS8UUcNd8hNidnaW7NJhsTfSfG6 {  }
#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { background-color: transparent; background-image: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container > .video-iframe-container { display: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row > .video-iframe-container { display: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .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); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { border-width: 0; border-radius: 0; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#qwTTBS0D7tItccChGPGGkODCPIMvTJQS { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:8.9375rem;left:3.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEXdgXpdFPDZrAZG5nK1FBWK5Nn5ugWP { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.9375rem;left:20rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCFtSxu5X4L2JJvlBFgirlozkKZNsCzU { box-sizing:content-box;height:12.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.625rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .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; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.7875rem;padding-right:0.74rem;padding-bottom:0.7875rem;padding-left:0.74rem;display:block;align-items:center;width:4.435rem;min-width:4.435rem;height:4.230625rem;position:relative;font-family:var(--headlines-font-family);font-size:3.150625rem;font-weight:700;line-height:67.69px;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.49125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.913125rem;height:0.86875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.181875rem;font-weight:700;line-height:13.9px;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;font-style:normal; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb { 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:27.6875rem;height:7.165625rem;padding-top:0.984375rem;padding-right:1.05625rem;padding-bottom:0.984375rem;padding-left:1.05625rem;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:37.0625rem;left:22.5986328125rem;z-index:15018; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #AfCMTfTKgoV07R9PUEetTJn1syg7hJBT { display:flex;position:relative;top:0rem;left:0rem; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #eJ3nqnw5UQctiLaJ8PXW9Lq0AwNqNBgI { width:auto; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #TpIVI0b6u5UsQUll21XaPkuTbFIFGKQh {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #d1kpTHNavEfCWztqyINKiGWTyVQ9CoIO { display:flex;position:relative;top:0rem;left:0rem; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #PZE5wTMLEeH7UyBdReTJ6ulw9oOsEyxv {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #m3vUMy2dZ6vPgkO5k0kIrSVWmI45Wfna {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #tDZneMTcBpqDEk1RK7bgNN0vtIbJH7Q7 { display:flex;position:relative;top:0rem;left:0rem; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #OAgiMb1oHvNe2B1lNyzaBJTazg4ZIoNk {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #fCthaG77pbH9vqG0eJWUJoVD4MRqf0hm {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #vFI7HMpwriTnpJ4SrzL4zdv6x6narsTn { display:flex;position:relative;top:0rem;left:0rem; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #nx7pPDv9fPQcgXfxf2IlFLZi9kIv2IMq {  }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #U9u6PTzb94VFN7R5kdu2E6WnUCvN2M7b {  }
#JKysbagmfpvN4t8AS23Ji12CRK7Dlgcu { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:29.25rem;left:3.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XrZPiqul7e27NtOfbV8XKCzfTnh5cgvu { color:#ffffff;display:block;width:67.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:31.1875rem;left:4rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUGaapr4VgZITkkTX9WHWqrTOS5r7Ty0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.9375rem;top:10.1875rem;left:-0.9375rem;overflow:hidden;display:block; }
#kGnGLpdCT7QlSPrJB0auzoQ6uhwrzPaL { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:34.3125rem;left:3.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4f20HoTvgntMJoZng8A2VkoSG32sx9H { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:47rem;left:3.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuwI3kbRbf7gIDuxuNzBaDiMa0s07Ul5 { 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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:53.5625rem;left:25.0625rem;display:block; }
#o0UWDdIKysJCga31oKS99TyrooxsBIF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container { background-color: transparent; background-image: none; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container > .video-iframe-container { display: none; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row > .video-iframe-container { display: none; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .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); }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container { border-width: 0; border-radius: 0; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#q1dr0RirHNqUS57D6UWXpMsxhdZHriR5 { color:rgba(var(--color-tertiary-2),1);display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.3125rem;left:3.375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAO1zubKEWPU44Mr3GuQmzioiSwMPfF7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:29.5625rem;top:12.9375rem;left:20.9375rem;overflow:hidden;display:block; }
#UurvoTL6XZs2tmL65JvS8iCSf1395X9B { color:rgba(var(--color-tertiary-2),1);display:block;width:70.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:50.0625rem;left:2.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dknv8kacV7GiR3b7bDQEvxidbecLmWtz { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:5rem;height:3.8994125rem;font-style:normal;display:block; }
#huyPqqgIgBzhpT7w6d5Xn7egza4VwE0C { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#UTCCmWhNhKbQuQe2tcFs0uAGgT4XQEc3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14rem;left:5rem;height:2.75rem;font-style:normal;display:block; }
#tM3v7dJRi0ToBVGUz6fsK2Ze0GyTCgoT { 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:4.5rem;width:4.5rem;top:13.625rem;left:52.1875rem;overflow:hidden;display:block; }
#QU49hWA5Mg9zhcWKvhbFHMkAQ1DpSdtu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:24.75rem;left:0rem;overflow:hidden;display:block; }
#yIJSdx6KPRU7ZTTG58kVtuov52EUZsVe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4375rem;left:57.25rem;height:3.8994125rem;font-style:normal;display:block; }
#B9sCJa0A0PWpivf5lnaKaqZ1PlX0keMi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:14.0625rem;left:57.25rem;height:2.75rem;font-style:normal;display:block; }
#exWNWv6i2gmvDMTFKNMuCp6t4M5tevnu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#WxFvpR7EXveewiCa4z7Z1l987GHINTKZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:25.375rem;left:5.0625rem;height:2.75rem;font-style:normal;display:block; }
#xq3D2uFBM4zg2JeN87quN8wmXARMK7QW { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;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:40.125rem;left:57.25rem;height:5.19921875rem;font-style:normal;display:block; }
#gnBL2IKddeXdZWvs6wToW77iDsLWHUKc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:36.75rem;left:57.25rem;height:2.75rem;font-style:normal;display:block; }
#vTIDIE1gg4FfidwJd5Thnz0qkyCLV4Fo { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.0625rem;left:5.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#aewhO1iikQxkKgNxxZXCZTTsOyQL2J8v { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:36.6875rem;left:5.0625rem;height:1.375rem;font-style:normal;display:block; }
#TJJMyllMpU1FGUnKH3MdH7CvSH0hX2wN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:36.25rem;left:0rem;overflow:hidden;display:block; }
#O3twhPS9CnMdNENgt4nOzuHdQvVNUwXp { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:36.125rem;left:52.1875rem;overflow:hidden;display:block; }
#GkzCHlVJaNothA2sb2InrQevUz2VvT66 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;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:28.8125rem;left:57.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#pKUJIHNqEkf1ICGKpmbTpy64GqIeCJZs { 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:4.5rem;width:4.5rem;top:25.1875rem;left:52.1875rem;overflow:hidden;display:block; }
#B3ccTrQMVgnDBxbItIXS24RrwPnJiwE7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:25.4375rem;left:57.1875rem;height:2.75rem;font-style:normal;display:block; }
#Mfx5OfTsFJQWxqtOFs5LTnKRsiHovDRQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:12.8125rem;top:21.07421875rem;left:36.4375rem;overflow:hidden;display:block; }
#lWglpOL2a0yygg6qIU08zgsnD92isJrI { position:relative;display:block; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI { background-color: transparent; background-image: none; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row .container > .video-iframe-container { display: none; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row > .video-iframe-container { display: none; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .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); }#lWglpOL2a0yygg6qIU08zgsnD92isJrI { border-width: 0; border-radius: 0; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .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; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BNbR67oqW5OTV1WkUk2MbTUwnLQegCCu { color:rgba(var(--color-tertiary-2),1);display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.5rem;left:3.375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFJyLhKLkZXWIOpf64GA9D6Es5DXhMy8 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:4.21875rem;height:7.30956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNuHRdnFoPPB5e2pDBCxDyQEskL5ENBJ { 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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.375rem;left:25rem;display:block; }
#IiIqUVh8873J0apGxbqdw0fVdnt1KJ8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .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; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:#ffffff;padding-top:0.4475rem;padding-right:0.415625rem;padding-bottom:0.4475rem;padding-left:0.415625rem;display:block;align-items:center;width:2.493125rem;min-width:2.493125rem;height:2.405625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.79125rem;font-weight:700;line-height:38.49px;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.279375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.324375rem;height:0.494375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.671875rem;font-weight:700;line-height:7.91px;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;font-style:normal; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT { 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:17.3125rem;height:4.074375rem;padding-top:0.56rem;padding-right:0.59375rem;padding-bottom:0.56rem;padding-left:0.59375rem;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:25.5478515625rem;left:28.25rem;z-index:15018; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #dbp6ouMw64X1xzcMoOPyCIdemtK9DUWu { display:flex;position:relative;top:0rem;left:0rem; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #kokKdTJHosKwTuyfQP6PhqsQgL6Qx2Jv { width:auto; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #qZKKTqw5UI6gzEkPR1q8b9BoQO8CmJQt {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #EHG1g2L0h4PlThWrh2yR1hfTZLCWnWW2 { display:flex;position:relative;top:0rem;left:0rem; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #lwuQtcW52GNOGVxTgHDioqtgCTvgfuDl {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #XEzGLdnAfUWnZrkffFl2V5UF6nOJ42mz {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #WrA5SlTyWyKWg92vglMEC2VVZLScyB1G { display:flex;position:relative;top:0rem;left:0rem; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #pxpwKVvvTLgz1TIt94v6RrZtZf3yorFh {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #efkaZ9U7kDnCsTpHBriFSbhZ4uugCTAt {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #F8FX1aDgi6nh5dfiWqFnaQokF7ybR3ZR { display:flex;position:relative;top:0rem;left:0rem; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #utKhJJDfc6NX9D4kUvL8OlGciUxwIvxe {  }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #BnXTO94Warid2NZSukCdDXgeMNtsVCTC {  }
#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container { background-color: transparent; background-image: none; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container > .video-iframe-container { display: none; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row > .video-iframe-container { display: none; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .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); }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container { border-width: 0; border-radius: 0; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#Qu0VAq7tnkUip7V5LdPxPx2wW5A452a3 { 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:35.5625rem;width:35.5625rem;top:5.6875rem;left:40.75rem;overflow:hidden;display:block; }
#TokrRbkc8BgWTPJgmwkDTTZbS3dhVWqd { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.40625rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wK4e4exH7MTCXDmN9JGBvsWDcVgwe2CB { box-sizing:content-box;height:4.3125rem;width:39.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oJMeSnkcJzaBV7CSEvo9JTRT7vDZTz4c { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJBM9I9yuyBtTckRh08hKCowZ1ukX1Xe { position:absolute;display:block;z-index:15011;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:7.5rem;width:7.5rem;top:6.5rem;left:48.875rem;overflow:hidden;display:block; }
#dfwsSKAqpbGTMuT4hGd9iixTgkv7TmSH { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4375rem;left:47.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8zZyCAAU1QIJnNbGTmeCQyyArPwZPyK { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6875rem;left:47.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erlis4MAyhvRAUc0AyK7OuiTTyRcl1O5 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:17.625rem;left:40.125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUPmk0MKZydBzkQm2Xmc50dPTXoiwxHA { position:absolute;display:block;z-index:15014;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:7.5rem;width:7.5rem;top:15.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#nCTDlNBJbUTcm54WbTKr9UTVHVNT0uD7 { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.0625rem;left:38.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxMs3Rz8umQQUtArLFp3hFDpSSRFNrA3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:25.0625rem;left:39.9375rem;overflow:hidden;display:block; }
#aOwoiiVoMI5mZQT3qq5H2BtAgOAwVNVo { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:26.875rem;left:38.4375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSUTlm67r1Gf9K8MZID1wcF4ViMVfXh4 { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.3125rem;left:38.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xI0cTKXwmvs4udJAThCkR34DslriUVId { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:30.75rem;left:66rem;overflow:hidden;display:block; }
#mVgOIWnVD0kTPFi8Z2wOKTFs6rxRHmv2 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:37.375rem;left:55.75rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT1zznpw6PhJBavvAUKNRdssKIbrwywW { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.8125rem;left:55.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrIyJCv393Vnivq8XdHxHb5iVLIFcyZh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:35.5625rem;left:57.25rem;overflow:hidden;display:block; }
#x8JmkeiqoWZIHE7NxZfMavbIFaNsGe73 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:32.5625rem;left:45.5rem;overflow:hidden;display:block; }
#VAbWWrs5exTK06p392wKGlUeUWCvUww5 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:34.6875rem;left:44rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dX270mxNyvWc1Hl74udg3HOEoNHETSu8 { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:36.4375rem;left:44rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGl4xqHAnP6GHLiOyr7dKED7qSgIBwUm { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fF5nvygVgTgPR1z5sTeBGStrIQi1ZkfI { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:8.77148125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTJoI6VZwPIZzyrfW5JprMD6fcS0lta5 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.875rem;left:64.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gD7hhw904f357FAPTs02Ty0w7t25HQRE { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:34.625rem;left:64.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe { position:relative;display:block; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe { background-color: transparent; background-image: none; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row .container > .video-iframe-container { display: none; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row > .video-iframe-container { display: none; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .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); }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe { border-width: 0; border-radius: 0; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .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; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WE8f5o4pmehZpIp3wovwISwrinppGBZl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:4.4375rem;left:28.875rem;overflow:hidden;display:block; }
#TMULmmh8UqLfX3DJXB46sbktBfdA0H22 { color:rgba(var(--color-primary-2),1);display:block;width:68.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:54.6875rem;left:3.4375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7i4af9ozTblncruuXc8OGBdp9sE8TBm { color:rgba(var(--color-tertiary-2),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.125rem;left:2.9375rem;height:26.31441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJhd1ZTQV0sJT93Edlk1h17rnCrSN4TK { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.875rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container { background-color: transparent; background-image: none; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container > .video-iframe-container { display: none; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row > .video-iframe-container { display: none; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .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); }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container { border-width: 0; border-radius: 0; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container { font-size:0.875rem;font-family:arial;height:81.5625rem;width:75rem;position:relative;display:block; }#nNW2xDqfWJbGb8EQN4ZHS8HPXH21N9bi { color:rgba(var(--color-tertiary-2),1);display:block;width:73.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:57.3125rem;left:0.8125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiDJDe9rllI3aHz8CdcBEOnMhE0V8Ms9 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:47.4375rem;left:52rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSgUd45n8xUZmyx2ToHnqVzke3DLZDDQ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:47.4375rem;left:27rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5gZROoMxhQvPFJBChNfg14lG5QUKbXO { color:rgba(var(--color-primary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:43.4375rem;left:54.875rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWnzMIAN3IDiaft0dQbx12NUaZCQWXfu { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:43.4375rem;left:28.75rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTyK0GZx2pZTgvuJSvOZXpyu0RgpIVma { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:26.6875rem;left:26.125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3NhlarZuMtVzMBa6dui0d8DztLGIa87 { color:rgba(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:22.375rem;left:28.0625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHuF91DfXdJPWmUyMLfSqMRWVB8tRFmN { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.625rem;left:1.125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7OBAgiidrs2CFH1LTGHrVExU9Uoe65E { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26.75rem;left:51.125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4nlLawCSM1vyk3RogVAEeDgrS4kIzbX { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:36.4375rem;left:34.8125rem;overflow:hidden;display:block; }
#e5T0mglPyBX89gKPSJMqKkZUVsXHvSaf { position:absolute;display:block;z-index:15055;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:7.75rem;width:7.75rem;top:35.6875rem;left:59.0625rem;overflow:hidden;display:block; }
#eQ5H5Tv10ipz1q09UinqctH4JSXvyykG { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15.3125rem;left:33.9375rem;overflow:hidden;display:block; }
#Ar4XgqQhvhy5Hzq6aRvyWJTmd7tWvqHH { color:rgba(var(--color-primary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:22.4375rem;left:1.125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLC81AD38rB0V565Ebqvb3XxHM18oooW { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:22.4375rem;left:54.5625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpmRomlzSQotZiJqImWdFLvTaDVaAtWA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1875rem;left:8.9375rem;overflow:hidden;display:block; }
#l2uHrJFLe7k3JAFkzPrmrE963zFGCDWD { color:rgba(var(--color-tertiary-2),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.3125rem;left:9.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UD2UvxM7suqAv7aOCamsn632smmLiPlZ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15.6875rem;left:58.9375rem;overflow:hidden;display:block; }
#sykh7laBhbmIiSTeeEVnw7KUr8SvXt1e { position:absolute;display:block;z-index:15037;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:7.75rem;width:7.75rem;top:35.6875rem;left:9.0625rem;overflow:hidden;display:block; }
#fz0bH15TIHppAdEbNpiXXOTrfcKZUlwE { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:43.375rem;left:2.5rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syQnnoE4EbO492eQL9Jq4mdpJ8D4SQ2C { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:47.375rem;left:2rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZ6OBQCtfxbWm5ic2dOzdQOHQbirCt8P { 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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:70.5rem;left:25rem;display:block; }
#Wz5MVnn88Jar73KloDTmwqh9OkD5cSzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .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; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:#ffffff;padding-top:0.4475rem;padding-right:0.415625rem;padding-bottom:0.4475rem;padding-left:0.415625rem;display:block;align-items:center;width:2.493125rem;min-width:2.493125rem;height:2.405625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.79125rem;font-weight:700;line-height:38.49px;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.279375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.324375rem;height:0.494375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.671875rem;font-weight:700;line-height:7.91px;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;font-style:normal; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG { 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:17.3125rem;height:4.074375rem;padding-top:0.56rem;padding-right:0.59375rem;padding-bottom:0.56rem;padding-left:0.59375rem;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:64.6865234375rem;left:28.25rem;z-index:15020; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #e8VoLOs0VX6KaJW7LwAJRedWiZWZM5uk { display:flex;position:relative;top:0rem;left:0rem; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #tE3iB4X9p24XSndD9DxoGVWzzg2L6PTo { width:auto; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #AqSrTmHvS90p5xSGiE8ny9eRrNl3aNSZ {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #CXntKzTJi2kfzWHrlZ87A6So88u8nS3T { display:flex;position:relative;top:0rem;left:0rem; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #v3O5EOZJpWCZqn0g4kfo4CqAqK066JWq {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #bvHrCOhJgAfno8cS0AI2AOwqO4FmJB50 {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #xgf5G7lTBBeZNm2byf4JoZm6QqAbEqLL { display:flex;position:relative;top:0rem;left:0rem; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #BJAIewnEa3P1SM7BmOhET2vseeThvBRS {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #eRMz18LJkOx7xMwLxE0JuCUUDe2MgrT6 {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #lAGA84yRJ4JEkkTwtpWp6hgZGz5ymkbO { display:flex;position:relative;top:0rem;left:0rem; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ef82E61Er5tb4IxPzM3CpK1bMG4XHlNT {  }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ewLTefuAfbirfbiS0R7zzGXRaXAtNVIg {  }
#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f { position:relative;display:block; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f { background-color: transparent; background-image: none; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row .container > .video-iframe-container { display: none; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row > .video-iframe-container { display: none; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .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); }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f { border-width: 0; border-radius: 0; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .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; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nd451rLI5cLoEbu3f9TClX4aA48weZZi { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:48.125rem;left:2.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bntXVhIb9pzBn1rmmlspr32GicLxQHma { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:4.3125rem;left:-11.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hd6Gv2TkAlQ8XpgUCoTQFrQdCIBBQX54 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:6.82421875rem;left:17.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IuymTTc0T0tzCXkMK8bIoP0TQvCc4Z5G { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5625rem;left:39.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AR8EcPDL8c0CxmTgE95WGQmneWeau7CP { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.412109375rem;left:56rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eNhT6pbsSDiqRvDTlorkxe9rBvSVWABO { color:rgba(var(--color-tertiary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.986328125rem;left:-2.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dE1K3NsGn5R12tlXIVPCo9WdMgzbwmCg { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.375rem;left:15.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgJpiJTVs7RbAmz7AQIiVLwe3eAl2aCs { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:26.287109375rem;left:26.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAS7tKTf6CaRybDS2OdSzJpFHciXM9ZD { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:29.38671875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C21NzcRJeutTKMXGTULTbfIgbResOk9b { color:rgba(var(--color-tertiary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.1875rem;left:17.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qs1D4LsABIQk7n25Ivo5uduxisSIZPhW { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:40.5625rem;left:33.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DB1BuuyPq2AlIl9TDkJuThRpXLqUZxS1 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:4.3125rem;left:51.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HINvOK8VTGkOtSAWTIZlKOMuhv6zkdBH { color:rgba(var(--color-tertiary-2),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.625rem;left:-9rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E6Lb0uQp3v9mxU5B9GbhfJ7KTo7cw1d9 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:15.904296875rem;left:27.90625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wowX04LZfF8lToZNXxk2Lo8AlSQNzgEi { color:rgba(var(--color-tertiary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23.5rem;left:-12.5rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gGruUIEtOZy9GH2bQURxCZd060TDPXBP { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.7734375rem;left:50.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duGKeDyCs2sTVstbqHgfzKwiIlLGoGIp { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.5rem;left:64.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTOQG5eEn05Dym27Hqq07lBE6p9A6CWU { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:29.6875rem;left:51.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUndW6k6Ze4RnQ2NaawDy1CCEdQw74NT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.75rem;left:53.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFtGolMa4R99eM3nLOR8UF1KFDgORP1w { color:rgba(var(--color-tertiary-2),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:35.0361328125rem;left:-17.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQ7rwNX5Se9uTPuanGwnAAvPvymynvd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.5625rem;left:-9.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UA6yfd3OQbsqeis1FtAEEWz0QGZGCOVz { box-sizing:content-box;height:2.5rem;width:11.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.4677734375rem;left:32.90625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yTeNO6EUOimNd0JuMhVH8wAAKQx3M02F { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.9560546875rem;left:-6.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HodHtz4z16QnT8vzUrhGX4Fnke4Zt2XC { box-sizing:content-box;height:2.5rem;width:7.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.2685546875rem;left:2.53125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lXqpM9T4wSvQ1pVzWAx0f7UBbOzvf3ai { box-sizing:content-box;height:2.5rem;width:10.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.1875rem;left:41.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZT1L6txzQ5oMnTooc1ebgVDvpkyTOBTJ { box-sizing:content-box;height:2.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.9560546875rem;left:75.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SmAok2kVMEpL5at7DTMmHEzpqrZntquf { box-sizing:content-box;height:2.5rem;width:9.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.548828125rem;left:40rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oVMAta8KAU0O6zqvfeeDNVFKWZayMnyD { box-sizing:content-box;height:2.5rem;width:9.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.0185546875rem;left:21.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Js9cQxGL6JxOZSU25vB9FTVNqGpSIZVQ { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.6298828125rem;left:-0.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QGtoE793cAozS12TsJxdBMe19cR5TH7Q { box-sizing:content-box;height:2.5rem;width:8.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.1435546875rem;left:-12.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RSHJi49vpQ4XGz2B7tQb42Qh402Phy5e { box-sizing:content-box;height:2.5rem;width:6.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.9306640625rem;left:46.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Mwg4Pi6eSge4IV5TuEWcdNy0DXFLlonT { box-sizing:content-box;height:2.5rem;width:8.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.0556640625rem;left:65.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BoPpyozqTRb6U88k62n6aZJonKKTfiey { box-sizing:content-box;height:2.5rem;width:7.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.4169921875rem;left:66.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ucPELQIWzQPx68Nlh0m7h45eMwmhZutQ { box-sizing:content-box;height:2.5rem;width:10.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.3310546875rem;left:57.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#z8NSwiT3HUwJq1SbbgNR3mivHL0qw1Eg { box-sizing:content-box;height:2.5rem;width:8.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.8310546875rem;left:42.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#n8CN5SZfLi6UcRIr1PknUtRgT76VIO5L { box-sizing:content-box;height:2.5rem;width:7.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.6796875rem;left:-8.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#o0RLg5eccOmpZyg02fUIDVZdI2ZW0yFM { box-sizing:content-box;height:2.5rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.2060546875rem;left:1.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Euc919stTQP4s8c681ah6is6FyBI5Txe { box-sizing:content-box;height:2.5rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.2060546875rem;left:55.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#egRlNZUKEg66Gw3itbSXDc9groPfgWGa { box-sizing:content-box;height:2.5rem;width:7rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.3935546875rem;left:73.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xxnMmQVelOlAJtbAhoWLxyeSxse6rxKT { box-sizing:content-box;height:2.5rem;width:5.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.03125rem;left:0.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nfhx8ATzb7iRdzvL0qMG6J0Q9l3QRi6V { box-sizing:content-box;height:2.5rem;width:11.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.1435546875rem;left:67rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffffff' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),1), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container { background-color: transparent; background-image: none; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container > .video-iframe-container { display: none; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row > .video-iframe-container { display: none; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .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); }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container { border-width: 0; border-radius: 0; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#D7Gu9kEBD0HmtDh8oTtevUxolJQm3HdG { box-sizing:content-box;height:19.5rem;width:47.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:27.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LxGTqQVhAIQsDE28qwTFKFm0eOMxeMxx { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:24.8125rem;left:36.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AynnvUXm3C86Rn9Lpc4zvJkoawEVOGNC { color:rgba(var(--color-primary-2),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:6.25rem;left:31.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.75rem;left:34.4375rem;height:11.3359375rem;font-style:normal;display:block; }#qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM li:before{  }
#V0SPZvWQ1BrBvQuIa8003yWbfU1LO5eP { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huy6FJTClWpQ3a7shTQ3OFTfbbRIcRD4 { color:#e8e8e8;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:27.6875rem;left:48.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QS06zSN1F7aF0DIpXQTB8JhA41EGTCTC { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:32.5rem;left:48.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chB6r2i0GQqKplxPWiUtLka7OlG4fxex { 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;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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:34.8125rem;left:52.5625rem;display:block; }
#RgvcIGxQCwZUetBgzcwhxwHbEKLSqJXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1kEvtLEwJiskHIbrhTIZT3XuyaUZtOT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:42.5625rem;left:32.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybXm98QdKVzrXO3yip9OgrZ9PU73zb6 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:60rem;left:61.3125rem;overflow:hidden;display:none; }
#nm5Vd4wBU27TFVdOLMMapEuF3x1liGaN { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1;letter-spacing:0;top:29.5625rem;left:48.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8IIfu9i98h4p8hidCJFFQCtV8V8gDZx { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:41.3125rem;left:0rem;height:3.59765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VlWCQoQ3oytKdb6MUHxbMD8qFo77R884 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:34.8125rem;left:7rem;overflow:hidden;display:block; }
#qhyXcrMkluxmdbpTG4gX1b4NNEtNwvTT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:29.5625rem;top:5.5625rem;left:2rem;overflow:hidden;display:block; }
#KdfuTlXdnIDNB5L9J7TCygLCZiPsm9lf { 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:24.3125rem;width:13.1875rem;top:14.5rem;left:0rem;overflow:hidden;display:block; }
#vFMJbyfThE3WB3W0lNRHTiEytOuNlvpn { 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:19.125rem;width:19.125rem;top:23.875rem;left:13.1875rem;overflow:hidden;display:block; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .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; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.7875rem;padding-right:0.74rem;padding-bottom:0.7875rem;padding-left:0.74rem;display:block;align-items:center;width:4.435rem;min-width:4.435rem;height:4.230625rem;position:relative;font-family:var(--headlines-font-family);font-size:3.150625rem;font-weight:700;line-height:67.69px;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.49125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.913125rem;height:0.86875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.181875rem;font-weight:700;line-height:13.9px;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;font-style:normal; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs { 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:27.6875rem;height:7.165625rem;padding-top:0.984375rem;padding-right:1.05625rem;padding-bottom:0.984375rem;padding-left:1.05625rem;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:12.25rem;left:36.5625rem;z-index:15019; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #FIBhtOXQ036dUTTPCol7HW8af2MR3Irb { display:flex;position:relative;top:0rem;left:0rem; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #Nb8s6UOLggF5nRqvXe0zVWxRKnt9C9eP { width:auto; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #zudne4OHw6HoMnzIC3PxVKJwqiz8guP4 {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NltMdZBFPSH3nesinJMAEUdf4boRdSVu { display:flex;position:relative;top:0rem;left:0rem; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #S8StIlaJFPSB6aHlRCGyunA1CL4hR8hD {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #dp8JnaS3yq6bzT38V3itANTpuLxaSKQO {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NivBWgcITTiE73vT4mxTPi1X4oAdfBVX { display:flex;position:relative;top:0rem;left:0rem; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rSmvQNnnZX68DuPZePN4C4ptKhilKLlm {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #HhrGZXUiFBQIgolNLM8T518oKmmU9DKm {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rd1M2Ayd3kbROHDLihLsWH13lom4P3dy { display:flex;position:relative;top:0rem;left:0rem; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #wqgD5BifhoImXB7A62BGmL9GRAP4Nhvq {  }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #N1XRGosdXy1OPCWKhhqtEwsI4bmAgh7c {  }
#lCLCUTVfV0L5OTC1eIxhxqHaKPfoE8UB { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:34.8125rem;left:7rem;overflow:hidden;display:none; }
#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc3dbbc5-737b-4417-91dc-73f9f0a253fa/Projektbeznazwy20250128T223850188.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.adaptive-delivery-prevent-bg, #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.lazyload, #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.lazyloading { background-image: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { background-color: transparent; background-image: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container > .video-iframe-container { display: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row > .video-iframe-container { display: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .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); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { border-width: 0; border-radius: 0; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ws2bbUdDhbo90ZkqBbTT19A5LVcCiv5h { color:rgba(var(--color-primary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:31.875rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#Kgmu6vtPao0bCymtoOnRtBVVr4pIHvok { color:rgba(var(--color-tertiary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.125rem;left:0rem;height:17.5rem;font-style:normal;display:block; }
#V8M3qms04fIWOhI3xLqiHanGRNmU74nS { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:25.6875rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#MRGpQfvSvg25zES4ft7Fhx7b7yTERVcS { 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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.53125rem;left:0rem;display:block; }
#aKSfcPQ2wAgPeIGO3BsOblUfETvR42n8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSU2AqMxsn5PDPaqwrTPr7iDB95yoxum { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:34.125rem;left:60.75rem;overflow:hidden;display:block; }
#MZTRMpmso98sehHwZZLlzOBtQpwWT5SS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:24.3125rem;top:28.5625rem;left:39.125rem;overflow:hidden;display:block; }
#rJZKS7HmUBITzm0JvcgWIrGCBGDZaidQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:29.5625rem;top:21rem;left:45.4375rem;overflow:hidden;display:block; }
#wfKi2y3QdqiuvqsgpCN1VsltJ6rnTP9y { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:24.4375rem;left:0rem;height:4.38574375rem;font-style:normal;display:none; }
#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK { 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; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container { background-color: transparent; background-image: none; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container > .video-iframe-container { display: none; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row > .video-iframe-container { display: none; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .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); }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container { border-width: 0; border-radius: 0; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#eiuVTrFUyx19oXbR6o9vOQr2GKv9JZwK { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:1.90625rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Od5rm5L6TTWlgThqym4T2LhvVoETq717 { display:block; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXc8FVFGDdhi9huCFNvcyuMNvAgIlsT { width:14.375rem;height:2.75rem;top:1.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FGkCDxHoxJeRtUBWHowzTwkw0r9NSx { display:block; }
 }@media only screen and (max-width: 763px) { #Bm5KszusFuQrHwe3CUDCBONgTMt9az7z { top:1.5rem;left:2rem;width:42.9375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .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; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .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; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #q1zKT146K4THvVgvWgwTR2eRNglSTr1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #tSLhqoCC3AUmgfOMAWD8mLdaWO59MB9V {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #py2nAJnOcbyiAZMFolFqJeXBcugWsSSz {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #xuHhZ41stD16eJOhIhg6PfgxiTakJXu2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #kkX0Os3R3hyFJsgD3nfSn6SdZMChF31W {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #nleneg5QaqsW0Sl6OKi2sQEzN0HfDhcl {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #grnIpgzLsxyqZ5laly61cqUTTxbNhUbP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #UWAc2LtzDr6gDyNA5fkFJbn7XGlTRMtU {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #w3xdkATgRG2G9o5VtQO5u2iOsMxmJJgV {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #GLPFB4lQAxvtv79o8vae4OfLLdOPJHSQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #psfxoWguwK7s5Bdm1exoM7WQ2XvFdgNR {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #yhX4VvS8UUcNd8hNidnaW7NJhsTfSfG6 {  }
 }@media only screen and (max-width: 763px) { #m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP { display:block; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwTTBS0D7tItccChGPGGkODCPIMvTJQS { top:8.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEXdgXpdFPDZrAZG5nK1FBWK5Nn5ugWP { top:16.9375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCFtSxu5X4L2JJvlBFgirlozkKZNsCzU { top:14.625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .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; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .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; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #AfCMTfTKgoV07R9PUEetTJn1syg7hJBT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #eJ3nqnw5UQctiLaJ8PXW9Lq0AwNqNBgI {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #TpIVI0b6u5UsQUll21XaPkuTbFIFGKQh {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #d1kpTHNavEfCWztqyINKiGWTyVQ9CoIO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #PZE5wTMLEeH7UyBdReTJ6ulw9oOsEyxv {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #m3vUMy2dZ6vPgkO5k0kIrSVWmI45Wfna {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #tDZneMTcBpqDEk1RK7bgNN0vtIbJH7Q7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #OAgiMb1oHvNe2B1lNyzaBJTazg4ZIoNk {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #fCthaG77pbH9vqG0eJWUJoVD4MRqf0hm {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #vFI7HMpwriTnpJ4SrzL4zdv6x6narsTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #nx7pPDv9fPQcgXfxf2IlFLZi9kIv2IMq {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #U9u6PTzb94VFN7R5kdu2E6WnUCvN2M7b {  }
 }@media only screen and (max-width: 763px) { #JKysbagmfpvN4t8AS23Ji12CRK7Dlgcu { top:29.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZPiqul7e27NtOfbV8XKCzfTnh5cgvu { top:31.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUGaapr4VgZITkkTX9WHWqrTOS5r7Ty0 { top:10.1875rem;left:0rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGnGLpdCT7QlSPrJB0auzoQ6uhwrzPaL { top:34.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4f20HoTvgntMJoZng8A2VkoSG32sx9H { top:47rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwI3kbRbf7gIDuxuNzBaDiMa0s07Ul5 { width:25rem;height:4.375rem;top:53.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0UWDdIKysJCga31oKS99TyrooxsBIF1 { display:block; }
 }@media only screen and (max-width: 763px) { #gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX { display:block; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1dr0RirHNqUS57D6UWXpMsxhdZHriR5 { top:6.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAO1zubKEWPU44Mr3GuQmzioiSwMPfF7 { top:12.9375rem;left:0rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UurvoTL6XZs2tmL65JvS8iCSf1395X9B { top:50.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknv8kacV7GiR3b7bDQEvxidbecLmWtz { top:17.375rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huyPqqgIgBzhpT7w6d5Xn7egza4VwE0C { top:13.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCCmWhNhKbQuQe2tcFs0uAGgT4XQEc3 { top:14rem;left:0.4375rem;width:15.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM3v7dJRi0ToBVGUz6fsK2Ze0GyTCgoT { top:13.625rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU49hWA5Mg9zhcWKvhbFHMkAQ1DpSdtu { top:24.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJSdx6KPRU7ZTTG58kVtuov52EUZsVe { top:17.4375rem;left:29.8125rem;width:17.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sCJa0A0PWpivf5lnaKaqZ1PlX0keMi { top:14.0625rem;left:32rem;width:15.625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWNWv6i2gmvDMTFKNMuCp6t4M5tevnu { top:28.75rem;left:0rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFvpR7EXveewiCa4z7Z1l987GHINTKZ { top:25.375rem;left:0rem;width:15.875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq3D2uFBM4zg2JeN87quN8wmXARMK7QW { top:40.125rem;left:31.4375rem;width:16.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnBL2IKddeXdZWvs6wToW77iDsLWHUKc { top:36.75rem;left:32rem;width:15.625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIDIE1gg4FfidwJd5Thnz0qkyCLV4Fo { top:40.0625rem;left:0rem;width:17.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aewhO1iikQxkKgNxxZXCZTTsOyQL2J8v { top:36.6875rem;left:0.5rem;width:14.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJMyllMpU1FGUnKH3MdH7CvSH0hX2wN { top:36.25rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3twhPS9CnMdNENgt4nOzuHdQvVNUwXp { top:36.125rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzCHlVJaNothA2sb2InrQevUz2VvT66 { top:28.8125rem;left:32.625rem;width:15rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKUJIHNqEkf1ICGKpmbTpy64GqIeCJZs { top:25.1875rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ccTrQMVgnDBxbItIXS24RrwPnJiwE7 { top:25.4375rem;left:31.4375rem;width:16.1875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfx5OfTsFJQWxqtOFs5LTnKRsiHovDRQ { top:21.0625rem;left:18.9375rem;width:12.8125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWglpOL2a0yygg6qIU08zgsnD92isJrI { display:block; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNbR67oqW5OTV1WkUk2MbTUwnLQegCCu { top:5.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFJyLhKLkZXWIOpf64GA9D6Es5DXhMy8 { top:15.4375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNuHRdnFoPPB5e2pDBCxDyQEskL5ENBJ { width:25rem;height:4.375rem;top:31.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiIqUVh8873J0apGxbqdw0fVdnt1KJ8M { display:block; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .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; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .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; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #dbp6ouMw64X1xzcMoOPyCIdemtK9DUWu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #kokKdTJHosKwTuyfQP6PhqsQgL6Qx2Jv {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #qZKKTqw5UI6gzEkPR1q8b9BoQO8CmJQt {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #EHG1g2L0h4PlThWrh2yR1hfTZLCWnWW2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #lwuQtcW52GNOGVxTgHDioqtgCTvgfuDl {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #XEzGLdnAfUWnZrkffFl2V5UF6nOJ42mz {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #WrA5SlTyWyKWg92vglMEC2VVZLScyB1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #pxpwKVvvTLgz1TIt94v6RrZtZf3yorFh {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #efkaZ9U7kDnCsTpHBriFSbhZ4uugCTAt {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #F8FX1aDgi6nh5dfiWqFnaQokF7ybR3ZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #utKhJJDfc6NX9D4kUvL8OlGciUxwIvxe {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #BnXTO94Warid2NZSukCdDXgeMNtsVCTC {  }
 }@media only screen and (max-width: 763px) { #Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr { display:block; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu0VAq7tnkUip7V5LdPxPx2wW5A452a3 { top:5.6875rem;left:12.1875rem;width:35.5625rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TokrRbkc8BgWTPJgmwkDTTZbS3dhVWqd { top:7.375rem;left:0rem;width:39.25rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4e4exH7MTCXDmN9JGBvsWDcVgwe2CB { top:6.5rem;left:0rem;width:39.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJMeSnkcJzaBV7CSEvo9JTRT7vDZTz4c { top:13.0625rem;left:0rem;width:40rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBM9I9yuyBtTckRh08hKCowZ1ukX1Xe { top:6.5rem;left:35.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfwsSKAqpbGTMuT4hGd9iixTgkv7TmSH { top:10.4375rem;left:33.75rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zZyCAAU1QIJnNbGTmeCQyyArPwZPyK { top:8.6875rem;left:33.75rem;width:10.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erlis4MAyhvRAUc0AyK7OuiTTyRcl1O5 { top:17.625rem;left:26.5rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUPmk0MKZydBzkQm2Xmc50dPTXoiwxHA { top:15.8125rem;left:26.3125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTDlNBJbUTcm54WbTKr9UTVHVNT0uD7 { top:20.0625rem;left:24.8125rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxMs3Rz8umQQUtArLFp3hFDpSSRFNrA3 { top:25.0625rem;left:26.3125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwoiiVoMI5mZQT3qq5H2BtAgOAwVNVo { top:26.875rem;left:24.8125rem;width:10.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUTlm67r1Gf9K8MZID1wcF4ViMVfXh4 { top:29.3125rem;left:24.8125rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI0cTKXwmvs4udJAThCkR34DslriUVId { top:30.75rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVgOIWnVD0kTPFi8Z2wOKTFs6rxRHmv2 { top:37.375rem;left:37.25rem;width:10.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1zznpw6PhJBavvAUKNRdssKIbrwywW { top:39.8125rem;left:37.25rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIyJCv393Vnivq8XdHxHb5iVLIFcyZh { top:35.5625rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8JmkeiqoWZIHE7NxZfMavbIFaNsGe73 { top:32.5625rem;left:31.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbWWrs5exTK06p392wKGlUeUWCvUww5 { top:34.6875rem;left:30.375rem;width:10.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX270mxNyvWc1Hl74udg3HOEoNHETSu8 { top:36.4375rem;left:30.375rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGl4xqHAnP6GHLiOyr7dKED7qSgIBwUm { top:20.75rem;left:0rem;width:35.5rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF5nvygVgTgPR1z5sTeBGStrIQi1ZkfI { top:31.6875rem;left:0rem;width:37.375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJoI6VZwPIZzyrfW5JprMD6fcS0lta5 { top:32.875rem;left:37.25rem;width:10.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD7hhw904f357FAPTs02Ty0w7t25HQRE { top:34.625rem;left:37.25rem;width:10.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6EckkEBfRmPe10AbtVXFplSUHkQcKe { display:block; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WE8f5o4pmehZpIp3wovwISwrinppGBZl { top:4.4375rem;left:15.25rem;width:17.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMULmmh8UqLfX3DJXB46sbktBfdA0H22 { top:54.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7i4af9ozTblncruuXc8OGBdp9sE8TBm { top:21.125rem;left:0rem;width:47.75rem;height:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJhd1ZTQV0sJT93Edlk1h17rnCrSN4TK { top:10.875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO { display:block; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNW2xDqfWJbGb8EQN4ZHS8HPXH21N9bi { top:57.3125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDJDe9rllI3aHz8CdcBEOnMhE0V8Ms9 { top:47.4375rem;left:25.75rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSgUd45n8xUZmyx2ToHnqVzke3DLZDDQ { top:47.4375rem;left:9.875rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5gZROoMxhQvPFJBChNfg14lG5QUKbXO { top:43.4375rem;left:31.5625rem;width:16.0625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnzMIAN3IDiaft0dQbx12NUaZCQWXfu { top:43.4375rem;left:13.375rem;width:18.375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyK0GZx2pZTgvuJSvOZXpyu0RgpIVma { top:26.6875rem;left:9.875rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NhlarZuMtVzMBa6dui0d8DztLGIa87 { top:22.375rem;left:13.6875rem;width:18.0625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuF91DfXdJPWmUyMLfSqMRWVB8tRFmN { top:26.625rem;left:0rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7OBAgiidrs2CFH1LTGHrVExU9Uoe65E { top:26.75rem;left:25.75rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nlLawCSM1vyk3RogVAEeDgrS4kIzbX { top:36.4375rem;left:21.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5T0mglPyBX89gKPSJMqKkZUVsXHvSaf { top:35.6875rem;left:36.25rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ5H5Tv10ipz1q09UinqctH4JSXvyykG { top:15.3125rem;left:20.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4XgqQhvhy5Hzq6aRvyWJTmd7tWvqHH { top:22.4375rem;left:0rem;width:21.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLC81AD38rB0V565Ebqvb3XxHM18oooW { top:22.4375rem;left:31.75rem;width:15rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpmRomlzSQotZiJqImWdFLvTaDVaAtWA { top:15.1875rem;left:4.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2uHrJFLe7k3JAFkzPrmrE963zFGCDWD { top:5.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD2UvxM7suqAv7aOCamsn632smmLiPlZ { top:15.6875rem;left:36.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykh7laBhbmIiSTeeEVnw7KUr8SvXt1e { top:35.6875rem;left:4.5rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz0bH15TIHppAdEbNpiXXOTrfcKZUlwE { top:43.375rem;left:0rem;width:20.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQnnoE4EbO492eQL9Jq4mdpJ8D4SQ2C { top:47.375rem;left:0rem;width:21.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ6OBQCtfxbWm5ic2dOzdQOHQbirCt8P { width:25rem;height:4.375rem;top:70.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5MVnn88Jar73KloDTmwqh9OkD5cSzB { display:block; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .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; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .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; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #e8VoLOs0VX6KaJW7LwAJRedWiZWZM5uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #tE3iB4X9p24XSndD9DxoGVWzzg2L6PTo {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #AqSrTmHvS90p5xSGiE8ny9eRrNl3aNSZ {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #CXntKzTJi2kfzWHrlZ87A6So88u8nS3T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #v3O5EOZJpWCZqn0g4kfo4CqAqK066JWq {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #bvHrCOhJgAfno8cS0AI2AOwqO4FmJB50 {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #xgf5G7lTBBeZNm2byf4JoZm6QqAbEqLL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #BJAIewnEa3P1SM7BmOhET2vseeThvBRS {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #eRMz18LJkOx7xMwLxE0JuCUUDe2MgrT6 {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #lAGA84yRJ4JEkkTwtpWp6hgZGz5ymkbO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ef82E61Er5tb4IxPzM3CpK1bMG4XHlNT {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ewLTefuAfbirfbiS0R7zzGXRaXAtNVIg {  }
 }@media only screen and (max-width: 763px) { #LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f { display:block; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd451rLI5cLoEbu3f9TClX4aA48weZZi { top:48.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bntXVhIb9pzBn1rmmlspr32GicLxQHma { top:4.3125rem;left:0rem;width:47.25rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6Gv2TkAlQ8XpgUCoTQFrQdCIBBQX54 { top:6.8125rem;left:3.5625rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuymTTc0T0tzCXkMK8bIoP0TQvCc4Z5G { top:10.5625rem;left:11.8125rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR8EcPDL8c0CxmTgE95WGQmneWeau7CP { top:14.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNhT6pbsSDiqRvDTlorkxe9rBvSVWABO { top:17.9375rem;left:0rem;width:38.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE1K3NsGn5R12tlXIVPCo9WdMgzbwmCg { top:20.375rem;left:2.0625rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgJpiJTVs7RbAmz7AQIiVLwe3eAl2aCs { top:26.25rem;left:11.8125rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAS7tKTf6CaRybDS2OdSzJpFHciXM9ZD { top:29.375rem;left:0rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21NzcRJeutTKMXGTULTbfIgbResOk9b { top:33.1875rem;left:3.5625rem;width:42.6875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs1D4LsABIQk7n25Ivo5uduxisSIZPhW { top:40.5625rem;left:19.125rem;width:28.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB1BuuyPq2AlIl9TDkJuThRpXLqUZxS1 { top:4.3125rem;left:11.875rem;width:35.875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINvOK8VTGkOtSAWTIZlKOMuhv6zkdBH { top:12.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lb0uQp3v9mxU5B9GbhfJ7KTo7cw1d9 { top:15.875rem;left:11.8125rem;width:35.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowX04LZfF8lToZNXxk2Lo8AlSQNzgEi { top:23.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGruUIEtOZy9GH2bQURxCZd060TDPXBP { top:19.75rem;left:14.5625rem;width:33.1875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGKeDyCs2sTVstbqHgfzKwiIlLGoGIp { top:24.5rem;left:21.625rem;width:26.125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOQG5eEn05Dym27Hqq07lBE6p9A6CWU { top:29.6875rem;left:16.1875rem;width:31.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUndW6k6Ze4RnQ2NaawDy1CCEdQw74NT { top:37.75rem;left:10.5625rem;width:37.1875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFtGolMa4R99eM3nLOR8UF1KFDgORP1w { top:35rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7rwNX5Se9uTPuanGwnAAvPvymynvd9 { top:39.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA6yfd3OQbsqeis1FtAEEWz0QGZGCOVz { top:6.4375rem;left:19.28125rem;width:11.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeNO6EUOimNd0JuMhVH8wAAKQx3M02F { top:3.9375rem;left:0rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HodHtz4z16QnT8vzUrhGX4Fnke4Zt2XC { top:12.25rem;left:0rem;width:7.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqpM9T4wSvQ1pVzWAx0f7UBbOzvf3ai { top:10.1875rem;left:28.3125rem;width:10.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT1L6txzQ5oMnTooc1ebgVDvpkyTOBTJ { top:3.9375rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAok2kVMEpL5at7DTMmHEzpqrZntquf { top:15.5rem;left:26.375rem;width:9.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVMAta8KAU0O6zqvfeeDNVFKWZayMnyD { top:20rem;left:7.6875rem;width:9.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js9cQxGL6JxOZSU25vB9FTVNqGpSIZVQ { top:17.625rem;left:0rem;width:8.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGtoE793cAozS12TsJxdBMe19cR5TH7Q { top:23.125rem;left:0rem;width:8.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHJi49vpQ4XGz2B7tQb42Qh402Phy5e { top:25.875rem;left:32.5625rem;width:6.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwg4Pi6eSge4IV5TuEWcdNy0DXFLlonT { top:14rem;left:37.875rem;width:8.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoPpyozqTRb6U88k62n6aZJonKKTfiey { top:19.375rem;left:40.0625rem;width:7.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPELQIWzQPx68Nlh0m7h45eMwmhZutQ { top:29.3125rem;left:37.5rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NSwiT3HUwJq1SbbgNR3mivHL0qw1Eg { top:32.8125rem;left:28.6875rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8CN5SZfLi6UcRIr1PknUtRgT76VIO5L { top:34.625rem;left:0rem;width:7.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RLg5eccOmpZyg02fUIDVZdI2ZW0yFM { top:39.1875rem;left:0rem;width:6.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euc919stTQP4s8c681ah6is6FyBI5Txe { top:40.1875rem;left:41.1875rem;width:6.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egRlNZUKEg66Gw3itbSXDc9groPfgWGa { top:37.375rem;left:35.9375rem;width:7rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxnMmQVelOlAJtbAhoWLxyeSxse6rxKT { top:29rem;left:0rem;width:5.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfhx8ATzb7iRdzvL0qMG6J0Q9l3QRi6V { top:24.125rem;left:36.3125rem;width:11.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw { display:block; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7Gu9kEBD0HmtDh8oTtevUxolJQm3HdG { top:22.25rem;left:0.625rem;width:47.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxGTqQVhAIQsDE28qwTFKFm0eOMxeMxx { top:24.8125rem;left:10.8125rem;width:36.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynnvUXm3C86Rn9Lpc4zvJkoawEVOGNC { top:6.25rem;left:6.375rem;width:41.375rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM { top:27.75rem;left:20.8125rem;width:18.125rem;height:;font-size:1rem;display:block; }#qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM li:before{  }
 }@media only screen and (max-width: 763px) { #V0SPZvWQ1BrBvQuIa8003yWbfU1LO5eP { top:24.4375rem;left:16.625rem;width:14.5rem;height:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huy6FJTClWpQ3a7shTQ3OFTfbbRIcRD4 { top:27.6875rem;left:24.625rem;width:23.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS06zSN1F7aF0DIpXQTB8JhA41EGTCTC { top:32.5rem;left:24.625rem;width:23.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chB6r2i0GQqKplxPWiUtLka7OlG4fxex { width:15.625rem;height:4.375rem;top:34.8125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgvcIGxQCwZUetBgzcwhxwHbEKLSqJXU { display:block; }
 }@media only screen and (max-width: 763px) { #R1kEvtLEwJiskHIbrhTIZT3XuyaUZtOT { top:42.5625rem;left:10.25rem;width:37.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybXm98QdKVzrXO3yip9OgrZ9PU73zb6 { top:60rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm5Vd4wBU27TFVdOLMMapEuF3x1liGaN { top:29.5625rem;left:24.625rem;width:23.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IIfu9i98h4p8hidCJFFQCtV8V8gDZx { top:41.3125rem;left:0rem;width:18.8125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlWCQoQ3oytKdb6MUHxbMD8qFo77R884 { top:34.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhyXcrMkluxmdbpTG4gX1b4NNEtNwvTT { top:5.5625rem;left:0rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdfuTlXdnIDNB5L9J7TCygLCZiPsm9lf { top:14.5rem;left:0rem;width:13.1875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMJbyfThE3WB3W0lNRHTiEytOuNlvpn { top:23.875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .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; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .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; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #FIBhtOXQ036dUTTPCol7HW8af2MR3Irb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #Nb8s6UOLggF5nRqvXe0zVWxRKnt9C9eP {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #zudne4OHw6HoMnzIC3PxVKJwqiz8guP4 {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NltMdZBFPSH3nesinJMAEUdf4boRdSVu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #S8StIlaJFPSB6aHlRCGyunA1CL4hR8hD {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #dp8JnaS3yq6bzT38V3itANTpuLxaSKQO {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NivBWgcITTiE73vT4mxTPi1X4oAdfBVX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rSmvQNnnZX68DuPZePN4C4ptKhilKLlm {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #HhrGZXUiFBQIgolNLM8T518oKmmU9DKm {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rd1M2Ayd3kbROHDLihLsWH13lom4P3dy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #wqgD5BifhoImXB7A62BGmL9GRAP4Nhvq {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #N1XRGosdXy1OPCWKhhqtEwsI4bmAgh7c {  }
 }@media only screen and (max-width: 763px) { #lCLCUTVfV0L5OTC1eIxhxqHaKPfoE8UB { top:34.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT { display:block; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2bbUdDhbo90ZkqBbTT19A5LVcCiv5h { top:31.875rem;left:0rem;width:35.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgmu6vtPao0bCymtoOnRtBVVr4pIHvok { top:6.125rem;left:0rem;width:46.875rem;height:17.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8M3qms04fIWOhI3xLqiHanGRNmU74nS { top:25.6875rem;left:0rem;width:41.25rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRGpQfvSvg25zES4ft7Fhx7b7yTERVcS { width:25rem;height:4.375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSfcPQ2wAgPeIGO3BsOblUfETvR42n8 { display:block; }
 }@media only screen and (max-width: 763px) { #OSU2AqMxsn5PDPaqwrTPr7iDB95yoxum { top:34.125rem;left:24.4375rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTRMpmso98sehHwZZLlzOBtQpwWT5SS { top:28.5625rem;left:23.4375rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJZKS7HmUBITzm0JvcgWIrGCBGDZaidQ { top:21rem;left:18.1875rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfKi2y3QdqiuvqsgpCN1VsltJ6rnTP9y { top:24.4375rem;left:0rem;width:41.25rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4GySTCulBHE5S98mCvR2UBTo7WMGrBK { display:block; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiuVTrFUyx19oXbR6o9vOQr2GKv9JZwK { top:2.5625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Od5rm5L6TTWlgThqym4T2LhvVoETq717 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Od5rm5L6TTWlgThqym4T2LhvVoETq717 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXc8FVFGDdhi9huCFNvcyuMNvAgIlsT { width:16.5625rem;height:2.3125rem;top:2.9990234375rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FGkCDxHoxJeRtUBWHowzTwkw0r9NSx { display:block; }
 }@media only screen and (max-width: 763px) { #Bm5KszusFuQrHwe3CUDCBONgTMt9az7z { width:10.9375rem;height:1.6484375rem;top:0.6396484375rem;left:9.0625rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-text.counter-number { padding-top:0.121875rem;padding-right:0.116875rem;padding-bottom:0.121875rem;padding-left:0.116875rem;width:0.699375rem;min-width:0.699375rem;height:0.654375rem;font-size:0.488125rem;line-height:10.47px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.07625rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.9325rem;height:0.2575rem;font-size:0.1825rem;line-height:4.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 { display:flex;width:7.75rem;height:1.231875rem;top:0.3623046875rem;left:0rem;padding-top:0.2925rem;padding-right:0.324375rem;padding-bottom:0.2925rem;padding-left:0.324375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #q1zKT146K4THvVgvWgwTR2eRNglSTr1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #tSLhqoCC3AUmgfOMAWD8mLdaWO59MB9V {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #py2nAJnOcbyiAZMFolFqJeXBcugWsSSz {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #xuHhZ41stD16eJOhIhg6PfgxiTakJXu2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #kkX0Os3R3hyFJsgD3nfSn6SdZMChF31W {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #nleneg5QaqsW0Sl6OKi2sQEzN0HfDhcl {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #grnIpgzLsxyqZ5laly61cqUTTxbNhUbP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #UWAc2LtzDr6gDyNA5fkFJbn7XGlTRMtU {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #w3xdkATgRG2G9o5VtQO5u2iOsMxmJJgV {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #GLPFB4lQAxvtv79o8vae4OfLLdOPJHSQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #psfxoWguwK7s5Bdm1exoM7WQ2XvFdgNR {  }
 }@media only screen and (max-width: 763px) { #OhcThxL4JWsbSnHbN2GfTnhEuaupiFz9 #yhX4VvS8UUcNd8hNidnaW7NJhsTfSfG6 {  }
 }@media only screen and (max-width: 763px) { #m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP { background-color:#2e508e;background-image:none;display:block; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { background-color: transparent; background-image: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container > .video-iframe-container { display: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row > .video-iframe-container { display: none; }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .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); }#m3zDcOp6wFrJTHDVRT2OlpfBBOubh3tP > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwTTBS0D7tItccChGPGGkODCPIMvTJQS { width:18.25rem;height:6.186525rem;top:8.0625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEXdgXpdFPDZrAZG5nK1FBWK5Nn5ugWP { width:20rem;height:5.0625rem;top:24.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCFtSxu5X4L2JJvlBFgirlozkKZNsCzU { width:20rem;height:10.5rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-text.counter-number { padding-top:0.466875rem;padding-right:0.4225rem;padding-bottom:0.466875rem;padding-left:0.4225rem;width:2.5325rem;min-width:2.5325rem;height:2.51rem;font-size:1.87rem;line-height:40.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2925rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.3775rem;height:0.99125rem;font-size:0.70125rem;line-height:15.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb { display:flex;width:17.5rem;height:4.7275rem;top:42.9375rem;left:0rem;padding-top:1.121875rem;padding-right:1.174375rem;padding-bottom:1.121875rem;padding-left:1.174375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #AfCMTfTKgoV07R9PUEetTJn1syg7hJBT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #eJ3nqnw5UQctiLaJ8PXW9Lq0AwNqNBgI {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #TpIVI0b6u5UsQUll21XaPkuTbFIFGKQh {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #d1kpTHNavEfCWztqyINKiGWTyVQ9CoIO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #PZE5wTMLEeH7UyBdReTJ6ulw9oOsEyxv {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #m3vUMy2dZ6vPgkO5k0kIrSVWmI45Wfna {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #tDZneMTcBpqDEk1RK7bgNN0vtIbJH7Q7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #OAgiMb1oHvNe2B1lNyzaBJTazg4ZIoNk {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #fCthaG77pbH9vqG0eJWUJoVD4MRqf0hm {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #vFI7HMpwriTnpJ4SrzL4zdv6x6narsTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #nx7pPDv9fPQcgXfxf2IlFLZi9kIv2IMq {  }
 }@media only screen and (max-width: 763px) { #rasavuvJbeB3WnVuX1w0pRsqrIKEPuWb #U9u6PTzb94VFN7R5kdu2E6WnUCvN2M7b {  }
 }@media only screen and (max-width: 763px) { #JKysbagmfpvN4t8AS23Ji12CRK7Dlgcu { width:20rem;height:1.23730625rem;top:33.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrZPiqul7e27NtOfbV8XKCzfTnh5cgvu { width:20rem;height:1.94921875rem;top:34.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BUGaapr4VgZITkkTX9WHWqrTOS5r7Ty0 { width:9.8125rem;height:9.8125rem;top:14.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGnGLpdCT7QlSPrJB0auzoQ6uhwrzPaL { width:20rem;height:3.7119125rem;top:38rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4f20HoTvgntMJoZng8A2VkoSG32sx9H { width:20rem;height:6.186525rem;top:49.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuwI3kbRbf7gIDuxuNzBaDiMa0s07Ul5 { width:18.75rem;height:3.75rem;top:58.0625rem;left:0.625rem;font-size:1.125rem;background-color:#ea5297;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0UWDdIKysJCga31oKS99TyrooxsBIF1 { display:block; }
 }@media only screen and (max-width: 763px) { #gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX { display:block; }#gtSV5IHPq1NZCJqZBZ9q4kBK1ZIeWyzX > .row .container { width:20rem;height:114.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1dr0RirHNqUS57D6UWXpMsxhdZHriR5 { width:20rem;height:4.6875rem;top:2.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAO1zubKEWPU44Mr3GuQmzioiSwMPfF7 { width:20rem;height:20rem;top:7.6875rem;left:-2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UurvoTL6XZs2tmL65JvS8iCSf1395X9B { width:20rem;height:4.6875rem;top:106rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dknv8kacV7GiR3b7bDQEvxidbecLmWtz { width:14.375rem;height:6.499rem;top:33.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huyPqqgIgBzhpT7w6d5Xn7egza4VwE0C { width:5rem;height:5rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCCmWhNhKbQuQe2tcFs0uAGgT4XQEc3 { width:14.375rem;height:2.5rem;top:30.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM3v7dJRi0ToBVGUz6fsK2Ze0GyTCgoT { width:5rem;height:5rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU49hWA5Mg9zhcWKvhbFHMkAQ1DpSdtu { width:5rem;height:5rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJSdx6KPRU7ZTTG58kVtuov52EUZsVe { width:14.375rem;height:6.499rem;top:46.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sCJa0A0PWpivf5lnaKaqZ1PlX0keMi { width:14.375rem;height:2.5rem;top:43.1875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWNWv6i2gmvDMTFKNMuCp6t4M5tevnu { width:14.4375rem;height:7.7988125rem;top:58.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFvpR7EXveewiCa4z7Z1l987GHINTKZ { width:14.4375rem;height:2.5rem;top:55.875rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq3D2uFBM4zg2JeN87quN8wmXARMK7QW { width:14.375rem;height:6.499rem;top:97.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnBL2IKddeXdZWvs6wToW77iDsLWHUKc { width:14.375rem;height:2.5rem;top:94.125rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIDIE1gg4FfidwJd5Thnz0qkyCLV4Fo { width:14.375rem;height:6.499rem;top:84.9375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aewhO1iikQxkKgNxxZXCZTTsOyQL2J8v { width:14.375rem;height:2.5rem;top:81.875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJMyllMpU1FGUnKH3MdH7CvSH0hX2wN { width:5rem;height:5rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3twhPS9CnMdNENgt4nOzuHdQvVNUwXp { width:5rem;height:5rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzCHlVJaNothA2sb2InrQevUz2VvT66 { width:14.5625rem;height:5.19921875rem;top:73.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKUJIHNqEkf1ICGKpmbTpy64GqIeCJZs { width:5rem;height:5rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ccTrQMVgnDBxbItIXS24RrwPnJiwE7 { width:14.5625rem;height:2.5rem;top:70.1875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfx5OfTsFJQWxqtOFs5LTnKRsiHovDRQ { width:8.125rem;height:15.5625rem;top:13.1875rem;left:11.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lWglpOL2a0yygg6qIU08zgsnD92isJrI { display:block; }#lWglpOL2a0yygg6qIU08zgsnD92isJrI > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNbR67oqW5OTV1WkUk2MbTUwnLQegCCu { width:19.875rem;height:10.9375rem;top:2.8125rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFJyLhKLkZXWIOpf64GA9D6Es5DXhMy8 { width:20rem;height:18.19728125rem;top:15.244140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNuHRdnFoPPB5e2pDBCxDyQEskL5ENBJ { width:18.75rem;height:3.75rem;top:40.046875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiIqUVh8873J0apGxbqdw0fVdnt1KJ8M { display:block; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.25125rem;padding-bottom:0.2775rem;padding-left:0.25125rem;width:1.503125rem;min-width:1.503125rem;height:1.49rem;font-size:1.11rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.005rem;height:0.588125rem;font-size:0.41625rem;line-height:9.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KB1MlQFxmclnOsadI5mCibGDbmRIMFcT { display:flex;width:12rem;height:2.806875rem;top:35.90234375rem;left:4.05078125rem;padding-top:0.66625rem;padding-right:0.6975rem;padding-bottom:0.66625rem;padding-left:0.6975rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #dbp6ouMw64X1xzcMoOPyCIdemtK9DUWu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #kokKdTJHosKwTuyfQP6PhqsQgL6Qx2Jv {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #qZKKTqw5UI6gzEkPR1q8b9BoQO8CmJQt {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #EHG1g2L0h4PlThWrh2yR1hfTZLCWnWW2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #lwuQtcW52GNOGVxTgHDioqtgCTvgfuDl {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #XEzGLdnAfUWnZrkffFl2V5UF6nOJ42mz {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #WrA5SlTyWyKWg92vglMEC2VVZLScyB1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #pxpwKVvvTLgz1TIt94v6RrZtZf3yorFh {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #efkaZ9U7kDnCsTpHBriFSbhZ4uugCTAt {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #F8FX1aDgi6nh5dfiWqFnaQokF7ybR3ZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #utKhJJDfc6NX9D4kUvL8OlGciUxwIvxe {  }
 }@media only screen and (max-width: 763px) { #KB1MlQFxmclnOsadI5mCibGDbmRIMFcT #BnXTO94Warid2NZSukCdDXgeMNtsVCTC {  }
 }@media only screen and (max-width: 763px) { #Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr { display:block; }#Sg0mdu26IGwOJ7Jt8zNh8VGwxZJg5ODr > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu0VAq7tnkUip7V5LdPxPx2wW5A452a3 { width:17.75rem;height:17.75rem;top:10.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TokrRbkc8BgWTPJgmwkDTTZbS3dhVWqd { width:14.8125rem;height:3.125rem;top:3.625rem;left:2.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4e4exH7MTCXDmN9JGBvsWDcVgwe2CB { width:20rem;height:5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJMeSnkcJzaBV7CSEvo9JTRT7vDZTz4c { width:20rem;height:10.3984375rem;top:31.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJBM9I9yuyBtTckRh08hKCowZ1ukX1Xe { width:5.625rem;height:5.625rem;top:18.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfwsSKAqpbGTMuT4hGd9iixTgkv7TmSH { width:3.125rem;height:1.13720625rem;top:21.5625rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zZyCAAU1QIJnNbGTmeCQyyArPwZPyK { width:3.125rem;height:1.13720625rem;top:20.4375rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erlis4MAyhvRAUc0AyK7OuiTTyRcl1O5 { width:3.125rem;height:1.75rem;top:24.3125rem;left:3.875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aUPmk0MKZydBzkQm2Xmc50dPTXoiwxHA { width:5.625rem;height:5.625rem;top:23.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTDlNBJbUTcm54WbTKr9UTVHVNT0uD7 { width:3.9375rem;height:1.75rem;top:26rem;left:3.5rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yxMs3Rz8umQQUtArLFp3hFDpSSRFNrA3 { width:5.625rem;height:5.625rem;top:10.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwoiiVoMI5mZQT3qq5H2BtAgOAwVNVo { width:3.125rem;height:1.574225rem;top:12rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUTlm67r1Gf9K8MZID1wcF4ViMVfXh4 { width:4.375rem;height:1.13720625rem;top:13.5625rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI0cTKXwmvs4udJAThCkR34DslriUVId { width:5.625rem;height:5.625rem;top:9.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVgOIWnVD0kTPFi8Z2wOKTFs6rxRHmv2 { width:3.125rem;height:1.574225rem;top:25.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1zznpw6PhJBavvAUKNRdssKIbrwywW { width:4.4375rem;height:1.13720625rem;top:27.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIyJCv393Vnivq8XdHxHb5iVLIFcyZh { width:5.625rem;height:5.625rem;top:24.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8JmkeiqoWZIHE7NxZfMavbIFaNsGe73 { width:5.625rem;height:5.625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbWWrs5exTK06p392wKGlUeUWCvUww5 { width:3.125rem;height:1.13720625rem;top:19.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX270mxNyvWc1Hl74udg3HOEoNHETSu8 { width:4.0625rem;height:1.13720625rem;top:20.375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGl4xqHAnP6GHLiOyr7dKED7qSgIBwUm { width:20rem;height:12.9980625rem;top:44.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fF5nvygVgTgPR1z5sTeBGStrIQi1ZkfI { width:20rem;height:12.998025rem;top:59.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTJoI6VZwPIZzyrfW5JprMD6fcS0lta5 { width:4.5rem;height:1.13720625rem;top:10.8125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD7hhw904f357FAPTs02Ty0w7t25HQRE { width:3.125rem;height:1.13720625rem;top:11.9375rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6EckkEBfRmPe10AbtVXFplSUHkQcKe { display:block; }#NC6EckkEBfRmPe10AbtVXFplSUHkQcKe > .row .container { width:20rem;height:116.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WE8f5o4pmehZpIp3wovwISwrinppGBZl { width:11rem;height:2.8125rem;top:3rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMULmmh8UqLfX3DJXB46sbktBfdA0H22 { width:20rem;height:10.5rem;top:102.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7i4af9ozTblncruuXc8OGBdp9sE8TBm { width:20rem;height:83.1874875rem;top:16.6875rem;left:0rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PJhd1ZTQV0sJT93Edlk1h17rnCrSN4TK { width:20rem;height:7.5rem;top:7.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO { display:block; }#DMlUe4NI5lbw58MBQgTeS87RcdAUvkmO > .row .container { width:20rem;height:156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNW2xDqfWJbGb8EQN4ZHS8HPXH21N9bi { width:20rem;height:7.5rem;top:135.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDJDe9rllI3aHz8CdcBEOnMhE0V8Ms9 { width:18.75rem;height:6.499rem;top:125.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSgUd45n8xUZmyx2ToHnqVzke3DLZDDQ { width:18.125rem;height:6.499rem;top:106rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5gZROoMxhQvPFJBChNfg14lG5QUKbXO { width:14.9375rem;height:2.75rem;top:122.3125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnzMIAN3IDiaft0dQbx12NUaZCQWXfu { width:18.375rem;height:2.75rem;top:102.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyK0GZx2pZTgvuJSvOZXpyu0RgpIVma { width:18.75rem;height:6.499rem;top:47.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NhlarZuMtVzMBa6dui0d8DztLGIa87 { width:13.3125rem;height:2.75rem;top:44.5625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuF91DfXdJPWmUyMLfSqMRWVB8tRFmN { width:18.3125rem;height:6.499rem;top:28.5478515625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7OBAgiidrs2CFH1LTGHrVExU9Uoe65E { width:18.75rem;height:6.499rem;top:85.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nlLawCSM1vyk3RogVAEeDgrS4kIzbX { width:6.25rem;height:6.25rem;top:95.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5T0mglPyBX89gKPSJMqKkZUVsXHvSaf { width:7.75rem;height:7.75rem;top:114.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ5H5Tv10ipz1q09UinqctH4JSXvyykG { width:6.25rem;height:6.25rem;top:37.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4XgqQhvhy5Hzq6aRvyWJTmd7tWvqHH { width:20rem;height:2.75rem;top:25.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLC81AD38rB0V565Ebqvb3XxHM18oooW { width:15rem;height:2.75rem;top:82.1875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpmRomlzSQotZiJqImWdFLvTaDVaAtWA { width:6.25rem;height:6.25rem;top:18.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2uHrJFLe7k3JAFkzPrmrE963zFGCDWD { width:17.4375rem;height:7.5rem;top:4.375rem;left:1.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD2UvxM7suqAv7aOCamsn632smmLiPlZ { width:6.25rem;height:6.25rem;top:75.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykh7laBhbmIiSTeeEVnw7KUr8SvXt1e { width:7.75rem;height:7.75rem;top:55.7783203125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz0bH15TIHppAdEbNpiXXOTrfcKZUlwE { width:17.125rem;height:2.75rem;top:62.9033203125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQnnoE4EbO492eQL9Jq4mdpJ8D4SQ2C { width:18.75rem;height:6.499rem;top:66.2158203125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ6OBQCtfxbWm5ic2dOzdQOHQbirCt8P { width:18.75rem;height:3.75rem;top:148.775390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5MVnn88Jar73KloDTmwqh9OkD5cSzB { display:block; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-text.counter-number { padding-top:0.239375rem;padding-right:0.250625rem;padding-bottom:0.239375rem;padding-left:0.250625rem;width:1.501875rem;min-width:1.501875rem;height:1.283125rem;font-size:0.958125rem;line-height:20.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.004375rem;height:0.50375rem;font-size:0.36rem;line-height:8.06px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KOimAdESzCXLEhy1zGKiGLCvd84iLPGG { display:flex;width:12rem;height:2.415625rem;top:145.1875rem;left:3.9873046875rem;padding-top:0.575625rem;padding-right:0.69875rem;padding-bottom:0.575625rem;padding-left:0.69875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #e8VoLOs0VX6KaJW7LwAJRedWiZWZM5uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #tE3iB4X9p24XSndD9DxoGVWzzg2L6PTo {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #AqSrTmHvS90p5xSGiE8ny9eRrNl3aNSZ {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #CXntKzTJi2kfzWHrlZ87A6So88u8nS3T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #v3O5EOZJpWCZqn0g4kfo4CqAqK066JWq {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #bvHrCOhJgAfno8cS0AI2AOwqO4FmJB50 {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #xgf5G7lTBBeZNm2byf4JoZm6QqAbEqLL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #BJAIewnEa3P1SM7BmOhET2vseeThvBRS {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #eRMz18LJkOx7xMwLxE0JuCUUDe2MgrT6 {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #lAGA84yRJ4JEkkTwtpWp6hgZGz5ymkbO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ef82E61Er5tb4IxPzM3CpK1bMG4XHlNT {  }
 }@media only screen and (max-width: 763px) { #KOimAdESzCXLEhy1zGKiGLCvd84iLPGG #ewLTefuAfbirfbiS0R7zzGXRaXAtNVIg {  }
 }@media only screen and (max-width: 763px) { #LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f { display:block; }#LkSh3bq2sQVQM5aaznk2NHxsm9DTEq1f > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd451rLI5cLoEbu3f9TClX4aA48weZZi { width:19.1875rem;height:4.6875rem;top:45.875rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bntXVhIb9pzBn1rmmlspr32GicLxQHma { width:20rem;height:0.9746125rem;top:2.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6Gv2TkAlQ8XpgUCoTQFrQdCIBBQX54 { width:20rem;height:0.9746125rem;top:20rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #IuymTTc0T0tzCXkMK8bIoP0TQvCc4Z5G { width:20rem;height:0.9746125rem;top:24.625rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AR8EcPDL8c0CxmTgE95WGQmneWeau7CP { width:20rem;height:0.9746125rem;top:27.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNhT6pbsSDiqRvDTlorkxe9rBvSVWABO { width:20rem;height:0.9746125rem;top:7.5234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE1K3NsGn5R12tlXIVPCo9WdMgzbwmCg { width:8.1875rem;height:1.94921875rem;top:29.4375rem;left:11.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mgJpiJTVs7RbAmz7AQIiVLwe3eAl2aCs { width:20rem;height:0.9746125rem;top:34.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAS7tKTf6CaRybDS2OdSzJpFHciXM9ZD { width:20rem;height:0.9746125rem;top:39.625rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #C21NzcRJeutTKMXGTULTbfIgbResOk9b { width:20rem;height:0;top:72.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs1D4LsABIQk7n25Ivo5uduxisSIZPhW { width:20rem;height:0;top:95.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB1BuuyPq2AlIl9TDkJuThRpXLqUZxS1 { width:12.125rem;height:1.94921875rem;top:17rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINvOK8VTGkOtSAWTIZlKOMuhv6zkdBH { width:20rem;height:1.94921875rem;top:4.88671875rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lb0uQp3v9mxU5B9GbhfJ7KTo7cw1d9 { width:20rem;height:0.9746125rem;top:22.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowX04LZfF8lToZNXxk2Lo8AlSQNzgEi { width:13.8125rem;height:1.94921875rem;top:9.248046875rem;left:6.1875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gGruUIEtOZy9GH2bQURxCZd060TDPXBP { width:20rem;height:0.9746125rem;top:32.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGKeDyCs2sTVstbqHgfzKwiIlLGoGIp { width:20rem;height:0.9746125rem;top:37.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOQG5eEn05Dym27Hqq07lBE6p9A6CWU { width:20rem;height:0.9746125rem;top:42.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUndW6k6Ze4RnQ2NaawDy1CCEdQw74NT { width:20rem;height:0;top:87rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFtGolMa4R99eM3nLOR8UF1KFDgORP1w { width:20rem;height:0.9746125rem;top:12.384765625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7rwNX5Se9uTPuanGwnAAvPvymynvd9 { width:20rem;height:1.94921875rem;top:15.021484375rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UA6yfd3OQbsqeis1FtAEEWz0QGZGCOVz { width:4.125rem;height:1.25rem;top:12.2470703125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeNO6EUOimNd0JuMhVH8wAAKQx3M02F { width:3.6875rem;height:1.25rem;top:2.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HodHtz4z16QnT8vzUrhGX4Fnke4Zt2XC { width:3.5625rem;height:1.25rem;top:15.021484375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqpM9T4wSvQ1pVzWAx0f7UBbOzvf3ai { width:6rem;height:1.25rem;top:17.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT1L6txzQ5oMnTooc1ebgVDvpkyTOBTJ { width:10.9375rem;height:2.5rem;top:178.01953125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmAok2kVMEpL5at7DTMmHEzpqrZntquf { width:5.6875rem;height:1.25rem;top:24.4873046875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVMAta8KAU0O6zqvfeeDNVFKWZayMnyD { width:4.9375rem;height:1.25rem;top:29.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js9cQxGL6JxOZSU25vB9FTVNqGpSIZVQ { width:4.1875rem;height:1.25rem;top:4.88671875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGtoE793cAozS12TsJxdBMe19cR5TH7Q { width:4.6875rem;height:1.25rem;top:7.3857421875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHJi49vpQ4XGz2B7tQb42Qh402Phy5e { width:3.8125rem;height:1.25rem;top:34.7998046875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwg4Pi6eSge4IV5TuEWcdNy0DXFLlonT { width:4.625rem;height:1.25rem;top:27.0498046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoPpyozqTRb6U88k62n6aZJonKKTfiey { width:4.3125rem;height:1.25rem;top:32rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPELQIWzQPx68Nlh0m7h45eMwmhZutQ { width:5.6875rem;height:1.25rem;top:41.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NSwiT3HUwJq1SbbgNR3mivHL0qw1Eg { width:6.1875rem;height:1.25rem;top:19.8623046875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8CN5SZfLi6UcRIr1PknUtRgT76VIO5L { width:5.125rem;height:1.25rem;top:9.248046875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RLg5eccOmpZyg02fUIDVZdI2ZW0yFM { width:5.375rem;height:1.25rem;top:22.2373046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euc919stTQP4s8c681ah6is6FyBI5Txe { width:6.375rem;height:1.25rem;top:97.375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #egRlNZUKEg66Gw3itbSXDc9groPfgWGa { width:7rem;height:1.25rem;top:91.8125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxnMmQVelOlAJtbAhoWLxyeSxse6rxKT { width:3.1875rem;height:1.25rem;top:39.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfhx8ATzb7iRdzvL0qMG6J0Q9l3QRi6V { width:6.4375rem;height:1.25rem;top:37.2998046875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw { display:block; }#X7fvIFvHyqgnzwUWM6XqdbLHzLhJQuDw > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7Gu9kEBD0HmtDh8oTtevUxolJQm3HdG { width:20rem;height:44.3125rem;top:37.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxGTqQVhAIQsDE28qwTFKFm0eOMxeMxx { width:18.125rem;height:4.125rem;top:48.5rem;left:0.9375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AynnvUXm3C86Rn9Lpc4zvJkoawEVOGNC { width:20rem;height:4.94824375rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM { width:16.625rem;height:11.3359375rem;top:54.3125rem;left:1.6875rem;font-size:1rem;display:block; }#qaJqIZbNhiSaGw6RvUWrvQkaLJUxU9QM li:before{  }
 }@media only screen and (max-width: 763px) { #V0SPZvWQ1BrBvQuIa8003yWbfU1LO5eP { width:11.75rem;height:4.0625rem;top:45.0625rem;left:4.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huy6FJTClWpQ3a7shTQ3OFTfbbRIcRD4 { width:20rem;height:1.5rem;top:67.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS06zSN1F7aF0DIpXQTB8JhA41EGTCTC { width:20rem;height:1.5rem;top:71.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chB6r2i0GQqKplxPWiUtLka7OlG4fxex { width:15.625rem;height:4.375rem;top:73.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgvcIGxQCwZUetBgzcwhxwHbEKLSqJXU { display:block; }
 }@media only screen and (max-width: 763px) { #R1kEvtLEwJiskHIbrhTIZT3XuyaUZtOT { width:20rem;height:2.2744125rem;top:82.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybXm98QdKVzrXO3yip9OgrZ9PU73zb6 { width:3.125rem;height:3.125rem;top:123.5rem;left:14.9375rem;z-index:15046;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nm5Vd4wBU27TFVdOLMMapEuF3x1liGaN { width:20rem;height:2.5rem;top:68.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IIfu9i98h4p8hidCJFFQCtV8V8gDZx { width:7.3125rem;height:5.3964875rem;top:38.625rem;left:12.0625rem;font-size:0.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VlWCQoQ3oytKdb6MUHxbMD8qFo77R884 { width:4.375rem;height:4.375rem;top:37.3125rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhyXcrMkluxmdbpTG4gX1b4NNEtNwvTT { width:20rem;height:20rem;top:14.625rem;left:-2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KdfuTlXdnIDNB5L9J7TCygLCZiPsm9lf { width:8.125rem;height:14.9375rem;top:21.25rem;left:11.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vFMJbyfThE3WB3W0lNRHTiEytOuNlvpn { width:14.375rem;height:14.375rem;top:27.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-text.counter-number { padding-top:0.466875rem;padding-right:0.4225rem;padding-bottom:0.466875rem;padding-left:0.4225rem;width:2.5325rem;min-width:2.5325rem;height:2.51rem;font-size:1.87rem;line-height:40.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2925rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.3775rem;height:0.99125rem;font-size:0.70125rem;line-height:15.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs { display:flex;width:17.5rem;height:4.7275rem;top:7.625rem;left:0rem;padding-top:1.121875rem;padding-right:1.174375rem;padding-bottom:1.121875rem;padding-left:1.174375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #FIBhtOXQ036dUTTPCol7HW8af2MR3Irb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #Nb8s6UOLggF5nRqvXe0zVWxRKnt9C9eP {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #zudne4OHw6HoMnzIC3PxVKJwqiz8guP4 {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NltMdZBFPSH3nesinJMAEUdf4boRdSVu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #S8StIlaJFPSB6aHlRCGyunA1CL4hR8hD {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #dp8JnaS3yq6bzT38V3itANTpuLxaSKQO {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #NivBWgcITTiE73vT4mxTPi1X4oAdfBVX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rSmvQNnnZX68DuPZePN4C4ptKhilKLlm {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #HhrGZXUiFBQIgolNLM8T518oKmmU9DKm {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #rd1M2Ayd3kbROHDLihLsWH13lom4P3dy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #wqgD5BifhoImXB7A62BGmL9GRAP4Nhvq {  }
 }@media only screen and (max-width: 763px) { #wDzHiXNyv85Br6sEu3OH3DZb2tn2sITs #N1XRGosdXy1OPCWKhhqtEwsI4bmAgh7c {  }
 }@media only screen and (max-width: 763px) { #lCLCUTVfV0L5OTC1eIxhxqHaKPfoE8UB { width:4.375rem;height:4.375rem;top:38.625rem;left:7.8125rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ce03a70-8fbf-4739-9c8d-1147d8d2bc92/Projektbeznazwy20250314T120934294.crop_1162x1824_1409,0.preview.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.adaptive-delivery-prevent-bg, #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.lazyload, #xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT.lazyloading { background-image: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { background-color: transparent; background-image: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container > .video-iframe-container { display: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row > .video-iframe-container { display: none; }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .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); }#xtZTMmC1z2fOMGddJKndD8dU2RD9rEcT > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2bbUdDhbo90ZkqBbTT19A5LVcCiv5h { width:20rem;height:0;top:41.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kgmu6vtPao0bCymtoOnRtBVVr4pIHvok { width:9.5rem;height:13.5rem;top:3.96875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8M3qms04fIWOhI3xLqiHanGRNmU74nS { width:16.8125rem;height:7.7988125rem;top:19.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRGpQfvSvg25zES4ft7Fhx7b7yTERVcS { width:18.75rem;height:3.75rem;top:39.875rem;left:0.625rem;font-size:1.125rem;background-color:#2e508e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aKSfcPQ2wAgPeIGO3BsOblUfETvR42n8 { display:block; }
 }@media only screen and (max-width: 763px) { #OSU2AqMxsn5PDPaqwrTPr7iDB95yoxum { width:7.4375rem;height:7.4375rem;top:34.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTRMpmso98sehHwZZLlzOBtQpwWT5SS { width:9.5625rem;height:9.5625rem;top:32.125rem;left:8.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rJZKS7HmUBITzm0JvcgWIrGCBGDZaidQ { width:12.1875rem;height:12.1875rem;top:28.8125rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wfKi2y3QdqiuvqsgpCN1VsltJ6rnTP9y { width:16.8125rem;height:7.7988125rem;top:19.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #J4GySTCulBHE5S98mCvR2UBTo7WMGrBK { display:block; }#J4GySTCulBHE5S98mCvR2UBTo7WMGrBK > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiuVTrFUyx19oXbR6o9vOQr2GKv9JZwK { width:20rem;height:11.69530625rem;top:2.7763671875rem;left:0rem;font-size:0.75rem;display:block; }
 }