.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,248,248;--color-primary-1:240,230,233;--color-primary-2:225,205,211;--color-primary-3:113,103,106;--color-primary-4:34,31,32;--color-secondary-0:239,224,223;--color-secondary-1:232,186,160;--color-secondary-2:143,125,113;--color-secondary-3:86,75,68;--color-secondary-4:29,25,23;--color-tertiary-0:255,255,255;--color-tertiary-1:83,83,83;--color-tertiary-2:35,35,35;--color-tertiary-3:21,21,21;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { background-color: transparent; background-image: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container > .video-iframe-container { display: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container { display: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .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); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { border-width: 0; border-radius: 0; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:5.8125rem;width:60rem;position:relative;display:block; }#fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.0824217796326rem;left:2.49609375rem;height:1.65rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top: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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .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:var(--paragraphs-font-family);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; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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:0.62460935115814rem;left:25.870307922363rem;z-index:15001; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wizwkKag5TAI5LHTVTTr9LOTH3Oy2Qa0 { display:flex;position:relative;top:0rem;left:0rem; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #Mi8UixMkXpBhSVOSepl3bu6zgtevA4a2 { width:auto; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #bvmwHnMHPQ3U0y7WzHk3ALTR58UF2N60 {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #XkIlXq0TM7IWtk0rMQCGA7na9qNqptRQ { display:flex;position:relative;top:0rem;left:0rem; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wbydJegEKmtwMOfpCaP6h7cRcqs88b3k {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #uTau2mpcdJiHKHGdk3yR6fBbn7bmRUDa {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #W8x152teGvl2oUJs57qRK27qMqkr1s11 { display:flex;position:relative;top:0rem;left:0rem; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #U1Zr7KLKR9dFXLyHQwfQbUlgImNSxtv9 {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #yiTTvvLP0y4JV3rUshSxAmuUkbqivqFp {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #e1mWIiHN3BLcTqJcUv1SJQl11cnSX0mL { display:flex;position:relative;top:0rem;left:0rem; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #hnRzWD3WrhTmaNiMRTscwTwswHLVCG4l {  }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #RERqlyT7KbCMXAgod6DtEhBmFPDqMo6K {  }
#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { background-color: transparent; background-image: none; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container > .video-iframe-container { display: none; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row > .video-iframe-container { display: none; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .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); }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { border-width: 0; border-radius: 0; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.2491875rem;width:45rem;top:13.279686927796rem;left:6.8179664611819rem;display:block; }
#JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8746094703674rem;left:2.7492179870606rem;height:4.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aacWMlk92hBO5G1yo5HGfB7TJuQ32sAT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6859374046325rem;left:3.6199188232422rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNAVhF4ZTPzPRmMFWuWcpZNaqBceyFmS { color:#000000;display:block;width:55.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:42.216795921326rem;left:1.3171882629394rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSV73UdnRKPfUwWeCHx9dcViJsoxSyOM { box-sizing:content-box;height:9.375rem;width:57.812125rem;position:absolute;display:block;z-index:14999;background-color:#e1cdd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.745700597763rem;left:1.0921859741211rem;display:block; }
#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { background-color:rgba(245,240,237,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { background-color: transparent; background-image: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .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); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { border-width: 0; border-radius: 0; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { color:rgba(var(--color-tertiary-4),1);display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0.5625rem;height:3.45rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:14.46875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:16rem;top:14.5rem;left:40.437501907349rem;overflow:hidden;display:block; }
#FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:15rem;left:3.5812511444092rem;height:14rem;font-style:normal;display:block; }
#lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { box-sizing:content-box;height:16.1875rem;width:42.6875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.999217987061rem;left:2.8746070861816rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { background-color:rgba(var(--color-secondary-1),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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.874625rem;height:3.4359375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.436328887939rem;left:5.560546875rem;display:block; }
#io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:32.312125rem;top:36.698436737061rem;left:4.341796875rem;overflow:hidden;display:block; }
#CJlq4lBTKS4tonDusEqZFhtUz6nMXzc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:9.0625rem;left:0.5625rem;height:2.7rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7edf1;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; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { background-color: transparent; background-image: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container > .video-iframe-container { display: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container { display: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .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); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { border-width: 0; border-radius: 0; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { box-sizing:content-box;height:54.624625rem;width:57.437125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:1.25rem;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;display:block; }
#WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { box-sizing:content-box;height:14.3125rem;width:25.75rem;position:absolute;display:block;z-index:15003;background-color:#e7edf1;background-image:none;top:3.375rem;left:3.8125rem;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;display:block; }
#XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.3125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.25rem;left:5rem;height:9.66875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { box-sizing:content-box;height:19.3125rem;width:25.75rem;position:absolute;display:block;z-index:15006;background-color:#f5f0ed;background-image:none;top:3.375rem;left:30.375rem;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;display:block; }
#zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:34.875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.0625rem;left:31rem;height:12.43125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { box-sizing:content-box;height:9.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#f5f0ed;background-image:none;top:18.1875rem;left:3.8125rem;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;display:block; }
#VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.6875rem;left:4.5625rem;height:1.3816375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:19rem;left:4.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { box-sizing:content-box;height:19rem;width:25.75rem;position:absolute;display:block;z-index:15018;background-color:#e7edf1;background-image:none;top:23.3125rem;left:30.375rem;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;display:block; }
#r75QWao3KN0chJz6vHr5raHhBV3TgR8k { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:28.625rem;left:32.9375rem;height:11.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { box-sizing:content-box;height:14.0625rem;width:25.75rem;position:absolute;display:block;z-index:15015;background-color:#e7edf1;background-image:none;top:28.25rem;left:3.8125rem;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;display:block; }
#eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:33.0625rem;left:6.125rem;height:8.2875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { color:rgba(var(--color-primary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:25.9375rem;left:34.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29.5625rem;left:4.625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFIFXogZ7lIKx55QxkUORKL3twdvd45B { box-sizing:content-box;height:10.9375rem;width:52.25rem;position:absolute;display:block;z-index:15019;background-color:#e7edf1;background-image:none;top:43.3125rem;left:3.8125rem;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;display:block; }
#TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:44.5rem;left:9.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:46.5625rem;left:5.1875rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPrBJyvrnmTX0BRMKxIBHKk2ZWLpJcc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.125rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3abe365-bcfc-46a3-ba8d-79d2050478e0/ZotyKobietaLinieBrokatiZotoOglnyyczeniaUrodzinyWpisnaFacebooku17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.adaptive-delivery-prevent-bg, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyload, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyloading { background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { background-color: transparent; background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .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); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { border-width: 0; border-radius: 0; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::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; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;overflow:visible;position:relative;display:block; }#l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:4rem;left:0.5625rem;height:10.96875rem;text-align:center;text-align-last:center;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; }
#FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:16.71875rem;left:5.125rem;height:;text-align:center;text-align-last:center;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; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.8125rem;width:11.25rem;top:4.436718583107rem;left:5.4984359741211rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.6804819107056rem;left:21.124217987061rem;height:17.325rem;font-style:normal;display:block; }
#DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { box-sizing:content-box;height:21rem;width:56.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.875rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BIoJX7URWGvXJ4GKRezmus6LgVJL442a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { background-color: transparent; background-image: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container > .video-iframe-container { display: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container { display: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .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); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { border-width: 0; border-radius: 0; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#w9c5OSGWum21nxiudPbKSWnTiWoWddKz { color:rgba(var(--color-tertiary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15006;background-color:#f5f0ed;background-image:none;top:8.1875rem;left:3.8125rem;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;display:block; }
#G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3125rem;left:7.75rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.6875rem;left:5.6875rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#e7edf1;background-image:none;top:8.1875rem;left:30.5rem;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;display:block; }
#aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.685508728028rem;left:32.903900146484rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.3125rem;left:33.3125rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15012;background-color:#e7edf1;background-image:none;top:21.375rem;left:3.8125rem;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;display:block; }
#Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.875rem;left:5.9375rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#f5f0ed;background-image:none;top:21.375rem;left:30.5rem;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;display:block; }
#r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.4375rem;left:33.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.875rem;left:32.3125rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15012;background-color:#f5f0ed;background-image:none;top:34.5625rem;left:3.8125rem;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;display:block; }
#GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:38.1875rem;left:5.3125rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { 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:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36rem;left:7.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15013;background-color:#f5f0ed;background-image:url("https://images.assets-landingi.com/uc/543b1b21-34ef-4441-891f-2e9568668592/Projektbeznazwy13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.5625rem;left:30.5rem;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;display:block; }#CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.adaptive-delivery-prevent-bg, #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.lazyload, #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.lazyloading { background-image: none; }
#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { background-color: transparent; background-image: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container > .video-iframe-container { display: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container { display: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .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); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { border-width: 0; border-radius: 0; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { 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:38.5rem;width:58.5rem;top:0.59843740463259rem;left:0.81631844380406rem;overflow:hidden;display:block; }
#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container { background-color: transparent; background-image: none; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container > .video-iframe-container { display: none; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row > .video-iframe-container { display: none; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .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); }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container { border-width: 0; border-radius: 0; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container { font-size:0.875rem;font-family:"open sans";height:16.375rem;width:60rem;position:relative;display:block; }#gVhVmlwUxxOeTVTlJATgrZrsO9uAhUht { background-color:#fde336;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:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.4991875rem;height:4.18710625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1847648620606rem;left:5.7492179870606rem;display:block; }
#DNiJrskqkIVuydJHQ3Ehim8PSaFHcnoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top: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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .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:var(--paragraphs-font-family);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; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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:10.05703163147rem;left:20.935543060302rem;z-index:15001; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #iQZKaG7bslmpnOioN7JsaEtX8TgZVAzR { display:flex;position:relative;top:0rem;left:0rem; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #kPSNd64q6E5m3ol1QOm345hmfsQyoTsc { width:auto; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #p89oqOTxE6Aa9bsxRUMdSbnGdpTtqTCC {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #oZCcGfhdf8amBpSx4L8dDETv0U1sAzdU { display:flex;position:relative;top:0rem;left:0rem; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #K7TayTcJmHSDNcMgnoDiTWFSrbWkLS8G {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #ZyhSy0C3x6ZWIKOOak93sAtUceZPsHJD {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #lhP3g4cKPHmLAA9b5TTTkhd8RMd8XiWJ { display:flex;position:relative;top:0rem;left:0rem; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #sLeTDy4g4FW1t6gyuTMxXlT3t25LAsLB {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #V6lMGNVqxlH6BnCupU5o95zfo7KKrRH3 {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #inC8yPpckTnUnkpw4GTH8y10nhuxKfeh { display:flex;position:relative;top:0rem;left:0rem; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #bkO0ncB73blvmLPrtFwTOCreT65F3Nuq {  }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #S6lebQKaL1ouya5g8QDoLQXyAGRi7TnE {  }
#zuLSm2RkXGrWPPKzTlxOF6QKXxQUl04W { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:7.0370750427244rem;left:18.499217987061rem;height:2.3003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { background-color: transparent; background-image: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container > .video-iframe-container { display: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container { display: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .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); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { border-width: 0; border-radius: 0; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:60rem;position:relative;display:block; }#gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:2.5625rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8273410797119rem;left:4.7472648620606rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:4.75rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7V6cDSMQxyHp748XKhT6wxOddnxVInH { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:25.0625rem;left:4.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:52.866795539856rem;left:4.7179679870606rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:49.324215888977rem;left:4.494140625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12460625rem;width:38.499625rem;top:19.916013717651rem;left:3.310546875rem;overflow:hidden;display:block; }
#woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { 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:8.0625rem;width:8.0625rem;top:60.624607086182rem;left:48.266014099121rem;overflow:hidden;display:block; }
#FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.12460625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:63.5917930603rem;left:49.762496948243rem;height:2.125775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1234375rem;width:38.499625rem;top:60.104294776916rem;left:3.310546875rem;overflow:hidden;display:block; }
#SpzV4i1Ic1wNnLgPeU0XOGcviD8gogHg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1234375rem;width:38.499625rem;top:44.200779914856rem;left:3.310546875rem;overflow:hidden;display:block; }
#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { background-color: transparent; background-image: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container > .video-iframe-container { display: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container { display: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .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); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { border-width: 0; border-radius: 0; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { color:rgba(var(--color-tertiary-2),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:1.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.375rem;left:3.875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szmNAKJQROB38kS720a0K6vRzElWMSB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { background-color: transparent; background-image: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .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); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { border-width: 0; border-radius: 0; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { box-sizing:content-box;height:47.0625rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8750004768369rem;left:4.40625rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { background-color:rgba(var(--color-secondary-1),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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.629167556762rem;left:4.40625rem;display:block; }
#xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { box-sizing:content-box;height:29.0625rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.750001907349rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:9.9416770935056rem;left:36.347915649414rem;overflow:hidden;display:block; }
#vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:18.124216079712rem;left:4.40625rem;overflow:hidden;display:block; }
#GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:39rem;left:4.40625rem;display:block; }
#CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.40625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:42.4375rem;left:4.40625rem;overflow:hidden;display:block; }
#xy0Cep0do4xZ2fCJPogkg8042ToLolwT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:42.4375rem;left:6.96875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:42.437099456787rem;left:33.167572021484rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:42.4375rem;left:30.75rem;overflow:hidden;display:block; }
#MI9OzmJ0g80liE9ZKXcl9zBK5rpybMA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:45.937501907349rem;left:6.96875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oH71imURVV5imw2QxIbKShMXO05IaxPb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:45.937501907349rem;left:4.40625rem;overflow:hidden;display:block; }
#GcwFt4f7RRdKbcoMnbNFcEAzvizhLORh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:46.556253433228rem;left:30.75rem;overflow:hidden;display:block; }
#lUznMWIR07h4iIScTy4zLdSDzVrN38Cl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:45.937501907349rem;left:33.222915649414rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9yueFbgQDR45fVlvtVv2IbO3QocIShk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { background-color: transparent; background-image: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .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); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { border-width: 0; border-radius: 0; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:60rem;position:relative;display:block; }#J64CltoLBuIILZZTr5sx9chKUqXv3O4k { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { box-sizing:content-box;height:62.25rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8742065429688rem;left:4.40625rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { background-color:#e1cdd3;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8116875rem;height:3.43710625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.904294967651rem;left:4.40625rem;display:block; }
#Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { box-sizing:content-box;height:47.5625rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.412506103516rem;left:1.6242179870606rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.6875rem;top:9.75rem;left:35.34375rem;overflow:hidden;display:block; }
#CehzgIRRPAno4oqtBK6oy3OmH109s5gT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:18.672655105591rem;left:4.40625rem;overflow:hidden;display:block; }
#LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:38.46875rem;left:4.71875rem;display:block; }
#NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.9375rem;left:4.71875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:43.696872711182rem;left:6.8390617370606rem;height:21.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m1A86KbeATIWvfwUromid52MPG91IyDf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:43.696872711182rem;left:4.40625rem;overflow:hidden;display:block; }
#OrK1wZ2TBmVCslrJkocKGTXsvcrwTdyK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:48.065621376037rem;left:4.40625rem;overflow:hidden;display:block; }
#CFrlCbDgwGhVMJD60PmuwHcVhORQuD0v { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:49.753122329712rem;left:4.40625rem;overflow:hidden;display:block; }
#D4S5wKgktb8zgmHAIwc5ucy63LAuV3zE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:51.440622329712rem;left:4.40625rem;overflow:hidden;display:block; }
#PNb9azQSWBViJR1xQ1NPx03sXTZc3wyN { 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:1.6875rem;width:1.7484375rem;top:53.128122329712rem;left:4.40625rem;overflow:hidden;display:block; }
#na3rNU74SrDy4hnf5o0xcXBS18qyo4Mm { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:55.003122329712rem;left:4.40625rem;overflow:hidden;display:block; }
#OaCqnvIq13GSEIdNtrlq7apSeIbuNPLV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:56.690620422363rem;left:4.40625rem;overflow:hidden;display:block; }
#aXviNbMm8GZ8Tn3STbPhu9Tp9T7qOKV8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:58.378120422363rem;left:4.40625rem;overflow:hidden;display:block; }
#oy3wMbs6ZxP3ESZ6gDT76iq6ORzTPbxA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:60.065620422363rem;left:4.40625rem;overflow:hidden;display:block; }
#Jn3HWiSrI1UaDmZuTPR1gQUDtTsrEo9h { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:61.753120422363rem;left:4.40625rem;overflow:hidden;display:block; }
#VGHHsygZ3PpQV368BN5QWLfZCFv8qeMK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:1.62421875rem;top:63.513277053831rem;left:4.40625rem;overflow:hidden;display:block; }
#sduEQ570G94Jg9oRaxmcSRec43BmQdGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { background-color: transparent; background-image: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .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); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { border-width: 0; border-radius: 0; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:60rem;position:relative;display:block; }#DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q72GmtzbTcyI0S71U9QbQlobiNcv7fly { box-sizing:content-box;height:49.9375rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8742184638975rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { background-color:rgba(var(--color-secondary-1),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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { box-sizing:content-box;height:40.9991875rem;width:56.7491875rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.686717987061rem;left:1.6242179870606rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.6875rem;top:9.8125rem;left:35.28125rem;overflow:hidden;display:block; }
#IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.373826980591rem;left:4.40625rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { box-sizing:content-box;height:0.062109375rem;width:50.5616875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:38.936716079712rem;left:4.7179679870606rem;display:block; }
#lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.924606323243rem;left:4.7179679870606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:42.772264480591rem;left:4.40625rem;overflow:hidden;display:block; }
#cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:44.459764480591rem;left:4.40625rem;overflow:hidden;display:block; }
#uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:46.147264480591rem;left:4.40625rem;overflow:hidden;display:block; }
#pWzJaK5nuNTrbXQJxRf1W0G3XIKTULbK { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:42.772262573243rem;left:6.78515625rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIcLRntmbTMoOrIvzQiBsx7rGIopQ0NE { 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:1.6875rem;width:1.7484375rem;top:47.834764480591rem;left:4.40625rem;overflow:hidden;display:block; }
#d3MmZ8y95mmuLq4f66TtD6I1lQ1yvMxZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:49.522264480591rem;left:4.40625rem;overflow:hidden;display:block; }
#oasQdMS7KVIv3X4ovQmS7xgAMLFTCeP3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:51.073823928833rem;left:4.40625rem;overflow:hidden;display:block; }
#FdaW3PwifHetMkC7dQfKqQ5QioaOzb9z { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:52.686326980591rem;left:4.40625rem;overflow:hidden;display:block; }
#JwKQe75ylDvfrWueq5tM9uQwekL7CoK5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:54.372652053833rem;left:4.40625rem;overflow:hidden;display:block; }
#hDshwv41UHDyzo651CGAUOV3iulkdBwV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:44.396873474121rem;left:5.0308570861816rem;overflow:hidden;display:block; }
#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { background-color: transparent; background-image: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .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); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { border-width: 0; border-radius: 0; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:60rem;position:relative;display:block; }#d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { box-sizing:content-box;height:55.6875rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8742182254794rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQkLn0pforiK2fofkCxfFx3AoIESwTqn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { box-sizing:content-box;height:40.1875rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.622264862061rem;left:1.6242179870606rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.6875rem;top:9.875rem;left:35.46875rem;overflow:hidden;display:block; }
#s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.310936450958rem;left:4.7179679870606rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { box-sizing:content-box;height:0.062109375rem;width:50.5616875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:33.686718463897rem;left:4.7179679870606rem;display:block; }
#EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.061325550079rem;left:4.7179679870606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.375rem;left:6.875rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.880115509033rem;left:6.873046875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.045309066772rem;left:4.7179679870606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:51.309371948243rem;left:4.40625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { box-sizing:content-box;height:5.93671875rem;width:46.374625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:54.372652053833rem;left:4.40625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K236WS96RtRVBFWTCHPcas9G924rITGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:55.147262573243rem;left:5.7785148620606rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADIkiJJMD4tRG8BdC8TPVCTbk083O96W { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.373474121094rem;left:31.683982849121rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u9FLkftn94CDpbrxzEvz61AIDdnZyfNo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.880075454712rem;left:31.355857849121rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dt0xOhESTS6Zr11VQ0etn5w2ZnnFIEWO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:37.372262954712rem;left:4.40625rem;overflow:hidden;display:block; }
#e6KhhGstzmuFsfAWpHMOzD6ek9CKRCCd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:42.880115509033rem;left:4.40625rem;overflow:hidden;display:block; }
#i5vqOsgh6zeMUEzdFPKNeiuxlxAa74Rx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:37.372262954712rem;left:29.124603271484rem;overflow:hidden;display:block; }
#tVBCT9eaWFe4bABp8ViT9GicJuASnwBU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.7484375rem;top:42.880075454712rem;left:29.124603271484rem;overflow:hidden;display:block; }
#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT { background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { background-color: transparent; background-image: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container > .video-iframe-container { display: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container { display: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .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); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { border-width: 0; border-radius: 0; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;overflow:visible;position:relative;display:block; }#AXEdgRHGRdFRig09uwIs7TMTLsI08CT3 { color:#ff8daf;display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.7484388351441rem;left:0.5625rem;height:10.96875rem;text-align:center;text-align-last:center;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; }
#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { background-color: transparent; background-image: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .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); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { border-width: 0; border-radius: 0; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { box-sizing:content-box;height:53.75rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.185546875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { box-sizing:content-box;height:23.5rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:32.883592188358rem;left:1.6218757629394rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:9.24374961853rem;left:4.40625rem;overflow:hidden;display:block; }
#ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.687107563019rem;left:4.7179679870606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.74960625rem;top:38.061325550079rem;left:4.40625rem;overflow:hidden;display:block; }
#SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:38.061325550079rem;left:7.3218727111819rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.74960625rem;top:49.342964649201rem;left:4.40625rem;overflow:hidden;display:block; }
#NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:49.342964649201rem;left:7.318359375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.74960625rem;top:38.061325550079rem;left:30.05859375rem;overflow:hidden;display:block; }
#mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:38.061325550079rem;left:33.195701599121rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.74960625rem;top:42.336327075958rem;left:30.05859375rem;overflow:hidden;display:block; }
#lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:42.448826313019rem;left:33.195701599121rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6Ra4uWlNTPZXlDvHIgu0IqCTpn2wLAa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:36.375rem;top:10.324218332768rem;left:12.623435974121rem;overflow:hidden;display:block; }
#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { background-color: transparent; background-image: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container > .video-iframe-container { display: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container { display: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .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); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { border-width: 0; border-radius: 0; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#WSeSnCiHRZ1TVIbE9iZTIQ7ebcWOAwoc { box-sizing:content-box;height:34.6875rem;width:28.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.748046875rem;left:1.623046875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bg7TTyBEhrJffqTJ66ABFyKhMAvqIz5u { color:rgba(var(--color-tertiary-4),1);display:block;width:29.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3863279819489rem;left:2.40234375rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcTHqyhmhm6aIgCsyo0srs2psdMXgKw1 { box-sizing:content-box;height:10.875rem;width:28.1875rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:28.380462646484rem;left:1.623046875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aBVeNIO5amveagsnAhZt66amS45eJsCp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:7.8843743801119rem;left:2.40234375rem;overflow:hidden;display:block; }
#VQ29MeOk8E2kuEQiV1bqpSLlh6o9ZLV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:29.430467367173rem;left:3.4675788879394rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lztgNZvPoFbw6gwITebgvfABWVDeAScq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:14.687125rem;top:11.185546636581rem;left:7.8515625rem;overflow:hidden;display:block; }
#oTh5PieHXf709xRTWWqoUUU5UvxClLaR { box-sizing:content-box;height:34.6875rem;width:28.187125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.7480466365814rem;left:30.685546875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TMtqTs7b3MwyklUGOysoOv2ClNkPnlzv { box-sizing:content-box;height:10.875rem;width:28.2491875rem;position:absolute;display:block;z-index:15002;background-color:#f5f0ed;background-image:none;top:28.3804666996rem;left:30.652732849121rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#qFAPZKxJTDFQsQp2BuvWw0dF38Fg2qcG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3839826583863rem;left:31.713279724121rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOOhwSnVkDJbtIVqbmhkuAWn1Ho5Nv9L { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.312125rem;width:13.875rem;top:10.696874856949rem;left:37.83984375rem;overflow:hidden;display:block; }
#lm0Sr3m3OHW6OIfpDMLM04tiGzv2gCn1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:7.9570293426512rem;left:31.713279724121rem;overflow:hidden;display:block; }
#TbRK4BZ8tpdrODoc0WbbOuNlhdpdz3I0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.383201837539rem;left:33.523826599121rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { background-color: transparent; background-image: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container > .video-iframe-container { display: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container { display: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .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); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { border-width: 0; border-radius: 0; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#CG7vrElv2KFy6asxDo1EygmsC4K4LcXO { box-sizing:content-box;height:38rem;width:27.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.7492065429688rem;left:1.623046875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CQ5rxo6KkUsX8q3BwzTlmArLkUefMtco { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8105449676514rem;left:2.53125rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbTffKLoNOSSvTfr7VMdD788ZtVrXBPG { box-sizing:content-box;height:10.1875rem;width:27.9375rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:30.806243896484rem;left:1.623046875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#UJHxicuuB9kIBSHROEV7ORNPTrWygbgT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:11.95078086853rem;left:2.53125rem;overflow:hidden;display:block; }
#ZbM7tBCtxm8WmgJ6DXGgGiNKHcvunK9S { color:rgba(var(--color-tertiary-4),1);display:block;width:26.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.830468177796rem;left:2.466796875rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XpGQFZ5d0JPSlMeGLD42RSSQJm7hZNc8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.2491875rem;top:14.217186927796rem;left:6.90234375rem;overflow:hidden;display:block; }
#OQQuXZPn6FbKkWRJ9qZNT0WQgMpBVP5V { box-sizing:content-box;height:33.5625rem;width:28.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ovm5rVtp6P560JZTJeENM6wUl1CNRmPn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.625rem;height:3.738275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KW94xnshQXpeKf0ev37BirbQ3nbnpHAJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.0625rem;top:9.25rem;left:33.5rem;overflow:hidden;display:block; }
#X4h7ZulfTtdwdaWFRuCtgMGvauN8sko0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8116875rem;width:14.625rem;top:12.0625rem;left:36.1875rem;overflow:hidden;display:block; }
#bFQ0FTQS56wAB7mvONGlG0ODZNwEVZSp { box-sizing:content-box;height:6.0625rem;width:28.3125rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:30.8125rem;left:30.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#S5bAC97Trzu3ia9xKpsEiLotnuTWs5MQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.625rem;left:31.625rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container { background-color: transparent; background-image: none; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container > .video-iframe-container { display: none; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row > .video-iframe-container { display: none; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .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); }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container { border-width: 0; border-radius: 0; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:60rem;position:relative;display:block; }#DZ0T2cAE4oCpM5gqIvMlrrODKO05Iulh { background-color:#fde336;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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.999625rem;height:4.74960625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.6828126907349rem;left:3.029296875rem;display:block; }
#tuTqlhD5QsrNonBzQpuCXNBhSoVq8NBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top: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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .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:var(--paragraphs-font-family);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; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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:10.935935974121rem;left:20.935543060302rem;z-index:15001; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ShIVv85XZNCE7vFBDKx3xCyWwQGFP0TW { display:flex;position:relative;top:0rem;left:0rem; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #fTmTr8wOVasR0VS1ntMU2fyhKif3BECR { width:auto; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #TzW5FQgCPgHq2Mo7dguklgmNO86DoINg {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #sbDCIopPqZkTUetNZ0QdIRv3y3QCdr6h { display:flex;position:relative;top:0rem;left:0rem; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #KOPlLReBX50uS2Nbs6eWzL3FXvNkF45t {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #QQpkJMkrkPtgRGegmIeu4ohuTisOIBpi {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #Ldl39XuNwTBEE64ao0FIhsg49Oar78mm { display:flex;position:relative;top:0rem;left:0rem; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #idTsP2QxFz04AypsUHLhbUleaZyECGT6 {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #xwaDan61Z2L9IncTl9xpBrKh5xXg9aDO {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #NDrT9oWQ04Gzy3pp4kVAKtsdy9nwcb1k { display:flex;position:relative;top:0rem;left:0rem; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ah9zffZBmShpR1yfoTkF2DPT3ZXaeWqA {  }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #wmdCTcGhFySstZpEqoi3XluHIu3candp {  }
#IbAX62Az6h6wOWA1CERK0pwOTvF6I3Fo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:7.3124504089356rem;left:16.999217987061rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { background-color: transparent; background-image: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container > .video-iframe-container { display: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container { display: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .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); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { border-width: 0; border-radius: 0; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:60rem;position:relative;display:block; }#k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.123046875rem;left:4.904296875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15002;background-color:#e1cdd3;background-image:none;top:13rem;left:40.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#e7edf1;background-image:none;top:12.9375rem;left:20.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.9375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { box-sizing:content-box;height:23.125rem;width:19.625rem;position:absolute;display:block;z-index:15005;background-color:#e7edf1;background-image:none;top:54.875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15003;background-color:#e7edf1;background-image:none;top:33.9375rem;left:20.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:20.1875rem;left:41.9375rem;height:9.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.936719894409rem;left:41.967185974121rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.9375rem;left:1.5625rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAQ8uEtzERUh321be9Z8GD9gcVXFffch { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.75rem;left:1.5625rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { color:rgba(var(--color-tertiary-4),1);display:block;width:17.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.148046016693rem;left:21.435935974121rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:19.448436260223rem;left:21.717185974121rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe823tCZUuzqCnWStcuic8nfE6qlAnDM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:35.8125rem;left:1.5625rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:39.625rem;left:1.5rem;height:11.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:35.8125rem;left:21.6875rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:39.625rem;left:21.6875rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:56.75rem;left:1.5625rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:63.6875rem;left:1.5625rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rI09y93RbA86fo2SDkLiFTJqD6allRfN { box-sizing:content-box;height:23.125rem;width:19.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:54.875rem;left:20.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:62.375rem;left:21.75rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:56.75rem;left:21.875rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { box-sizing:content-box;height:14.375rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#62575f;background-image:none;top:33.9375rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#InhSBztN549q5Tl9F1Jp003gE7pTW0OO { box-sizing:content-box;height:14.3741875rem;width:19.6241875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.81210899353rem;left:40.375778198243rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { box-sizing:content-box;height:14.375rem;width:19.625rem;position:absolute;display:block;z-index:15006;background-color:#62575f;background-image:none;top:63.6875rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:36.5rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:51.375rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:66.25rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:41.3125rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:56.125rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:71.0625rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/69024d25-a5df-4609-b636-b2da6b256042/Penaprezentacja1.png");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; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.adaptive-delivery-prevent-bg, #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.lazyload, #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.lazyloading { background-image: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { background-color: transparent; background-image: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container > .video-iframe-container { display: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container { display: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .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); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { border-width: 0; border-radius: 0; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { background-color: transparent; background-image: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container > .video-iframe-container { display: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container { display: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .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); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { border-width: 0; border-radius: 0; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:60rem;overflow:visible;position:relative;display:block; }#uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:7.375rem;left:4.8125rem;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;font-style:normal;display:block; }
#PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.835544586182rem;left:4.810546875rem;height:14.175rem;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:justify;text-align-last:initial;font-style:normal;display:block; }
#PETHg7rWAfFohHr3HextElRg67xXT2Tb { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:67.4375rem;width:56.375rem;top:5.1246032714844rem;left:1.8117179870606rem;display:block; }
#z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.25rem;width:18.5625rem;top:2.0625rem;left:35.726864640884rem;overflow:hidden;display:block; }
#xW60ShJS1hNm31v1PAycUh0rLTlRscli { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:26.9375rem;left:4.78125rem;height:7.875rem;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:justify;text-align-last:initial;font-style:normal;display:block; }
#TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:36.535545825958rem;left:24.698432922363rem;height:30.375rem;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:justify;text-align-last:initial;font-style:normal;display:block; }
#vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.5625rem;width:19.625rem;top:36.536714172363rem;left:1.2418277319183rem;overflow:hidden;display:block; }
#gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:66.3480424881rem;left:4.78125rem;height:4.725rem;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:justify;text-align-last:initial;font-style:normal;display:block; }
#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { background-color: transparent; background-image: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container > .video-iframe-container { display: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container { display: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .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); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { border-width: 0; border-radius: 0; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3746109008789rem;left:6.4992179870606rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#mT8smqAfz9qb7TSlX13STE69slMCPqU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0fd;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; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { background-color: transparent; background-image: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container > .video-iframe-container { display: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container { display: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .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); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { border-width: 0; border-radius: 0; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.999625rem;width:37.6241875rem;top:1.623046875rem;left:18.338668823243rem;display:block; }
#FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { color:#050b26;display:block;width:35.8125rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9886722564698rem;left:19.241012573243rem;height:18.28125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:11.8125rem;top:2.34375rem;left:3.4375rem;overflow:hidden;display:block; }
#cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { color:#050b26;display:block;width:34.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.17578125rem;left:19.935935974121rem;height:1.8691375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBmneSI7WsucioSXy8An5onGIATrFKLb { 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:16.875rem;width:30rem;top:22.248045921326rem;left:30rem;overflow:hidden;display:block; }
#R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { 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:16.875rem;width:30.125rem;top:22.248045921326rem;left:0rem;overflow:hidden;display:block; }
#HNEsMvJViz8luquSdamgwQnuMhHzJmrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { background-color: transparent; background-image: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container > .video-iframe-container { display: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container { display: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .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); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { border-width: 0; border-radius: 0; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31rem;width:20.9375rem;top:16.874999046326rem;left:-0.5625rem;overflow:hidden;display:block; }
#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { background-color: transparent; background-image: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container > .video-iframe-container { display: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container { display: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .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); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { border-width: 0; border-radius: 0; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.3125rem;width:20.375rem;top:-0.06367111206055rem;left:39.874214172363rem;overflow:hidden;display:block; }
#CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30rem;width:20.0625rem;top:1.24609375rem;left:19.999217987061rem;overflow:hidden;display:block; }
#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { background-color: transparent; background-image: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container > .video-iframe-container { display: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container { display: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .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); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { border-width: 0; border-radius: 0; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.375rem;width:21.0625rem;top:0.43593788146973rem;left:0.34218597412109rem;overflow:hidden;display:block; }
#x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30rem;width:20.0625rem;top:1.6859374046326rem;left:20.561717987061rem;overflow:hidden;display:block; }
#RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.125rem;width:20.8125rem;top:0.56132888793945rem;left:39.499214172363rem;overflow:hidden;display:block; }
#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { background-color:#f5f0ed;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { background-color: transparent; background-image: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container > .video-iframe-container { display: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container { display: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .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); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { border-width: 0; border-radius: 0; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:60rem;height:52.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JFO4EUp1COs4DoaZKieI7oWop0whpveq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.75rem;width:20.4375rem;top:10.249217987061rem;left:7.4367179870606rem;display:block; }
#q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { background-color:#fde336;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.87421875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.436717033386rem;left:8.3531227111819rem;display:block; }
#bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { color:#993b26;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.859374046326rem;left:9.5718727111819rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { color:#8ebd45;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.017577171326rem;left:9.5718727111819rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.686717510223rem;left:8.5406227111819rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:21.292968273163rem;left:8.7281227111819rem;height:10.2375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:3.8125rem;width:20.6875rem;top:10.249217987061rem;left:7.3746070861819rem;display:block; }
#ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:11.255858898163rem;left:7.5093727111819rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.71875rem;left:0.0625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:32.983592510223rem;left:8.853515625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wA3UplosxZf9UNyiGripbKQge2uSNHXU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.6875rem;width:20.4375rem;top:10.249217987061rem;left:32.374214172363rem;display:block; }
#NeDUEOImPKGCsgIIWDpR7t2e4AhrzoHW { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:4.25rem;width:20.625rem;top:10.25rem;left:32.375rem;display:block; }
#rC5tnrphlPpm5bPqS5cAKtv1PuXa9pES { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:10.625rem;left:32.5625rem;height:3.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O1ndfSkERVTh8dizQso85FIopnGyW0S4 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:32.983592510223rem;left:34.027732849121rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G3yvEkmOGQ1dcJBlBd4O49sBG55Kygpz { color:#993b26;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:38.785544395447rem;left:34.509368896484rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CyttUw7Rx0hhob7BFWmlB5blRgxwNuc1 { color:#8ebd45;display:block;width:16.3125rem;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:36.017577171326rem;left:34.509368896484rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rb9mgqREh6ZLTxz9Do08uPyZOvQhMvIs { background-color:#fde336;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.87421875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.436717033386rem;left:33.384368896484rem;display:block; }
#eNFr2n5FmNHCIwLu3GAdtlSP32nMIDVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0iDUiU9W1hIIrHQZHmTEuyBfEJiTowv { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:21.292968273163rem;left:33.665618896484rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UJt6uKogFgd05UpZQAFEvnPFEtGCDtue { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.686717510223rem;left:33.101951599121rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cyESB1qUcl9NlHIbkQc08LxUB8930XlU { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { background-color: transparent; background-image: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container > .video-iframe-container { display: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container { display: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .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); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { border-width: 0; border-radius: 0; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5625rem;width:60rem;position:relative;display:block; }#bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { display:block;width:16.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1015853881836rem;left:43.375778198243rem;height:5.3625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top: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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .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:var(--paragraphs-font-family);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; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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:1.1859359741211rem;left:23.873435974121rem;z-index:15000; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI { width:auto; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
#ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { background-color:#fde336;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.0613288879394rem;left:0.5625rem;display:block; }
#ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { background-color: transparent; background-image: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container > .video-iframe-container { display: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container { display: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .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); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { border-width: 0; border-radius: 0; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#ayGAmBazH8314iShZJaVoTwIDeakDf9P { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7491875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.5246086120606rem;left:1.4367179870606rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.475830078125rem;left:0rem;height:34.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.6875rem;width:25.4366875rem;top:2.4375rem;left:32.280464172363rem;overflow:hidden;display:block; }
#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { background-color:rgba(var(--color-primary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { background-color: transparent; background-image: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container > .video-iframe-container { display: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container { display: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .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); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { border-width: 0; border-radius: 0; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:60rem;height:30.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { 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:30.5625rem;width:54.5625rem;top:0rem;left:2.6867179870606rem;overflow:hidden;display:block; }
#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { background-color: transparent; background-image: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container > .video-iframe-container { display: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container { display: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .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); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { border-width: 0; border-radius: 0; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:60rem;height:39.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OB75835sL1nKxi42QwGzTm24lhGbXlPV { display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.28125rem;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;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { display:block;width:57.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1878890991213rem;left:1.2796859741211rem;height:24.5rem;color:rgba(var(--color-tertiary-4),1);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; }
#RLBwf0uiBCGkksPwek0ObffTG7im3c9t { background-color:#fde336;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4980625rem;height:3.6234375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.680077552796rem;left:13.249217987061rem;display:block; }
#FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container { background-color: transparent; background-image: none; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container > .video-iframe-container { display: none; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row > .video-iframe-container { display: none; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .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); }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container { border-width: 0; border-radius: 0; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container { font-size:0.875rem;font-family:"open sans";height:7.4375rem;width:60rem;position:relative;display:block; }#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top: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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .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:var(--paragraphs-font-family);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; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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:1.1214866638184rem;left:30.809761047363rem;z-index:15000; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #k1icSIxOguA0SwCwzS6riX15UCRBTQP8 { display:flex;position:relative;top:0rem;left:0rem; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TUOgWT3uhB0L4AhRLm2SW4KHVUb6wJH7 { width:auto; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TJ3ImGcu3LQRk3XdAcq8NRtRZZtwcakm {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #UTqcSisA5bl7qR0LtsG37h7M7JOavfuN { display:flex;position:relative;top:0rem;left:0rem; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zg805nkheWpFtyd5dgz6cC92osFizcpH {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #sQvvpev91ezIqIT5EJE3NyW6XecxhTZE {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #rANU4uMFlChp3PH9l35WDPZWzo8tGRP6 { display:flex;position:relative;top:0rem;left:0rem; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #IdzpxrtKXhKWZ9VfIQeq139JbH9QADcd {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #ch5zw4ak2TVnTXaQJbVOkK12TILXFVot {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #Cu6Jvh66swTeTTL0S6F1tewrPHdqhF3p { display:flex;position:relative;top:0rem;left:0rem; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zp8PaPnu7nMK37i3HrdTWqqlrHDXoyLw {  }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #J1daQ1aato20VVkaVQI3waQEqOJrv4Da {  }
#fVraCvOcCzusgUBczWfkCt7nKQoAORRu { background-color:#fde336;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.998046875rem;left:0.99843597412112rem;display:block; }
#JFbfV5488E9yDsg7QkfvcaORGueoJD3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { background-color: transparent; background-image: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .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); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { border-width: 0; border-radius: 0; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { 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:3.8125rem;width:3.8125rem;top:0.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:1.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:35.79921913147rem;display:block; }
#FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIDky0oMycUPnfm2e2DAzEernNHxd26I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:48.749998092651rem;display:block; }
#H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { width:22.3125rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .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; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .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; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wizwkKag5TAI5LHTVTTr9LOTH3Oy2Qa0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #Mi8UixMkXpBhSVOSepl3bu6zgtevA4a2 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #bvmwHnMHPQ3U0y7WzHk3ALTR58UF2N60 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #XkIlXq0TM7IWtk0rMQCGA7na9qNqptRQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wbydJegEKmtwMOfpCaP6h7cRcqs88b3k {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #uTau2mpcdJiHKHGdk3yR6fBbn7bmRUDa {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #W8x152teGvl2oUJs57qRK27qMqkr1s11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #U1Zr7KLKR9dFXLyHQwfQbUlgImNSxtv9 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #yiTTvvLP0y4JV3rUshSxAmuUkbqivqFp {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #e1mWIiHN3BLcTqJcUv1SJQl11cnSX0mL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #hnRzWD3WrhTmaNiMRTscwTwswHLVCG4l {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #RERqlyT7KbCMXAgod6DtEhBmFPDqMo6K {  }
 }@media only screen and (max-width: 763px) { #dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { display:block; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { width:45rem;height:25.2491875rem;top:13.25rem;left:0.69296646118162rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { width:47.75rem;height:4.3125rem;top:2.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aacWMlk92hBO5G1yo5HGfB7TJuQ32sAT { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAVhF4ZTPzPRmMFWuWcpZNaqBceyFmS { width:47.75rem;height:8.375rem;top:42.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSV73UdnRKPfUwWeCHx9dcViJsoxSyOM { top:41.6875rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { display:block; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { width:31.0625rem;height:;top:2.3125rem;left:8.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { width:16rem;height:24.9375rem;top:14.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { top:14.9375rem;left:0rem;width:36.375rem;height:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { top:13.9375rem;left:0rem;width:42.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { width:29.8125rem;height:3.375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block; }
 }@media only screen and (max-width: 763px) { #KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { top:36.6875rem;left:0rem;width:32.25rem;height:2.8070925387916rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJlq4lBTKS4tonDusEqZFhtUz6nMXzc6 { width:47.75rem;height:2.6875rem;top:9.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { display:block; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { top:1.1875rem;left:0rem;width:47.75rem;height:54.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { top:3.375rem;left:0rem;width:25.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { top:4.1875rem;left:3.1875rem;width:15.75rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { top:7.1875rem;left:0rem;width:23.4375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { top:3.375rem;left:22rem;width:25.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { top:4.1875rem;left:28.75rem;width:16.6875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { top:8rem;left:23.3125rem;width:24.4375rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { top:18.1875rem;left:0rem;width:25.6875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { top:22.6875rem;left:0rem;width:24.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { top:19rem;left:0rem;width:24.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { top:23.3125rem;left:22rem;width:25.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75QWao3KN0chJz6vHr5raHhBV3TgR8k { top:28.5625rem;left:26.811714172363rem;width:20.625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { top:28.25rem;left:0rem;width:25.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { top:33rem;left:0rem;width:21.1875rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { top:25.9375rem;left:28.75rem;width:18.4375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { top:29.5625rem;left:0rem;width:24.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFIFXogZ7lIKx55QxkUORKL3twdvd45B { top:43.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { top:44.5rem;left:3.75rem;width:42.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { top:46.5rem;left:0rem;width:47.75rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrBJyvrnmTX0BRMKxIBHKk2ZWLpJcc8 { top:20.4375rem;left:0rem;width:21.1875rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { display:block; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { width:47.75rem;height:;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { width:47.75rem;height:;top:16.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:11.25rem;height:17.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:32.875rem;height:17.3125rem;top:4.625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { top:2.875rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoJX7URWGvXJ4GKRezmus6LgVJL442a { display:block; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9c5OSGWum21nxiudPbKSWnTiWoWddKz { width:41.4375rem;height:4.875rem;top:1.875rem;left:3.1246070861816rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { top:8.1875rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { top:9.3125rem;left:1.625rem;width:17.8125rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { top:12.6875rem;left:0rem;width:22.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { top:8.1875rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { top:12.625rem;left:26.778900146484rem;width:20.875rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { top:9.3125rem;left:27.187501907349rem;width:20.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { top:21.375rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { top:24.875rem;left:0rem;width:21.4375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { top:22.4375rem;left:0.5rem;width:20.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { top:21.375rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { top:22.4375rem;left:27.625001907349rem;width:19.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { top:24.875rem;left:25.625rem;width:22.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { top:34.5625rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { top:38.1875rem;left:0rem;width:22.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { top:35.9375rem;left:1.1242179870606rem;width:18.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { top:34.5625rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { display:block; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { top:0.5625rem;left:0rem;width:47.75rem;height:31.425213675214rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbV3734ORJd29mIgfmsIvwiAfHKr44w1 { display:block; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVhVmlwUxxOeTVTlJATgrZrsO9uAhUht { width:46.75rem;height:4.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNiJrskqkIVuydJHQ3Ehim8PSaFHcnoR { display:block; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .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; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .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; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #iQZKaG7bslmpnOioN7JsaEtX8TgZVAzR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #kPSNd64q6E5m3ol1QOm345hmfsQyoTsc {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #p89oqOTxE6Aa9bsxRUMdSbnGdpTtqTCC {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #oZCcGfhdf8amBpSx4L8dDETv0U1sAzdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #K7TayTcJmHSDNcMgnoDiTWFSrbWkLS8G {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #ZyhSy0C3x6ZWIKOOak93sAtUceZPsHJD {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #lhP3g4cKPHmLAA9b5TTTkhd8RMd8XiWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #sLeTDy4g4FW1t6gyuTMxXlT3t25LAsLB {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #V6lMGNVqxlH6BnCupU5o95zfo7KKrRH3 {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #inC8yPpckTnUnkpw4GTH8y10nhuxKfeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #bkO0ncB73blvmLPrtFwTOCreT65F3Nuq {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #S6lebQKaL1ouya5g8QDoLQXyAGRi7TnE {  }
 }@media only screen and (max-width: 763px) { #zuLSm2RkXGrWPPKzTlxOF6QKXxQUl04W { width:23.5rem;height:2.3125rem;top:7rem;left:12.374217987061rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { display:block; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { width:45.3125rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { width:47.75rem;height:13.125rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { width:47.75rem;height:14.625rem;top:28.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7V6cDSMQxyHp748XKhT6wxOddnxVInH { width:45.25rem;height:2.4375rem;top:25.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { width:47.75rem;height:7.3125rem;top:52.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { width:45.25rem;height:2.4375rem;top:49.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { top:19.875rem;left:0rem;width:38.4375rem;height:5.1163369184602rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { top:60.5625rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { top:63.5625rem;left:42.625rem;width:5.0625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { top:60.0625rem;left:0rem;width:38.4375rem;height:5.1151700544161rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzV4i1Ic1wNnLgPeU0XOGcviD8gogHg { top:44.1875rem;left:0rem;width:38.4375rem;height:5.1151700544161rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { display:block; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { top:5.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmNAKJQROB38kS720a0K6vRzElWMSB9 { display:block; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { top:2.75rem;left:0rem;width:47.75rem;height:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { top:6.875rem;left:0rem;width:44.875rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { width:16.8125rem;height:3.4375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block; }
 }@media only screen and (max-width: 763px) { #Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { top:21.75rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { top:9.9375rem;left:29.9375rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { width:47.75rem;height:14.625rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { top:18.0625rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { top:39rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { width:47.75rem;height:1.4375rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { top:42.4375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0Cep0do4xZ2fCJPogkg8042ToLolwT { width:21.8125rem;height:2.875rem;top:42.375rem;left:0.84296798706056rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { width:21.8125rem;height:2.875rem;top:42.375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { top:42.4375rem;left:24.625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9OzmJ0g80liE9ZKXcl9zBK5rpybMA2 { width:21.875rem;height:2.875rem;top:45.9375rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH71imURVV5imw2QxIbKShMXO05IaxPb { top:45.9375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcwFt4f7RRdKbcoMnbNFcEAzvizhLORh { top:46.5rem;left:24.625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUznMWIR07h4iIScTy4zLdSDzVrN38Cl { width:21.875rem;height:2.875rem;top:45.9375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9yueFbgQDR45fVlvtVv2IbO3QocIShk { display:block; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64CltoLBuIILZZTr5sx9chKUqXv3O4k { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { top:2.75rem;left:0rem;width:47.75rem;height:62.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { top:6.8125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { width:16.75rem;height:3.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { top:21.375rem;left:0rem;width:47.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { top:9.75rem;left:28.0625rem;width:17.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CehzgIRRPAno4oqtBK6oy3OmH109s5gT { width:47.75rem;height:13.125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { top:18.625rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { top:38.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { width:47.75rem;height:1.4375rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { width:43.875rem;height:21.5625rem;top:43.6875rem;left:0.712890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1A86KbeATIWvfwUromid52MPG91IyDf { top:43.6875rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrK1wZ2TBmVCslrJkocKGTXsvcrwTdyK { top:48.0625rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrlCbDgwGhVMJD60PmuwHcVhORQuD0v { top:49.75rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4S5wKgktb8zgmHAIwc5ucy63LAuV3zE { top:51.4375rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNb9azQSWBViJR1xQ1NPx03sXTZc3wyN { top:53.125rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3rNU74SrDy4hnf5o0xcXBS18qyo4Mm { top:55rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCqnvIq13GSEIdNtrlq7apSeIbuNPLV { top:56.6875rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXviNbMm8GZ8Tn3STbPhu9Tp9T7qOKV8 { top:58.375rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3wMbs6ZxP3ESZ6gDT76iq6ORzTPbxA { top:60.0625rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3HWiSrI1UaDmZuTPR1gQUDtTsrEo9h { top:61.75rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHHsygZ3PpQV368BN5QWLfZCFv8qeMK { top:63.5rem;left:0rem;width:1.5625rem;height:1.5016233766234rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduEQ570G94Jg9oRaxmcSRec43BmQdGU { display:block; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q72GmtzbTcyI0S71U9QbQlobiNcv7fly { top:2.75rem;left:0rem;width:47.75rem;height:49.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { top:6.8125rem;left:0rem;width:46.875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block; }
 }@media only screen and (max-width: 763px) { #tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { top:21.625rem;left:0rem;width:47.75rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { top:9.8125rem;left:28rem;width:17.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { width:47.75rem;height:13.125rem;top:24.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { top:38.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { width:47.75rem;height:1.4375rem;top:39.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { top:42.75rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { top:44.4375rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { top:46.125rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzJaK5nuNTrbXQJxRf1W0G3XIKTULbK { width:46.75rem;height:15.1875rem;top:42.75rem;left:0.66015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcLRntmbTMoOrIvzQiBsx7rGIopQ0NE { top:47.8125rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3MmZ8y95mmuLq4f66TtD6I1lQ1yvMxZ { top:49.5rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasQdMS7KVIv3X4ovQmS7xgAMLFTCeP3 { top:51.0625rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdaW3PwifHetMkC7dQfKqQ5QioaOzb9z { top:52.625rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKQe75ylDvfrWueq5tM9uQwekL7CoK5 { top:54.3125rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDshwv41UHDyzo651CGAUOV3iulkdBwV { top:44.375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { display:block; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { top:2.75rem;left:0rem;width:47.75rem;height:55.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { top:6.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQkLn0pforiK2fofkCxfFx3AoIESwTqn { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block; }
 }@media only screen and (max-width: 763px) { #comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { top:21.5625rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { top:9.875rem;left:28.1875rem;width:17.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { width:47.75rem;height:10.1875rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { top:33.625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { width:47.75rem;height:1.4375rem;top:35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { width:21.8125rem;height:4.375rem;top:37.3125rem;left:0.74921798706056rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { width:21.8125rem;height:2.875rem;top:42.875rem;left:0.748046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { width:47.75rem;height:1.4375rem;top:49rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { width:43.5625rem;height:1.4375rem;top:51.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { top:54.3125rem;left:0rem;width:46.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236WS96RtRVBFWTCHPcas9G924rITGZ { width:43.6875rem;height:4.375rem;top:55.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADIkiJJMD4tRG8BdC8TPVCTbk083O96W { width:21.8125rem;height:4.375rem;top:37.3125rem;left:25.558982849121rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FLkftn94CDpbrxzEvz61AIDdnZyfNo { width:21.8125rem;height:4.375rem;top:42.875rem;left:25.230857849121rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt0xOhESTS6Zr11VQ0etn5w2ZnnFIEWO { top:37.3125rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6KhhGstzmuFsfAWpHMOzD6ek9CKRCCd { top:42.875rem;left:0rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vqOsgh6zeMUEzdFPKNeiuxlxAa74Rx { top:37.3125rem;left:22.999603271484rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVBCT9eaWFe4bABp8ViT9GicJuASnwBU { top:42.875rem;left:22.999603271484rem;width:1.6875rem;height:1.6286863270777rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT { display:block; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXEdgRHGRdFRig09uwIs7TMTLsI08CT3 { width:47.75rem;height:10.9375rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { display:block; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { top:2.75rem;left:0rem;width:47.75rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { top:5.125rem;left:0rem;width:46.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { top:32.875rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { top:9.1875rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { width:47.75rem;height:1.4375rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { top:38rem;left:0rem;width:1.6875rem;height:1.6275983524865rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { width:21.8125rem;height:10.1875rem;top:38rem;left:1.1968727111816rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { top:49.3125rem;left:0rem;width:1.6875rem;height:1.6275983524865rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { width:21.8125rem;height:2.875rem;top:49.3125rem;left:1.193359375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { top:38rem;left:23.93359375rem;width:1.6875rem;height:1.6275983524865rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { width:23.4375rem;height:2.875rem;top:38rem;left:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { top:42.3125rem;left:23.93359375rem;width:1.6875rem;height:1.6275983524865rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { width:21.8125rem;height:7.3125rem;top:42.4375rem;left:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Ra4uWlNTPZXlDvHIgu0IqCTpn2wLAa { top:10.3125rem;left:6.4984359741213rem;width:36.375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e { display:block; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSeSnCiHRZ1TVIbE9iZTIQ7ebcWOAwoc { top:2.6875rem;left:0rem;width:28.1875rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg7TTyBEhrJffqTJ66ABFyKhMAvqIz5u { top:4.375rem;left:0rem;width:29.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTHqyhmhm6aIgCsyo0srs2psdMXgKw1 { top:28.375rem;left:0rem;width:28.1875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVeNIO5amveagsnAhZt66amS45eJsCp { top:7.875rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ29MeOk8E2kuEQiV1bqpSLlh6o9ZLV7 { width:24.4375rem;height:8.75rem;top:29.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lztgNZvPoFbw6gwITebgvfABWVDeAScq { top:11.125rem;left:1.7265625rem;width:14.625rem;height:16.430206728682rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTh5PieHXf709xRTWWqoUUU5UvxClLaR { top:2.6875rem;left:19.625rem;width:28.125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMtqTs7b3MwyklUGOysoOv2ClNkPnlzv { top:28.375rem;left:19.5625rem;width:28.1875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFAPZKxJTDFQsQp2BuvWw0dF38Fg2qcG { top:4.375rem;left:21.25rem;width:26.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOOhwSnVkDJbtIVqbmhkuAWn1Ho5Nv9L { top:10.6875rem;left:31.71484375rem;width:13.875rem;height:17.312125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm0Sr3m3OHW6OIfpDMLM04tiGzv2gCn1 { top:7.9375rem;left:25.588279724121rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRK4BZ8tpdrODoc0WbbOuNlhdpdz3I0 { width:22.875rem;height:5.8125rem;top:30.375rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC { display:block; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG7vrElv2KFy6asxDo1EygmsC4K4LcXO { top:2.6875rem;left:0rem;width:27.9375rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5rxo6KkUsX8q3BwzTlmArLkUefMtco { top:4.75rem;left:0rem;width:27rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTffKLoNOSSvTfr7VMdD788ZtVrXBPG { top:30.75rem;left:0rem;width:27.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJHxicuuB9kIBSHROEV7ORNPTrWygbgT { top:11.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbM7tBCtxm8WmgJ6DXGgGiNKHcvunK9S { width:26.8125rem;height:8.75rem;top:31.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGQFZ5d0JPSlMeGLD42RSSQJm7hZNc8 { top:14.1875rem;left:0.77734375rem;width:13.1875rem;height:15.676668852335rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQuXZPn6FbKkWRJ9qZNT0WQgMpBVP5V { top:2.75rem;left:19rem;width:28.25rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovm5rVtp6P560JZTJeENM6wUl1CNRmPn { top:4.5625rem;left:23.375rem;width:24.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW94xnshQXpeKf0ev37BirbQ3nbnpHAJ { top:9.25rem;left:27.375rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4h7ZulfTtdwdaWFRuCtgMGvauN8sko0 { top:12.0625rem;left:30.0625rem;width:14.625rem;height:16.8116875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQ0FTQS56wAB7mvONGlG0ODZNwEVZSp { top:30.8125rem;left:19.4375rem;width:28.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bAC97Trzu3ia9xKpsEiLotnuTWs5MQ { width:26.875rem;height:4.375rem;top:31.625rem;left:20.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA { display:block; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ0T2cAE4oCpM5gqIvMlrrODKO05Iulh { width:46.75rem;height:4.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTqlhD5QsrNonBzQpuCXNBhSoVq8NBF { display:block; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .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; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .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; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ShIVv85XZNCE7vFBDKx3xCyWwQGFP0TW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #fTmTr8wOVasR0VS1ntMU2fyhKif3BECR {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #TzW5FQgCPgHq2Mo7dguklgmNO86DoINg {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #sbDCIopPqZkTUetNZ0QdIRv3y3QCdr6h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #KOPlLReBX50uS2Nbs6eWzL3FXvNkF45t {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #QQpkJMkrkPtgRGegmIeu4ohuTisOIBpi {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #Ldl39XuNwTBEE64ao0FIhsg49Oar78mm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #idTsP2QxFz04AypsUHLhbUleaZyECGT6 {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #xwaDan61Z2L9IncTl9xpBrKh5xXg9aDO {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #NDrT9oWQ04Gzy3pp4kVAKtsdy9nwcb1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ah9zffZBmShpR1yfoTkF2DPT3ZXaeWqA {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #wmdCTcGhFySstZpEqoi3XluHIu3candp {  }
 }@media only screen and (max-width: 763px) { #IbAX62Az6h6wOWA1CERK0pwOTvF6I3Fo { width:25.9375rem;height:2.4375rem;top:7.25rem;left:10.874217987061rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { display:block; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { width:47.75rem;height:6rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { top:13rem;left:28.1875rem;width:19.5625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { top:13rem;left:0rem;width:19.5625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { top:12.9375rem;left:14.0625rem;width:19.5625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { top:33.9375rem;left:0rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { top:54.875rem;left:0rem;width:19.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { top:33.9375rem;left:14.0625rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { width:16.5rem;height:9.75rem;top:20.125rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { width:16.5rem;height:3.125rem;top:14.875rem;left:31.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { width:16.5rem;height:3.125rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uEtzERUh321be9Z8GD9gcVXFffch { width:16.5rem;height:12.5625rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { width:17.0625rem;height:4.6875rem;top:14.125rem;left:15.310935974121rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { width:16.5rem;height:12.5625rem;top:19.4375rem;left:15.592185974121rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe823tCZUuzqCnWStcuic8nfE6qlAnDM { width:16.5rem;height:3.125rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { width:16.5rem;height:11.1875rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { width:16.5rem;height:3.125rem;top:35.8125rem;left:15.561717987061rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { width:16.5rem;height:12.5625rem;top:39.5625rem;left:15.561717987061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { width:16.5rem;height:4.6875rem;top:56.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { width:16.5rem;height:8.375rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI09y93RbA86fo2SDkLiFTJqD6allRfN { top:54.875rem;left:14.1875rem;width:19.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { width:16.5rem;height:12.5625rem;top:62.3125rem;left:15.624996185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { width:16.5rem;height:3.125rem;top:56.6875rem;left:15.749217987061rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { top:33.9375rem;left:28.125rem;width:19.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhSBztN549q5Tl9F1Jp003gE7pTW0OO { top:48.75rem;left:28.125rem;width:19.5625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { top:63.6875rem;left:28.125rem;width:19.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { width:16.5625rem;height:4.8125rem;top:36.5rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { width:16.5625rem;height:4.8125rem;top:51.375rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { width:16.5625rem;height:4.8125rem;top:66.25rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { width:16.5rem;height:4.5rem;top:41.25rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { width:16.5rem;height:4.5rem;top:56.0625rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { width:16.5rem;height:4.5rem;top:71.0625rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { display:block; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { top:12.8125rem;left:0rem;width:29.3125rem;height:14.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETHg7rWAfFohHr3HextElRg67xXT2Tb { top:5.0625rem;left:0rem;width:47.75rem;height:67.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { top:2.0625rem;left:28.3125rem;width:18.5625rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW60ShJS1hNm31v1PAycUh0rLTlRscli { top:26.875rem;left:0rem;width:47.75rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { top:36.5rem;left:17.1875rem;width:30.5625rem;height:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { top:36.5rem;left:0rem;width:19.625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { top:66.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { display:block; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8smqAfz9qb7TSlX13STE69slMCPqU9 { display:block; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { width:37.5625rem;height:18.9375rem;top:1.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { width:35.8125rem;height:18.25rem;top:1.9375rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { top:2.3125rem;left:0rem;width:11.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { width:34.9375rem;height:1.8125rem;top:6.125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmneSI7WsucioSXy8An5onGIATrFKLb { top:22.1875rem;left:17.75rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { top:22.1875rem;left:0rem;width:30.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNEsMvJViz8luquSdamgwQnuMhHzJmrA { display:block; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { width:20.9375rem;height:31rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { display:block; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { width:20.375rem;height:31.3125rem;top:-0.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { width:20.0625rem;height:30rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { display:block; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { width:21.0625rem;height:31.375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { width:20.0625rem;height:30rem;top:1.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { width:20.8125rem;height:31.125rem;top:0.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFO4EUp1COs4DoaZKieI7oWop0whpveq { top:10.1875rem;left:1.3117179870606rem;width:20.4375rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { width:18.75rem;height:3.8125rem;top:43.375rem;left:2.2281227111816rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block; }
 }@media only screen and (max-width: 763px) { #QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { width:16.3125rem;height:;top:38.8125rem;left:3.4457015991211rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { width:16.3125rem;height:;top:36rem;left:3.4457015991211rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { width:18.375rem;height:;top:15.625rem;left:2.4144515991211rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { width:18rem;height:10.1875rem;top:21.25rem;left:2.6031227111816rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { width:20.6875rem;height:3.8125rem;top:10.1875rem;left:1.2496070861816rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { width:20.4375rem;height:;top:11.25rem;left:1.3843727111816rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { width:15.1875rem;height:1.6875rem;top:32.9375rem;left:2.728515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA3UplosxZf9UNyiGripbKQge2uSNHXU { top:10.1875rem;left:26.249214172363rem;width:20.4375rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeDUEOImPKGCsgIIWDpR7t2e4AhrzoHW { width:20.625rem;height:4.25rem;top:10.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC5tnrphlPpm5bPqS5cAKtv1PuXa9pES { width:20.4375rem;height:;top:10.5625rem;left:26.436714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ndfSkERVTh8dizQso85FIopnGyW0S4 { width:15.1875rem;height:1.6875rem;top:32.9375rem;left:27.902732849121rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3yvEkmOGQ1dcJBlBd4O49sBG55Kygpz { width:16.3125rem;height:;top:38.75rem;left:28.383201599121rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyttUw7Rx0hhob7BFWmlB5blRgxwNuc1 { width:16.3125rem;height:;top:36rem;left:28.383201599121rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9mgqREh6ZLTxz9Do08uPyZOvQhMvIs { width:18.5625rem;height:3.8125rem;top:43.375rem;left:27.259368896484rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNFr2n5FmNHCIwLu3GAdtlSP32nMIDVw { display:block; }
 }@media only screen and (max-width: 763px) { #h0iDUiU9W1hIIrHQZHmTEuyBfEJiTowv { width:18rem;height:;top:21.25rem;left:27.539451599121rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJt6uKogFgd05UpZQAFEvnPFEtGCDtue { width:20.625rem;height:;top:15.625rem;left:26.976951599121rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyESB1qUcl9NlHIbkQc08LxUB8930XlU { display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .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; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .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; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
 }@media only screen and (max-width: 763px) { #ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { width:21.6875rem;height:3.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { display:block; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGAmBazH8314iShZJaVoTwIDeakDf9P { top:1.5rem;left:0rem;width:29.6875rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { top:6.4375rem;left:0rem;width:30rem;height:34.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { top:2.4375rem;left:22.3125rem;width:25.375rem;height:37.596102578215rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { top:0rem;left:0rem;width:47.75rem;height:26.746563573883rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB75835sL1nKxi42QwGzTm24lhGbXlPV { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { width:47.75rem;height:24.4375rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBwf0uiBCGkksPwek0ObffTG7im3c9t { width:33.4375rem;height:3.5625rem;top:32.625rem;left:7.1242179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block; }
 }@media only screen and (max-width: 763px) { #FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 { display:block; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .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; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .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; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #k1icSIxOguA0SwCwzS6riX15UCRBTQP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TUOgWT3uhB0L4AhRLm2SW4KHVUb6wJH7 {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TJ3ImGcu3LQRk3XdAcq8NRtRZZtwcakm {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #UTqcSisA5bl7qR0LtsG37h7M7JOavfuN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zg805nkheWpFtyd5dgz6cC92osFizcpH {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #sQvvpev91ezIqIT5EJE3NyW6XecxhTZE {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #rANU4uMFlChp3PH9l35WDPZWzo8tGRP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #IdzpxrtKXhKWZ9VfIQeq139JbH9QADcd {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #ch5zw4ak2TVnTXaQJbVOkK12TILXFVot {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #Cu6Jvh66swTeTTL0S6F1tewrPHdqhF3p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zp8PaPnu7nMK37i3HrdTWqqlrHDXoyLw {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #J1daQ1aato20VVkaVQI3waQEqOJrv4Da {  }
 }@media only screen and (max-width: 763px) { #fVraCvOcCzusgUBczWfkCt7nKQoAORRu { width:26.125rem;height:3.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFbfV5488E9yDsg7QkfvcaORGueoJD3z { display:block; }
 }@media only screen and (max-width: 763px) { #WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { display:block; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { width:3.8125rem;height:3.8125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { width:13rem;height:1.125rem;top:1.5625rem;left:29.67421913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block; }
 }@media only screen and (max-width: 763px) { #BIDky0oMycUPnfm2e2DAzEernNHxd26I { width:11.25rem;height:2.4375rem;top:0.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { position:relative;z-index:auto;display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { width:15rem;height:3.3rem;top:0.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .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; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs .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; }
#thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs { width:18rem;height:5.0625rem;display:flex;top:4.9769520759583rem;left:0.9351561665535rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wizwkKag5TAI5LHTVTTr9LOTH3Oy2Qa0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #Mi8UixMkXpBhSVOSepl3bu6zgtevA4a2 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #bvmwHnMHPQ3U0y7WzHk3ALTR58UF2N60 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #XkIlXq0TM7IWtk0rMQCGA7na9qNqptRQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #wbydJegEKmtwMOfpCaP6h7cRcqs88b3k {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #uTau2mpcdJiHKHGdk3yR6fBbn7bmRUDa {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #W8x152teGvl2oUJs57qRK27qMqkr1s11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #U1Zr7KLKR9dFXLyHQwfQbUlgImNSxtv9 {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #yiTTvvLP0y4JV3rUshSxAmuUkbqivqFp {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #e1mWIiHN3BLcTqJcUv1SJQl11cnSX0mL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #hnRzWD3WrhTmaNiMRTscwTwswHLVCG4l {  }
 }@media only screen and (max-width: 763px) { #thfTUQgDnpVR8uSXxmNhh4rMqeIx7bvs #RERqlyT7KbCMXAgod6DtEhBmFPDqMo6K {  }
 }@media only screen and (max-width: 763px) { #dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { display:block; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { height:11.124625rem;width:19.9980625rem;top:15.335156440735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { width:19rem;height:6rem;top:1.625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aacWMlk92hBO5G1yo5HGfB7TJuQ32sAT { width:19.9991875rem;height:2.7rem;top:9.145312309265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TNAVhF4ZTPzPRmMFWuWcpZNaqBceyFmS { width:19.374625rem;height:12rem;top:30.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bSV73UdnRKPfUwWeCHx9dcViJsoxSyOM { width:20rem;height:13.8125rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { background-color:#f5f0ed;background-image:none;display:block; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { background-color: transparent; background-image: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .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); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { width:17.375rem;height:3.75rem;top:4.6875rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { width:14.0625rem;height:2.7625rem;top:1.25rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { width:11.874625rem;height:18.624625rem;top:39.373825073243rem;left:4.0605466961861rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { width:17.8125rem;height:19.6rem;top:11.293360710144rem;left:1.0921874642372rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { width:20rem;height:20.875rem;top:10.562072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { width:18.999625rem;height:2.6859375rem;top:32.949606895447rem;left:0.49804681539536rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block; }
 }@media only screen and (max-width: 763px) { #KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { width:19.9980625rem;height:1.790625rem;top:36.310544013977rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #CJlq4lBTKS4tonDusEqZFhtUz6nMXzc6 { width:19.9980625rem;height:1.575rem;top:8.4082009792325rem;left:0.0011718273162842rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { display:block; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { width:20rem;height:109.125rem;top:0.12382888793945rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { width:18.75rem;height:13.4375rem;top:32.779684066772rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { width:13.8105625rem;height:2.7625rem;top:2.0613288879394rem;left:3.0937498211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { width:16.374625rem;height:10.96875rem;top:5.63671875rem;left:1.8105466961861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { width:18.75rem;height:13.875rem;top:18.191795349121rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { width:16.749625rem;height:2.7625rem;top:48.123043060302rem;left:1.6230466961861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { width:16.2491875rem;height:14.625rem;top:52.498825073243rem;left:1.8738279938698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { width:18.75rem;height:20.625rem;top:47.12343788147rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { width:16.3125rem;height:1.21875rem;top:26.9375rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { width:12.6855625rem;height:2.7625rem;top:18.997263908386rem;left:3.6562498211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { width:18.75rem;height:14.9355625rem;top:92.169138908387rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75QWao3KN0chJz6vHr5raHhBV3TgR8k { width:16.8105625rem;height:10.96875rem;top:95.499603271488rem;left:1.5925779938698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { width:18.75rem;height:22.5625rem;top:68.593360900881rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { width:16.5rem;height:7.3125rem;top:38.226560592651rem;left:1.7484374642372rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { width:16.562125rem;height:1.3816375rem;top:93.1874961853rem;left:1.7167966961861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { width:16.4355625rem;height:2.7625rem;top:33.998434066772rem;left:2.0121093392372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFIFXogZ7lIKx55QxkUORKL3twdvd45B { width:18.75rem;height:15.9375rem;top:1.5609397888184rem;left:0.62343746423721rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { width:14.8125rem;height:4.14375rem;top:69.530855178831rem;left:2.5910153985024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { width:16.374625rem;height:15.84375rem;top:74.812494277956rem;left:1.8105466961861rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #WPrBJyvrnmTX0BRMKxIBHKk2ZWLpJcc8 { width:17.8125rem;height:8.53125rem;top:22.402733802796rem;left:1.0921874642372rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3abe365-bcfc-46a3-ba8d-79d2050478e0/ZotyKobietaLinieBrokatiZotoOglnyyczeniaUrodzinyWpisnaFacebooku17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.adaptive-delivery-prevent-bg, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyload, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyloading { background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { background-color: transparent; background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .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); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { border-width: 0; border-radius: 0; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::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; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { width:20rem;height:8.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { width:19.9991875rem;height:17.0625rem;top:12.499202728271rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:9.5rem;height:14.9375rem;top:2.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:16.6875rem;height:29.25rem;top:19.872655749321rem;left:1.6546874642372rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { width:20rem;height:52.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoJX7URWGvXJ4GKRezmus6LgVJL442a { display:block; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9c5OSGWum21nxiudPbKSWnTiWoWddKz { width:18.125rem;height:4.875rem;top:0.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { width:20rem;height:12.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { width:16.75rem;height:2.7625rem;top:7.3125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { width:19.0625rem;height:7.8rem;top:10.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { width:20rem;height:11rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { width:16.187125rem;height:7.8rem;top:48.623434066772rem;left:1.9042966961861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { width:16.8116875rem;height:1.3816375rem;top:46.498825073243rem;left:1.5925779938698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { width:20rem;height:12.9375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { width:18.5625rem;height:7.8rem;top:22.625rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { width:16.0625rem;height:1.3816375rem;top:20.4375rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { width:20rem;height:14.3125rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { width:16.9375rem;height:1.3816375rem;top:58.5rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { width:15.9375rem;height:6.5rem;top:61.408590316772rem;left:2.0296874642372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { width:20rem;height:12.5rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { width:16.9991875rem;height:6.5rem;top:37.748435974121rem;left:1.4988279938698rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { width:16.5625rem;height:2.7625rem;top:34rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { width:20rem;height:12.5rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { display:block; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { width:19.9991875rem;height:13.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbV3734ORJd29mIgfmsIvwiAfHKr44w1 { position:relative;z-index:auto;display:block; }#gbV3734ORJd29mIgfmsIvwiAfHKr44w1 > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVhVmlwUxxOeTVTlJATgrZrsO9uAhUht { width:18.4375rem;height:3.4375rem;top:1.6135787963868rem;left:0.90429669618606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNiJrskqkIVuydJHQ3Ehim8PSaFHcnoR { display:block; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .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; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T .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; }
#t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T { width:18rem;height:5.0625rem;display:flex;top:8.537109375rem;left:0.9351561665535rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #iQZKaG7bslmpnOioN7JsaEtX8TgZVAzR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #kPSNd64q6E5m3ol1QOm345hmfsQyoTsc {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #p89oqOTxE6Aa9bsxRUMdSbnGdpTtqTCC {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #oZCcGfhdf8amBpSx4L8dDETv0U1sAzdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #K7TayTcJmHSDNcMgnoDiTWFSrbWkLS8G {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #ZyhSy0C3x6ZWIKOOak93sAtUceZPsHJD {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #lhP3g4cKPHmLAA9b5TTTkhd8RMd8XiWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #sLeTDy4g4FW1t6gyuTMxXlT3t25LAsLB {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #V6lMGNVqxlH6BnCupU5o95zfo7KKrRH3 {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #inC8yPpckTnUnkpw4GTH8y10nhuxKfeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #bkO0ncB73blvmLPrtFwTOCreT65F3Nuq {  }
 }@media only screen and (max-width: 763px) { #t3T4gaF4uaV4emD4sTrU1k3GH6V0eQ4T #S6lebQKaL1ouya5g8QDoLQXyAGRi7TnE {  }
 }@media only screen and (max-width: 763px) { #zuLSm2RkXGrWPPKzTlxOF6QKXxQUl04W { width:19.9991875rem;height:1.3rem;top:6.5179710388181rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { display:block; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { width:20rem;height:123.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { width:18.8125rem;height:3.25rem;top:1.25rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { width:18.75rem;height:27.625rem;top:6.0878877639771rem;left:0.62343746423721rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { width:18.75rem;height:35.9125rem;top:43rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F7V6cDSMQxyHp748XKhT6wxOddnxVInH { width:16.8105625rem;height:3.0875rem;top:38.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { width:18.75rem;height:19.3375rem;top:91.453115463256rem;left:0.62343746423721rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { width:13.5rem;height:4.63125rem;top:85.434366226194rem;left:0.59062498807907rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { width:19.9980625rem;height:2.66015625rem;top:34.934761047363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { width:8.0625rem;height:8.0625rem;top:115rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { width:5.12460625rem;height:2.125775rem;top:117.9375rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { width:19.9980625rem;height:2.66015625rem;top:111.34803771972rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzV4i1Ic1wNnLgPeU0XOGcviD8gogHg { width:19.9991875rem;height:2.661325rem;top:81.498037338256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { display:block; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { width:19.25rem;height:3.5rem;top:1.0625rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { width:20rem;height:10.4125rem;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szmNAKJQROB38kS720a0K6vRzElWMSB9 { background-color:#62575f;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; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { background-color: transparent; background-image: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .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); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { border-width: 0; border-radius: 0; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { width:20rem;height:81.43359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { width:7.5rem;height:1.21875rem;top:1.9359378814698rem;left:6.2484372258186rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { width:20rem;height:70.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { width:18.4991875rem;height:9.75rem;top:3.1546878814698rem;left:0.74999994039537rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { width:14.3125rem;height:2.75rem;top:10.4375rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block; }
 }@media only screen and (max-width: 763px) { #Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { width:19.9991875rem;height:54.75rem;top:26.683629989624rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { width:14.499625rem;height:9.5625rem;top:17.261717557907rem;left:2.7492185235024rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { width:17.499625rem;height:30.46875rem;top:28.123860359192rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { width:15.75rem;height:2.125rem;top:14.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { width:19.9991875rem;height:0.062109375rem;top:59.498474121094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { width:15.5625rem;height:2.6rem;top:60.936323165894rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { width:1.74960625rem;height:1.6875rem;top:68.084760665894rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0Cep0do4xZ2fCJPogkg8042ToLolwT { width:16.2491875rem;height:2.4375rem;top:64.637105941775rem;left:3.7499998211861rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { width:16.2491875rem;height:2.4375rem;top:67.710931777956rem;left:3.7511714100837rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { width:1.74960625rem;height:1.6875rem;top:64.637105941775rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9OzmJ0g80liE9ZKXcl9zBK5rpybMA2 { width:15.062125rem;height:2.4375rem;top:70.884370803831rem;left:3.7605465054512rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oH71imURVV5imw2QxIbKShMXO05IaxPb { width:1.74960625rem;height:1.6875rem;top:71.259370803831rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcwFt4f7RRdKbcoMnbNFcEAzvizhLORh { width:1.7484375rem;height:1.6875rem;top:74.498430252075rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUznMWIR07h4iIScTy4zLdSDzVrN38Cl { width:13.749625rem;height:2.4375rem;top:74.123434066775rem;left:3.4792965054512rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z9yueFbgQDR45fVlvtVv2IbO3QocIShk { background-color:#62575f;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; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { background-color: transparent; background-image: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .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); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { border-width: 0; border-radius: 0; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64CltoLBuIILZZTr5sx9chKUqXv3O4k { width:9.875rem;height:1.21875rem;top:2.875rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { width:20rem;height:71.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { width:17.875rem;height:8.125rem;top:4.375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { width:14.312125rem;height:2.74921875rem;top:13.623048782349rem;left:2.8429685235024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { width:20rem;height:76.75rem;top:32.871078491211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { width:16.6875rem;height:11.124625rem;top:20.571090698243rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #CehzgIRRPAno4oqtBK6oy3OmH109s5gT { width:17.499625rem;height:21.9375rem;top:34.65468788147rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { width:15.75rem;height:2.18671875rem;top:17.94375038147rem;left:2.1234374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { width:19.9980625rem;height:0.062109375rem;top:57.716018676757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { width:15.125rem;height:2.6rem;top:58.935942649841rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { width:15.8125rem;height:45rem;top:62.71755981445rem;left:3.1355467438698rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m1A86KbeATIWvfwUromid52MPG91IyDf { width:1.6875rem;height:1.6265625rem;top:62.716403961181rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrK1wZ2TBmVCslrJkocKGTXsvcrwTdyK { width:1.6875rem;height:1.6265625rem;top:67.310148239138rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrlCbDgwGhVMJD60PmuwHcVhORQuD0v { width:1.6875rem;height:1.6265625rem;top:83.746866226194rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4S5wKgktb8zgmHAIwc5ucy63LAuV3zE { width:1.6875rem;height:1.6265625rem;top:72.066791534425rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNb9azQSWBViJR1xQ1NPx03sXTZc3wyN { width:1.6875rem;height:1.6265625rem;top:76.121479034425rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3rNU74SrDy4hnf5o0xcXBS18qyo4Mm { width:1.6875rem;height:1.6265625rem;top:80.820697784425rem;left:1.2292967438698rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCqnvIq13GSEIdNtrlq7apSeIbuNPLV { width:1.6875rem;height:1.6265625rem;top:88.248037338256rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXviNbMm8GZ8Tn3STbPhu9Tp9T7qOKV8 { width:1.6875rem;height:1.6265625rem;top:91.248037338256rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3wMbs6ZxP3ESZ6gDT76iq6ORzTPbxA { width:1.6875rem;height:1.6265625rem;top:95.811319351194rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3HWiSrI1UaDmZuTPR1gQUDtTsrEo9h { width:1.6875rem;height:1.6265625rem;top:100.18592834472rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHHsygZ3PpQV368BN5QWLfZCFv8qeMK { width:1.5609375rem;height:1.5rem;top:103.31015014649rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduEQ570G94Jg9oRaxmcSRec43BmQdGU { background-color:#62575f;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; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { background-color: transparent; background-image: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .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); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { border-width: 0; border-radius: 0; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { width:12.125rem;height:1.21875rem;top:3rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q72GmtzbTcyI0S71U9QbQlobiNcv7fly { width:20rem;height:28.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { width:18.6875rem;height:6.5rem;top:5rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { width:14.3125rem;height:2.75rem;top:11rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block; }
 }@media only screen and (max-width: 763px) { #tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { width:20rem;height:65.1875rem;top:28.385162353516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { width:16.5rem;height:11rem;top:17.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { width:17.5rem;height:25.59375rem;top:29.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { width:15.75rem;height:2.1875rem;top:14.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { width:19.9991875rem;height:0.062109375rem;top:56.541793704033rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { width:15.3125rem;height:2.6rem;top:58.187103271484rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { width:1.7484375rem;height:1.6875rem;top:62.432807922363rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { width:1.7484375rem;height:1.6875rem;top:66.445306777956rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { width:1.7484375rem;height:1.6875rem;top:73.434371948244rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzJaK5nuNTrbXQJxRf1W0G3XIKTULbK { width:16.75rem;height:29.53125rem;top:62.436317443847rem;left:3.0624998211861rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CIcLRntmbTMoOrIvzQiBsx7rGIopQ0NE { width:1.6875rem;height:1.6265625rem;top:76.387496948244rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3MmZ8y95mmuLq4f66TtD6I1lQ1yvMxZ { width:1.6875rem;height:1.6265625rem;top:80.6249961853rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasQdMS7KVIv3X4ovQmS7xgAMLFTCeP3 { width:1.6875rem;height:1.6265625rem;top:84.8906211853rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdaW3PwifHetMkC7dQfKqQ5QioaOzb9z { width:1.6875rem;height:1.6265625rem;top:87.629295349119rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKQe75ylDvfrWueq5tM9uQwekL7CoK5 { width:1.6875rem;height:1.6265625rem;top:69.391403198244rem;left:0.65624994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDshwv41UHDyzo651CGAUOV3iulkdBwV { width:0.624609375rem;height:0.624609375rem;top:95.446868896488rem;left:5.4374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { background-color:#62575f;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; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { background-color: transparent; background-image: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .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); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { border-width: 0; border-radius: 0; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { width:9.25rem;height:1.21875rem;top:2.8125rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { width:20rem;height:26.375rem;top:1.2492065429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { width:17.874625rem;height:6.5rem;top:4.6851558685303rem;left:1.0605468153954rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #yQkLn0pforiK2fofkCxfFx3AoIESwTqn { width:14.312125rem;height:2.74921875rem;top:9.8882799148563rem;left:2.8429685235024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block; }
 }@media only screen and (max-width: 763px) { #comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { width:20rem;height:67.5rem;top:27.689071655274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { width:16.6875rem;height:11.124625rem;top:16.5703125rem;left:1.6546874642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { width:17.499625rem;height:20.71875rem;top:29.17148399353rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { width:15.75rem;height:2.18671875rem;top:13.340623855591rem;left:2.1234374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { width:19.9991875rem;height:0.062109375rem;top:50.685934066772rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { width:12.999625rem;height:2.6rem;top:52.935934066772rem;left:1.0605468153954rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { width:15.3125rem;height:3.65625rem;top:56.669528007508rem;left:3.5718749165535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { width:14.4375rem;height:3.65625rem;top:61.417965054512rem;left:3.5613279938698rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { width:17.499625rem;height:1.3rem;top:78.524997711181rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { width:14.8125rem;height:3.65625rem;top:80.435150146488rem;left:2.5910153985024rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { width:17.499625rem;height:8.7480625rem;top:84.874214172362rem;left:1.2492186427116rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236WS96RtRVBFWTCHPcas9G924rITGZ { width:15rem;height:8.53125rem;top:84.982028961181rem;left:2.4972653985024rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ADIkiJJMD4tRG8BdC8TPVCTbk083O96W { width:15.375rem;height:4.875rem;top:66.1535115242rem;left:3.4460936188698rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u9FLkftn94CDpbrxzEvz61AIDdnZyfNo { width:14.375rem;height:4.875rem;top:72.442977905275rem;left:3.6246092915535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dt0xOhESTS6Zr11VQ0etn5w2ZnnFIEWO { width:1.6875rem;height:1.6265625rem;top:56.669529914856rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6KhhGstzmuFsfAWpHMOzD6ek9CKRCCd { width:1.6875rem;height:1.6265625rem;top:66.153512954712rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vqOsgh6zeMUEzdFPKNeiuxlxAa74Rx { width:1.6875rem;height:1.6265625rem;top:61.417966842651rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVBCT9eaWFe4bABp8ViT9GicJuASnwBU { width:1.6875rem;height:1.6265625rem;top:72.442966461181rem;left:1.0605468153954rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT { background-color:#000000;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; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { background-color: transparent; background-image: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container > .video-iframe-container { display: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container { display: none; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .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); }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { border-width: 0; border-radius: 0; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMZrtMoWQ3TbZ2ZrUB3kSJvq1XJyNpyT > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXEdgRHGRdFRig09uwIs7TMTLsI08CT3 { width:19.9980625rem;height:6.5rem;top:1.435489654541rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ff5a91;display:block; }
 }@media only screen and (max-width: 763px) { #S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { background-color:#62575f;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; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { background-color: transparent; background-image: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .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); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { border-width: 0; border-radius: 0; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { width:20rem;height:25.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { width:16.375rem;height:6.5rem;top:4.5625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { width:20rem;height:45.875rem;top:14.436327457428rem;left:0.0011718273162842rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { width:15.75rem;height:2.1875rem;top:11.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { width:13.2491875rem;height:1.3rem;top:15.936327457428rem;left:1.2492186427116rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { width:1.74960625rem;height:1.6875rem;top:32.749216556549rem;left:0.44999992847442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { width:16.2491875rem;height:8.53125rem;top:18.353905200958rem;left:2.9976561665535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { width:1.74960625rem;height:1.6875rem;top:37.796478271484rem;left:0.44999992847442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { width:16.2491875rem;height:2.4375rem;top:28.560936450958rem;left:2.9976561665535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { width:1.74960625rem;height:1.6875rem;top:18.353905200958rem;left:0.44999992847442rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { width:16.2491875rem;height:3.65625rem;top:32.749216556549rem;left:2.9976561665535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { width:1.74960625rem;height:1.6875rem;top:28.560936450958rem;left:0.44999992847442rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { width:16.2491875rem;height:6.09375rem;top:37.796483516693rem;left:2.9976561665535rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m6Ra4uWlNTPZXlDvHIgu0IqCTpn2wLAa { width:19.9991875rem;height:12.335125rem;top:46.121479034424rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e { background-color:#62575f;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; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { background-color: transparent; background-image: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container > .video-iframe-container { display: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container { display: none; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .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); }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { border-width: 0; border-radius: 0; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6lErTkV4c9upK5QQvDEGLEm0Mv6Hp3e > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSeSnCiHRZ1TVIbE9iZTIQ7ebcWOAwoc { width:20rem;height:40.75rem;top:1.2492065429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg7TTyBEhrJffqTJ66ABFyKhMAvqIz5u { width:16.375rem;height:4.875rem;top:4.5625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #lcTHqyhmhm6aIgCsyo0srs2psdMXgKw1 { width:19.9991875rem;height:12.812125rem;top:29.666013598442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVeNIO5amveagsnAhZt66amS45eJsCp { width:15.75rem;height:2.18671875rem;top:48.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ29MeOk8E2kuEQiV1bqpSLlh6o9ZLV7 { width:16.2480625rem;height:9.75rem;top:31.197654604912rem;left:2.8242185711861rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lztgNZvPoFbw6gwITebgvfABWVDeAScq { width:14.7480625rem;height:16.5rem;top:12.551950335503rem;left:4.3980467915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTh5PieHXf709xRTWWqoUUU5UvxClLaR { width:19.9991875rem;height:34.6875rem;top:43rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMtqTs7b3MwyklUGOysoOv2ClNkPnlzv { width:20rem;height:9.5rem;top:68.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFAPZKxJTDFQsQp2BuvWw0dF38Fg2qcG { width:19.9980625rem;height:3.250775rem;top:45.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #XOOhwSnVkDJbtIVqbmhkuAWn1Ho5Nv9L { width:12.6866875rem;height:15.9375rem;top:51.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm0Sr3m3OHW6OIfpDMLM04tiGzv2gCn1 { width:15.75rem;height:2.18671875rem;top:9.8109245300294rem;left:2.1234374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRK4BZ8tpdrODoc0WbbOuNlhdpdz3I0 { width:16.2480625rem;height:6.09375rem;top:69.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC { background-color:#62575f;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; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { background-color: transparent; background-image: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container > .video-iframe-container { display: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container { display: none; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .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); }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { border-width: 0; border-radius: 0; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1yp9WJmK4EEGe3b5xBFO2u9hHN7vWvC > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG7vrElv2KFy6asxDo1EygmsC4K4LcXO { width:20rem;height:25.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5rxo6KkUsX8q3BwzTlmArLkUefMtco { width:16.374625rem;height:8.125rem;top:36.375rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #LbTffKLoNOSSvTfr7VMdD788ZtVrXBPG { width:20rem;height:12.5625rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJHxicuuB9kIBSHROEV7ORNPTrWygbgT { width:15.75rem;height:2.18671875rem;top:45.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbM7tBCtxm8WmgJ6DXGgGiNKHcvunK9S { width:16.2480625rem;height:9.75rem;top:64.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XpGQFZ5d0JPSlMeGLD42RSSQJm7hZNc8 { width:11.4375rem;height:13.562125rem;top:48.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQuXZPn6FbKkWRJ9qZNT0WQgMpBVP5V { width:20rem;height:40.3125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovm5rVtp6P560JZTJeENM6wUl1CNRmPn { width:16.374625rem;height:4.875rem;top:2.125rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KW94xnshQXpeKf0ev37BirbQ3nbnpHAJ { width:15.75rem;height:2.18671875rem;top:8rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4h7ZulfTtdwdaWFRuCtgMGvauN8sko0 { width:13.187125rem;height:15.1230625rem;top:11.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQ0FTQS56wAB7mvONGlG0ODZNwEVZSp { width:20rem;height:9.0625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bAC97Trzu3ia9xKpsEiLotnuTWs5MQ { width:16.2480625rem;height:4.875rem;top:28rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA { position:relative;z-index:auto;display:block; }#S4aWcy8hoyzfxTfcX8ClJQTIPDdx54lA > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ0T2cAE4oCpM5gqIvMlrrODKO05Iulh { width:17.124625rem;height:3.43710625rem;top:3.1605453491211rem;left:1.4367186427116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTqlhD5QsrNonBzQpuCXNBhSoVq8NBF { display:block; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .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; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM .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; }
#QHAT2xOBMiGnAb7hf67DzIKq6sao23OM { width:18rem;height:5.0625rem;display:flex;top:10.410938262939rem;left:0.9351561665535rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ShIVv85XZNCE7vFBDKx3xCyWwQGFP0TW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #fTmTr8wOVasR0VS1ntMU2fyhKif3BECR {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #TzW5FQgCPgHq2Mo7dguklgmNO86DoINg {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #sbDCIopPqZkTUetNZ0QdIRv3y3QCdr6h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #KOPlLReBX50uS2Nbs6eWzL3FXvNkF45t {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #QQpkJMkrkPtgRGegmIeu4ohuTisOIBpi {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #Ldl39XuNwTBEE64ao0FIhsg49Oar78mm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #idTsP2QxFz04AypsUHLhbUleaZyECGT6 {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #xwaDan61Z2L9IncTl9xpBrKh5xXg9aDO {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #NDrT9oWQ04Gzy3pp4kVAKtsdy9nwcb1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #ah9zffZBmShpR1yfoTkF2DPT3ZXaeWqA {  }
 }@media only screen and (max-width: 763px) { #QHAT2xOBMiGnAb7hf67DzIKq6sao23OM #wmdCTcGhFySstZpEqoi3XluHIu3candp {  }
 }@media only screen and (max-width: 763px) { #IbAX62Az6h6wOWA1CERK0pwOTvF6I3Fo { width:19.9991875rem;height:1.3816375rem;top:8.0309371948244rem;left:0.0011718273162842rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { display:block; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { width:20rem;height:182.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { width:18.1875rem;height:10rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { width:18.75rem;height:18.75rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { width:18.75rem;height:18.5625rem;top:32.687072753906rem;left:0.6246092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { width:18.75rem;height:20.125rem;top:51.875rem;left:0.6246092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { width:18.75rem;height:15.5rem;top:72.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { width:18.75rem;height:18.625rem;top:130.12390136719rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { width:18.75rem;height:18.75rem;top:89.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { width:16.5625rem;height:9.8rem;top:19.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { width:16.5625rem;height:3.15rem;top:14.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { width:16.562125rem;height:3.15rem;top:33.686717033386rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uEtzERUh321be9Z8GD9gcVXFffch { width:16.562125rem;height:12.6rem;top:37.749607086182rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { width:16.562125rem;height:6.3rem;top:52.123824119568rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { width:16.562125rem;height:14rem;top:58.935934066772rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe823tCZUuzqCnWStcuic8nfE6qlAnDM { width:16.5625rem;height:3.15rem;top:73rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { width:16.5625rem;height:11.2rem;top:76.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { width:16.562125rem;height:3.15rem;top:90.186328887938rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { width:16.562125rem;height:12.6rem;top:94.562101364138rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { width:16.562125rem;height:4.725rem;top:131.49960517883rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { width:16.562125rem;height:8.4rem;top:138.06093215942rem;left:1.7167966961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI09y93RbA86fo2SDkLiFTJqD6allRfN { width:18.75rem;height:20.625rem;top:108.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { width:16.5625rem;height:12.6rem;top:115.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { width:16.5625rem;height:3.15rem;top:110rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { width:18.75rem;height:10rem;top:149.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhSBztN549q5Tl9F1Jp003gE7pTW0OO { width:18.75rem;height:10rem;top:160.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { width:18.75rem;height:10rem;top:170.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { width:16.5625rem;height:2.8rem;top:151rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { width:16.5625rem;height:2.8rem;top:161.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { width:16.5625rem;height:2.8rem;top:172.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { width:16.5625rem;height:4.5rem;top:153.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { width:16.5625rem;height:4.5rem;top:164.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { width:16.5625rem;height:4.5rem;top:175.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { display:block; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { width:20rem;height:114rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { width:8.25rem;height:4.5rem;top:8.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { width:17.499625rem;height:15.75rem;top:14.749303817749rem;left:1.2492186427116rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PETHg7rWAfFohHr3HextElRg67xXT2Tb { width:20rem;height:105.4375rem;top:7.5rem;left:0rem;background-color:#e1cdd3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { width:8.499625rem;height:10.6241875rem;top:2.2488269805908rem;left:10.023046314716rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xW60ShJS1hNm31v1PAycUh0rLTlRscli { width:17.499625rem;height:15.75rem;top:30.998435974121rem;left:1.2492186427116rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { width:17.5rem;height:32.34375rem;top:71.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { width:16.4355625rem;height:20.625rem;top:48.474605560302rem;left:1.6312499642372rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { width:17.499625rem;height:7.875rem;top:103.71796417236rem;left:1.2492186427116rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { display:block; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { width:17.0625rem;height:6.5rem;top:1.25rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8smqAfz9qb7TSlX13STE69slMCPqU9 { display:block; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { width:20rem;height:52.560913085938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { width:20rem;height:30.3125rem;top:22.249217033386rem;left:-0.063281357288362rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { width:20rem;height:16.98125rem;top:34.054684638977rem;left:-0.062890648841856rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { width:6.3116875rem;height:9.437125rem;top:23.749217033386rem;left:6.8425777554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { width:16.5625rem;height:1.3rem;top:18rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nBmneSI7WsucioSXy8An5onGIATrFKLb { width:19.6875rem;height:11.0625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { width:19.8125rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNEsMvJViz8luquSdamgwQnuMhHzJmrA { display:block; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { width:14.75rem;height:22.25rem;top:0rem;left:3.4216340308961rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { display:block; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { width:20rem;height:30.75rem;top:26.119920253754rem;left:-0.10916776271537rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { width:17.875rem;height:26.75rem;top:0.44413900375366rem;left:0.68999316151544rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { display:block; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { width:20rem;height:90.998413085938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { width:19.8125rem;height:29.625rem;top:0rem;left:-0.31328135728836rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { width:20rem;height:29.8125rem;top:30.435935974121rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { width:20rem;height:29.8125rem;top:61.185935020447rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFO4EUp1COs4DoaZKieI7oWop0whpveq { width:19.75rem;height:38.25rem;top:12.625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { width:16.6875rem;height:3.24960625rem;top:46.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block; }
 }@media only screen and (max-width: 763px) { #QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { width:16.6875rem;height:2.8441375rem;top:39.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:2.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { width:16.6875rem;height:2.4375rem;top:41.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { width:18.3116875rem;height:5.60625rem;top:16.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { width:16.6875rem;height:13.5rem;top:22.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { width:19.9991875rem;height:2.31210625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { width:19.9991875rem;height:1.8rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { width:18.6875rem;height:8.125rem;top:1.125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { width:16.6875rem;height:1.6875rem;top:36.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wA3UplosxZf9UNyiGripbKQge2uSNHXU { width:19.749625rem;height:42.375rem;top:52.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NeDUEOImPKGCsgIIWDpR7t2e4AhrzoHW { width:19.9991875rem;height:4.24921875rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC5tnrphlPpm5bPqS5cAKtv1PuXa9pES { width:19.9980625rem;height:3.6rem;top:52.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #O1ndfSkERVTh8dizQso85FIopnGyW0S4 { width:15.1875rem;height:1.6875rem;top:81.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G3yvEkmOGQ1dcJBlBd4O49sBG55Kygpz { width:16.3125rem;height:2.6003875rem;top:83.625rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CyttUw7Rx0hhob7BFWmlB5blRgxwNuc1 { width:16.3125rem;height:2.4375rem;top:86.1875rem;left:1rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9mgqREh6ZLTxz9Do08uPyZOvQhMvIs { width:17.687125rem;height:3.8109375rem;top:89.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNFr2n5FmNHCIwLu3GAdtlSP32nMIDVw { display:block; }
 }@media only screen and (max-width: 763px) { #h0iDUiU9W1hIIrHQZHmTEuyBfEJiTowv { width:18rem;height:15.1875rem;top:66.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UJt6uKogFgd05UpZQAFEvnPFEtGCDtue { width:19.5rem;height:7.475rem;top:57.625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cyESB1qUcl9NlHIbkQc08LxUB8930XlU { position:relative;z-index:auto;display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { width:19.9991875rem;height:3.0875rem;top:13.249217987061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .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; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .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; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { width:18rem;height:5.0625rem;display:flex;top:6.0625rem;left:0.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
 }@media only screen and (max-width: 763px) { #ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { width:17.6875rem;height:3.4375rem;top:1.75rem;left:1.1875rem;background-color:#fde336;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { display:block; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGAmBazH8314iShZJaVoTwIDeakDf9P { width:16.4375rem;height:4.8rem;top:1.3125rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { width:17.9375rem;height:39.375rem;top:20.812498569489rem;left:1.4050779938698rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { width:9.6866875rem;height:14.4375rem;top:6.111328125rem;left:5.1550777554512rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { width:19.875rem;height:11.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB75835sL1nKxi42QwGzTm24lhGbXlPV { width:16.875rem;height:8.125rem;top:1.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { width:18.1241875rem;height:39rem;top:11.248828887939rem;left:0.93632799386981rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RLBwf0uiBCGkksPwek0ObffTG7im3c9t { width:18.1230625rem;height:3.6234375rem;top:51.342184066772rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block; }
 }@media only screen and (max-width: 763px) { #FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 { position:relative;z-index:auto;display:block; }#FvTOk8vfOu2p9Kgof9Qa6FpOk9kckHP0 > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .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; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr .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; }
#w207NHT8NqW8H93ISvTNCIIAVgWlzOnr { width:18rem;height:5.0625rem;display:flex;top:6.0625rem;left:0.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #k1icSIxOguA0SwCwzS6riX15UCRBTQP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TUOgWT3uhB0L4AhRLm2SW4KHVUb6wJH7 {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #TJ3ImGcu3LQRk3XdAcq8NRtRZZtwcakm {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #UTqcSisA5bl7qR0LtsG37h7M7JOavfuN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zg805nkheWpFtyd5dgz6cC92osFizcpH {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #sQvvpev91ezIqIT5EJE3NyW6XecxhTZE {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #rANU4uMFlChp3PH9l35WDPZWzo8tGRP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #IdzpxrtKXhKWZ9VfIQeq139JbH9QADcd {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #ch5zw4ak2TVnTXaQJbVOkK12TILXFVot {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #Cu6Jvh66swTeTTL0S6F1tewrPHdqhF3p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #zp8PaPnu7nMK37i3HrdTWqqlrHDXoyLw {  }
 }@media only screen and (max-width: 763px) { #w207NHT8NqW8H93ISvTNCIIAVgWlzOnr #J1daQ1aato20VVkaVQI3waQEqOJrv4Da {  }
 }@media only screen and (max-width: 763px) { #fVraCvOcCzusgUBczWfkCt7nKQoAORRu { width:17.6875rem;height:3.4375rem;top:1.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFbfV5488E9yDsg7QkfvcaORGueoJD3z { display:block; }
 }@media only screen and (max-width: 763px) { #WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { position:relative;z-index:auto;background-color:#222222;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; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { background-color: transparent; background-image: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .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); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { border-width: 0; border-radius: 0; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { width:4.875rem;height:4.8125rem;top:0.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { width:11.0625rem;height:2.4375rem;top:5rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block; }
 }@media only screen and (max-width: 763px) { #BIDky0oMycUPnfm2e2DAzEernNHxd26I { width:7.875rem;height:2.4375rem;top:7.4375rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block; }
 }