.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:253,234,209;--color-primary-1:250,191,116;--color-primary-2:247,149,23;--color-primary-3:255,104,0;--color-primary-4:154,111,66;--color-secondary-0:255,255,255;--color-secondary-1:251,246,244;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Jost";--paragraphs-font-family:"Jost"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/d82b6def-0221-4a96-8e99-1afb0de0b464/Zdjeciewtle.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.854167938233rem;left:26.750001907349rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFstORhdQlIE610VPntlODzGfOw0UvJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.3125rem;left:26.75rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SXuzWoiCdZ16LOsFTJVRTH8WHpfrTgxU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.6875rem;left:27rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E2zxVk0blaGBEe3oL9wJqBX1W23AsE20 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.770833328366rem;height:3.7083333283662rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.96875rem;left:43.812501907349rem;display:block; }
#Ryu9X8pSurCGMkxWLc1nJOz5zgwDiXc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJiL8el8GRs5O7yfoHakspJ9vQLHGnnN { 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:6.9375rem;width:6.9375rem;top:9.6875rem;left:22.875rem;overflow:hidden;display:block; }
#HODnKfyXWrbSAAVwQ2czdfopca3TJgCO { 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:90rem;width:60rem;display:none; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:71.375rem;width:60rem;position:relative;display:block; }#khqNcZtMn7e7xxEedeZk6p1JGAZhuVzk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0.75rem;height:24.86205rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pe1OTDRl5bHt2TO329TsTEOZnDyVeo62 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.5625rem;width:25.1875rem;top:8.5625rem;left:33.853515625rem;overflow:hidden;display:block; }
#ONsR7FM00ol4i3uAOAn4698TqHx03nTp { color:rgba(var(--color-primary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.375rem;left:14.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WpoRT4VnanNyTt4ielbLp4tnZp3VB5vw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:65.375rem;left:0rem;overflow:hidden;display:block; }
#Wx7aNuqLMFFGiepddTUh3DlMDnbwO0AR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:36.5rem;left:26.352867126465rem;height:30.38695rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBPA3EmB8Ru4CmUU0ElaS3dgXZO3KQfp { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.875rem;width:18.375rem;top:37.4375rem;left:4.0625rem;overflow:hidden;display:block; }
#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu { position:relative;display:block; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu { background-color: transparent; background-image: none; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row .container > .video-iframe-container { display: none; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row > .video-iframe-container { display: none; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .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); }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu { border-width: 0; border-radius: 0; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .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; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxEVeRahpNhxIU7EAFulOeqK6GrDJauo { color:rgba(var(--color-primary-3),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.15625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSngZqVWZV03ToeKJJUb7CeNI3D9bCXa { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;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;display:block; }
#NvVzDt7RrTZBaWXNtgIa06uGJ5R8Ddmu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28rem;left:45.96875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ud2yi3f1bncDukeprSb8PLcEPAlDnWMA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:14.125rem;left:44.3125rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STVSO6XurIOuE20ZWXiLz5BxC8DTLm1r { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.1875rem;left:24.625rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUNIr7NxH8MbSb9KOrS2ZgZyFvX912WQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.125rem;left:4.875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RASWISdTApX3UwH3UK75quFtLLJVSixH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.0625rem;left:8.6875rem; }
#Trk9ON5qXLoeEdEs27wghWM8sUlN5LiH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:28rem;left:4.875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7VKvEEaieJ7o5t4TeK4zlQMuSq3DNxa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:28.0625rem;left:24.625rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTfrEd00QLTUmvLcDyMvgUQKrTN8tvWw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.375rem;left:8.46875rem; }
#k6SE3Wto4ZTbBHHTFtNeueBf0q0IJEuv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.6875rem;left:28.4375rem; }
#PzhVpLobAL948NzVrfMIMEXFOR1JJRa2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.0625rem;left:28.4375rem; }
#VyOymZyK31t1r0y20KtpnpUzJcC4QcLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.59375rem;left:49.78125rem; }
#KZw5E0LDWTObIbBhhckiuBxC7kTeLZnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.0625rem;left:49.78125rem; }
#tS0ETADbOnW31Or5Gv3MZaB51sGJlg2F { box-sizing:content-box;height:21.3125rem;width:0.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.1875rem;left:18.722944630873rem;display:block; }
#CNAFZa3nhPLpQLe7NG6g3TGomTkfPLFi { box-sizing:content-box;height:21.3125rem;width:0.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.3125rem;left:40.875rem;display:block; }
#XfboXloI3JiGkHhaSzpJa6EAnZlgZVAD { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;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;display:none; }
#KeXaas7368F0c6hR91ATcsVoAxqcT8v0 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;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;display:none; }
#wMKGTaURQ1LVmEooOrh8i4InWwtQX7tc { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;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;display:none; }
#Qq0nhd1NNoh9mi0Brx8bdLeRVoaa4mkx { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;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;display:none; }
#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cbee8b4-8b4d-4ed5-bc6e-63458dfc7c11/UstawieniasystemoweMariannaGierszewska123251.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9.adaptive-delivery-prevent-bg, #q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9.lazyload, #q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9.lazyloading { background-image: none; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container { background-color: transparent; background-image: none; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.91); }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container > .video-iframe-container { display: none; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.91); }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row > .video-iframe-container { display: none; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .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); }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container { border-width: 0; border-radius: 0; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#ozTiiNo1OX1PMLT0BNIB2frGT6HbD1zB { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:8.3125rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZLqhdvgfVPQ3uWnLKdF8C40LkBrZmOg { position:absolute;display:block;z-index:15008;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.1875rem;width:4.1875rem;top:11.4248046875rem;left:6.375rem;overflow:hidden;display:block; }
#kvHoqoI7sMt9Md4PkeQ2K2tAMPxJxbUM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2.875rem;left:50.0625rem;overflow:hidden;display:block; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:60rem;position:relative;display:block; }#uxB1lyHKztzRO6LIDVatDqRHqR3o1mfO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40rem;width:40rem;top:9.98779296875rem;left:10rem;display:block; }
#udxcSLHrKlA5RHEhbngdNsgRSId3u8T3 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:4.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:54.17529296875rem;left:19.59375rem;display:block; }
#Ad85p0Ee80iorDRmQA9tKz0BFQ7dl30H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhRTFQPF4H3BiKfIyX9uMp9To8voTIvu { color:rgba(var(--color-primary-3),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.18505859375rem;left:8.75rem;height:3.57483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container { background-color: transparent; background-image: none; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container > .video-iframe-container { display: none; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row > .video-iframe-container { display: none; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .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); }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container { border-width: 0; border-radius: 0; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container { font-size:0.875rem;font-family:arial;height:93.5rem;width:60rem;position:relative;display:block; }#NbcUP7FJGRknXrOJ3zymV8o6WeIb0r1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:31.5rem;left:7.125rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIpTWcDChaJz3HkPe2R7mqfMIAb4CteT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.25rem;left:10.4375rem;height:4.385375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bnMcwnGSLFpeBk9Jniv2Ciaoi3mT3oLA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:25.6875rem;left:5rem;display:block; }
#ysiw77VtLc28MeL3ek33FDo2Tfrd1Kes { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:30.75rem;left:7rem;display:block; }
#sTw38KkTGd2nJOBrD4L75Ooz4ZsaBKA1 { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:27.32292175293rem;left:7.125rem;display:block; }
#wpzCWmefqZMm6ZbBM0gsfqF4Ob6Cpxcq { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:85.76171875rem;left:20.281251907349rem;display:block; }
#ntaK301exttzkf213qdfp6NvTSnnrxJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iP9Zvol5loTHnFsK3G7XESvnIzT3xrGf { color:#070606;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:28.020843505859rem;left:12.875rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#f23P0dRbVn9GtXmBT2DgTcxAIIhlTaZW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:37.125rem;left:33.625rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtWJMaF1WlmEkSib6c6hdmKSmSIAppI5 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:36.4375rem;left:33.6875rem;display:block; }
#AaBA6ZeXIO61tFySKABXuJSTEIm6TVtx { color:#070606;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:33.26042175293rem;left:38.5rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#tvk7FfFAz1HHZiCNHy0xHO8f2RefGrpB { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:32.66667175293rem;left:33.9375rem;display:block; }
#WJCT1eUifOXM38W3WfrVluBrvsmwNLJy { color:rgba(var(--color-primary-3),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.6041870117188rem;left:5.53125rem;height:3.57483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2MP5AElSRPmS8wwOrZRodJkLcVtKirK { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:31.5rem;left:31.5rem;display:block; }
#yVNKNXrc0UBIforkZQrueC9BnSp1pNb6 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:39.3125rem;left:5.0625rem;display:block; }
#KbcvtkghOtVQzw5rx8kx89c1UhNcHPKd { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:45.125rem;left:31.5rem;display:block; }
#flt5PQ3hcxkWcBRZ1OAMdTpCT6G1VDOZ { color:#070606;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.1;letter-spacing:0;top:41.5625rem;left:12.9375rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#QMMWJGW68TiyX16mKbfbSaIN3vt0dhHM { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:46.4375rem;left:33.9375rem;display:block; }
#HPR6KxC2EPlJhJTQSWcl0ZuyQ3081SkE { color:#070606;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15060;line-height:1.1;letter-spacing:0;top:47.1875rem;left:38.625rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#S0Qx5hevAHsLMeSrAdRfUiGyKzfAaFsD { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:44.375rem;left:7.0625rem;display:block; }
#KavMfhXNTnwrL7Ce1rQBEmvyb8vGKeZQ { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:50.0625rem;left:33.625rem;display:block; }
#T3Fm8R3xiTinJkCfg1OOd103MgMqeA42 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:45.3125rem;left:7.125rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgxEB7ywPz2OfqnTAxfiZEPmSDSRSNbI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:51.1875rem;left:33.625rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nkv4bDFwmJTBT4FeQNSN5MIPLorL18NW { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:52.5625rem;left:5.0625rem;display:block; }
#zkIBXcAmhuFz0MOv3pHTQW2Zu0bcWyvI { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:58.375rem;left:31.5rem;display:block; }
#ESbSl0x5URmzmc3h61EPGGEemrMhMpvR { color:#070606;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15064;line-height:1.1;letter-spacing:0;top:54.8125rem;left:12.9375rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#C4NTvvfpMbWIK9TnsTmV4TOoLmTs8HEQ { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:60.125rem;left:34.0625rem;display:block; }
#fJrOGOdgOkETlkR5H0HB5AK4drmpVdFo { color:#070606;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15069;line-height:1.1;letter-spacing:0;top:60.625rem;left:38.5rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#mpwFh83gF0bugh4RLadS0eK1daMlrNil { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:57.625rem;left:7.0625rem;display:block; }
#km73A9epD087SvdDzGAICHqP806LkiCt { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:63.3125rem;left:33.625rem;display:block; }
#H4SCQ9N8GluJAf73vilNTFHqx7WpxMDu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:58.375rem;left:7.125rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cU70NRNEQcw05u0gDxScgOQ3u1LTx0Di { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:64.1875rem;left:33.625rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFkGh55wqd0vH6uR81GiSMKXa1qTXTMV { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:66.125rem;left:5.0625rem;display:block; }
#sR9JbNQgrBpiV2NmTUVrzS22Pb58rgWX { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:9.875rem;width:23.0625rem;top:72rem;left:31.5rem;display:block; }
#pIwz9T0s74V0Mxvf1lO3XuHER9TbI8bI { color:#070606;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.1;letter-spacing:0;top:68.1875rem;left:13rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#xMEM8tM7nOcut91wzgy5IBz3H3QiMTtM { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:73.5625rem;left:33.9375rem;display:block; }
#DzD8VnMlF5TuGZoJpXyTDfHLPveatdXt { color:#070606;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15078;line-height:1.1;letter-spacing:0;top:74.0625rem;left:38.625rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#LsLmX3dXrB4HCBdS2q6QTF0y4Mt5x4UF { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:71rem;left:7.125rem;display:block; }
#SP7euEB1TDs9miW6Esy11i32bhhtySNv { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:76.9375rem;left:33.625rem;display:block; }
#RHDA98vmghITMlElQzoPsV1On4TMU3bC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:71.75rem;left:7.1875rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwS75T6MhETNu7sUQhp34Zc8hRibQbZn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:78.375rem;left:33.3125rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scTHNNiMrfFtZBOazeepIRBBOTddn6mb { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:40.9375rem;left:7rem;display:block; }
#nTdAaASWGkyFDvCc5d5z1nXrm9UG6VE2 { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:54.1875rem;left:7.125rem;display:block; }
#e9HX8STSNplPeUyJZWt6s4Xzo7TW0QoW { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:70.625rem;left:7.5rem;display:block; }
#dgbvnqzi10hOuO5nnPaJ7kd0yKzhwabe { box-sizing:content-box;color:#506345;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:67.677124023438rem;left:7.125rem;display:block; }
#XHSOpA1rMLBxhKAH35aqG3V6oQgH1SUV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:8.8125rem;width:44.4375rem;top:13.0625rem;left:7.8125rem;display:block; }
#Ru5ZUcDgCNuzKek94tsc7rfwSoxdkVo8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container { background-color: transparent; background-image: none; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container > .video-iframe-container { display: none; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row > .video-iframe-container { display: none; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .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); }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container { border-width: 0; border-radius: 0; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;position:relative;display:block; }#VhKaLZg3WQ8HGkr1c4u2BTDPXFLIfeTE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.6875rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgpaCWQ6bbmnm8OuM3Fv4cU4dA91VT7X { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:16.875rem;left:6.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vIEsALeLxaG47zwM9sV1Mqn79i8iAKEn { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:26.5625rem;left:7.3125rem;height:15.93625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pm1Wl0QqDSv7xLNCEs9lKh7bk8tevCLZ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.9375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.384124755859rem;left:7.7812519073488rem;display:block; }
#J73ADxn6ZW4KKn46m0PnmolHUWyFN4sH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNgtKzyHkSkBrRZhT5IKTDkEJ3IcCdT6 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:24.25rem;left:7.3125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGF15mmBGRPOEADd1Z0d39RhysoT3TkJ { color:rgba(var(--color-primary-3),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:20rem;left:6.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEkCl4sA25hTpu5GTxXJF5nP8EnKUX5H { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:16.875rem;left:33.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqynbdZF2XU30PkmqKTgFagv6IvEJ2Po { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:26.625rem;left:35.6875rem;height:12.74900625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fmJnSxQZwtsHVtln50Q27ZATtNQSGH7P { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:24.25rem;left:35.625rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNfuM1yVrAiNiLthEwT6KaJq5gQ12iUB { color:rgba(var(--color-primary-3),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:20rem;left:35.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnoZKQp99tCkQeO7H4NLUekzCNfb8IV7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:34.5rem;width:23.6875rem;top:14.875rem;left:3.6875rem;display:block; }
#aO2i5MzO1D5wK7wFP736mEJgnsIoIn4t { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:43.8125rem;left:35.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsGlnL51BZ9rfJH3NJq9a2whwdZKXz1C { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:34.5rem;width:23.6875rem;top:14.875rem;left:32.6875rem;display:block; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .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; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.25rem;left:20.9375rem;z-index:15043; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #BITAVrNbT1MPX9EawIsZWvZSkcZmhJUn { display:flex;position:relative;top:0rem;left:0rem; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #tR2RkHkWQw3S0p71fcX0IU98VTdCtbT7 { width:auto; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #WG3QdCb9L3eiTKe7l9xPpeXsBDlzJFrA {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #CUr1Ecgh6tFzxzQcFsamM4qJhvnI1DF2 { display:flex;position:relative;top:0rem;left:0rem; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #XOld9QUzPxnn5esCgkSbKWJLt0sxNPs1 {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #UQIC2dEGSHogINBBu2ow6GWoQHgQus7W {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #dedBLTrcd4SNFy98JVEhM3xg7zch4BQs { display:flex;position:relative;top:0rem;left:0rem; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #swZZBtI1JbAi0OWnloqfEl6N3BTx2G6A {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #NSEkmsBpXvbdmI1zb4wCC6FWmiTiLu0Z {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #O95g0HMdJGag5fHFTG0mN6mMWwyPtUm5 { display:flex;position:relative;top:0rem;left:0rem; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #Oz5y2eIaGxcaQbGscqQOB8WZQmwQgDLx {  }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #OSESQe8l6Kh4lsnlFeJTHMVt6Tr2L6BB {  }
#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container { background-color: transparent; background-image: none; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container > .video-iframe-container { display: none; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row > .video-iframe-container { display: none; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .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); }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container { border-width: 0; border-radius: 0; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#FD1BaMhdRSQkyWKPkUbGgHkFvGUiO9vx { 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:20.0625rem;width:13.375rem;top:10.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#TVlKmVtDmWEXAg0wmLdau7QJ4BXvzWkl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:20.9375rem;top:11.9375rem;left:19.5625rem;overflow:hidden;display:block; }
#IiZVThbIwBK0i4vFDHBmkHVuvp6kIK4A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:17.125rem;top:13rem;left:42.875rem;overflow:hidden;display:block; }
#Ds5r1i6xTtxBHOr3qpNFPSgW4pXyApXQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:16.375rem;top:27.875rem;left:24.1875rem;overflow:hidden;display:block; }
#hTI5F5MTeoThyFOM6LPI1BZCgKvXHZzn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:19.0625rem;top:32.25rem;left:3.9375rem;overflow:hidden;display:block; }
#mlNU3XlysttuIu2Ts4TDALruOSDTrbAZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:15rem;top:42.5rem;left:42.875rem;overflow:hidden;display:block; }
#SfyNOcDtwh5er3oNseZ5mO1pRLGUtXKs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:18.4375rem;top:43.21875rem;left:1.875rem;overflow:hidden;display:block; }
#uW41BoLOHarz4tdrS6xf6oXXr6PiVDDC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:23.625rem;top:48.25rem;left:18.1875rem;overflow:hidden;display:block; }
#sCBXSF8ZXfB3TylROMByIf4LTuASvM2m { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.17529296875rem;left:8.5rem;height:3.57483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.72);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; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container { background-color: transparent; background-image: none; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container > .video-iframe-container { display: none; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row > .video-iframe-container { display: none; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .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); }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container { border-width: 0; border-radius: 0; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:60rem;position:relative;display:block; }#N6RdFPimTPqR6NEoIkfddCowerD2Krhd { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.5rem;left:2.1875rem;height:43.02794375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CaJiXVLsIUXa2TpJRNRA9bOomm3Hbqi2 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.75rem;left:2.1875rem;display:block; }
#kPUqA3w9pyn42KnG7i4xkGJnoFHHPsTN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27rem;width:18rem;top:16.65625rem;left:41.875rem;overflow:hidden;display:block; }
#IRKck1i1RT0EET9Pl3xdzJh43lu6zB0H { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:57.598968505859rem;left:2.1875rem;display:block; }
#WTQS1HcRhyllzqOHbRGvwRT2QHWTTbBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zgyt4Mq7RVyX8fgzLcXTRF7ZbobQBIR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.1875rem;height:3.33105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#akPwTkrS8FwzyXyzEt3c27CqKUNVbgMv { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.03125rem;left:20.28125rem;display:block; }
#HtAMMOH1nNcD50Iv2hRQZFfWQKB0GKE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rt1251OofJGrQBSUCZxhQuGpRxo0CcJg { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.0625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:16.1875rem;height:3.9375rem;top:24.8125rem;left:20.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #UFstORhdQlIE610VPntlODzGfOw0UvJ6 { top:10.3125rem;left:20.625rem;width:22.5625rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuzWoiCdZ16LOsFTJVRTH8WHpfrTgxU { top:15.6875rem;left:20.875rem;width:22.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zxVk0blaGBEe3oL9wJqBX1W23AsE20 { width:13.75rem;height:3.6875rem;top:24.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryu9X8pSurCGMkxWLc1nJOz5zgwDiXc7 { display:block; }
 }@media only screen and (max-width: 763px) { #tJiL8el8GRs5O7yfoHakspJ9vQLHGnnN { top:9.6875rem;left:16.75rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODnKfyXWrbSAAVwQ2czdfopca3TJgCO { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khqNcZtMn7e7xxEedeZk6p1JGAZhuVzk { top:8.5625rem;left:0rem;width:31.9375rem;height:24rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe1OTDRl5bHt2TO329TsTEOZnDyVeo62 { top:8.5625rem;left:22.5625rem;width:25.1875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONsR7FM00ol4i3uAOAn4698TqHx03nTp { top:3.375rem;left:7.9375rem;width:29.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpoRT4VnanNyTt4ielbLp4tnZp3VB5vw { top:65.375rem;left:0rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7aNuqLMFFGiepddTUh3DlMDnbwO0AR { top:36.5rem;left:15rem;width:31.4375rem;height:30.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBPA3EmB8Ru4CmUU0ElaS3dgXZO3KQfp { top:37.4375rem;left:0rem;width:18.375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu { display:block; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxEVeRahpNhxIU7EAFulOeqK6GrDJauo { top:3.5rem;left:2.03125rem;width:43.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSngZqVWZV03ToeKJJUb7CeNI3D9bCXa { top:19.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVzDt7RrTZBaWXNtgIa06uGJ5R8Ddmu { top:28rem;left:37rem;width:10.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud2yi3f1bncDukeprSb8PLcEPAlDnWMA { top:14.125rem;left:33.6875rem;width:14.0625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVSO6XurIOuE20ZWXiLz5BxC8DTLm1r { top:14.1875rem;left:18.5rem;width:10.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNIr7NxH8MbSb9KOrS2ZgZyFvX912WQ { top:14.125rem;left:0rem;width:10.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RASWISdTApX3UwH3UK75quFtLLJVSixH { top:23.0625rem;left:2.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trk9ON5qXLoeEdEs27wghWM8sUlN5LiH { top:28rem;left:0rem;width:10.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7VKvEEaieJ7o5t4TeK4zlQMuSq3DNxa { top:28.0625rem;left:18.5rem;width:10.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfrEd00QLTUmvLcDyMvgUQKrTN8tvWw { top:9.375rem;left:2.34375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6SE3Wto4ZTbBHHTFtNeueBf0q0IJEuv { top:9.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzhVpLobAL948NzVrfMIMEXFOR1JJRa2 { top:23.0625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOymZyK31t1r0y20KtpnpUzJcC4QcLA { top:9.5625rem;left:43.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZw5E0LDWTObIbBhhckiuBxC7kTeLZnv { top:23.0625rem;left:43.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS0ETADbOnW31Or5Gv3MZaB51sGJlg2F { top:10.1875rem;left:12.597944630872rem;width:0.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNAFZa3nhPLpQLe7NG6g3TGomTkfPLFi { top:10.3125rem;left:34.75rem;width:0.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfboXloI3JiGkHhaSzpJa6EAnZlgZVAD { top:19.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeXaas7368F0c6hR91ATcsVoAxqcT8v0 { top:19.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMKGTaURQ1LVmEooOrh8i4InWwtQX7tc { top:19.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq0nhd1NNoh9mi0Brx8bdLeRVoaa4mkx { top:19.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 { display:block; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTiiNo1OX1PMLT0BNIB2frGT6HbD1zB { width:43.375rem;height:5rem;top:7rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZLqhdvgfVPQ3uWnLKdF8C40LkBrZmOg { top:11.375rem;left:0.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHoqoI7sMt9Md4PkeQ2K2tAMPxJxbUM { top:2.875rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxB1lyHKztzRO6LIDVatDqRHqR3o1mfO { top:9.9375rem;left:3.875rem;width:40rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxcSLHrKlA5RHEhbngdNsgRSId3u8T3 { width:20.8125rem;height:4.1875rem;top:54.125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad85p0Ee80iorDRmQA9tKz0BFQ7dl30H { display:block; }
 }@media only screen and (max-width: 763px) { #GhRTFQPF4H3BiKfIyX9uMp9To8voTIvu { top:3.125rem;left:2.625rem;width:42.5625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va { display:block; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbcUP7FJGRknXrOJ3zymV8o6WeIb0r1Q { top:31.5rem;left:1rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIpTWcDChaJz3HkPe2R7mqfMIAb4CteT { top:15.25rem;left:4.3125rem;width:39.1875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMcwnGSLFpeBk9Jniv2Ciaoi3mT3oLA { width:23.0625rem;height:9.875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysiw77VtLc28MeL3ek33FDo2Tfrd1Kes { width:18.75rem;height:0.0625rem;top:30.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw38KkTGd2nJOBrD4L75Ooz4ZsaBKA1 { top:27.3125rem;left:1rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpzCWmefqZMm6ZbBM0gsfqF4Ob6Cpxcq { width:19.4375rem;height:3.9375rem;top:85.75rem;left:14.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntaK301exttzkf213qdfp6NvTSnnrxJJ { display:block; }
 }@media only screen and (max-width: 763px) { #iP9Zvol5loTHnFsK3G7XESvnIzT3xrGf { top:28rem;left:6.75rem;width:7.4375rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23P0dRbVn9GtXmBT2DgTcxAIIhlTaZW { top:37.125rem;left:27.5rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWJMaF1WlmEkSib6c6hdmKSmSIAppI5 { width:18.75rem;height:0.0625rem;top:36.4375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaBA6ZeXIO61tFySKABXuJSTEIm6TVtx { top:33.25rem;left:32.375rem;width:9.125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvk7FfFAz1HHZiCNHy0xHO8f2RefGrpB { top:32.625rem;left:27.8125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCT1eUifOXM38W3WfrVluBrvsmwNLJy { top:6.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MP5AElSRPmS8wwOrZRodJkLcVtKirK { width:23.0625rem;height:9.875rem;top:31.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVNKNXrc0UBIforkZQrueC9BnSp1pNb6 { width:23.0625rem;height:9.875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbcvtkghOtVQzw5rx8kx89c1UhNcHPKd { width:23.0625rem;height:9.875rem;top:45.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flt5PQ3hcxkWcBRZ1OAMdTpCT6G1VDOZ { top:41.5625rem;left:6.8125rem;width:7.4375rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMMWJGW68TiyX16mKbfbSaIN3vt0dhHM { top:46.4375rem;left:27.8125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPR6KxC2EPlJhJTQSWcl0ZuyQ3081SkE { top:47.1875rem;left:32.5rem;width:9.125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Qx5hevAHsLMeSrAdRfUiGyKzfAaFsD { width:18.75rem;height:0.0625rem;top:44.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KavMfhXNTnwrL7Ce1rQBEmvyb8vGKeZQ { width:18.75rem;height:0.0625rem;top:50.0625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Fm8R3xiTinJkCfg1OOd103MgMqeA42 { top:45.3125rem;left:1rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgxEB7ywPz2OfqnTAxfiZEPmSDSRSNbI { top:51.1875rem;left:27.5rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkv4bDFwmJTBT4FeQNSN5MIPLorL18NW { width:23.0625rem;height:9.875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkIBXcAmhuFz0MOv3pHTQW2Zu0bcWyvI { width:23.0625rem;height:9.875rem;top:58.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbSl0x5URmzmc3h61EPGGEemrMhMpvR { top:54.8125rem;left:6.8125rem;width:7.4375rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4NTvvfpMbWIK9TnsTmV4TOoLmTs8HEQ { top:60.125rem;left:27.9375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJrOGOdgOkETlkR5H0HB5AK4drmpVdFo { top:60.625rem;left:32.375rem;width:9.125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwFh83gF0bugh4RLadS0eK1daMlrNil { width:18.75rem;height:0.0625rem;top:57.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #km73A9epD087SvdDzGAICHqP806LkiCt { width:18.75rem;height:0.0625rem;top:63.3125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SCQ9N8GluJAf73vilNTFHqx7WpxMDu { top:58.375rem;left:1rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU70NRNEQcw05u0gDxScgOQ3u1LTx0Di { top:64.1875rem;left:27.5rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFkGh55wqd0vH6uR81GiSMKXa1qTXTMV { width:23.0625rem;height:9.875rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR9JbNQgrBpiV2NmTUVrzS22Pb58rgWX { width:23.0625rem;height:9.875rem;top:72rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIwz9T0s74V0Mxvf1lO3XuHER9TbI8bI { top:68.1875rem;left:6.875rem;width:7.4375rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMEM8tM7nOcut91wzgy5IBz3H3QiMTtM { top:73.5625rem;left:27.8125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzD8VnMlF5TuGZoJpXyTDfHLPveatdXt { top:74.0625rem;left:32.5rem;width:9.125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLmX3dXrB4HCBdS2q6QTF0y4Mt5x4UF { width:18.75rem;height:0.0625rem;top:71rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP7euEB1TDs9miW6Esy11i32bhhtySNv { width:18.75rem;height:0.0625rem;top:76.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHDA98vmghITMlElQzoPsV1On4TMU3bC { top:71.75rem;left:1.0625rem;width:18.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwS75T6MhETNu7sUQhp34Zc8hRibQbZn { top:78.375rem;left:27.1875rem;width:18.875rem;height:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTHNNiMrfFtZBOazeepIRBBOTddn6mb { top:40.9375rem;left:0.875rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdAaASWGkyFDvCc5d5z1nXrm9UG6VE2 { top:54.1875rem;left:1rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HX8STSNplPeUyJZWt6s4Xzo7TW0QoW { top:70.625rem;left:1.375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbvnqzi10hOuO5nnPaJ7kd0yKzhwabe { top:67.625rem;left:1rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSOpA1rMLBxhKAH35aqG3V6oQgH1SUV { width:44.4375rem;height:8.8125rem;top:13.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru5ZUcDgCNuzKek94tsc7rfwSoxdkVo8 { display:none; }
 }@media only screen and (max-width: 763px) { #xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 { display:block; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhKaLZg3WQ8HGkr1c4u2BTDPXFLIfeTE { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgpaCWQ6bbmnm8OuM3Fv4cU4dA91VT7X { width:17.5rem;height:2.5rem;top:16.875rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIEsALeLxaG47zwM9sV1Mqn79i8iAKEn { width:17.75rem;height:15.625rem;top:26.5625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1Wl0QqDSv7xLNCEs9lKh7bk8tevCLZ { width:15.4375rem;height:3.9375rem;top:43.375rem;left:1.6562519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73ADxn6ZW4KKn46m0PnmolHUWyFN4sH { display:block; }
 }@media only screen and (max-width: 763px) { #VNgtKzyHkSkBrRZhT5IKTDkEJ3IcCdT6 { width:17.75rem;height:1.5625rem;top:24.25rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGF15mmBGRPOEADd1Z0d39RhysoT3TkJ { width:17.5rem;height:2.5rem;top:20rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkCl4sA25hTpu5GTxXJF5nP8EnKUX5H { width:22.125rem;height:2.5rem;top:16.875rem;left:25.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqynbdZF2XU30PkmqKTgFagv6IvEJ2Po { width:17.75rem;height:12.5rem;top:26.625rem;left:29.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJnSxQZwtsHVtln50Q27ZATtNQSGH7P { width:17.75rem;height:1.5625rem;top:24.25rem;left:29.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfuM1yVrAiNiLthEwT6KaJq5gQ12iUB { width:17.5rem;height:2.5rem;top:20rem;left:29.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoZKQp99tCkQeO7H4NLUekzCNfb8IV7 { width:23.6875rem;height:34.5rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2i5MzO1D5wK7wFP736mEJgnsIoIn4t { width:17.75rem;height:3.125rem;top:43.8125rem;left:29.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGlnL51BZ9rfJH3NJq9a2whwdZKXz1C { width:23.6875rem;height:34.5rem;top:14.875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .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; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .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; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:14.25rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #BITAVrNbT1MPX9EawIsZWvZSkcZmhJUn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #tR2RkHkWQw3S0p71fcX0IU98VTdCtbT7 {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #WG3QdCb9L3eiTKe7l9xPpeXsBDlzJFrA {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #CUr1Ecgh6tFzxzQcFsamM4qJhvnI1DF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #XOld9QUzPxnn5esCgkSbKWJLt0sxNPs1 {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #UQIC2dEGSHogINBBu2ow6GWoQHgQus7W {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #dedBLTrcd4SNFy98JVEhM3xg7zch4BQs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #swZZBtI1JbAi0OWnloqfEl6N3BTx2G6A {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #NSEkmsBpXvbdmI1zb4wCC6FWmiTiLu0Z {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #O95g0HMdJGag5fHFTG0mN6mMWwyPtUm5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #Oz5y2eIaGxcaQbGscqQOB8WZQmwQgDLx {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #OSESQe8l6Kh4lsnlFeJTHMVt6Tr2L6BB {  }
 }@media only screen and (max-width: 763px) { #Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE { display:block; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD1BaMhdRSQkyWKPkUbGgHkFvGUiO9vx { top:10.5625rem;left:0rem;width:13.375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlKmVtDmWEXAg0wmLdau7QJ4BXvzWkl { top:11.9375rem;left:13.4375rem;width:20.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiZVThbIwBK0i4vFDHBmkHVuvp6kIK4A { top:13rem;left:30.625rem;width:17.125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5r1i6xTtxBHOr3qpNFPSgW4pXyApXQ { top:27.875rem;left:18.0625rem;width:16.375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTI5F5MTeoThyFOM6LPI1BZCgKvXHZzn { top:32.25rem;left:0rem;width:19.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNU3XlysttuIu2Ts4TDALruOSDTrbAZ { top:42.5rem;left:32.75rem;width:15rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfyNOcDtwh5er3oNseZ5mO1pRLGUtXKs { top:43.1875rem;left:0rem;width:18.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW41BoLOHarz4tdrS6xf6oXXr6PiVDDC { top:48.25rem;left:12.0625rem;width:23.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCBXSF8ZXfB3TylROMByIf4LTuASvM2m { top:4.125rem;left:2.375rem;width:43rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB { display:block; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6RdFPimTPqR6NEoIkfddCowerD2Krhd { width:38.5625rem;height:42.1875rem;top:12.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaJiXVLsIUXa2TpJRNRA9bOomm3Hbqi2 { top:10.75rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPUqA3w9pyn42KnG7i4xkGJnoFHHPsTN { top:16.625rem;left:29.75rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRKck1i1RT0EET9Pl3xdzJh43lu6zB0H { width:17.8125rem;height:4.1875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTQS1HcRhyllzqOHbRGvwRT2QHWTTbBg { display:block; }
 }@media only screen and (max-width: 763px) { #Zgyt4Mq7RVyX8fgzLcXTRF7ZbobQBIR9 { top:6.375rem;left:0rem;width:32.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akPwTkrS8FwzyXyzEt3c27CqKUNVbgMv { width:19.4375rem;height:3.8125rem;top:12rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAMMOH1nNcD50Iv2hRQZFfWQKB0GKE2 { display:block; }
 }@media only screen and (max-width: 763px) { #rt1251OofJGrQBSUCZxhQuGpRxo0CcJg { top:6.375rem;left:4.9375rem;width:37.875rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:rgba(239,154,87,0.46);background-image:none;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;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:18.6875rem;height:3.875rem;top:13.5rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #UFstORhdQlIE610VPntlODzGfOw0UvJ6 { width:16.4375rem;height:4.0625rem;top:2.0869140625rem;left:3.5625rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXuzWoiCdZ16LOsFTJVRTH8WHpfrTgxU { width:16.1875rem;height:7.1484375rem;top:5.5869140625rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2zxVk0blaGBEe3oL9wJqBX1W23AsE20 { width:18.3125rem;height:3.75rem;top:18.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryu9X8pSurCGMkxWLc1nJOz5zgwDiXc7 { display:block; }
 }@media only screen and (max-width: 763px) { #tJiL8el8GRs5O7yfoHakspJ9vQLHGnnN { width:5.125rem;height:5.125rem;top:1.5556640625rem;left:0.71875rem;overflow:hidden;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HODnKfyXWrbSAAVwQ2czdfopca3TJgCO { top:23.5625rem;left:2.71875rem;width:14.5625rem;height:22rem;z-index:15027;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khqNcZtMn7e7xxEedeZk6p1JGAZhuVzk { width:20rem;height:24.28588125rem;top:5.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe1OTDRl5bHt2TO329TsTEOZnDyVeo62 { width:17.375rem;height:17.75rem;top:56.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONsR7FM00ol4i3uAOAn4698TqHx03nTp { width:20rem;height:2.6001rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpoRT4VnanNyTt4ielbLp4tnZp3VB5vw { width:11.75rem;height:11.75rem;top:51.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx7aNuqLMFFGiepddTUh3DlMDnbwO0AR { width:20rem;height:27.45360625rem;top:29.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBPA3EmB8Ru4CmUU0ElaS3dgXZO3KQfp { width:18.375rem;height:27.875rem;top:98.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu { display:block; }#U9tWGgZhrqMLOFgDDZA6J8LXwCXDfZlu > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxEVeRahpNhxIU7EAFulOeqK6GrDJauo { width:20rem;height:5.20019375rem;top:1.42578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSngZqVWZV03ToeKJJUb7CeNI3D9bCXa { width:20rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVzDt7RrTZBaWXNtgIa06uGJ5R8Ddmu { width:13.875rem;height:4.143675rem;top:63.875rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud2yi3f1bncDukeprSb8PLcEPAlDnWMA { width:16.125rem;height:4.143675rem;top:32.677093505859rem;left:1.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVSO6XurIOuE20ZWXiLz5BxC8DTLm1r { width:13.25rem;height:4.143675rem;top:22.875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNIr7NxH8MbSb9KOrS2ZgZyFvX912WQ { width:14.9375rem;height:2.76245rem;top:13.4375rem;left:2.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RASWISdTApX3UwH3UK75quFtLLJVSixH { display:flex;width:3.125rem;height:3.125rem;top:40.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Trk9ON5qXLoeEdEs27wghWM8sUlN5LiH { width:13rem;height:4.143675rem;top:44rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7VKvEEaieJ7o5t4TeK4zlQMuSq3DNxa { width:12.5625rem;height:4.143675rem;top:54.0625rem;left:3.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfrEd00QLTUmvLcDyMvgUQKrTN8tvWw { display:flex;width:3.5625rem;height:3.5625rem;top:9.0625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #k6SE3Wto4ZTbBHHTFtNeueBf0q0IJEuv { display:flex;width:3.125rem;height:3.125rem;top:18.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PzhVpLobAL948NzVrfMIMEXFOR1JJRa2 { display:flex;width:3.125rem;height:3.125rem;top:50.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VyOymZyK31t1r0y20KtpnpUzJcC4QcLA { display:flex;width:3.125rem;height:3.125rem;top:28.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KZw5E0LDWTObIbBhhckiuBxC7kTeLZnv { display:flex;width:3.125rem;height:3.125rem;top:60.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tS0ETADbOnW31Or5Gv3MZaB51sGJlg2F { width:0.0625rem;height:21.3125rem;top:48.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNAFZa3nhPLpQLe7NG6g3TGomTkfPLFi { width:0.0625rem;height:21.3125rem;top:75.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfboXloI3JiGkHhaSzpJa6EAnZlgZVAD { width:20rem;height:0.0625rem;top:27.6875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KeXaas7368F0c6hR91ATcsVoAxqcT8v0 { width:20rem;height:0.0625rem;top:38.9375rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #wMKGTaURQ1LVmEooOrh8i4InWwtQX7tc { width:20rem;height:0.0625rem;top:48.8125rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Qq0nhd1NNoh9mi0Brx8bdLeRVoaa4mkx { width:20rem;height:0.0625rem;top:59.125rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 { display:block; }#q9iWbtAuIvWZcOB4nb6OyXJ5sAWE6Bn9 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTiiNo1OX1PMLT0BNIB2frGT6HbD1zB { width:16.375rem;height:4.87426875rem;top:3.3125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZLqhdvgfVPQ3uWnLKdF8C40LkBrZmOg { width:2.4375rem;height:2.4375rem;top:8.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHoqoI7sMt9Md4PkeQ2K2tAMPxJxbUM { width:2.3125rem;height:2.3125rem;top:1.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxB1lyHKztzRO6LIDVatDqRHqR3o1mfO { height:20.625rem;width:20rem;top:9.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxcSLHrKlA5RHEhbngdNsgRSId3u8T3 { width:19rem;height:4.1875rem;top:31.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad85p0Ee80iorDRmQA9tKz0BFQ7dl30H { display:block; }
 }@media only screen and (max-width: 763px) { #GhRTFQPF4H3BiKfIyX9uMp9To8voTIvu { width:20rem;height:5.20019375rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va { display:block; }#iRsEe48kcSv7DIPd6MI6qCUHZa7wO9Va > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbcUP7FJGRknXrOJ3zymV8o6WeIb0r1Q { width:16rem;height:3.736575rem;top:21.25rem;left:2rem;font-size:1.4375rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #mIpTWcDChaJz3HkPe2R7mqfMIAb4CteT { width:17.9375rem;height:5.27954375rem;top:8.90625rem;left:1.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMcwnGSLFpeBk9Jniv2Ciaoi3mT3oLA { width:20rem;height:11.4375rem;top:101.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysiw77VtLc28MeL3ek33FDo2Tfrd1Kes { width:18.75rem;height:0.0625rem;top:37rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw38KkTGd2nJOBrD4L75Ooz4ZsaBKA1 { width:2.625rem;height:2.625rem;top:28.3125rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpzCWmefqZMm6ZbBM0gsfqF4Ob6Cpxcq { width:19rem;height:4.1875rem;top:105rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntaK301exttzkf213qdfp6NvTSnnrxJJ { display:block; }
 }@media only screen and (max-width: 763px) { #iP9Zvol5loTHnFsK3G7XESvnIzT3xrGf { width:7.4375rem;height:1.6499rem;top:18.5rem;left:6.3125rem;font-size:1.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #f23P0dRbVn9GtXmBT2DgTcxAIIhlTaZW { width:18.875rem;height:3.736575rem;top:31.8125rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWJMaF1WlmEkSib6c6hdmKSmSIAppI5 { width:18.75rem;height:0.0625rem;top:26.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaBA6ZeXIO61tFySKABXuJSTEIm6TVtx { width:7.4375rem;height:1.6499rem;top:28.8125rem;left:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvk7FfFAz1HHZiCNHy0xHO8f2RefGrpB { width:2.625rem;height:2.625rem;top:18rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCT1eUifOXM38W3WfrVluBrvsmwNLJy { width:15.1875rem;height:4.22363125rem;top:2.3125rem;left:2.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MP5AElSRPmS8wwOrZRodJkLcVtKirK { width:20rem;height:9.875rem;top:116.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVNKNXrc0UBIforkZQrueC9BnSp1pNb6 { width:20rem;height:9.875rem;top:127.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbcvtkghOtVQzw5rx8kx89c1UhNcHPKd { width:20rem;height:9.875rem;top:139rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #flt5PQ3hcxkWcBRZ1OAMdTpCT6G1VDOZ { width:7.4375rem;height:1.6499rem;top:39.4375rem;left:6.5625rem;font-size:1.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #QMMWJGW68TiyX16mKbfbSaIN3vt0dhHM { width:2.625rem;height:2.625rem;top:49.875rem;left:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPR6KxC2EPlJhJTQSWcl0ZuyQ3081SkE { width:9.125rem;height:1.6499rem;top:50.375rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Qx5hevAHsLMeSrAdRfUiGyKzfAaFsD { width:18.75rem;height:0.0625rem;top:48.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KavMfhXNTnwrL7Ce1rQBEmvyb8vGKeZQ { width:18.75rem;height:0.0625rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Fm8R3xiTinJkCfg1OOd103MgMqeA42 { width:18.875rem;height:3.736575rem;top:42.25rem;left:0.5625rem;font-size:1.4375rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #rgxEB7ywPz2OfqnTAxfiZEPmSDSRSNbI { width:18.875rem;height:3.736575rem;top:53.5rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkv4bDFwmJTBT4FeQNSN5MIPLorL18NW { width:20rem;height:9.875rem;top:150.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkIBXcAmhuFz0MOv3pHTQW2Zu0bcWyvI { width:20rem;height:9.875rem;top:161.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESbSl0x5URmzmc3h61EPGGEemrMhMpvR { width:7.4375rem;height:1.6499rem;top:61.6875rem;left:6.5625rem;font-size:1.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #C4NTvvfpMbWIK9TnsTmV4TOoLmTs8HEQ { width:2.625rem;height:2.625rem;top:71.625rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJrOGOdgOkETlkR5H0HB5AK4drmpVdFo { width:9.125rem;height:1.6499rem;top:72.125rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwFh83gF0bugh4RLadS0eK1daMlrNil { width:18.75rem;height:0.0625rem;top:70.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km73A9epD087SvdDzGAICHqP806LkiCt { width:18.75rem;height:0.0625rem;top:81.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SCQ9N8GluJAf73vilNTFHqx7WpxMDu { width:18.875rem;height:3.736575rem;top:64.4375rem;left:0.5625rem;font-size:1.4375rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #cU70NRNEQcw05u0gDxScgOQ3u1LTx0Di { width:18.875rem;height:3.736575rem;top:75.5rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFkGh55wqd0vH6uR81GiSMKXa1qTXTMV { width:20rem;height:9.875rem;top:172.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sR9JbNQgrBpiV2NmTUVrzS22Pb58rgWX { width:20rem;height:9.875rem;top:183.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIwz9T0s74V0Mxvf1lO3XuHER9TbI8bI { width:7.4375rem;height:1.6499rem;top:83.3125rem;left:6.3125rem;font-size:1.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #xMEM8tM7nOcut91wzgy5IBz3H3QiMTtM { width:2.625rem;height:2.625rem;top:95.4375rem;left:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzD8VnMlF5TuGZoJpXyTDfHLPveatdXt { width:9.125rem;height:1.6499rem;top:95.9375rem;left:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLmX3dXrB4HCBdS2q6QTF0y4Mt5x4UF { width:18.75rem;height:0.0625rem;top:93.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP7euEB1TDs9miW6Esy11i32bhhtySNv { width:18.75rem;height:0.0625rem;top:188.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHDA98vmghITMlElQzoPsV1On4TMU3bC { width:18.875rem;height:5.6048625rem;top:86.3125rem;left:0.5625rem;font-size:1.4375rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #hwS75T6MhETNu7sUQhp34Zc8hRibQbZn { width:18.875rem;height:3.736575rem;top:99.3125rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTHNNiMrfFtZBOazeepIRBBOTddn6mb { width:2.625rem;height:2.625rem;top:38.9375rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdAaASWGkyFDvCc5d5z1nXrm9UG6VE2 { width:2.625rem;height:2.625rem;top:61.1875rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HX8STSNplPeUyJZWt6s4Xzo7TW0QoW { width:2.625rem;height:2.625rem;top:174.9375rem;left:2.625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgbvnqzi10hOuO5nnPaJ7kd0yKzhwabe { width:2.625rem;height:2.625rem;top:82.8125rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSOpA1rMLBxhKAH35aqG3V6oQgH1SUV { width:20rem;height:8.8125rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ru5ZUcDgCNuzKek94tsc7rfwSoxdkVo8 { top:7.91667175293rem;left:0.78125rem;width:18.4375rem;height:7.4375rem;z-index:15013;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 { display:block; }#xZvirTzv5MRhxuKlmcuqxCpomFlAs3f1 > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhKaLZg3WQ8HGkr1c4u2BTDPXFLIfeTE { width:20rem;height:6.09375rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgpaCWQ6bbmnm8OuM3Fv4cU4dA91VT7X { width:17.5rem;height:2.000125rem;top:16.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIEsALeLxaG47zwM9sV1Mqn79i8iAKEn { width:16.6875rem;height:14.9963125rem;top:23.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1Wl0QqDSv7xLNCEs9lKh7bk8tevCLZ { width:11.5625rem;height:2.9375rem;top:39.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73ADxn6ZW4KKn46m0PnmolHUWyFN4sH { display:block; }
 }@media only screen and (max-width: 763px) { #VNgtKzyHkSkBrRZhT5IKTDkEJ3IcCdT6 { width:17.75rem;height:1.5rem;top:21.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGF15mmBGRPOEADd1Z0d39RhysoT3TkJ { width:17.5rem;height:2.000125rem;top:18.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkCl4sA25hTpu5GTxXJF5nP8EnKUX5H { width:20rem;height:2.000125rem;top:47.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqynbdZF2XU30PkmqKTgFagv6IvEJ2Po { width:16.4375rem;height:11.99705625rem;top:55.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJnSxQZwtsHVtln50Q27ZATtNQSGH7P { width:17.75rem;height:1.5rem;top:53.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfuM1yVrAiNiLthEwT6KaJq5gQ12iUB { width:17.5rem;height:2.000125rem;top:50.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoZKQp99tCkQeO7H4NLUekzCNfb8IV7 { width:20rem;height:28.3125rem;top:15.0625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aO2i5MzO1D5wK7wFP736mEJgnsIoIn4t { width:17.75rem;height:2.99926875rem;top:70.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGlnL51BZ9rfJH3NJq9a2whwdZKXz1C { width:20rem;height:28.4375rem;top:46.1875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .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; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 .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; }
#wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 { width:18rem;height:5.0625rem;display:flex;top:8.5rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #BITAVrNbT1MPX9EawIsZWvZSkcZmhJUn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #tR2RkHkWQw3S0p71fcX0IU98VTdCtbT7 {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #WG3QdCb9L3eiTKe7l9xPpeXsBDlzJFrA {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #CUr1Ecgh6tFzxzQcFsamM4qJhvnI1DF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #XOld9QUzPxnn5esCgkSbKWJLt0sxNPs1 {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #UQIC2dEGSHogINBBu2ow6GWoQHgQus7W {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #dedBLTrcd4SNFy98JVEhM3xg7zch4BQs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #swZZBtI1JbAi0OWnloqfEl6N3BTx2G6A {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #NSEkmsBpXvbdmI1zb4wCC6FWmiTiLu0Z {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #O95g0HMdJGag5fHFTG0mN6mMWwyPtUm5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #Oz5y2eIaGxcaQbGscqQOB8WZQmwQgDLx {  }
 }@media only screen and (max-width: 763px) { #wx5fRMNdiKUsiPWKvtR8IgeSvgFXwzG7 #OSESQe8l6Kh4lsnlFeJTHMVt6Tr2L6BB {  }
 }@media only screen and (max-width: 763px) { #Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE { display:block; }#Bdn7gnndSLZl6iR3z60bxUCh1HJGohVE > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD1BaMhdRSQkyWKPkUbGgHkFvGUiO9vx { width:10.875rem;height:16.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlKmVtDmWEXAg0wmLdau7QJ4BXvzWkl { width:15.875rem;height:10.625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiZVThbIwBK0i4vFDHBmkHVuvp6kIK4A { width:11.3125rem;height:17.8125rem;top:34.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5r1i6xTtxBHOr3qpNFPSgW4pXyApXQ { width:8.375rem;height:9.375rem;top:4.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTI5F5MTeoThyFOM6LPI1BZCgKvXHZzn { width:19.0625rem;height:7.25rem;top:33.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlNU3XlysttuIu2Ts4TDALruOSDTrbAZ { width:7.75rem;height:4.6875rem;top:15.59375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfyNOcDtwh5er3oNseZ5mO1pRLGUtXKs { width:13.3125rem;height:5.625rem;top:52.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW41BoLOHarz4tdrS6xf6oXXr6PiVDDC { width:20rem;height:5.875rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCBXSF8ZXfB3TylROMByIf4LTuASvM2m { width:20rem;height:2.6001rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB { display:block; }#VLqMTfTDZVczL5JI4I5oGzcchJmmJdOB > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6RdFPimTPqR6NEoIkfddCowerD2Krhd { width:20rem;height:56.4532125rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaJiXVLsIUXa2TpJRNRA9bOomm3Hbqi2 { width:12.5rem;height:0.125rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPUqA3w9pyn42KnG7i4xkGJnoFHHPsTN { width:17.25rem;height:25.875rem;top:68.875rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IRKck1i1RT0EET9Pl3xdzJh43lu6zB0H { width:19rem;height:4.1875rem;top:97.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTQS1HcRhyllzqOHbRGvwRT2QHWTTbBg { display:block; }
 }@media only screen and (max-width: 763px) { #Zgyt4Mq7RVyX8fgzLcXTRF7ZbobQBIR9 { width:20rem;height:5.20019375rem;top:2.2875003814698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akPwTkrS8FwzyXyzEt3c27CqKUNVbgMv { width:13.4375rem;height:2.9375rem;top:5.6875rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAMMOH1nNcD50Iv2hRQZFfWQKB0GKE2 { display:block; }
 }@media only screen and (max-width: 763px) { #rt1251OofJGrQBSUCZxhQuGpRxo0CcJg { width:20rem;height:1.70605625rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }