.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:245,237,226;--color-primary-1:253,173,103;--color-primary-2:251,119,2;--color-primary-3:252,120,0;--color-primary-4:50,24,0;--color-secondary-0:255,255,255;--color-secondary-1:253,253,253;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:60,60,60;--color-tertiary-0:255,255,255;--color-tertiary-1:242,242,242;--color-tertiary-2:95,95,95;--color-tertiary-3:60,60,60;--color-tertiary-4:0,0,0;--headlines-font-family:"sora";--paragraphs-font-family:"sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:64.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WPd8TwK2fhzB2qkr1groz3HZvJTJEpGK { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.9375rem;left:11.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxJROTcAzX3DVK6dSLhrANRfW37dyRLe { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20rem;left:8.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IO2IWCbTrqWDmQE2NoaGV1wmveN3pWAb { 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:53rem;width:75rem;display:none; }
#PAqGgvJa9uzhQM9Ttd3lok0oTc5Pbe3v { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:18.875rem;left:0rem;height:7.59375rem;font-style:normal;display:none; }
#XNomGGu2IZrtM9c2mbSCNiEmBAlDz65l { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:46.5rem;left:16.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owZwzG0qCNTKTt1qppLTGT8TiFCPa2Wn { box-sizing:content-box;height:44.5625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.8125rem;left:-0.0625rem;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; }
#TO06RC74TlTqgi9gUfHrkduMPtb3PIac { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:4.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:53rem;left:23.96875rem;display:block; }
#mlbD8ZZroNakUOsNUKvKW9aULaHfOyHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g87EFrlzRhzTw55Mhc59OAPToCzUpBNr { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:16.125rem;top:3.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#d0uTONEDeJixF57tpC6zMNey9s4ni11J { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:49.5rem;top:17.25rem;left:12.75rem;overflow:hidden;display:block; }
#TdS2m2xwuOpwuE2yPvlfukkZ1TutVNNp { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top: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:52.875rem;width:75rem;top:2.75rem;left:0.6875rem;overflow:hidden;display:block; }
#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp { 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; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container { background-color: transparent; background-image: none; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container > .video-iframe-container { display: none; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row > .video-iframe-container { display: none; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .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); }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container { border-width: 0; border-radius: 0; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#lVORCuZJhPHQJ1ToShGkCfPLHTtLF12h { 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:5.75rem;width:26.125rem;top:4.53125rem;left:24.4375rem;overflow:hidden;display:block; }
#Lr6VS77w50nq3qt2IdLSnSaXAtJ9Id3i { color:rgba(var(--color-tertiary-0),1);display:block;width:68.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.650390625rem;left:3.25rem;height:2.923825rem;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; }
#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG { 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; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container { background-color: transparent; background-image: none; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container > .video-iframe-container { display: none; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row > .video-iframe-container { display: none; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .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); }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container { border-width: 0; border-radius: 0; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container { font-size:0.875rem;font-family:arial;height:151.4375rem;width:75rem;position:relative;display:block; }#bcgdro7lKfk3z2p37SMbTztfrsFvNwhv { 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:4rem;width:19.0625rem;top:28.25rem;left:0rem;overflow:hidden;display:block; }
#EDXK10vH8NBe4ci533vxwBO2UUaDCrcB { color:rgba(var(--color-primary-3),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.1875rem;left:13.25rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUmDAPSKEcQeH5y7KNtzJ7pnL6xhAAK4 { 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:5.5625rem;width:12.875rem;top:32.3125rem;left:21.5625rem;overflow:hidden;display:block; }
#XUxIHpBpVrybF67mxDqkwNdXdaclCFdy { 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:5.3125rem;width:14.0625rem;top:36.6875rem;left:0rem;overflow:hidden;display:block; }
#Gkyu3vCfnvqZOSaap6F89RkcZpLWoHJM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:28.125rem;top:44.9375rem;left:13.9375rem;overflow:hidden;display:block; }
#Es6a0Nl4i7k4dquinemXKfLzbyv6BvMO { 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:3.6875rem;width:17.0625rem;top:37.5rem;left:39.25rem;overflow:hidden;display:block; }
#HF36LgutvvMudhVTeX2IfmF1XUG7EdDN { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.8125rem;top:28rem;left:39.25rem;overflow:hidden;display:block; }
#NKokII76vfN4VXgyepHJn7UJKZsudc5G { color:rgba(var(--color-primary-3),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:60.875rem;left:13.25rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR4dkTAFRsbEUK9S3IRQOTZQstaO5nh2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.6875rem;top:67.9375rem;left:31.1875rem;overflow:hidden;display:block; }
#eqFFi73wQCrF6xMyn3KoB5TMECEJRb1i { position:absolute;display:block;z-index:15038;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:6rem;width:17.25rem;top:67.625rem;left:0rem;overflow:hidden;display:block; }
#tfXcBThut2rlGBQl09gireMUVvhBK9Sb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:73.1875rem;left:50.3125rem;overflow:hidden;display:block; }
#ta8TRmHcPOVXQgx3gUyMtfZoQqHH06TF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:12.25rem;top:74.6875rem;left:16rem;overflow:hidden;display:block; }
#fPcT1q7XqAJiK8owHyRFBumUR4Uine0e { 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:3rem;width:16rem;top:45.0625rem;left:59rem;overflow:hidden;display:block; }
#Vr3RCnhtrB4a1158siM8z6aMkQUugihd { 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:3.9375rem;width:14.625rem;top:33.125rem;left:60.375rem;overflow:hidden;display:block; }
#eTpJMI0EgNAbw0DcnqsTnioxGZesXD5F { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13rem;top:68.625rem;left:62rem;overflow:hidden;display:block; }
#cOd8sApqfLuOKD6S9RrMQkTKtTQggqcp { 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:7.3125rem;width:7.3125rem;top:90.625rem;left:19.0625rem;overflow:hidden;display:block; }
#sZ2gUPwGIHrL6md2yS2RkGmIZrQgtIwz { 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:5.125rem;width:18.6875rem;top:82.6875rem;left:56.3125rem;overflow:hidden;display:block; }
#tEXQHpTTAevplivk7B0tW7lc9HmbHSKV { 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:5.125rem;width:11rem;top:82.6875rem;left:32rem;overflow:hidden;display:block; }
#EhehTsz9cxXtTTUGZtPULGHcPHALZMvM { 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:4.25rem;width:18.5rem;top:82.6875rem;left:0rem;overflow:hidden;display:block; }
#ObvKLMpuoWaPV3kVVJtzem9T6JOWFc4l { 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:2.6875rem;width:13.4375rem;top:92.9375rem;left:45.625rem;overflow:hidden;display:block; }
#C6iW5bBcLPSScTIehM7T4HPn9eBwTPEA { 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:6.4375rem;width:13.1875rem;top:109.75rem;left:45.875rem;overflow:hidden;display:block; }
#LxKxdUqZl82UPXd3aBR2vNakX25RRPD1 { 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:7.1875rem;width:14.5rem;top:100.625rem;left:1.6875rem;overflow:hidden;display:block; }
#JlGywRWwzSu77Es6EILMF4Wh9732WNuN { 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:5.8125rem;width:15rem;top:101.3125rem;left:58.375rem;overflow:hidden;display:block; }
#e9DgcJVA1ZLN1bLUD4RiRW1TmvMHMwNP { 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:5.3125rem;width:22rem;top:101.5625rem;left:25.9375rem;overflow:hidden;display:block; }
#Z2qeKZzZTctCUoQzi8fwLkGZIe4GbVAT { position:absolute;display:block;z-index:15035;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:8rem;width:8rem;top:106.875rem;left:18.125rem;overflow:hidden;display:block; }
#vTI8vrQ0HMC1NrCQJbC48HNK1b0awVu5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:47.625rem;left:43.875rem;overflow:hidden;display:block; }
#FZxrc5GEEnsXKuW3PuDyLJoXTebENuaL { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:18.625rem;top:118.75rem;left:0rem;overflow:hidden;display:block; }
#K7lK8XoKQt5T69G3hXUAcXAuZNMWD76S { 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:3.375rem;width:14.5rem;top:50.5625rem;left:0rem;overflow:hidden;display:block; }
#mRTEviAsX77gyL2lcOlkER5r0MpKPogm { 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:12.5rem;width:12.5rem;top:113.9375rem;left:59.4375rem;overflow:hidden;display:block; }
#B0LLKCS8mhKLwt0RVpdENXQidwhoe9Kv { color:rgba(var(--color-primary-3),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.25rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpfJZ791csUgEzTaqfbUcRAurQ79m0Fg { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.25rem;top:10.4375rem;left:29.875rem;overflow:hidden;display:block; }
#JvgpVfuEV21KXWo9LEKxr6TEFnokNFqJ { position:absolute;display:block;z-index:15036;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:13.4375rem;width:13.4375rem;top:113.0625rem;left:30.8125rem;overflow:hidden;display:block; }
#OCTSNSRbxZlGmJOKDEWSzNcDmWiFTrwr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:128.25rem;left:0rem;overflow:hidden;display:block; }
#DsRkThDqKlkZcVdQAy85BlOri8aToCK1 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:137.5rem;left:18.25rem;overflow:hidden;display:block; }
#sRtcZUUp25abXz9q1Ucx8Wwx27SbfHpQ { position:absolute;display:block;z-index:15039;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.3125rem;width:8.3125rem;top:123.75rem;left:48.3125rem;overflow:hidden;display:block; }
#e1Q2sRoaBAbqAi6p32iQyqA53AVTNRNZ { position:absolute;display:block;z-index:15040;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:13.4375rem;width:13.4375rem;top:128.25rem;left:60.3125rem;overflow:hidden;display:block; }
#FG6pzvwfMeh8TnmPr9LLqxS1U2awm2NR { 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:8.8125rem;width:8.8125rem;top:123.75rem;left:17.75rem;overflow:hidden;display:block; }
#hsTIn9vIAz6ApcW0uO91EIdSEfMtc6xb { position:absolute;display:block;z-index:15042;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:13.4375rem;width:13.4375rem;top:128.25rem;left:30.8125rem;overflow:hidden;display:block; }
#UVdkvGm11JqDWvgF8s3oNX25LwnAud4T { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:134.6875rem;left:45.625rem;overflow:hidden;display:block; }
#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab { 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; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container { background-color: transparent; background-image: none; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container > .video-iframe-container { display: none; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row > .video-iframe-container { display: none; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .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); }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container { border-width: 0; border-radius: 0; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;position:relative;display:block; }#Bd7T07L7EZD1ACM5cLweVS6XfOHSnuNP { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11rem;left:2.875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CC8dSqsuQ5GaTFTzlfCmBoIT905VP2EH { color:rgba(var(--color-tertiary-0),1);display:block;width:63rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:43.1875rem;left:7.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTvWO11yQCxzJJdDeTITET3y5RNpq3Qp { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:25.09375rem;left:7.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oz8KxQUSvFe8QaAlQ98uJvo1nv5Msy64 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:29.875rem;left:7.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyakWO03UlwsSfSerOxWxTKJXtf8f38e { color:rgba(var(--color-tertiary-0),1);display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:34.3125rem;left:7.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUblQeyBSol9irA4oVRpV7z6MpB8gk4H { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:39.5625rem;left:7.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qwZnP1pFoT7hnlDmGbXZ0FzuR5tOmefU { color:rgba(var(--color-primary-3),1);display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:51rem;left:8.28125rem;height:7.5rem;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; }
#c25ShLSZuTl7LsXXOfT3AfndnGBPwTGk { position:absolute;display:block;z-index:15042;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.5625rem;width:2.375rem;top:24.65625rem;left:3.6875rem;overflow:hidden;display:block; }
#vxwCD8dpBTB4dVIeXkoPItT5D7D3NVSX { 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:2.125rem;width:14rem;top:6.875rem;left:2.875rem;overflow:hidden;display:block; }
#KegS75yzbTqFNKLWXGQ0ciWfE5GMPP9v { box-sizing:content-box;height:37.375rem;width:70.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:1.90625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:8.75rem;display:block; }
#bh9DZlUay6PKVKS43qox7AMON7R3E7OJ { position:absolute;display:block;z-index:15010;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.375rem;width:43.625rem;top:-2.5625rem;left:39.611505430714rem;overflow:hidden;display:block; }
#Jzo55aW71XrT9Tu1dx4dA48B3hfXyvBS { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.375rem;top:29.4375rem;left:3.6875rem;overflow:hidden;display:block; }
#REShpNxtOO4FXEzPUXxNfIrSNerSTRJp { position:absolute;display:block;z-index:15044;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.5625rem;width:2.375rem;top:34.3125rem;left:3.6875rem;overflow:hidden;display:block; }
#HCvdIo9BQzXD4U6I6URnd7nxkpHIV6A2 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.375rem;top:39.125rem;left:3.6875rem;overflow:hidden;display:block; }
#T7SNK3IVagdO1lqIuGocyrHkCTOffz0U { position:absolute;display:block;z-index:15046;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.5625rem;width:2.375rem;top:43.59375rem;left:3.6875rem;overflow:hidden;display:block; }
#gMg8uaykFODFruLgEMnD1Tcs8FcVxdFi { box-sizing:content-box;height:12.25rem;width:70.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:48.625rem;left:1.84375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:8.75rem;display:block; }
#OATNzD7oPz7yBxTPmJ76f0ldOo36WgWr { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.1875rem;top:59.625rem;left:34.90625rem;overflow:hidden;display:block; }
#HIqA1t4tKADxEPf4S5EoyOZ4AQvHhF29 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.375rem;top:39.125rem;left:3.6875rem;overflow:hidden;display:none; }
#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container { background-color: transparent; background-image: none; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container > .video-iframe-container { display: none; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row > .video-iframe-container { display: none; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .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); }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container { border-width: 0; border-radius: 0; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#Pt84OrnTHwSl3Tka1JZRbz4GSuPxiL0N { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:4.96875rem;left:0rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cf1d0c6-5376-4fc5-b444-15b0fc94384a/NadalszukamchetnychesklepowChetnieprzeprowadzedarmowyaudytCXTwojegosklepumozewasniepotrzebujeszDajznacaprzesleCikrotkaankieteiumowimysienaspotkanieNapiszdomniew76.png");background-position:top 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; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1.adaptive-delivery-prevent-bg, #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1.lazyload, #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1.lazyloading { background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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.5); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::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; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:76.625rem;width:75rem;position:relative;display:block; }#Qzl6iJ7c7NKTUkVfgdPsuezoHCstMdBc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.1875rem;left:21.875rem;display:block; }
#m9NxRWBRJXTwunIgqNAKeSreyV3HvSms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5F8BkTmdgeVEtR7ooO0rcfi2KOgmaUc { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:22.65625rem;left:3.71875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFA8qM1S6u1NPREDTIN8507rgWuohtBO { color:rgba(var(--color-tertiary-0),1);display:block;width:69.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:37.5rem;left:2.84375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5TQuZNG0sV38DdtvuxJkZ32xDFIZIGz { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:6.5rem;left:17.5625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOAUVq0IF4auBxcPRU8tKBW7eGigGO5P { color:rgba(var(--color-primary-3),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:15.5625rem;left:28.875rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dZ0dZk5u8fToio9CmQxxltRdgNGA7utE { color:rgba(var(--color-primary-2),1);display:block;width:61.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:53.3125rem;left:6.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrTU4ElaxvnxD1DTIe22pdcAwXrbFux3 { box-sizing:content-box;height:21.3125rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#tri2x5wMywFU8xqMV7Dhd2Xxy4Zy8X4T { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:13.75rem;width:19.5625rem;top:59.75rem;left:44.78125rem;overflow:hidden;display:block; }
#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container { background-color: transparent; background-image: none; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container > .video-iframe-container { display: none; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row > .video-iframe-container { display: none; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .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); }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container { border-width: 0; border-radius: 0; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#hk18dUGTaLfX4ewZOdzRt74F2u6vpT8A { color:rgba(var(--color-tertiary-3),1);display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:6.59375rem;left:4.125rem;height:7.5rem;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; }
#IiTEVBxRJNniNmMz6wLTEPUQKylnTlTT { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:16.78125rem;left:0rem;height:10.125rem;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; }
#vdQFlPHCbhLLsIBs5EKN9SFEgqmhRCx9 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.625rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqg46eRsln1FSSXiDa1s60N9dk65BoFP { 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:10.5rem;width:14.875rem;top:49.125rem;left:6rem;overflow:hidden;display:block; }
#TsWSmaDkZbKmdH8o661LUkTsST8IploO { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.125rem;top:48.5rem;left:25.875rem;display:block; }
#UmJXd9w6yDFWfkpwXZ3oJOhF3RwHI4IP { 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:10.5rem;width:14.875rem;top:49.1875rem;left:30.9375rem;overflow:hidden;display:block; }
#nqmvrK1rGr6UBzJd1BUxv9aLRBWck2g3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.125rem;top:48.5rem;left:50.875rem;display:block; }
#AuHODSed8iearP0tuW3umuuAU5HUkPMF { 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:10.5rem;width:14.875rem;top:49.125rem;left:56rem;overflow:hidden;display:block; }
#FLmS1Xba4BFKD2oeeJAgP9f446VCzSr0 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:60.5rem;left:4.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrI2Vn0ybhE67HWI2W9vuGTiTit1utNR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:60.5625rem;left:29.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7c99XeyNyRdtruZ0TTDnHzvGM6uDTO9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:60.5625rem;left:53.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQ36m1aLyiApvJq6rt50vyVoDR1cfrJg { color:rgba(var(--color-tertiary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:64.75rem;left:27.375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMER4Mh3JcQz30PkTSBGrg4qScuQFaTr { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:64.6875rem;left:3.1875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ce1w6O5dKQQyPJKV6M629R9K6xefX0v6 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:64.6875rem;left:51.875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RK5elzSrFSqT0JHUSgBROOqSuhX3XOOQ { position:absolute;display:block;z-index:15056;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.4375rem;width:16.0625rem;top:31.0625rem;left:30.34375rem;overflow:hidden;display:block; }
#PyeF9MZJD09sA6O5alAM01NFTWFghoMg { 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; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container { background-color: transparent; background-image: none; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container > .video-iframe-container { display: none; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row > .video-iframe-container { display: none; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .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); }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container { border-width: 0; border-radius: 0; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container { font-size:0.875rem;font-family:arial;height:87.125rem;width:75rem;position:relative;display:block; }#dCkleLsXrf7ZhMrMdK753yuItN8TbuLi { color:rgba(var(--color-tertiary-3),1);display:block;width:69.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:8.875rem;left:2.75rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tC9vsCMqSqFguCSZrkIOfBRURKCQfTby { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.4375rem;width:17.125rem;top:28rem;left:0rem;display:block; }
#XNfIwVmEnAZ0UhJg6KMCndl6L86R1p4I { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:25.125rem;left:5.4375rem;display:block; }
#oBopnuVQRPwTbaOy0wTV9f7WNyk1zpRe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.375rem;left:6.6875rem; }
#CclX1MrIztVp1P5ypnV8ClNugSOJPTbw { color:rgba(var(--color-primary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:33.1875rem;left:1.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RferKdG41fBq5NJbwINXV7XHbSgP2BwD { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:36.12451171875rem;left:0.71875rem;height:11.6953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9IAz2VQvz8HRVmrpL2iqfe1nFftOiLc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.4375rem;width:17.125rem;top:28.125rem;left:19.25rem;display:block; }
#FI5rARXoOCWgATlWreCFqInxwdQBlrFm { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:36.125rem;left:20.125rem;height:13.1572rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAGoqHhtVHRJ7H7WTMzx27CqRzAuGnbU { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:33.1875rem;left:20.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S5t3aSPwCPTgTeABQfaprfmi7T6ZLc2L { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:25.125rem;left:24.6875rem;display:block; }
#x0Aimw2oz1ThXc6QeL02hTftHaH3LD7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:26.3125rem;left:25.875rem; }
#n3yiZCxNnF1oek9vAs8Btzx2ZSRh3rqp { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.4375rem;width:17.125rem;top:28rem;left:38.625rem;display:block; }
#hfm80wq5XHVFNU03xC4JqvXO2BfxD9Pw { color:rgba(var(--color-primary-3),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33.25rem;left:40.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODOSixaxLd6Eoo3UW3EsWKLK95V4kbcB { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:36.0625rem;left:39.4375rem;height:13.15725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XX1FStplHoE4zf9nc02i9AvscgfkApnF { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:25.1875rem;left:44.0625rem;display:block; }
#pmnsmWp3Q9DMP8RorBM2FyAOhiNQGeGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:26.4375rem;left:45.3125rem; }
#qx7B1995TVDyNWnlvDmgRP6SmpVDXNUb { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.4375rem;width:17.125rem;top:28rem;left:57.875rem;display:block; }
#b1IzwTn0r1hGp3V27bm1EoDWGMBrKgUu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:36.0625rem;left:58.6875rem;height:13.15721875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFvWrbST03eqLWL1aELEy8T09tqzzXXk { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:33.25rem;left:58.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyKiDIyCv3tS79Jd0osGnt16cxiv6Qi5 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:25.1875rem;left:63.3125rem;display:block; }
#i9IHZ35LrkxwKHB82rAoR0dI8Iwt4171 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:26.75rem;left:64.9375rem; }
#v1t1kDRwH02HDbpFdLHScXMMAOc2Uh3V { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:74.9375rem;left:21.90625rem;display:block; }
#bTQma9LX0UEha21UxcBfKZ3ke7GnrTiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZBIbDGPmgQn0cAzrwh6ZrslfMWZXZO6 { color:rgba(var(--color-primary-3),1);display:block;width:70.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:56.875rem;left:2.09375rem;height:12.65625rem;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; }
#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container { background-color: transparent; background-image: none; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container > .video-iframe-container { display: none; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row > .video-iframe-container { display: none; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .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); }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container { border-width: 0; border-radius: 0; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#WLESnsuOMgifzAiABWm8eKLRMiP5zXBa { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9oeuRBokoQONaqNzTpIZnzRVson8BaI { 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; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container { background-color: transparent; background-image: none; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container > .video-iframe-container { display: none; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row > .video-iframe-container { display: none; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .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); }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container { border-width: 0; border-radius: 0; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#GRVv25P9cZRLhdBeXc36hgPtCQOaQCbq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-left:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-right:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-top-left-radius:3.75rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:41.8125rem;width:74.625rem;top:5.375rem;left:0rem;display:block; }
#xPcs93nih7FoK74eDz34PeryvTHpMxT8 { color:rgba(var(--color-primary-3),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:17.875rem;left:29.96875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPaJ7wu8VSi0GQSwyetDqgv6X9RtPgqN { color:rgba(var(--color-primary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.625rem;left:29.96875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTQ1zpDkxXrsGpQs3KC8gXkZtWcoZk6T { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:11.5rem;left:30.09375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMSNoayxTUlILmQgCDTRGapeAxNqBuBD { color:rgba(var(--color-primary-3),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:14.5rem;left:30.09375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgrfJx7c0g3wzsNfF6w63drBiOZfPV00 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:26.75rem;left:29.96875rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMBWev8CNSJgi0Fyf7ux6BVRiHTCTzOM { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:42.125rem;width:27.9375rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
#sQxnR3ABZiZzJH0WqEhv3kLNiXO80aQR { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:0.25rem;top:12.375rem;left:27.9375rem;display:block; }
#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X { 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; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container { background-color: transparent; background-image: none; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container > .video-iframe-container { display: none; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row > .video-iframe-container { display: none; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .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); }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container { border-width: 0; border-radius: 0; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container { font-size:0.875rem;font-family:arial;height:99.9375rem;width:75rem;position:relative;display:block; }#rTknq6Ebsd35M3bOZlWT1dVkZPU2gLye { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-left:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-right:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-top-left-radius:3.75rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:31.8125rem;width:69.875rem;top:9.3125rem;left:2.1875rem;display:block; }
#lQ9Ek61HeodAnMca445XRWg408O3S7lC { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:0.25rem;top:17.375rem;left:4.625rem;display:block; }
#DhcvvWaguzKMP4T5uenTpx2W8MXWkcrq { color:rgba(var(--color-primary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.9375rem;left:6.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZhTGDzGseSTCLC92KrGuimgvt2pIrvAw { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.6875rem;left:6.0625rem;height:21.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UH4LQtmzQZE69zROmSlHrVORcbeH4eOW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-left:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-right:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),0.32);border-top-left-radius:3.75rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:48.875rem;width:70.0625rem;top:45.3125rem;left:2rem;display:block; }
#gXGZExC5rAkDrvJbRB9JfcTtJBgaAsNu { color:rgba(var(--color-primary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:49.6875rem;left:32.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hV5ORAKuFePqxedXNPU6qtnfHatqHC3G { color:rgba(var(--color-tertiary-3),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:53.8125rem;left:32.3125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbOgKb6D20DB021hTDZumioXmmmgM9nI { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:0.25rem;top:54.1875rem;left:30.875rem;display:block; }
#lGiupAw6JXwT2JQRZgrTHhWbQCkuuTkg { color:rgba(var(--color-tertiary-3),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:48.0625rem;left:6.25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gnewg9kp81TzKGvJedvpqapHN2tMpnEa { color:rgba(var(--color-primary-3),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:73.5625rem;left:5.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkZ6T45KgBw4Jzx42TNnqU9zDlKHB6WC { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:0.25rem;top:78.6875rem;left:4.8125rem;display:block; }
#TlU1bxKoh1OvbgKlBOCiLGWCgoUiAlfF { color:rgba(var(--color-tertiary-3),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:79.3125rem;left:6.25rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rka0U99PmA2V7ah8U6S9vTEyV2aVsqAt { position:absolute;display:block;z-index:15010;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:43.75rem;top:45.3125rem;left:-4.5rem;overflow:hidden;display:block; }
#lBTiGchwTPEJJqaUHVtPSKbL1iztndnB { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:47.125rem;top:66.625rem;left:33.5625rem;overflow:hidden;display:block; }
#WMQhLwtdl5xxPvDq6x86uVuQpfZB4ITE { color:rgba(var(--color-primary-3),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lasuSSiqVSu6OpyQgcvvnUTNTwqzQ083 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top: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:32.8125rem;width:47rem;top:5.75rem;left:34.875rem;overflow:hidden;display:block; }
#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g { 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; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container { background-color: transparent; background-image: none; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container > .video-iframe-container { display: none; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row > .video-iframe-container { display: none; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .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); }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container { border-width: 0; border-radius: 0; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#RW5QHsDv9mknxOO7AgpHBPFLzQv1tu7K { 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:5.4375rem;width:24.8125rem;top:0.53125rem;left:50.1875rem;overflow:hidden;display:block; }
#qZuW8JNV6xxET7PVCpOuN37l5OnyNqvQ { color:rgba(var(--color-primary-3),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHLmqDLVZnxPv85Sc48KZ7RqiFwiKl2U { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { 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/eb603166-a768-4aa8-b3ce-63621bf2226f/Projektbeznazwy88.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.adaptive-delivery-prevent-bg, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyload, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyloading { background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { background-color: transparent; background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .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); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { border-width: 0; border-radius: 0; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f59b6b8e-b423-485f-a6ec-519e6aa5da4d/NadalszukamchetnychesklepowChetnieprzeprowadzedarmowyaudytCXTwojegosklepumozewasniepotrzebujeszDajznacaprzesleCikrotkaankieteiumowimysienaspotkanieNapiszdomniew68.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; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc.adaptive-delivery-prevent-bg, #P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc.lazyload, #P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc.lazyloading { background-image: none; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container { background-color: transparent; background-image: none; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container > .video-iframe-container { display: none; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row > .video-iframe-container { display: none; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .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); }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container { border-width: 0; border-radius: 0; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc::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; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#W6XMMlCOEQ5BHC9RHnerUrBFq3a9z7eT { 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:26.5625rem;width:26.5625rem;top:8.1875rem;left:-3.5rem;overflow:hidden;display:block; }
#ZAuoZMxlK7xwf9Is4oD49tl45pbfPT3I { 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:26.125rem;width:26.125rem;top:8.625rem;left:52.375rem;overflow:hidden;display:block; }
#nVnfEuLlTukKtU3ENlczSUSGJFqqy7Z8 { 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:26.6875rem;width:26.6875rem;top:8.1875rem;left:24.3125rem;overflow:hidden;display:block; }
#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container { background-color: transparent; background-image: none; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container > .video-iframe-container { display: none; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row > .video-iframe-container { display: none; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .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); }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container { border-width: 0; border-radius: 0; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#GEgOCQRRMOM8TDfFNhKtyVyl0LqrTyyv { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:4.65625rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgLSkwKn72ydBwiM5hHCMr0Og5NmFCcN { color:rgba(var(--color-tertiary-0),1);display:block;width:69.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:14.90625rem;left:3.96875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 { 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; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { background-color: transparent; background-image: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container > .video-iframe-container { display: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row > .video-iframe-container { display: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .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); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { border-width: 0; border-radius: 0; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { font-size:0.875rem;font-family:arial;height:77.4375rem;width:75rem;position:relative;display:block; }#JXUTePaaVdPtq3QV9XbhL0eE1JaTKaoZ { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:5.125rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J83Zty7hzfn8h8ROo83JB9lX8Kbqx9LC { color:rgba(var(--color-tertiary-3),1);display:block;width:63.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:41.0625rem;left:6.5rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8A43heOfRUW1n02lcVESP6Om2Jx5uLT { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:16.6875rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-form-header {  }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:43.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.25rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:43.25rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:42rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container:first-of-type{padding-top:0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container:last-of-type{padding-bottom:0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.25rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);left:14.5rem;top:49.875rem;z-index:15028;position:absolute;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; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.25rem;display:block;vertical-align:top; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP {display:block;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.25rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);left:14.375rem;top:47.625rem;z-index:15028;position:absolute;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; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #Ce4VTgzbmJ5xGnVmuCloSTd4BWkLU2K0 { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #s2p7RDGwp5TUHkvgCIz8tyya7kNLfgzT { position:relative;display:none; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #f6AxTIk4ikMXsyy72tprB0ITkuJXSdvv { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #xEpGc7pUDZT17TK7caHf1y1OQbr70ff4 { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #HoQea13BURTV4wAp6LKZdVsmt6U0VPwq { position:relative;display:none; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #yHWfJtkNlPuyw655M9ANN7ngVzc1CJnM { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #qavNCHHbPsiJUSEIKfeTa9THvWsGfxvW { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #aDJqvAufqycgzWshkmrmmBeTx1bnRSla { position:relative;z-index:2; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #KG7uqRacNdkfZENkaoIkN18ylHffQqv4 { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #EMOWxyF9zm4U4DL6WNZc1W96dvt8fzTK { position:relative; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #LioDMHBeuUPXc0G1e5OSaKKxWmTNkqps { position:relative; }
#QfJiRdlfaWVX2CfunwFTWNUMhZgtu0R2 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:16.125rem;top:69.75rem;left:29.4375rem;overflow:hidden;display:block; }
#qsc885isTaIqgQ02JIX9UOMBFNAyKoK4 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:43.625rem;top:10.25rem;left:14.5rem;overflow:hidden;display:block; }
#VGf5vHyFstRQcOaASwXvlfUmvli4exTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container { background-color: transparent; background-image: none; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container > .video-iframe-container { display: none; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row > .video-iframe-container { display: none; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .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); }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container { border-width: 0; border-radius: 0; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#qUBo3ykxhbHT1zpwd7rdgsVMOC0z8zG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15054;line-height:2;letter-spacing:0;top:2.4375rem;left:14.15625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container { background-color: transparent; background-image: none; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container > .video-iframe-container { display: none; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row > .video-iframe-container { display: none; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .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); }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container { border-width: 0; border-radius: 0; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#TuCMNUppp4IywuqnXBK6TJWF7XaIMQfw { color:rgba(var(--color-tertiary-2),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:1.28125rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxEU5UF3qmuDe9J5QcCQ2BTeahd5w8NS { color:rgba(var(--color-tertiary-2),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:7.34375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPd8TwK2fhzB2qkr1groz3HZvJTJEpGK { top:13.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxJROTcAzX3DVK6dSLhrANRfW37dyRLe { top:20rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO2IWCbTrqWDmQE2NoaGV1wmveN3pWAb { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAqGgvJa9uzhQM9Ttd3lok0oTc5Pbe3v { top:30.0625rem;left:0rem;width:20rem;height:7.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNomGGu2IZrtM9c2mbSCNiEmBAlDz65l { top:46.5rem;left:2.8125rem;width:42.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owZwzG0qCNTKTt1qppLTGT8TiFCPa2Wn { top:10.8125rem;left:0rem;width:47.75rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO06RC74TlTqgi9gUfHrkduMPtb3PIac { width:27.0625rem;height:4.75rem;top:53rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlbD8ZZroNakUOsNUKvKW9aULaHfOyHL { display:block; }
 }@media only screen and (max-width: 763px) { #g87EFrlzRhzTw55Mhc59OAPToCzUpBNr { top:3.0625rem;left:15.8125rem;width:16.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0uTONEDeJixF57tpC6zMNey9s4ni11J { top:17.25rem;left:0rem;width:47.75rem;height:33.702335858586rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS2m2xwuOpwuE2yPvlfukkZ1TutVNNp { top:2.75rem;left:0rem;width:47.75rem;height:33.66375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp { display:block; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVORCuZJhPHQJ1ToShGkCfPLHTtLF12h { top:4.5rem;left:10.8125rem;width:26.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr6VS77w50nq3qt2IdLSnSaXAtJ9Id3i { top:12.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG { display:block; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcgdro7lKfk3z2p37SMbTztfrsFvNwhv { top:28.25rem;left:0rem;width:19.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXK10vH8NBe4ci533vxwBO2UUaDCrcB { top:23.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUmDAPSKEcQeH5y7KNtzJ7pnL6xhAAK4 { top:32.3125rem;left:7.9375rem;width:12.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUxIHpBpVrybF67mxDqkwNdXdaclCFdy { top:36.6875rem;left:0rem;width:14.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkyu3vCfnvqZOSaap6F89RkcZpLWoHJM { top:44.9375rem;left:0.3125rem;width:28.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es6a0Nl4i7k4dquinemXKfLzbyv6BvMO { top:37.5rem;left:25.625rem;width:17.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF36LgutvvMudhVTeX2IfmF1XUG7EdDN { top:28rem;left:25.625rem;width:15.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKokII76vfN4VXgyepHJn7UJKZsudc5G { top:60.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR4dkTAFRsbEUK9S3IRQOTZQstaO5nh2 { top:67.9375rem;left:17.5625rem;width:12.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqFFi73wQCrF6xMyn3KoB5TMECEJRb1i { top:67.625rem;left:0rem;width:17.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfXcBThut2rlGBQl09gireMUVvhBK9Sb { top:73.1875rem;left:36.6875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta8TRmHcPOVXQgx3gUyMtfZoQqHH06TF { top:74.6875rem;left:2.375rem;width:12.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPcT1q7XqAJiK8owHyRFBumUR4Uine0e { top:45.0625rem;left:31.75rem;width:16rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3RCnhtrB4a1158siM8z6aMkQUugihd { top:33.125rem;left:33.125rem;width:14.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpJMI0EgNAbw0DcnqsTnioxGZesXD5F { top:68.625rem;left:34.75rem;width:13rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOd8sApqfLuOKD6S9RrMQkTKtTQggqcp { top:90.625rem;left:5.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ2gUPwGIHrL6md2yS2RkGmIZrQgtIwz { top:82.6875rem;left:29.0625rem;width:18.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEXQHpTTAevplivk7B0tW7lc9HmbHSKV { top:82.6875rem;left:18.375rem;width:11rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhehTsz9cxXtTTUGZtPULGHcPHALZMvM { top:82.6875rem;left:0rem;width:18.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObvKLMpuoWaPV3kVVJtzem9T6JOWFc4l { top:92.9375rem;left:32rem;width:13.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iW5bBcLPSScTIehM7T4HPn9eBwTPEA { top:109.75rem;left:32.25rem;width:13.1875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxKxdUqZl82UPXd3aBR2vNakX25RRPD1 { top:100.625rem;left:0rem;width:14.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGywRWwzSu77Es6EILMF4Wh9732WNuN { top:101.3125rem;left:32.75rem;width:15rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DgcJVA1ZLN1bLUD4RiRW1TmvMHMwNP { top:101.5625rem;left:12.3125rem;width:22rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeKZzZTctCUoQzi8fwLkGZIe4GbVAT { top:106.875rem;left:4.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI8vrQ0HMC1NrCQJbC48HNK1b0awVu5 { top:47.625rem;left:30.25rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZxrc5GEEnsXKuW3PuDyLJoXTebENuaL { top:118.75rem;left:0rem;width:18.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7lK8XoKQt5T69G3hXUAcXAuZNMWD76S { top:50.5625rem;left:0rem;width:14.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTEviAsX77gyL2lcOlkER5r0MpKPogm { top:113.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0LLKCS8mhKLwt0RVpdENXQidwhoe9Kv { top:5.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfJZ791csUgEzTaqfbUcRAurQ79m0Fg { top:10.4375rem;left:16.25rem;width:15.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvgpVfuEV21KXWo9LEKxr6TEFnokNFqJ { top:113.0625rem;left:17.1875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTSNSRbxZlGmJOKDEWSzNcDmWiFTrwr { top:128.25rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsRkThDqKlkZcVdQAy85BlOri8aToCK1 { top:137.5rem;left:4.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRtcZUUp25abXz9q1Ucx8Wwx27SbfHpQ { top:123.75rem;left:34.6875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Q2sRoaBAbqAi6p32iQyqA53AVTNRNZ { top:128.25rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6pzvwfMeh8TnmPr9LLqxS1U2awm2NR { top:123.75rem;left:4.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTIn9vIAz6ApcW0uO91EIdSEfMtc6xb { top:128.25rem;left:17.1875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdkvGm11JqDWvgF8s3oNX25LwnAud4T { top:134.6875rem;left:32rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OxumtzFKUExD8X5BoA5OSlu8oOIWab { display:block; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd7T07L7EZD1ACM5cLweVS6XfOHSnuNP { top:11rem;left:0rem;width:45.75rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC8dSqsuQ5GaTFTzlfCmBoIT905VP2EH { top:43.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTvWO11yQCxzJJdDeTITET3y5RNpq3Qp { top:25.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8KxQUSvFe8QaAlQ98uJvo1nv5Msy64 { top:29.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyakWO03UlwsSfSerOxWxTKJXtf8f38e { top:34.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUblQeyBSol9irA4oVRpV7z6MpB8gk4H { top:39.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwZnP1pFoT7hnlDmGbXZ0FzuR5tOmefU { top:51rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25ShLSZuTl7LsXXOfT3AfndnGBPwTGk { top:24.625rem;left:0rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwCD8dpBTB4dVIeXkoPItT5D7D3NVSX { top:6.875rem;left:0rem;width:14rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KegS75yzbTqFNKLWXGQ0ciWfE5GMPP9v { top:22.25rem;left:0rem;width:47.75rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh9DZlUay6PKVKS43qox7AMON7R3E7OJ { top:-2.5625rem;left:4.125rem;width:43.625rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzo55aW71XrT9Tu1dx4dA48B3hfXyvBS { top:29.4375rem;left:0rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REShpNxtOO4FXEzPUXxNfIrSNerSTRJp { top:34.3125rem;left:0rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvdIo9BQzXD4U6I6URnd7nxkpHIV6A2 { top:39.125rem;left:0rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SNK3IVagdO1lqIuGocyrHkCTOffz0U { top:43.5625rem;left:0rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMg8uaykFODFruLgEMnD1Tcs8FcVxdFi { top:48.625rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATNzD7oPz7yBxTPmJ76f0ldOo36WgWr { top:59.625rem;left:21.28125rem;width:5.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIqA1t4tKADxEPf4S5EoyOZ4AQvHhF29 { top:39.125rem;left:0rem;width:2.375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU { display:block; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pt84OrnTHwSl3Tka1JZRbz4GSuPxiL0N { top:4.9375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzl6iJ7c7NKTUkVfgdPsuezoHCstMdBc { width:31.25rem;height:5.75rem;top:62.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NxRWBRJXTwunIgqNAKeSreyV3HvSms { display:block; }
 }@media only screen and (max-width: 763px) { #M5F8BkTmdgeVEtR7ooO0rcfi2KOgmaUc { top:22.625rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFA8qM1S6u1NPREDTIN8507rgWuohtBO { top:37.5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TQuZNG0sV38DdtvuxJkZ32xDFIZIGz { top:6.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOAUVq0IF4auBxcPRU8tKBW7eGigGO5P { top:15.5625rem;left:6.5625rem;width:41.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0dZk5u8fToio9CmQxxltRdgNGA7utE { top:53.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTU4ElaxvnxD1DTIe22pdcAwXrbFux3 { top:50.25rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tri2x5wMywFU8xqMV7Dhd2Xxy4Zy8X4T { top:59.75rem;left:28.1875rem;width:19.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll { display:block; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hk18dUGTaLfX4ewZOdzRt74F2u6vpT8A { top:6.5625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTEVBxRJNniNmMz6wLTEPUQKylnTlTT { top:16.75rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdQFlPHCbhLLsIBs5EKN9SFEgqmhRCx9 { top:36.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqg46eRsln1FSSXiDa1s60N9dk65BoFP { top:49.125rem;left:0rem;width:14.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWSmaDkZbKmdH8o661LUkTsST8IploO { width:0.125rem;height:21.875rem;top:48.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmJXd9w6yDFWfkpwXZ3oJOhF3RwHI4IP { top:49.1875rem;left:17.3125rem;width:14.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmvrK1rGr6UBzJd1BUxv9aLRBWck2g3 { width:0.125rem;height:21.875rem;top:48.5rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHODSed8iearP0tuW3umuuAU5HUkPMF { top:49.125rem;left:32.875rem;width:14.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLmS1Xba4BFKD2oeeJAgP9f446VCzSr0 { top:60.5rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrI2Vn0ybhE67HWI2W9vuGTiTit1utNR { top:60.5625rem;left:15.75rem;width:18.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c99XeyNyRdtruZ0TTDnHzvGM6uDTO9 { top:60.5625rem;left:28.5625rem;width:19.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ36m1aLyiApvJq6rt50vyVoDR1cfrJg { width:22.1875rem;height:5.0625rem;top:64.75rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMER4Mh3JcQz30PkTSBGrg4qScuQFaTr { width:20.5625rem;height:5.0625rem;top:64.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1w6O5dKQQyPJKV6M629R9K6xefX0v6 { width:23.125rem;height:5.0625rem;top:64.6875rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5elzSrFSqT0JHUSgBROOqSuhX3XOOQ { top:31.0625rem;left:16.71875rem;width:16.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyeF9MZJD09sA6O5alAM01NFTWFghoMg { display:block; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCkleLsXrf7ZhMrMdK753yuItN8TbuLi { top:8.875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC9vsCMqSqFguCSZrkIOfBRURKCQfTby { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfIwVmEnAZ0UhJg6KMCndl6L86R1p4I { width:6.25rem;height:6.25rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBopnuVQRPwTbaOy0wTV9f7WNyk1zpRe { top:26.375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CclX1MrIztVp1P5ypnV8ClNugSOJPTbw { top:33.1875rem;left:0rem;width:14.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RferKdG41fBq5NJbwINXV7XHbSgP2BwD { top:36.0625rem;left:0rem;width:15.6875rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9IAz2VQvz8HRVmrpL2iqfe1nFftOiLc { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5rARXoOCWgATlWreCFqInxwdQBlrFm { top:36.125rem;left:8.375rem;width:15.5rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAGoqHhtVHRJ7H7WTMzx27CqRzAuGnbU { top:33.1875rem;left:8.3125rem;width:15.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t3aSPwCPTgTeABQfaprfmi7T6ZLc2L { width:6.25rem;height:6.25rem;top:25.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Aimw2oz1ThXc6QeL02hTftHaH3LD7Z { top:26.3125rem;left:19.0625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3yiZCxNnF1oek9vAs8Btzx2ZSRh3rqp { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfm80wq5XHVFNU03xC4JqvXO2BfxD9Pw { top:33.25rem;left:23.875rem;width:14rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOSixaxLd6Eoo3UW3EsWKLK95V4kbcB { top:36.0625rem;left:23.875rem;width:15.5rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX1FStplHoE4zf9nc02i9AvscgfkApnF { width:6.25rem;height:6.25rem;top:25.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmnsmWp3Q9DMP8RorBM2FyAOhiNQGeGN { top:26.4375rem;left:24.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx7B1995TVDyNWnlvDmgRP6SmpVDXNUb { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1IzwTn0r1hGp3V27bm1EoDWGMBrKgUu { top:36.0625rem;left:32.25rem;width:15.5rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvWrbST03eqLWL1aELEy8T09tqzzXXk { top:33.25rem;left:32.1875rem;width:15.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKiDIyCv3tS79Jd0osGnt16cxiv6Qi5 { width:6.25rem;height:6.25rem;top:25.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IHZ35LrkxwKHB82rAoR0dI8Iwt4171 { top:26.75rem;left:44.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1t1kDRwH02HDbpFdLHScXMMAOc2Uh3V { width:31.25rem;height:4.375rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQma9LX0UEha21UxcBfKZ3ke7GnrTiN { display:block; }
 }@media only screen and (max-width: 763px) { #dZBIbDGPmgQn0cAzrwh6ZrslfMWZXZO6 { top:56.875rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRXRfbyED9MoIhIJ7F0yDahtRpauMAds { display:block; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLESnsuOMgifzAiABWm8eKLRMiP5zXBa { top:5.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oeuRBokoQONaqNzTpIZnzRVson8BaI { display:block; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRVv25P9cZRLhdBeXc36hgPtCQOaQCbq { top:5.375rem;left:0rem;width:47.375rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPcs93nih7FoK74eDz34PeryvTHpMxT8 { top:17.875rem;left:5.3125rem;width:42.4375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPaJ7wu8VSi0GQSwyetDqgv6X9RtPgqN { top:7.625rem;left:16.34375rem;width:26.375rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ1zpDkxXrsGpQs3KC8gXkZtWcoZk6T { top:11.5rem;left:3.5625rem;width:44.1875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMSNoayxTUlILmQgCDTRGapeAxNqBuBD { top:14.5rem;left:3.5625rem;width:44.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgrfJx7c0g3wzsNfF6w63drBiOZfPV00 { top:26.75rem;left:4.625rem;width:43.125rem;height:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBWev8CNSJgi0Fyf7ux6BVRiHTCTzOM { top:5.375rem;left:0rem;width:27.9375rem;height:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxnR3ABZiZzJH0WqEhv3kLNiXO80aQR { top:12.375rem;left:14.3125rem;width:0.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X { display:block; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTknq6Ebsd35M3bOZlWT1dVkZPU2gLye { top:9.3125rem;left:0rem;width:47.375rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9Ek61HeodAnMca445XRWg408O3S7lC { top:17.375rem;left:0rem;width:0.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhcvvWaguzKMP4T5uenTpx2W8MXWkcrq { top:11.9375rem;left:0rem;width:26.125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTGDzGseSTCLC92KrGuimgvt2pIrvAw { top:16.6875rem;left:0rem;width:40.625rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH4LQtmzQZE69zROmSlHrVORcbeH4eOW { top:45.3125rem;left:0rem;width:47.375rem;height:48.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGZExC5rAkDrvJbRB9JfcTtJBgaAsNu { top:49.6875rem;left:18.5625rem;width:26.125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5ORAKuFePqxedXNPU6qtnfHatqHC3G { top:53.8125rem;left:9.1875rem;width:38.5625rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOgKb6D20DB021hTDZumioXmmmgM9nI { top:54.1875rem;left:17.25rem;width:0.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGiupAw6JXwT2JQRZgrTHhWbQCkuuTkg { top:48.0625rem;left:0rem;width:34.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnewg9kp81TzKGvJedvpqapHN2tMpnEa { top:73.5625rem;left:0rem;width:37.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkZ6T45KgBw4Jzx42TNnqU9zDlKHB6WC { top:78.6875rem;left:0rem;width:0.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlU1bxKoh1OvbgKlBOCiLGWCgoUiAlfF { top:79.3125rem;left:0rem;width:41.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rka0U99PmA2V7ah8U6S9vTEyV2aVsqAt { top:45.3125rem;left:0rem;width:43.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTiGchwTPEJJqaUHVtPSKbL1iztndnB { top:66.625rem;left:0.625rem;width:47.125rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQhLwtdl5xxPvDq6x86uVuQpfZB4ITE { top:1.6875rem;left:2.84375rem;width:42.0625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lasuSSiqVSu6OpyQgcvvnUTNTwqzQ083 { top:5.75rem;left:0.75rem;width:47rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokQGVwLnzmCyqgvc3UOAc5mK11ON35g { display:block; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5QHsDv9mknxOO7AgpHBPFLzQv1tu7K { top:0.5rem;left:22.9375rem;width:24.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuW8JNV6xxET7PVCpOuN37l5OnyNqvQ { top:0rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLmqDLVZnxPv85Sc48KZ7RqiFwiKl2U { top:9.5625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { display:block; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc { display:block; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6XMMlCOEQ5BHC9RHnerUrBFq3a9z7eT { top:8.1875rem;left:0rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuoZMxlK7xwf9Is4oD49tl45pbfPT3I { top:8.625rem;left:21.625rem;width:26.125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVnfEuLlTukKtU3ENlczSUSGJFqqy7Z8 { top:8.1875rem;left:10.6875rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwlzbHsvTC22Un04rL0GdC4oec5T8QBG { display:block; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEgOCQRRMOM8TDfFNhKtyVyl0LqrTyyv { top:4.625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgLSkwKn72ydBwiM5hHCMr0Og5NmFCcN { top:14.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 { display:block; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXUTePaaVdPtq3QV9XbhL0eE1JaTKaoZ { top:5.125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J83Zty7hzfn8h8ROo83JB9lX8Kbqx9LC { top:41.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8A43heOfRUW1n02lcVESP6Om2Jx5uLT { top:13.375rem;left:0rem;width:20rem;height:15.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-regular-label { display:block;width:43.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text { width:43.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-textarea { width:43.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select { width:43.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-button { width:43.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-checkbox-label { width:42.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP  { width:43.25rem;height:auto;top:49.875rem;left:0rem; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .radio-container { width:43.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP {display:block;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP { width:43.25rem;height:14.6875rem;top:47.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #Ce4VTgzbmJ5xGnVmuCloSTd4BWkLU2K0 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #s2p7RDGwp5TUHkvgCIz8tyya7kNLfgzT { display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #f6AxTIk4ikMXsyy72tprB0ITkuJXSdvv {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #xEpGc7pUDZT17TK7caHf1y1OQbr70ff4 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #HoQea13BURTV4wAp6LKZdVsmt6U0VPwq { display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #yHWfJtkNlPuyw655M9ANN7ngVzc1CJnM {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #qavNCHHbPsiJUSEIKfeTa9THvWsGfxvW {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #aDJqvAufqycgzWshkmrmmBeTx1bnRSla {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #KG7uqRacNdkfZENkaoIkN18ylHffQqv4 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #EMOWxyF9zm4U4DL6WNZc1W96dvt8fzTK {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #LioDMHBeuUPXc0G1e5OSaKKxWmTNkqps {  }
 }@media only screen and (max-width: 763px) { #QfJiRdlfaWVX2CfunwFTWNUMhZgtu0R2 { top:69.75rem;left:15.625rem;width:16.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsc885isTaIqgQ02JIX9UOMBFNAyKoK4 { top:10.25rem;left:0rem;width:43.625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGf5vHyFstRQcOaASwXvlfUmvli4exTs { display:block; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUBo3ykxhbHT1zpwd7rdgsVMOC0z8zG5 { top:2.4375rem;left:0rem;width:46.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn { display:block; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuCMNUppp4IywuqnXBK6TJWF7XaIMQfw { top:1.25rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxEU5UF3qmuDe9J5QcCQ2BTeahd5w8NS { top:7.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#ffffff;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPd8TwK2fhzB2qkr1groz3HZvJTJEpGK { width:20rem;height:4.0625rem;top:8.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxJROTcAzX3DVK6dSLhrANRfW37dyRLe { width:20rem;height:0;top:23.9130859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IO2IWCbTrqWDmQE2NoaGV1wmveN3pWAb { top:11.9755859375rem;left:1.71875rem;width:16.5625rem;height:11.6875rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PAqGgvJa9uzhQM9Ttd3lok0oTc5Pbe3v { width:18.5625rem;height:5.625rem;top:14.5625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15015;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XNomGGu2IZrtM9c2mbSCNiEmBAlDz65l { width:18.3125rem;height:3.375rem;top:36.0625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owZwzG0qCNTKTt1qppLTGT8TiFCPa2Wn { width:20rem;height:39.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO06RC74TlTqgi9gUfHrkduMPtb3PIac { width:16.0625rem;height:3.9375rem;top:43.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlbD8ZZroNakUOsNUKvKW9aULaHfOyHL { display:block; }
 }@media only screen and (max-width: 763px) { #g87EFrlzRhzTw55Mhc59OAPToCzUpBNr { width:11.5625rem;height:4.0625rem;top:1.66796875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0uTONEDeJixF57tpC6zMNey9s4ni11J { width:20rem;height:14.116161616162rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS2m2xwuOpwuE2yPvlfukkZ1TutVNNp { width:20rem;height:14.1rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp { display:block; }#rTHy2dvR1Jz2qiVU7nPHJwiX8b22oURp > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVORCuZJhPHQJ1ToShGkCfPLHTtLF12h { width:18.3125rem;height:3.875rem;top:2.9375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr6VS77w50nq3qt2IdLSnSaXAtJ9Id3i { width:19.1875rem;height:7.3125rem;top:7.875rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG { display:block; }#vs605hLqAH2S7B5TlSe1QeKh3zpIwzVG > .row .container { width:20rem;height:139.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcgdro7lKfk3z2p37SMbTztfrsFvNwhv { width:11rem;height:2.25rem;top:37.4375rem;left:4.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EDXK10vH8NBe4ci533vxwBO2UUaDCrcB { width:20rem;height:1.625rem;top:15.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUmDAPSKEcQeH5y7KNtzJ7pnL6xhAAK4 { width:7.4375rem;height:3.125rem;top:32.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUxIHpBpVrybF67mxDqkwNdXdaclCFdy { width:9.0625rem;height:3.375rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkyu3vCfnvqZOSaap6F89RkcZpLWoHJM { width:20rem;height:2.2666666666667rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es6a0Nl4i7k4dquinemXKfLzbyv6BvMO { width:8.625rem;height:1.8125rem;top:25.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF36LgutvvMudhVTeX2IfmF1XUG7EdDN { width:8.875rem;height:2.4375rem;top:18.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKokII76vfN4VXgyepHJn7UJKZsudc5G { width:20rem;height:1.625rem;top:48.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KR4dkTAFRsbEUK9S3IRQOTZQstaO5nh2 { width:7.0625rem;height:2.5625rem;top:52rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqFFi73wQCrF6xMyn3KoB5TMECEJRb1i { width:9.375rem;height:3.125rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfXcBThut2rlGBQl09gireMUVvhBK9Sb { width:3.8125rem;height:3.8125rem;top:64.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta8TRmHcPOVXQgx3gUyMtfZoQqHH06TF { width:8.125rem;height:3.1875rem;top:64.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPcT1q7XqAJiK8owHyRFBumUR4Uine0e { width:9.5rem;height:1.625rem;top:29.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3RCnhtrB4a1158siM8z6aMkQUugihd { width:8.8125rem;height:2.3125rem;top:33.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpJMI0EgNAbw0DcnqsTnioxGZesXD5F { width:8.125rem;height:2.3125rem;top:56.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOd8sApqfLuOKD6S9RrMQkTKtTQggqcp { width:4.4375rem;height:4.4375rem;top:74.6875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ2gUPwGIHrL6md2yS2RkGmIZrQgtIwz { width:11.125rem;height:3rem;top:60.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEXQHpTTAevplivk7B0tW7lc9HmbHSKV { width:7.0625rem;height:3.25rem;top:75.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhehTsz9cxXtTTUGZtPULGHcPHALZMvM { width:10.3125rem;height:2.3125rem;top:70rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObvKLMpuoWaPV3kVVJtzem9T6JOWFc4l { width:8.5625rem;height:1.5625rem;top:80.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iW5bBcLPSScTIehM7T4HPn9eBwTPEA { width:10.1875rem;height:4.9375rem;top:106.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxKxdUqZl82UPXd3aBR2vNakX25RRPD1 { width:8.5rem;height:4.1875rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGywRWwzSu77Es6EILMF4Wh9732WNuN { width:8rem;height:3.0625rem;top:85.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DgcJVA1ZLN1bLUD4RiRW1TmvMHMwNP { width:12.6875rem;height:3rem;top:90.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeKZzZTctCUoQzi8fwLkGZIe4GbVAT { width:5.4375rem;height:5.4375rem;top:94.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI8vrQ0HMC1NrCQJbC48HNK1b0awVu5 { width:7.125rem;height:7.125rem;top:39.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZxrc5GEEnsXKuW3PuDyLJoXTebENuaL { width:16rem;height:2.375rem;top:102.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7lK8XoKQt5T69G3hXUAcXAuZNMWD76S { width:8.6875rem;height:1.875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTEviAsX77gyL2lcOlkER5r0MpKPogm { width:9.375rem;height:9.375rem;top:92.78125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0LLKCS8mhKLwt0RVpdENXQidwhoe9Kv { width:20rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpfJZ791csUgEzTaqfbUcRAurQ79m0Fg { width:11.25rem;height:4.5625rem;top:8.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvgpVfuEV21KXWo9LEKxr6TEFnokNFqJ { width:7.9375rem;height:7.9375rem;top:105.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTSNSRbxZlGmJOKDEWSzNcDmWiFTrwr { width:8.5rem;height:8.5rem;top:114.1875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsRkThDqKlkZcVdQAy85BlOri8aToCK1 { width:6.0625rem;height:6.0625rem;top:124.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRtcZUUp25abXz9q1Ucx8Wwx27SbfHpQ { width:6.25rem;height:6.25rem;top:124.84375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Q2sRoaBAbqAi6p32iQyqA53AVTNRNZ { width:7.75rem;height:7.75rem;top:119rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6pzvwfMeh8TnmPr9LLqxS1U2awm2NR { width:6.25rem;height:6.25rem;top:115.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTIn9vIAz6ApcW0uO91EIdSEfMtc6xb { width:7.375rem;height:7.375rem;top:110.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdkvGm11JqDWvgF8s3oNX25LwnAud4T { width:9.1875rem;height:9.1875rem;top:128.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OxumtzFKUExD8X5BoA5OSlu8oOIWab { display:block; }#i7OxumtzFKUExD8X5BoA5OSlu8oOIWab > .row .container { width:20rem;height:99.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd7T07L7EZD1ACM5cLweVS6XfOHSnuNP { width:17.6875rem;height:6.09375rem;top:8.5rem;left:1.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CC8dSqsuQ5GaTFTzlfCmBoIT905VP2EH { width:18.5625rem;height:5.625rem;top:70.875rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTvWO11yQCxzJJdDeTITET3y5RNpq3Qp { width:16rem;height:4.21875rem;top:32.28125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8KxQUSvFe8QaAlQ98uJvo1nv5Msy64 { width:18.625rem;height:4.21875rem;top:41.8125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyakWO03UlwsSfSerOxWxTKJXtf8f38e { width:18.1875rem;height:5.625rem;top:51.625rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUblQeyBSol9irA4oVRpV7z6MpB8gk4H { width:18.9375rem;height:4.21875rem;top:62rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwZnP1pFoT7hnlDmGbXZ0FzuR5tOmefU { width:17.9375rem;height:8.4375rem;top:81.2685546875rem;left:1.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25ShLSZuTl7LsXXOfT3AfndnGBPwTGk { width:2.375rem;height:2.5625rem;top:28.640625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwCD8dpBTB4dVIeXkoPItT5D7D3NVSX { width:11.6875rem;height:1.6875rem;top:4.1875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KegS75yzbTqFNKLWXGQ0ciWfE5GMPP9v { width:20rem;height:65.4375rem;top:26.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh9DZlUay6PKVKS43qox7AMON7R3E7OJ { width:19.5625rem;height:13.5rem;top:14.59375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzo55aW71XrT9Tu1dx4dA48B3hfXyvBS { width:2.375rem;height:2.5625rem;top:38.484375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REShpNxtOO4FXEzPUXxNfIrSNerSTRJp { width:2.375rem;height:2.5625rem;top:48.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvdIo9BQzXD4U6I6URnd7nxkpHIV6A2 { width:2.375rem;height:2.5625rem;top:58.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SNK3IVagdO1lqIuGocyrHkCTOffz0U { width:2.375rem;height:2.5625rem;top:67.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMg8uaykFODFruLgEMnD1Tcs8FcVxdFi { width:20rem;height:12.25rem;top:79.3623046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATNzD7oPz7yBxTPmJ76f0ldOo36WgWr { width:3.5rem;height:3.5625rem;top:90.8310546875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIqA1t4tKADxEPf4S5EoyOZ4AQvHhF29 { width:2.375rem;height:2.5625rem;top:58.3125rem;left:8.8125rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU { display:block; }#wbDTFbbP2kofXSZz1DNyfLCqWV3V2TfU > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pt84OrnTHwSl3Tka1JZRbz4GSuPxiL0N { width:19.6875rem;height:18.75rem;top:4.203125rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzl6iJ7c7NKTUkVfgdPsuezoHCstMdBc { width:17rem;height:3.875rem;top:89.0625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NxRWBRJXTwunIgqNAKeSreyV3HvSms { display:block; }
 }@media only screen and (max-width: 763px) { #M5F8BkTmdgeVEtR7ooO0rcfi2KOgmaUc { width:17.75rem;height:22.5rem;top:22.125rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFA8qM1S6u1NPREDTIN8507rgWuohtBO { width:17.625rem;height:14.0625rem;top:47.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5TQuZNG0sV38DdtvuxJkZ32xDFIZIGz { width:20rem;height:7.03125rem;top:4.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOAUVq0IF4auBxcPRU8tKBW7eGigGO5P { width:18.25rem;height:2.8125rem;top:14rem;left:0.875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0dZk5u8fToio9CmQxxltRdgNGA7utE { width:19.75rem;height:8.4375rem;top:78.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrTU4ElaxvnxD1DTIe22pdcAwXrbFux3 { width:20rem;height:23.625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tri2x5wMywFU8xqMV7Dhd2Xxy4Zy8X4T { width:19.5625rem;height:13.75rem;top:65.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll { display:block; }#ABoz3Jp5Vb2dOML2T5OUKZTO6LsGz9Ll > .row .container { width:20rem;height:124.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hk18dUGTaLfX4ewZOdzRt74F2u6vpT8A { width:17.0625rem;height:9.375rem;top:2.875rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiTEVBxRJNniNmMz6wLTEPUQKylnTlTT { width:20rem;height:23.90625rem;top:14.1044921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdQFlPHCbhLLsIBs5EKN9SFEgqmhRCx9 { width:17.8125rem;height:8.125rem;top:46.15625rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqg46eRsln1FSSXiDa1s60N9dk65BoFP { width:11.75rem;height:8.25rem;top:57.71875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWSmaDkZbKmdH8o661LUkTsST8IploO { width:0.125rem;height:21.875rem;top:69.75rem;left:9.9375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #UmJXd9w6yDFWfkpwXZ3oJOhF3RwHI4IP { width:13.3125rem;height:9.375rem;top:78.3125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmvrK1rGr6UBzJd1BUxv9aLRBWck2g3 { width:0.125rem;height:21.875rem;top:110.375rem;left:9.9375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #AuHODSed8iearP0tuW3umuuAU5HUkPMF { width:12.875rem;height:9.0625rem;top:101.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLmS1Xba4BFKD2oeeJAgP9f446VCzSr0 { width:18.0625rem;height:2.923825rem;top:67.1708984375rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrI2Vn0ybhE67HWI2W9vuGTiTit1utNR { width:18.0625rem;height:2.923825rem;top:88.4375rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c99XeyNyRdtruZ0TTDnHzvGM6uDTO9 { width:19.1875rem;height:2.923825rem;top:111.283203125rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ36m1aLyiApvJq6rt50vyVoDR1cfrJg { width:17.8125rem;height:4.21875rem;top:92.6875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMER4Mh3JcQz30PkTSBGrg4qScuQFaTr { width:20rem;height:4.21875rem;top:71rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1w6O5dKQQyPJKV6M629R9K6xefX0v6 { width:17rem;height:4.21875rem;top:115.2685546875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5elzSrFSqT0JHUSgBROOqSuhX3XOOQ { width:12.9375rem;height:1.875rem;top:41.9375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyeF9MZJD09sA6O5alAM01NFTWFghoMg { display:block; }#PyeF9MZJD09sA6O5alAM01NFTWFghoMg > .row .container { width:20rem;height:166.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCkleLsXrf7ZhMrMdK753yuItN8TbuLi { width:18.0625rem;height:14.0625rem;top:3.625rem;left:0.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC9vsCMqSqFguCSZrkIOfBRURKCQfTby { width:17.5rem;height:22.5rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfIwVmEnAZ0UhJg6KMCndl6L86R1p4I { width:6.25rem;height:6.25rem;top:21.65625rem;left:6.875rem;background-color:#fc7800;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oBopnuVQRPwTbaOy0wTV9f7WNyk1zpRe { display:flex;width:3.8125rem;height:3.8125rem;top:22.875rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #CclX1MrIztVp1P5ypnV8ClNugSOJPTbw { width:14.4375rem;height:1.4619125rem;top:29.6875rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RferKdG41fBq5NJbwINXV7XHbSgP2BwD { width:13.75rem;height:9.75rem;top:33rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9IAz2VQvz8HRVmrpL2iqfe1nFftOiLc { width:17.5rem;height:22.5rem;top:53.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5rARXoOCWgATlWreCFqInxwdQBlrFm { width:13.6875rem;height:9.75rem;top:61.75rem;left:3.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAGoqHhtVHRJ7H7WTMzx27CqRzAuGnbU { width:15.5625rem;height:1.4624rem;top:58.6875rem;left:2.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t3aSPwCPTgTeABQfaprfmi7T6ZLc2L { width:6.25rem;height:6.25rem;top:50.0625rem;left:6.875rem;background-color:#fc7800;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x0Aimw2oz1ThXc6QeL02hTftHaH3LD7Z { display:flex;width:3.875rem;height:3.875rem;top:51.25rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #n3yiZCxNnF1oek9vAs8Btzx2ZSRh3rqp { width:17.5rem;height:22.5rem;top:81.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfm80wq5XHVFNU03xC4JqvXO2BfxD9Pw { width:14rem;height:1.4624rem;top:86.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOSixaxLd6Eoo3UW3EsWKLK95V4kbcB { width:13.5rem;height:10.96875rem;top:89.8125rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX1FStplHoE4zf9nc02i9AvscgfkApnF { width:6.25rem;height:6.25rem;top:78.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmnsmWp3Q9DMP8RorBM2FyAOhiNQGeGN { display:flex;width:3.8125rem;height:3.8125rem;top:79.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #qx7B1995TVDyNWnlvDmgRP6SmpVDXNUb { width:17.5rem;height:22.5rem;top:109.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1IzwTn0r1hGp3V27bm1EoDWGMBrKgUu { width:14.1875rem;height:10.96875rem;top:118.375rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvWrbST03eqLWL1aELEy8T09tqzzXXk { width:15.5625rem;height:1.4624rem;top:115.5rem;left:2.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKiDIyCv3tS79Jd0osGnt16cxiv6Qi5 { width:6.25rem;height:6.25rem;top:107.09375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IHZ35LrkxwKHB82rAoR0dI8Iwt4171 { display:flex;width:3.0625rem;height:3.0625rem;top:108.6875rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #v1t1kDRwH02HDbpFdLHScXMMAOc2Uh3V { width:17.8125rem;height:3.8125rem;top:157.732421875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQma9LX0UEha21UxcBfKZ3ke7GnrTiN { display:block; }
 }@media only screen and (max-width: 763px) { #dZBIbDGPmgQn0cAzrwh6ZrslfMWZXZO6 { width:18.125rem;height:18.75rem;top:136.294921875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRXRfbyED9MoIhIJ7F0yDahtRpauMAds { display:block; }#nRXRfbyED9MoIhIJ7F0yDahtRpauMAds > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLESnsuOMgifzAiABWm8eKLRMiP5zXBa { width:20rem;height:10.15625rem;top:2.244140625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9oeuRBokoQONaqNzTpIZnzRVson8BaI { display:block; }#e9oeuRBokoQONaqNzTpIZnzRVson8BaI > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRVv25P9cZRLhdBeXc36hgPtCQOaQCbq { width:19.625rem;height:87.625rem;top:3.40625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPcs93nih7FoK74eDz34PeryvTHpMxT8 { width:18.375rem;height:9.84375rem;top:49.357421875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ZPaJ7wu8VSi0GQSwyetDqgv6X9RtPgqN { width:15.9375rem;height:2.1933625rem;top:5.4931640625rem;left:1.9375rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ1zpDkxXrsGpQs3KC8gXkZtWcoZk6T { width:16.375rem;height:2.625rem;top:8.625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMSNoayxTUlILmQgCDTRGapeAxNqBuBD { width:19.1875rem;height:5.625rem;top:43.193359375rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MgrfJx7c0g3wzsNfF6w63drBiOZfPV00 { width:18.125rem;height:25.3125rem;top:61.568359375rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMBWev8CNSJgi0Fyf7ux6BVRiHTCTzOM { width:18.5625rem;height:28.1875rem;top:13.03125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxnR3ABZiZzJH0WqEhv3kLNiXO80aQR { width:0.0625rem;height:28.1875rem;top:13.03125rem;left:19.125rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X { display:block; }#M7QDDryKTLyC4m1826DTwLkMoI0Rwm4X > .row .container { width:20rem;height:129.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTknq6Ebsd35M3bOZlWT1dVkZPU2gLye { width:19.625rem;height:47.0625rem;top:6.3125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9Ek61HeodAnMca445XRWg408O3S7lC { width:0.125rem;height:28.375rem;top:13.03125rem;left:0.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhcvvWaguzKMP4T5uenTpx2W8MXWkcrq { width:11.75rem;height:2.03125rem;top:8.25rem;left:4.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTGDzGseSTCLC92KrGuimgvt2pIrvAw { width:18.125rem;height:32.34375rem;top:19.40625rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UH4LQtmzQZE69zROmSlHrVORcbeH4eOW { width:19.625rem;height:70.8125rem;top:56.3125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGZExC5rAkDrvJbRB9JfcTtJBgaAsNu { width:9.8125rem;height:2.03125rem;top:63.1875rem;left:5.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hV5ORAKuFePqxedXNPU6qtnfHatqHC3G { width:18.375rem;height:21.09375rem;top:73.4375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbOgKb6D20DB021hTDZumioXmmmgM9nI { width:0.25rem;height:12.8125rem;top:157.94921875rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGiupAw6JXwT2JQRZgrTHhWbQCkuuTkg { width:15.5625rem;height:2.8125rem;top:58.3125rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gnewg9kp81TzKGvJedvpqapHN2tMpnEa { width:20rem;height:4.0625rem;top:99rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkZ6T45KgBw4Jzx42TNnqU9zDlKHB6WC { width:0.25rem;height:9.6875rem;top:183.41796875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlU1bxKoh1OvbgKlBOCiLGWCgoUiAlfF { width:18.0625rem;height:14.0625rem;top:111.10546875rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rka0U99PmA2V7ah8U6S9vTEyV2aVsqAt { width:20rem;height:13.9706875rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTiGchwTPEJJqaUHVtPSKbL1iztndnB { width:20rem;height:14.004875rem;top:99.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQhLwtdl5xxPvDq6x86uVuQpfZB4ITE { width:17.6875rem;height:4.0625rem;top:1.15625rem;left:1.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lasuSSiqVSu6OpyQgcvvnUTNTwqzQ083 { width:18.6875rem;height:13rem;top:7.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokQGVwLnzmCyqgvc3UOAc5mK11ON35g { display:block; }#PokQGVwLnzmCyqgvc3UOAc5mK11ON35g > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5QHsDv9mknxOO7AgpHBPFLzQv1tu7K { width:18.9375rem;height:4.0625rem;top:13.1953125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuW8JNV6xxET7PVCpOuN37l5OnyNqvQ { width:20rem;height:8.125rem;top:1.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHLmqDLVZnxPv85Sc48KZ7RqiFwiKl2U { width:19rem;height:21.09375rem;top:20.05859375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb603166-a768-4aa8-b3ce-63621bf2226f/Projektbeznazwy88.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.adaptive-delivery-prevent-bg, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyload, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyloading { background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { background-color: transparent; background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .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); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc { display:block; }#P0cDRf4tKzpECG4WXBwDqqpJJapLO3Xc > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6XMMlCOEQ5BHC9RHnerUrBFq3a9z7eT { width:18.3125rem;height:18.3125rem;top:2rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuoZMxlK7xwf9Is4oD49tl45pbfPT3I { width:18.1875rem;height:18.1875rem;top:43.25rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVnfEuLlTukKtU3ENlczSUSGJFqqy7Z8 { width:18.125rem;height:18.125rem;top:22.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwlzbHsvTC22Un04rL0GdC4oec5T8QBG { display:block; }#gwlzbHsvTC22Un04rL0GdC4oec5T8QBG > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEgOCQRRMOM8TDfFNhKtyVyl0LqrTyyv { width:17.125rem;height:11.71875rem;top:3.71875rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgLSkwKn72ydBwiM5hHCMr0Og5NmFCcN { width:18.3125rem;height:9.84375rem;top:17.3125rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 { background-color:#ffffff;background-image:none;display:block; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { background-color: transparent; background-image: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container > .video-iframe-container { display: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row > .video-iframe-container { display: none; }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .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); }#ghV4ntGLHnGdPEecDT7Qnkkbhf47IOG5 > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXUTePaaVdPtq3QV9XbhL0eE1JaTKaoZ { width:16.8125rem;height:14.0625rem;top:4.5625rem;left:1.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J83Zty7hzfn8h8ROo83JB9lX8Kbqx9LC { width:19.5625rem;height:7.03125rem;top:31.8134765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8A43heOfRUW1n02lcVESP6Om2Jx5uLT { width:20rem;height:0;top:17.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-regular-label { display:block;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container:first-of-type{padding-top:0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .widget-container:last-of-type{padding-bottom:0;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP  { width:17.25rem;height:auto;top:42.3134765625rem;left:0rem; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP {display:block;}#xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP { width:17.25rem;height:auto;top:42.3134765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #Ce4VTgzbmJ5xGnVmuCloSTd4BWkLU2K0 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #s2p7RDGwp5TUHkvgCIz8tyya7kNLfgzT { display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #f6AxTIk4ikMXsyy72tprB0ITkuJXSdvv {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #xEpGc7pUDZT17TK7caHf1y1OQbr70ff4 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #HoQea13BURTV4wAp6LKZdVsmt6U0VPwq { display:none; }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #yHWfJtkNlPuyw655M9ANN7ngVzc1CJnM {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #qavNCHHbPsiJUSEIKfeTa9THvWsGfxvW {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #aDJqvAufqycgzWshkmrmmBeTx1bnRSla {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #KG7uqRacNdkfZENkaoIkN18ylHffQqv4 {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #EMOWxyF9zm4U4DL6WNZc1W96dvt8fzTK {  }
 }@media only screen and (max-width: 763px) { #xgCCZ8dbVXEvQgQcgaNimoTnLvVBCHpP #LioDMHBeuUPXc0G1e5OSaKKxWmTNkqps {  }
 }@media only screen and (max-width: 763px) { #QfJiRdlfaWVX2CfunwFTWNUMhZgtu0R2 { width:10.875rem;height:3.8125rem;top:69.0810546875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsc885isTaIqgQ02JIX9UOMBFNAyKoK4 { width:20rem;height:14.126074498567rem;top:16.955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGf5vHyFstRQcOaASwXvlfUmvli4exTs { display:block; }#VGf5vHyFstRQcOaASwXvlfUmvli4exTs > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUBo3ykxhbHT1zpwd7rdgsVMOC0z8zG5 { width:20rem;height:4rem;top:3.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn { display:block; }#gkxTX4vK8sPUEWDceTyi3ABlsqQiHlqn > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuCMNUppp4IywuqnXBK6TJWF7XaIMQfw { width:20rem;height:13.125rem;top:1.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxEU5UF3qmuDe9J5QcCQ2BTeahd5w8NS { width:20rem;height:1.3125rem;top:16.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }