.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:248,239,220;--color-primary-1:247,190,120;--color-primary-2:221,175,81;--color-primary-3:133,105,49;--color-primary-4:44,35,16;--color-secondary-0:255,217,234;--color-secondary-1:255,140,191;--color-secondary-2:255,63,149;--color-secondary-3:138,34,84;--color-secondary-4:163,0,82;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }body { background-color:#faf7f4;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp > .row .container { border-width: 0; border-radius: 0; }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:none; }#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.298125rem;padding-right:0.26rem;padding-bottom:0.298125rem;padding-left:0.26rem;display:block;align-items:center;width:1.56rem;min-width:1.56rem;height:1.601875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.191875rem;font-weight:700;line-height:25.63px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.08rem;height:0.633125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.446875rem;font-weight:400;line-height:10.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:9.25rem;height:3.0175rem;padding-top:0.3725rem;padding-right:0.37125rem;padding-bottom:0.3725rem;padding-left:0.37125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.1875rem;left:47.0625rem;z-index:5000; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #uVWmaKziVfvaVLnILDcS3MEq6iK8mPgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #XeXKvzqU9bhZZqIOdpJRp0qFTGVIZ824 { width:auto; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #tIuDyfrBitvTMnDI0KibqHweS05Qa3ef {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #t4P24CWTa8kvWspR9DivavAuMkWrqSA0 { display:flex;position:relative;top:0rem;left:0rem; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #BcDcT9KL4b1gxxsD7Mzq77Ir6BPAe8PF {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #c0vLUKI19k2P4Jc8cUAHckweDgXeZOTT {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #pBPxEgOx7H1W9gSVEIgsfRyZCCsL9LDJ { display:flex;position:relative;top:0rem;left:0rem; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #RNafswK0CLsNgUsRXsg6o9S4w4dyNTxg {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #rhZki6f9pi8h8rF2Trh3Krp17qFpd0S0 {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #siTMoSrgovoM1gPuU1Rck32NulkU1dee { display:flex;position:relative;top:0rem;left:0rem; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #aiwsngGSMJlNEivBEXaDXurDkbBzHMTw {  }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n #vfdrhQEiaw3VyesD37CgWgUHpReDnk27 {  }
#qTgUwqQcwbWNwTpf0TdrKaFBXIPcrF9g { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#UVDDHgDWJg9nt7XehB413wEEgsZM8hww { z-index:;position:relative;display:none; }#UVDDHgDWJg9nt7XehB413wEEgsZM8hww { border-width: 0; border-radius: 0; }#UVDDHgDWJg9nt7XehB413wEEgsZM8hww > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#A5BiLR04pw6Tl5LyGxtgIVTUdJ18oi8w { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:4.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.436630606651rem;left:6.6875rem;display:block; }
#kgdtLXkVJb1CHW8vgt5bTvEf4UNTv8Ll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDrRGDcDVwfUIESw0s3IrBbiHWqQ5Rbc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6180557608606rem;left:1.5625rem;height:5.03645625rem;font-style:normal;display:block; }
#K6Hr1Ec77kW3cTq7hXen7Jy3i6043cSm { box-sizing:content-box;height:33.625rem;width:44.75rem;position:absolute;display:block;z-index:15005;background-color:#ffaa4f;background-image:none;top:7.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#QWZ60XsV8vBieneQ6ie5eviqE8bxm6Me { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:25.125rem;top:9.874131679535rem;left:33.375001907349rem;overflow:hidden;display:block; }
#DXuLk3wBtAqsfoHVyVo5qODVgNgnAszq { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:18.100698471069rem;left:1.5625rem;height:6.29860625rem;display:block; }
#AaZNC5Fd4zcu6MW3xCd7N172cppnPUae { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:"montserrat lozinskiego";font-size:4.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.130212783814rem;left:10.968751907349rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWTHZTi6tHZRhoEmOwwtdnGPLK6hbWMm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:18.875rem;top:7.368055820465rem;left:39.062501907349rem;overflow:hidden;display:none; }
#tDw9o2Dg4ZzgNxlTbywlv2MtSR8zrBXd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.4375rem;top:3.162109375rem;left:0.75rem;overflow:hidden;display:block; }
#aEyxVtSeEronBL2c21rkzZXXy1zh0wdR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.514751434326rem;left:1.5625rem;height:3.4114625rem;font-style:normal;display:block; }
#hXA9GCeeTdPeWQoryuy7od3BelkCMLIX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:9.25rem;top:7.368055820465rem;left:39.062501907349rem;overflow:hidden;display:none; }
#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy { background-color:#faf7f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container { background-color: transparent; background-image: none; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container > .video-iframe-container { display: none; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row > .video-iframe-container { display: none; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .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); }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container { border-width: 0; border-radius: 0; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#xN3RP9PCc1dBEzyEMwAc5hExSuT5ooVe { background-color:#a30052;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.5625rem;left:44.5625rem;display:block; }
#QtRZIozTOOpunx7tFz4DimQziAGapqPV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtJyodtpZoaHuhMNnK47a1c3lSAwNalz { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.6180553436281rem;left:1.5625rem;height:6.58075rem;font-style:normal;display:block; }
#IKRqX2SNZfhisWsrJN8u4ehsgZG3Mfft { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:28.9375rem;top:4.4505205154419rem;left:31.113714218139rem;overflow:hidden;display:block; }
#FPn2FTSQQxf4BIiAaTSlIySJd2xdrz0p { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:18.163194477558rem;left:1.5625rem;height:7.87325rem;display:block; }
#BQzpmMSDWoIbUHRECCfmJToMXlCPwM5D { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.375rem;left:36.3125rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2AMedULm8gmC78ghzxJyP9JoIFsf1ff { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.5625rem;top:0.66059017181394rem;left:0.6875rem;overflow:hidden;display:block; }
#GHOsrmE4rfkelTWCNUWlQb8m7mRnawG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.125rem;left:7.1875rem;height:3.25rem;font-style:normal;display:block; }
#r2NAZ0ohtKHHygLUMXwXCQ7UVUuJP8xV { box-sizing:content-box;height:3.375rem;width:31.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8046875rem;left:1.5625rem;display:block; }
#bbXq4ff0XueHeRE66Dqb8SUat9vvGqO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1909723281861rem;left:2.3819446563721rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#wEBJTQfJVwEXtiueczIPQuAMzHASNe4I { position:absolute;display:block;z-index:15017;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:6.75rem;width:33.3125rem;top:26.034723103046rem;left:0rem;overflow:hidden;display:block; }
#AS6QBTlRC5RpL7iboyrupiH8L5EGwyoB { box-sizing:content-box;height:6.75rem;width:60rem;position:absolute;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block;z-index:15018;background-color:#fbca9c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.387151479721rem;left:0.53819465637207rem;display:block; }
#sZEdNgcEX1cKvLTb2SU8W4g8BTZoCvye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.6875rem;left:3.1875rem; }
#tmspO4odll9hw9iMs5Km21UoySZgGgnC { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#faf7f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:2.625rem;display:block; }
#PMvlwieXUgob6b8sJ7yBx6B3cpMoVcN1 { box-sizing:content-box;height:3.5rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#fb9626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35rem;left:34.75rem;display:block; }
#T4sAeDBLkhSzU9ggcLagozVzhLGBFWWh { position:absolute;display:block;z-index:15024;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:4.0625rem;width:19.875rem;top:14.156250953674rem;left:2.3819446563721rem;overflow:hidden;display:block; }
#BquKUsIpePhZQniTJHKauVKTDnoo4spt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 { z-index:;position:relative;display:block; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 { background-color: transparent; background-image: none; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container > .video-iframe-container { display: none; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row > .video-iframe-container { display: none; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .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); }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 { border-width: 0; border-radius: 0; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container { background-color:#faf7f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:93.1875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#I0bwvtcnq2I3UAJZZeeUv1yCeG87qqxp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:22.75rem;height:6.8229375rem;font-style:normal;display:block; }
#cNVTdozUwccKgHyJ3o0ew001dRLDBJNs { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.0625rem;left:33.4375rem;height:;font-style:normal;display:block; }#cNVTdozUwccKgHyJ3o0ew001dRLDBJNs li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cNVTdozUwccKgHyJ3o0ew001dRLDBJNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_06a667681aa674da39b546c7f2b205ef9de41445.svg); }
#us957aRVQisrPRRTsSpZMgw6KTXw4aD0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.8125rem;width:18.8125rem;top:6.75rem;left:3.25rem;overflow:hidden;display:block; }
#eRDdHzis7NCW7FFEJTDHuR4AOT7Me1bp { box-sizing:content-box;height:18.25rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;top:15.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#NQFK1IPQgmwigJHmNTMcqHDZaHggmQOS { box-sizing:content-box;height:13.375rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;top:3.4375rem;left:20.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ZxsohTANKrVSTC5PrNU7qlNmhb1KitWJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:4.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.25rem;left:18.9375rem;display:block; }
#RyRZxZXSOZvlxeL9x9d6H3vR0AoDPqv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuTG2Do41TEQoTrXTMHFHJ3ATig3w7sw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.9375rem;left:33.4375rem;height:1.5434rem;font-style:normal;display:block; }
#rKEHTtt40ixtnnitCeZdN0aFUS9DV6tI { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499284744rem;left:2.625rem;height:9.2604125rem;font-style:normal;display:block; }
#vusbas49uNsV4fsnFQlfLzHZNeWKXrUE { box-sizing:content-box;height:3.4375rem;width:37.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;top:58.1875rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SJ6xdWBncmkp0zy8ZLsiEIS59UnUTyms { box-sizing:content-box;height:3.4375rem;width:46.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;top:66.9375rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nX1mfVTPr4wkpHCkrhyFXt1MZyXDg2CG { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:58.6875rem;left:3.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cO7bDqpye00qpmOSENNRUAoVxHo7ugq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:67.4375rem;left:3.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJIAuZLb6HIwUF4ncJhWtnGdgeVfqfyg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:62.6875rem;left:2.625rem;height:3.08680625rem;font-style:normal;display:block; }
#vPTnNqZ6NxGgLp3dSTLAARCIZRzP8W28 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:71.8125rem;left:2.625rem;height:1.5434rem;font-style:normal;display:block; }
#Xa8SFtMZtq4JLXiGmTUlH6mObnkuSx9c { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:75.5625rem;left:2.6875rem;height:15.35156875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container { background-color: transparent; background-image: none; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container > .video-iframe-container { display: none; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row > .video-iframe-container { display: none; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .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); }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container { border-width: 0; border-radius: 0; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;overflow:visible;position:relative;display:block; }#ub0xDrQICwwvAcgdP6gDvN8p5OpJQnSo { 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:39.75rem;width:39.6875rem;top:5.625rem;left:13.4375rem;overflow:hidden;display:block; }
#LgAIIebhkTMwq19DTouhtq6vJm8kuf68 { color:rgba(var(--color-tertiary-0),1);display:block;width:49rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.46875rem;left:1.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgvkdWHf5eW630ZtNJicX6LwhoAOyVlT { box-sizing:content-box;height:10.125rem;width:6.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:4.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#mZUseWqdFhJad9nQVc0TQmtJhmhdrtpC { box-sizing:content-box;height:3.4375rem;width:37.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:12.937494277954rem;left:20.750001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pAnMxr7yReX4ZvUCb83UkuJhzLcK5u71 { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMLGT2MIau0BSsquGR5GD0xdFhkLEeNZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.6875rem;width:32.0625rem;top:17.092882156372rem;left:17.305555343628rem;display:block; }
#E2svlbwwVLNGGmDSUsWhTQPcQ5zT7vZT { box-sizing:content-box;height:20.875rem;width:32.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.3125rem;left:17.25rem;display:block; }
#vQXqbCrKAQSmzTFeeHPW9H3VfzJTHsxd { color:rgba(var(--color-tertiary-0),1);display:block;width:51.125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:42.312496185302rem;left:4.25rem;height:9.2604125rem;font-style:normal;display:block; }
#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 { z-index:;position:relative;display:block; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 { background-color: transparent; background-image: none; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row .container > .video-iframe-container { display: none; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row > .video-iframe-container { display: none; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .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); }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 { border-width: 0; border-radius: 0; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row .container { background-color:#faf7f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:61.625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#w8PJo3zE1uiTe5aJWh5CfABhgi5a8sUL { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3437595367431rem;left:2.984375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vop9LVNZnRLXcB1hPtTrH0CX8llQ70KU { box-sizing:content-box;height:42.3125rem;width:51.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:11.368057250976rem;left:8.6875rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#ee6sTtnnHeU8lkPb9eIsTUpyxcCyA4D8 { box-sizing:content-box;height:10.125rem;width:6.5rem;position:absolute;display:block;z-index:15004;background-color:#961853;background-image:none;top:3.5000095367432rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SRBGqgRMmzJy6shN21XityuDqCRxwqPX { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.560766220093rem;left:20.468751907349rem;display:block; }
#AKRvHpn49epQzhymwKtqVHVH4Tu8qmKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQUOH7wiTLtqx1DbRNaZbgGgTkUr1lIo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5000009536744rem;left:2.3125rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hIavo9w3clIhv2yI9z8MMayGX5EwbiFz { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.94270324707rem;left:11.875001907349rem;height:37.0416375rem;font-style:normal;display:block; }
#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f4;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; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container { background-color: transparent; background-image: none; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container > .video-iframe-container { display: none; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row > .video-iframe-container { display: none; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .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); }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container { border-width: 0; border-radius: 0; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#UhwcDrKMf4NCmmcUmURlvzddVEI7DTXb { box-sizing:content-box;height:3.625rem;width:2.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.375rem;left:26.75rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uPgHX7WdTiVPz0ylfaftDccr1TXRKwOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.625rem;left:27.8125rem; }
#RSiVQoKEJ5fBCCRp4MkiB0gJ9L022zty { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.128471374512rem;left:21.093751907349rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#DiMUAqJSciAfPoZfxaDuB06tPOt50v8B { box-sizing:content-box;height:3.625rem;width:2.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.1875rem;left:46.875rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W61yIrCgALUEAsWkd0sWAhW3bzm7BCWu { color:rgba(var(--color-secondary-3),1);display:block;width:15.75rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4375rem;left:41.75rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G69CtssE3MRFO8GVZ9FxKuHmZe4ktJ4X { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.374999642372rem;left:40.875001907349rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#gzV5s2KXpNoCfQh7u6gceNGUPShAIqPk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:23.375rem;height:4.38541875rem;text-align:center;text-align-last:center;display:none; }
#k77r5LfkWp5Dn3O0cInU2EMXoy6Tclgx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.5625rem;left:48.0625rem; }
#R4WIUCILHEH8geca83pABg7pqQOel08P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZNnmwVC3z2rdmsN392rUQG6oZFrdVflC { color:rgba(var(--color-secondary-3),1);display:block;width:15.1875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:22rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OQs7ZgWahhSbfPPt8vVUT5LVAsPevztI { box-sizing:content-box;height:10.125rem;width:6.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#kxvW8Xen7LyPKMV8eOd5uCyOcaA3TRag { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.374999642372rem;left:21.531251907349rem;height:5.85rem;text-align:center;text-align-last:center;display:none; }
#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn { position:relative;display:block; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn { background-color: transparent; background-image: none; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container > .video-iframe-container { display: none; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row > .video-iframe-container { display: none; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .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); }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn { border-width: 0; border-radius: 0; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf7f4;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RPnI4nvrPvcpLOgv41ilOma0XUrto0S3 { box-sizing:content-box;height:3.625rem;width:2.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.3125rem;left:28rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XSMtdhyOkP9i3zFhqLP7gn1Tc0dkBInn { box-sizing:content-box;height:3.625rem;width:2.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.875rem;left:47.875rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IIwXRXKmqSz3ePlglzwREv5s4BpwlBhI { color:rgba(var(--color-secondary-3),1);display:block;width:15.1875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:42.4375rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wvwy5OduI38ENkvn9MLOMZSPv3tbTrca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.25rem;left:49.0625rem; }
#RN7SBl61p7DK0yzpybAkTG7SAUC50JBC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.2490234375rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#b19F0mBLpMnBnyz9becTEeusMUPRB6WG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:20.875rem;top:2.25rem;left:37.625001907349rem;overflow:hidden;display:none; }
#rvAVMvc3TgEftCZD4ByaiNXE7uD5M5Rq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:20.875rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#CwRzIfHSXeN5pRICF6G3MtcwMD0A2wdI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.875rem;left:28.9375rem; }
#uCG2nKs5QZqb11LeqRpM4mlrSAWacuNm { color:rgba(var(--color-secondary-3),1);display:block;width:15.1875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.4375rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT { position:relative;display:none; }#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT { border-width: 0; border-radius: 0; }#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tAEWSPfebC7c2PJlebxWUEJH31gQtteo { position:absolute;display:block;z-index:15000;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:11.25rem;width:20rem;top:10.861110687256rem;left:12.694444656372rem;display:block; }
#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container { background-color: transparent; background-image: none; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container > .video-iframe-container { display: none; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row > .video-iframe-container { display: none; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .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); }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container { border-width: 0; border-radius: 0; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#mHN6020B7os27f1eoAUuShoDaVSCGxtX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4991302490234rem;left:8.4930553436281rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NETXNrA12kh4lTF0IdDVs2ewLxZoNrJs { box-sizing:content-box;height:10.125rem;width:6.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#LbtxHsVHTcdN3B4FhX4QTtJyIotxUaNa { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:23.25rem;height:4.38541875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZWhWJXphtkcniboJZiea5mdWax0FJm0n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.3125rem;left:19.3125rem; }
#DoPqByk8dX00yPmMev6zAygx2uX8AD58 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.9375rem;left:23.25rem;height:5.847225rem;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; }
#QkAOGIappm8RW1Dbyk2PFUJc49UZViEp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.5625rem;left:19.3125rem; }
#DIs6X7WgsgzmUaJcgN36OqFR6wutM6QX { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.8125rem;left:23.25rem;height:4.38541875rem;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; }
#SNDob6046mbpbApZZTyWP3qTmn1BILO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.4375rem;left:19.3125rem; }
#uePUBRTlbm5gJpvT0TJaNkEnG8iuEW8F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.5625rem;left:19.3125rem; }
#Lw66ytTW3mWVSxUKWVvLZHv5F6JWgCtg { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5625rem;left:23.25rem;height:4.38541875rem;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; }
#F6z87avun8wunzuq76AU1eCNWQ1Ur1nu { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4366321563719rem;left:8.2430553436281rem;height:8.7708375rem;font-style:normal;display:block; }
#qh32VZu9mavQhz7IiPCzgff56zThgzB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.5rem;left:23.25rem;height:4.38541875rem;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; }
#d5D0o1vn0eQrhUF1KCVgURbKuxAOcptL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:45.125rem;left:19.4375rem; }
#cBFkIqGUGwl6CfxQDBh6asb3ihb4gv6S { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:74.8125rem;left:8.4930553436281rem;height:11.69445rem;font-style:normal;display:block; }
#mzl45aEu1TTEFJVsS4h22UORXVQHu8h2 { position:absolute;display:block;z-index:15014;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:22rem;width:44.9375rem;top:49.942709922791rem;left:8.4930553436281rem;overflow:hidden;display:block; }
#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde { z-index:;position:relative;display:block; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde { background-color: transparent; background-image: none; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row .container > .video-iframe-container { display: none; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row > .video-iframe-container { display: none; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .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); }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde { border-width: 0; border-radius: 0; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row .container { background-color:#faf7f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:77.1875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pToqeh0QObCUv3h44d1W6EF0POxrRhUP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.625rem;left:27.1875rem;height:16.07986875rem;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; }
#CMGuw8MnxxmyTLaRaDxAXVP1Mw3R5hvn { box-sizing:content-box;height:18.25rem;width:17.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:18.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#aUUXW3Knvv8v8JJaslvZ4F10w9NIdGSE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.6875rem;width:13.75rem;top:8.2187376022337rem;left:3.3125rem;overflow:hidden;display:block; }
#fqtTQBCkFrXpQWMvQ8vTlgIfcxvIQDyt { box-sizing:content-box;height:13.375rem;width:19.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;top:2.7490234375rem;left:14.5rem;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#IOPqftfEX3sAK4rBZ6mxTAyRfTra5Z2b { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.2177734375rem;left:16rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyD1pdAr1AsVtqdn776NV2UihqmCN8Xa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:27.1875rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQvULbB9gJrMSH8di8V8JTDtNer5ypoi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.125rem;width:24.25rem;top:51rem;left:34.500001907349rem;overflow:hidden;display:block; }
#LRmSRfElz85tq2xgZ6z0SoTSZSd5sDKV { box-sizing:content-box;height:24.125rem;width:20.25rem;position:absolute;display:block;z-index:15012;background-color:#ef456a;background-image:none;top:48rem;left:39.750001907349rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pA4zMyU8XmJdapSx5beLUktkoFqFGdbN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:48.875rem;left:1.4375rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4wyTMZGH6hEwvBne1acI0duS4wpTBfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:51.8125rem;left:1.4375rem;height:20.4652875rem;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; }
#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 { position:relative;display:block; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 { background-color: transparent; background-image: none; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container > .video-iframe-container { display: none; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row > .video-iframe-container { display: none; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .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); }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 { border-width: 0; border-radius: 0; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf7f4;background-image:none;font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I4xyRHVOZspDqZvneSqODM92wbz3TMIL { background-color:#a30052;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.344564437866rem;left:7.96875rem;display:block; }
#hOcDnbNf8ypxrUX08lQaoO6HtfJt6hH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NF6BxBkfQeIgzd69NPTsfNTAl5apAkNh { background-color:#a30052;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:4.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.34375rem;left:32.625001907349rem;display:block; }
#zvlaxf0TgpqsdrAmRT1JiCIhAs3NZPTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLzMmATLF0CLdBnVXsTzGRviF2nD8HyU { position:absolute;display:block;z-index:15000;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:47.8125rem;width:24.0625rem;top:0.18751335144043rem;left:0rem;overflow:hidden;display:none; }
#rd16vOfb77crpplGXFqw7FmAwp1bhNyS { position:absolute;display:block;z-index:14999;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:47.8125rem;width:60rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG { position:relative;display:block; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG { background-color: transparent; background-image: none; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container > .video-iframe-container { display: none; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row > .video-iframe-container { display: none; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .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); }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG { border-width: 0; border-radius: 0; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf7f4;background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iow8UepZLfq3QWNvFRvM537rM1S6I6c0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.1709671020508E-5rem;left:37.381944656372rem; }
#e5T8dIBnEnuuLM5S1E5Jfb8HrANkhod0 { box-sizing:content-box;height:4.5rem;width:29.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#961853;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4921875rem;left:2.28125rem;display:block; }
#idrQFAlhZq28NsPu5nD0T7HqNe0U7Avx { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.1171875rem;left:5.4375rem;height:3.25rem;font-style:normal;display:block; }
#xe3beVEOGBXd5pK57xTpucKwp8xezDy0 { z-index:;position:relative;display:none; }#xe3beVEOGBXd5pK57xTpucKwp8xezDy0 { border-width: 0; border-radius: 0; }#xe3beVEOGBXd5pK57xTpucKwp8xezDy0 > .row .container { background-color:#faf7f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#NoyyEzFTIHQD1Pmwe8AzCi8lLNhiQSrK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:14.0625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yS0TgtBuqOwTXz4kJcTRTcaMc9iwNCPJ { box-sizing:content-box;height:32.9375rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8rem;left:6.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.125rem 0.25rem #8e8e8e ;display:block; }
#vt9T3dX1VzvwyGFXZDmsiLR4A91A1Mn8 { color:#8a2254;display:block;width:8.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11rem;left:13.0625rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#Lx2KGKeEzyJntG2rU3Ac3HBkS5PnAzJR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:13.125rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9Kd49laqVXsl4DzRTPLQB7hIutk496Z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19.875rem;left:33.1875rem;height:1.57465rem;display:block; }#J9Kd49laqVXsl4DzRTPLQB7hIutk496Z li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#J9Kd49laqVXsl4DzRTPLQB7hIutk496Z li:before{  }
#UeiSre0LTGaWHKOBxL6P59MZDGzZveN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:37.9375rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azXpc8yuTWAgDdsuhCnCEhTbreiIZpHX { box-sizing:content-box;height:33.5625rem;width:21.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.9982233047488rem;left:31.500001907349rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.125rem 0.25rem #8e8e8e ;display:block; }
#kB5yx3R3gRumMUzTEqTX8xCdEWDBp2MD { color:#8a2254;display:block;width:8.875rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11rem;left:37.8125rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:19.875rem;left:8rem;height:1.57465rem;display:block; }#fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 li:before{  }
#BlGLIwxHDSLOABDks5aBD2c1XZp1wigS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:22.6875rem;left:9.8125rem;height:6.298625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:30.125rem;left:33.1875rem;height:1.57465rem;display:block; }#wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ li:before{  }
#JCr8vH7PihStFUzvdLTrIKPMz2HPnTVv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:22.6875rem;left:34.75rem;height:6.298625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xVmuKaez795iiNhurA1ITQPzyVZNrrnT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:32.8125rem;left:34.75rem;height:6.298625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container { background-color: transparent; background-image: none; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container > .video-iframe-container { display: none; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row > .video-iframe-container { display: none; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .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); }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container { border-width: 0; border-radius: 0; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:60rem;position:relative;display:block; }#ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du { z-index:;position:relative;display:none; }#ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du { border-width: 0; border-radius: 0; }#ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#FITqQWWp0i7QSKvDkgaHmH1olaf6eV83 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.51171875rem;left:0.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sK0fp5XQfkkyZ3nOlXaNanHR0bMsEdos { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.187500476837rem;left:17.749220848084rem;height:1.575rem;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; }
#ReCZDzbKhChiMODVVs5ytNb4JwNxO7bo { box-sizing:content-box;height:18.125rem;width:56.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:11.3125rem;left:1.8125rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);display:block; }
#VL0UAmCvaohT0TbkkvEAPEMm5sDBPkUf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.712500333786rem;left:17.749220848084rem;height:11.02258125rem;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; }
#QevdBdyz6vo6CbnnIPN6HH5lFFpLEicR { box-sizing:content-box;height:22.3125rem;width:56.5625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:32.625000953674rem;left:1.6304693222046rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#g8uWTPtImBNSM3AGVuWlEmEPHo5FInD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:35.118751525879rem;left:17.749220848084rem;height:1.575rem;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; }
#NcFqUolrqkX4CtGhLZPXg0wZelL1RRGK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:38.393752098084rem;left:17.749220848084rem;height:12.59723125rem;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; }
#szzzRbgkTc2pkEnaS5POAmKLPv8pPAJ2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.3125rem;width:12.25rem;top:13.1875rem;left:3.96875rem;overflow:hidden;display:block; }
#PhwOTqxBx1pVkcJhlTTihXpV5pgBlIM9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.0625rem;width:12.0625rem;top:36.1298828125rem;left:4.09375rem;overflow:hidden;display:block; }
#HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA { z-index:;position:relative;display:none; }#HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA { border-width: 0; border-radius: 0; }#HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#PtTHhVSc2yPqy8fnMJFqP0D9WJqbCcbm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.1875rem;left:17.625rem;height:1.575rem;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; }
#lIR9RHknHdpT0HP4gyItt51qAKtsz3JA { box-sizing:content-box;height:21.0625rem;width:56.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:2.3125rem;left:1.6875rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);display:block; }
#E55LWIrPWMCyAI5BzE62ub7fSqT6NePh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:7.6875rem;left:17.625rem;height:14.17185625rem;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; }
#k8Fv62ZK1Jvu3UtTr23doUSNZl4GA3vp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12rem;width:11.75rem;top:4.8798828125rem;left:4.34375rem;overflow:hidden;display:block; }
#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f4;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; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container { background-color: transparent; background-image: none; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container > .video-iframe-container { display: none; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row > .video-iframe-container { display: none; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .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); }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container { border-width: 0; border-radius: 0; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#o0T1N14GWKpopZtPcAeM4vIMDrcK8Xal { color:#000509;display:block;width:60rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xLc3xTkIfOyHhcNd7Fdt3RoWlG6LbOmz { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:8.1527776718137rem;left:0rem;display:block; }
#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f4;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; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container { background-color: transparent; background-image: none; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container > .video-iframe-container { display: none; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row > .video-iframe-container { display: none; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .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); }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container { border-width: 0; border-radius: 0; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#srnKSbuaXAfzlraAbbXDgVrDnlDxbHRz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2500000661239rem;left:2.1875rem;height:8.2864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqt2yWTN4yCTThrQeZgl9a0XotMIFbc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.2500000661239rem;left:22.312501907349rem;height:15.1918125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VA6PbZt4KdbyfmhAVwPU6szzi41UnIXl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2500000661239rem;left:42.062501907349rem;height:12.4297125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xPvawxuIIurhS8Eopi1QoFyCBBeHMzwS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#iqBzplSTnQL28pNF7PHzmzLZtQKtsmxu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:20rem;overflow:hidden;display:block; }
#B9TWzvgB9egOFSvwmgyTVX1RSCl17Zef { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:40rem;overflow:hidden;display:block; }
#Ta7giZu7SfFnDSD6KaHy6ABMtTutD7uk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.075521469116rem;left:2.125rem;height:11.048625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MR4SXi9RCz4haPLrCm13nfegBi2qb4CH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.075521469116rem;left:0.36805534362793rem;overflow:hidden;display:block; }
#yhw2MXMTrUPKa7qSxVPmqJd5V7rLioM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.888021469116rem;left:42.187501907349rem;height:8.2864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUXUBZCJnElLdeJ1zRB6xPKpAhmKmACc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.662326812744rem;left:40.000001907349rem;overflow:hidden;display:block; }
#QHbhH4afJ5upI9932NVolNOR7VNeEL6E { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17.537326812744rem;left:20.000001907349rem;overflow:hidden;display:block; }
#iGBQo6HyAgf1iSeUqbS3SLN1lUqpUyS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.651908874512rem;left:22.250001907349rem;height:8.2864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM { position:relative;display:block; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM { background-color: transparent; background-image: none; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container > .video-iframe-container { display: none; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row > .video-iframe-container { display: none; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .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); }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM { border-width: 0; border-radius: 0; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf7f4;background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTR5zyhU4hAStOaXGIo3HGJDEillJoPH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef456a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ef456a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat lozinskiego";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:4.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.99826335907rem;left:18.968751907349rem;display:block; }
#TShGMxI1Z6p2WrPSeMoHJRrbv8lp5vc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJJB4QvBO92IFxbuumf4XbPoo11SgKMU { box-sizing:content-box;height:13.5rem;width:55.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0.99911975860594rem;left:2.0625rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#REgl8fF3RdQ5CdEFBZlp5s3xtESlZ7Fl { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:"montserrat lozinskiego";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1094017028809rem;left:5.59375rem;height:10.23264375rem;font-style:normal;display:block; }
#TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ { z-index:;position:relative;display:none; }#TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ { border-width: 0; border-radius: 0; }#TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#zTTkQmOWK6m5db3TanhPbPM7RtekZOOw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:16.6875rem;top:6.2421875rem;left:33.5615234375rem;overflow:hidden;display:block; }
#ytIiBtmRcTbTUJs4DfZNXFIiKQ3Ptrr4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:18.875rem;top:7.368055820465rem;left:39.062501907349rem;overflow:hidden;display:none; }
#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container { background-color: transparent; background-image: none; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container > .video-iframe-container { display: none; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row > .video-iframe-container { display: none; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .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); }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container { border-width: 0; border-radius: 0; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#UEtc9hpRBCZ7WRHhyH1LXnJJquR2O1aa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.4749889373779rem;left:0rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp { display:none; }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-number { padding-top:0.296875rem;padding-right:0.25875rem;padding-bottom:0.296875rem;padding-left:0.25875rem;width:1.554375rem;min-width:1.554375rem;height:1.595rem;font-size:1.186875rem;line-height:25.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.185625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0725rem;height:0.630625rem;font-size:0.445rem;line-height:10.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n { display:flex;width:9.1875rem;height:3.005rem;top:0.9375rem;left:38.8125rem;padding-top:0.22125rem;padding-right:0.22rem;padding-bottom:0.22125rem;padding-left:0.22rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #uVWmaKziVfvaVLnILDcS3MEq6iK8mPgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #XeXKvzqU9bhZZqIOdpJRp0qFTGVIZ824 {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #tIuDyfrBitvTMnDI0KibqHweS05Qa3ef {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #t4P24CWTa8kvWspR9DivavAuMkWrqSA0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #BcDcT9KL4b1gxxsD7Mzq77Ir6BPAe8PF {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #c0vLUKI19k2P4Jc8cUAHckweDgXeZOTT {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #pBPxEgOx7H1W9gSVEIgsfRyZCCsL9LDJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #RNafswK0CLsNgUsRXsg6o9S4w4dyNTxg {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #rhZki6f9pi8h8rF2Trh3Krp17qFpd0S0 {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #siTMoSrgovoM1gPuU1Rck32NulkU1dee { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #aiwsngGSMJlNEivBEXaDXurDkbBzHMTw {  }
 }@media only screen and (max-width: 959px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #vfdrhQEiaw3VyesD37CgWgUHpReDnk27 {  }
 }@media only screen and (max-width: 959px) { #qTgUwqQcwbWNwTpf0TdrKaFBXIPcrF9g { width:43rem;height:1.3rem;top:2rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UVDDHgDWJg9nt7XehB413wEEgsZM8hww { display:none; }#UVDDHgDWJg9nt7XehB413wEEgsZM8hww > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #A5BiLR04pw6Tl5LyGxtgIVTUdJ18oi8w { width:22.0625rem;height:4.125rem;top:33.124999523163rem;left:3.9305556416511rem;display:block; }
 }@media only screen and (max-width: 959px) { #kgdtLXkVJb1CHW8vgt5bTvEf4UNTv8Ll { display:block; }
 }@media only screen and (max-width: 959px) { #sDrRGDcDVwfUIESw0s3IrBbiHWqQ5Rbc { width:31.6875rem;height:2.4375rem;top:11.937479496002rem;left:1.9305556416511rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #K6Hr1Ec77kW3cTq7hXen7Jy3i6043cSm { width:44.75rem;height:33.625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QWZ60XsV8vBieneQ6ie5eviqE8bxm6Me { width:10.375rem;height:10.625rem;top:12.428819656372rem;left:28.061631500721rem;display:block; }
 }@media only screen and (max-width: 959px) { #DXuLk3wBtAqsfoHVyVo5qODVgNgnAszq { width:26.625rem;height:2.8rem;top:16.624979972839rem;left:1.9305556416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AaZNC5Fd4zcu6MW3xCd7N172cppnPUae { width:8.6875rem;height:3.0875rem;top:27.562499523163rem;left:10.618055641651rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rWTHZTi6tHZRhoEmOwwtdnGPLK6hbWMm { width:20.4375rem;height:23.375rem;top:5.25rem;left:27.186631500721rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #tDw9o2Dg4ZzgNxlTbywlv2MtSR8zrBXd { width:7.4375rem;height:2.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aEyxVtSeEronBL2c21rkzZXXy1zh0wdR { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hXA9GCeeTdPeWQoryuy7od3BelkCMLIX { width:10.0625rem;height:21.25rem;top:5.25rem;left:27.186631500721rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy { display:block; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xN3RP9PCc1dBEzyEMwAc5hExSuT5ooVe { width:22.0625rem;height:4.125rem;top:33.124999523163rem;left:3.9305556416511rem;display:block; }
 }@media only screen and (max-width: 959px) { #QtRZIozTOOpunx7tFz4DimQziAGapqPV { display:block; }
 }@media only screen and (max-width: 959px) { #TtJyodtpZoaHuhMNnK47a1c3lSAwNalz { width:31.6875rem;height:2.4375rem;top:11.937479496002rem;left:1.9305556416511rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IKRqX2SNZfhisWsrJN8u4ehsgZG3Mfft { width:10.1875rem;height:10.625rem;top:12.428819656372rem;left:28.061631500721rem;display:block; }
 }@media only screen and (max-width: 959px) { #FPn2FTSQQxf4BIiAaTSlIySJd2xdrz0p { width:26.625rem;height:2.8rem;top:16.624979972839rem;left:1.9305556416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BQzpmMSDWoIbUHRECCfmJToMXlCPwM5D { width:8.6875rem;height:3.0875rem;top:27.562499523163rem;left:10.618055641651rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2AMedULm8gmC78ghzxJyP9JoIFsf1ff { width:5.5625rem;height:2.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GHOsrmE4rfkelTWCNUWlQb8m7mRnawG7 { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r2NAZ0ohtKHHygLUMXwXCQ7UVUuJP8xV { width:31.25rem;height:3.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bbXq4ff0XueHeRE66Dqb8SUat9vvGqO8 { width:28.375rem;height:2.5625rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wEBJTQfJVwEXtiueczIPQuAMzHASNe4I { width:33.3125rem;height:6.75rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #AS6QBTlRC5RpL7iboyrupiH8L5EGwyoB { width:47.75rem;height:6.75rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sZEdNgcEX1cKvLTb2SU8W4g8BTZoCvye { width:2.3125rem;height:2.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tmspO4odll9hw9iMs5Km21UoySZgGgnC { width:3.4375rem;height:3.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PMvlwieXUgob6b8sJ7yBx6B3cpMoVcN1 { width:0.125rem;height:3.5rem;top:35rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #T4sAeDBLkhSzU9ggcLagozVzhLGBFWWh { width:19.875rem;height:4.0625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BquKUsIpePhZQniTJHKauVKTDnoo4spt { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 { display:block; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container { width:47.75rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I0bwvtcnq2I3UAJZZeeUv1yCeG87qqxp { width:16.8125rem;height:6.3375rem;top:8.0625rem;left:18.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cNVTdozUwccKgHyJ3o0ew001dRLDBJNs { width:20.5rem;height:20.85rem;top:25.937499284744rem;left:27.250000357628rem;font-size:1rem;display:block; }#cNVTdozUwccKgHyJ3o0ew001dRLDBJNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_06a667681aa674da39b546c7f2b205ef9de41445.svg); }
 }@media only screen and (max-width: 959px) { #us957aRVQisrPRRTsSpZMgw6KTXw4aD0 { width:8.25rem;height:10.375rem;top:10.374218940735rem;left:1.8117188215256rem;display:block; }
 }@media only screen and (max-width: 959px) { #eRDdHzis7NCW7FFEJTDHuR4AOT7Me1bp { width:23rem;height:18.25rem;top:17.5625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NQFK1IPQgmwigJHmNTMcqHDZaHggmQOS { width:15rem;height:11.25rem;top:5.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZxsohTANKrVSTC5PrNU7qlNmhb1KitWJ { width:22.0625rem;height:4.125rem;top:33.124999523163rem;left:3.9305556416511rem;display:block; }
 }@media only screen and (max-width: 959px) { #RyRZxZXSOZvlxeL9x9d6H3vR0AoDPqv9 { display:block; }
 }@media only screen and (max-width: 959px) { #NuTG2Do41TEQoTrXTMHFHJ3ATig3w7sw { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rKEHTtt40ixtnnitCeZdN0aFUS9DV6tI { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vusbas49uNsV4fsnFQlfLzHZNeWKXrUE { width:18.5625rem;height:2.9375rem;top:12.522656917572rem;left:26.468750357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #SJ6xdWBncmkp0zy8ZLsiEIS59UnUTyms { width:18.5625rem;height:2.9375rem;top:12.522656917572rem;left:26.468750357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #nX1mfVTPr4wkpHCkrhyFXt1MZyXDg2CG { width:17.25rem;height:2.1125rem;top:12.935938358307rem;left:27.125000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cO7bDqpye00qpmOSENNRUAoVxHo7ugq8 { width:17.25rem;height:2.1125rem;top:12.935938358307rem;left:27.125000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WJIAuZLb6HIwUF4ncJhWtnGdgeVfqfyg { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vPTnNqZ6NxGgLp3dSTLAARCIZRzP8W28 { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xa8SFtMZtq4JLXiGmTUlH6mObnkuSx9c { width:17.25rem;height:2.1125rem;top:12.935938358307rem;left:27.125000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU { display:block; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container { width:47.75rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ub0xDrQICwwvAcgdP6gDvN8p5OpJQnSo { width:34.8125rem;height:34.8125rem;top:4.454687833786rem;left:11.650000357628rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #LgAIIebhkTMwq19DTouhtq6vJm8kuf68 { width:12.625rem;height:6.3375rem;top:4.4554688930511rem;left:1.8734375238419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fgvkdWHf5eW630ZtNJicX6LwhoAOyVlT { width:5.625rem;height:8.75rem;top:3.2499992847442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mZUseWqdFhJad9nQVc0TQmtJhmhdrtpC { width:18.5625rem;height:2.9375rem;top:12.522656917572rem;left:26.468750357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #pAnMxr7yReX4ZvUCb83UkuJhzLcK5u71 { width:17.25rem;height:2.1125rem;top:12.935938358307rem;left:27.125000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MMLGT2MIau0BSsquGR5GD0xdFhkLEeNZ { width:28.0625rem;height:15.375rem;top:14.235156536102rem;left:15.056249976158rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2svlbwwVLNGGmDSUsWhTQPcQ5zT7vZT { width:28.25rem;height:18.3125rem;top:12.936719417572rem;left:14.993749976158rem;display:block; }
 }@media only screen and (max-width: 959px) { #vQXqbCrKAQSmzTFeeHPW9H3VfzJTHsxd { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 { display:block; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row .container { width:47.75rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #w8PJo3zE1uiTe5aJWh5CfABhgi5a8sUL { width:17.375rem;height:0;top:8rem;left:2.5625001192093rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 959px) { #Vop9LVNZnRLXcB1hPtTrH0CX8llQ70KU { width:39.9375rem;height:33.375rem;top:18.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ee6sTtnnHeU8lkPb9eIsTUpyxcCyA4D8 { width:5.625rem;height:8.75rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SRBGqgRMmzJy6shN21XityuDqCRxwqPX { width:28.125rem;height:4.125rem;top:45.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AKRvHpn49epQzhymwKtqVHVH4Tu8qmKN { display:block; }
 }@media only screen and (max-width: 959px) { #bQUOH7wiTLtqx1DbRNaZbgGgTkUr1lIo { width:14.4375rem;height:6.3375rem;top:6.0812501907349rem;left:2.5000001192093rem;font-size:1.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 959px) { #hIavo9w3clIhv2yI9z8MMayGX5EwbiFz { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce { display:block; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UhwcDrKMf4NCmmcUmURlvzddVEI7DTXb { width:2.75rem;height:3.625rem;top:5.375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPgHX7WdTiVPz0ylfaftDccr1TXRKwOx { width:2.5rem;height:2.5rem;top:5.9375001192093rem;left:22.218750357628rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #RSiVQoKEJ5fBCCRp4MkiB0gJ9L022zty { width:17.8125rem;height:7.25rem;top:14.125rem;left:13.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #DiMUAqJSciAfPoZfxaDuB06tPOt50v8B { width:2.75rem;height:3.625rem;top:5.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W61yIrCgALUEAsWkd0sWAhW3bzm7BCWu { width:15.75rem;height:2.925rem;top:9.4375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G69CtssE3MRFO8GVZ9FxKuHmZe4ktJ4X { width:13.75rem;height:5.2rem;top:14.312500476837rem;left:32.916406989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gzV5s2KXpNoCfQh7u6gceNGUPShAIqPk { width:15.875rem;height:2.5625rem;top:23.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #k77r5LfkWp5Dn3O0cInU2EMXoy6Tclgx { width:2.5rem;height:2.5rem;top:5.9375001192093rem;left:38.541406989098rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #R4WIUCILHEH8geca83pABg7pqQOel08P { width:10.4375rem;height:4.225rem;top:6.5750007629394rem;left:1.5195313692093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZNnmwVC3z2rdmsN392rUQG6oZFrdVflC { width:15.1875rem;height:2.925rem;top:9.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OQs7ZgWahhSbfPPt8vVUT5LVAsPevztI { width:5.625rem;height:8.75rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kxvW8Xen7LyPKMV8eOd5uCyOcaA3TRag { width:15rem;height:3.9rem;top:14.312500476837rem;left:16.375000357628rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 959px) { #Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn { display:block; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RPnI4nvrPvcpLOgv41ilOma0XUrto0S3 { width:2.75rem;height:3.625rem;top:3.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XSMtdhyOkP9i3zFhqLP7gn1Tc0dkBInn { width:2.75rem;height:3.625rem;top:3.875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IIwXRXKmqSz3ePlglzwREv5s4BpwlBhI { width:15.1875rem;height:2.925rem;top:8.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wvwy5OduI38ENkvn9MLOMZSPv3tbTrca { width:2.5rem;height:2.5rem;top:4.4875001907349rem;left:39.139845252037rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #RN7SBl61p7DK0yzpybAkTG7SAUC50JBC { width:14rem;height:5.2rem;top:12.499999523163rem;left:32.791406989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #b19F0mBLpMnBnyz9becTEeusMUPRB6WG { width:17.75rem;height:26.75rem;top:2.25rem;left:29.897862421413rem;display:none; }
 }@media only screen and (max-width: 959px) { #rvAVMvc3TgEftCZD4ByaiNXE7uD5M5Rq { width:17.6875rem;height:7.25rem;top:12.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CwRzIfHSXeN5pRICF6G3MtcwMD0A2wdI { width:2.5rem;height:2.5rem;top:3.8750009536743rem;left:23.375000357628rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #uCG2nKs5QZqb11LeqRpM4mlrSAWacuNm { width:15.1875rem;height:2.875rem;top:7.75rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OrAVhsTxm8cLsEB0JkFfOztnbLewDemT { display:none; }#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #tAEWSPfebC7c2PJlebxWUEJH31gQtteo { width:20rem;height:11.25rem;top:10.8125rem;left:6.5694446563719rem;display:block; }
 }@media only screen and (max-width: 959px) { #vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 { display:block; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container { width:47.75rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mHN6020B7os27f1eoAUuShoDaVSCGxtX { width:12rem;height:12.675rem;top:6.3624999523163rem;left:1.6125000715256rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NETXNrA12kh4lTF0IdDVs2ewLxZoNrJs { width:5.625rem;height:8.75rem;top:4.9281251430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LbtxHsVHTcdN3B4FhX4QTtJyIotxUaNa { width:32.1875rem;height:3.9rem;top:20.25rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZWhWJXphtkcniboJZiea5mdWax0FJm0n { width:2.5rem;height:2.5rem;top:20.3125rem;left:11.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DoPqByk8dX00yPmMev6zAygx2uX8AD58 { width:32.1875rem;height:3.9rem;top:25.125rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QkAOGIappm8RW1Dbyk2PFUJc49UZViEp { width:2.5rem;height:2.5rem;top:25.125rem;left:11.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DIs6X7WgsgzmUaJcgN36OqFR6wutM6QX { width:32.1875rem;height:3.9rem;top:30.375rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SNDob6046mbpbApZZTyWP3qTmn1BILO8 { width:2.5rem;height:2.5rem;top:35.5625rem;left:11.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #uePUBRTlbm5gJpvT0TJaNkEnG8iuEW8F { width:2.5rem;height:2.5rem;top:30.4375rem;left:11.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lw66ytTW3mWVSxUKWVvLZHv5F6JWgCtg { width:32.1875rem;height:3.9rem;top:35.5rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #F6z87avun8wunzuq76AU1eCNWQ1Ur1nu { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qh32VZu9mavQhz7IiPCzgff56zThgzB4 { width:32.1875rem;height:3.9rem;top:30.375rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #d5D0o1vn0eQrhUF1KCVgURbKuxAOcptL { width:2.5rem;height:2.5rem;top:35.5625rem;left:11.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #cBFkIqGUGwl6CfxQDBh6asb3ihb4gv6S { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mzl45aEu1TTEFJVsS4h22UORXVQHu8h2 { width:44.9375rem;height:22rem;top:49.9375rem;left:2.3680553436279rem;display:block; }
 }@media only screen and (max-width: 959px) { #VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde { display:block; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row .container { width:47.75rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pToqeh0QObCUv3h44d1W6EF0POxrRhUP { width:27rem;height:16.9rem;top:26.5rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CMGuw8MnxxmyTLaRaDxAXVP1Mw3R5hvn { width:16rem;height:18.25rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aUUXW3Knvv8v8JJaslvZ4F10w9NIdGSE { width:13.875rem;height:20.8125rem;top:6.0375001430511rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #fqtTQBCkFrXpQWMvQ8vTlgIfcxvIQDyt { width:15rem;height:11.25rem;top:4.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IOPqftfEX3sAK4rBZ6mxTAyRfTra5Z2b { width:12.625rem;height:2.1125rem;top:8.9375rem;left:15.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PyD1pdAr1AsVtqdn776NV2UihqmCN8Xa { width:19.875rem;height:1.4625rem;top:22.5625rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NQvULbB9gJrMSH8di8V8JTDtNer5ypoi { width:20.875rem;height:13.875rem;top:6.2359375953674rem;left:24.962500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #LRmSRfElz85tq2xgZ6z0SoTSZSd5sDKV { width:18.75rem;height:26.25rem;top:4.0625rem;left:29.000000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #pA4zMyU8XmJdapSx5beLUktkoFqFGdbN { width:19.875rem;height:1.4625rem;top:22.5625rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #J4wyTMZGH6hEwvBne1acI0duS4wpTBfZ { width:27rem;height:16.9rem;top:26.5rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 { display:block; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I4xyRHVOZspDqZvneSqODM92wbz3TMIL { width:19.6875rem;height:4.125rem;top:33.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hOcDnbNf8ypxrUX08lQaoO6HtfJt6hH8 { display:block; }
 }@media only screen and (max-width: 959px) { #NF6BxBkfQeIgzd69NPTsfNTAl5apAkNh { width:19.6875rem;height:4.125rem;top:33.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zvlaxf0TgpqsdrAmRT1JiCIhAs3NZPTT { display:block; }
 }@media only screen and (max-width: 959px) { #BLzMmATLF0CLdBnVXsTzGRviF2nD8HyU { width:24.0625rem;height:47.8125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #rd16vOfb77crpplGXFqw7FmAwp1bhNyS { width:47.75rem;height:38.05078125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sh1VmOciDkBzua3GpIGk57MEVTK2sxgG { display:block; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iow8UepZLfq3QWNvFRvM537rM1S6I6c0 { width:10rem;height:10rem;top:0rem;left:31.256944656372rem;display:block; }
 }@media only screen and (max-width: 959px) { #e5T8dIBnEnuuLM5S1E5Jfb8HrANkhod0 { width:29.25rem;height:4.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #idrQFAlhZq28NsPu5nD0T7HqNe0U7Avx { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xe3beVEOGBXd5pK57xTpucKwp8xezDy0 { display:none; }#xe3beVEOGBXd5pK57xTpucKwp8xezDy0 > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #NoyyEzFTIHQD1Pmwe8AzCi8lLNhiQSrK { width:31.6875rem;height:2.4375rem;top:4.2492189407349rem;left:7.9062503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yS0TgtBuqOwTXz4kJcTRTcaMc9iwNCPJ { width:19.6875rem;height:25.3125rem;top:12.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vt9T3dX1VzvwyGFXZDmsiLR4A91A1Mn8 { width:9.625rem;height:2.45rem;top:15.5625rem;left:7.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lx2KGKeEzyJntG2rU3Ac3HBkS5PnAzJR { width:8.6875rem;height:3.0875rem;top:19.875000715256rem;left:8.3125003576281rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #J9Kd49laqVXsl4DzRTPLQB7hIutk496Z { width:12.5rem;height:5.2rem;top:25rem;left:29rem;font-size:1rem;display:block; }#J9Kd49laqVXsl4DzRTPLQB7hIutk496Z li:before{  }
 }@media only screen and (max-width: 959px) { #UeiSre0LTGaWHKOBxL6P59MZDGzZveN8 { width:8.6875rem;height:3.0875rem;top:19.875000715256rem;left:30.956249594688rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #azXpc8yuTWAgDdsuhCnCEhTbreiIZpHX { width:19.6875rem;height:25.3125rem;top:12.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kB5yx3R3gRumMUzTEqTX8xCdEWDBp2MD { width:8.75rem;height:2.45rem;top:15.5rem;left:30.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 { width:12.125rem;height:1.4rem;top:25.0625rem;left:6.5625rem;font-size:1rem;display:block; }#fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 li:before{  }
 }@media only screen and (max-width: 959px) { #BlGLIwxHDSLOABDks5aBD2c1XZp1wigS { width:12.125rem;height:1.4rem;top:25.0625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ { width:12.5rem;height:5.2rem;top:25rem;left:29rem;font-size:1rem;display:block; }#wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ li:before{  }
 }@media only screen and (max-width: 959px) { #JCr8vH7PihStFUzvdLTrIKPMz2HPnTVv { width:12.125rem;height:1.4rem;top:25.0625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xVmuKaez795iiNhurA1ITQPzyVZNrrnT { width:12.125rem;height:1.4rem;top:25.0625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 { display:block; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du { display:none; }#ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du > .row .container { width:47.75rem;height:51.9375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #FITqQWWp0i7QSKvDkgaHmH1olaf6eV83 { width:45rem;height:2.275rem;top:3.462500333786rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #sK0fp5XQfkkyZ3nOlXaNanHR0bMsEdos { width:20.0625rem;height:1.4rem;top:12rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ReCZDzbKhChiMODVVs5ytNb4JwNxO7bo { width:47.625rem;height:16.3125rem;top:9.3187499046325rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 959px) { #VL0UAmCvaohT0TbkkvEAPEMm5sDBPkUf { width:31.8125rem;height:9.8rem;top:14.1875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QevdBdyz6vo6CbnnIPN6HH5lFFpLEicR { width:47.6875rem;height:21.9375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8uWTPtImBNSM3AGVuWlEmEPHo5FInD1 { width:20.0625rem;height:1.4rem;top:31.518751144409rem;left:14.375000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NcFqUolrqkX4CtGhLZPXg0wZelL1RRGK { width:31.8125rem;height:14rem;top:34.24374961853rem;left:14.487500548362rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #szzzRbgkTc2pkEnaS5POAmKLPv8pPAJ2 { width:13.875rem;height:14rem;top:6.2359375953674rem;left:24.962500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #PhwOTqxBx1pVkcJhlTTihXpV5pgBlIM9 { width:20.5rem;height:20.5rem;top:6.2359375953674rem;left:24.962500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA { display:none; }#HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA > .row .container { width:47.75rem;height:51.9375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #PtTHhVSc2yPqy8fnMJFqP0D9WJqbCcbm { width:20.0625rem;height:1.4rem;top:12rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lIR9RHknHdpT0HP4gyItt51qAKtsz3JA { width:47.625rem;height:16.3125rem;top:9.3187499046325rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 959px) { #E55LWIrPWMCyAI5BzE62ub7fSqT6NePh { width:31.8125rem;height:9.8rem;top:14.1875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #k8Fv62ZK1Jvu3UtTr23doUSNZl4GA3vp { width:20.4375rem;height:20.875rem;top:6.2359375953674rem;left:24.962500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU { display:block; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o0T1N14GWKpopZtPcAeM4vIMDrcK8Xal { top:5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xLc3xTkIfOyHhcNd7Fdt3RoWlG6LbOmz { width:25rem;height:0.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hFqETpUTltwFzVtu1kPcOyG8FzrXI3De { display:block; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #srnKSbuaXAfzlraAbbXDgVrDnlDxbHRz { top:1.25rem;left:0rem;width:17.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dqt2yWTN4yCTThrQeZgl9a0XotMIFbc4 { top:1.25rem;left:14.1875rem;width:17.5625rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VA6PbZt4KdbyfmhAVwPU6szzi41UnIXl { top:1.25rem;left:29.8125rem;width:17.8125rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPvawxuIIurhS8Eopi1QoFyCBBeHMzwS { top:1.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iqBzplSTnQL28pNF7PHzmzLZtQKtsmxu { top:1.25rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #B9TWzvgB9egOFSvwmgyTVX1RSCl17Zef { top:1.25rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ta7giZu7SfFnDSD6KaHy6ABMtTutD7uk { top:11.0625rem;left:0rem;width:17.8125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MR4SXi9RCz4haPLrCm13nfegBi2qb4CH { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yhw2MXMTrUPKa7qSxVPmqJd5V7rLioM5 { top:15.875rem;left:29.8125rem;width:17.8125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VUXUBZCJnElLdeJ1zRB6xPKpAhmKmACc { top:15.625rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QHbhH4afJ5upI9932NVolNOR7VNeEL6E { top:17.5rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iGBQo6HyAgf1iSeUqbS3SLN1lUqpUyS3 { top:17.625rem;left:14.0625rem;width:17.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cmr97JkSTo7XCH37wWPStLS9wMHw5OuM { display:block; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GTR5zyhU4hAStOaXGIo3HGJDEillJoPH { width:22.0625rem;height:4.125rem;top:33.124999523163rem;left:3.9305556416511rem;display:block; }
 }@media only screen and (max-width: 959px) { #TShGMxI1Z6p2WrPSeMoHJRrbv8lp5vc4 { display:block; }
 }@media only screen and (max-width: 959px) { #GJJB4QvBO92IFxbuumf4XbPoo11SgKMU { width:47.75rem;height:13.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #REgl8fF3RdQ5CdEFBZlp5s3xtESlZ7Fl { width:26.0625rem;height:4.3875rem;top:21.937499523163rem;left:1.9305556416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ { display:none; }#TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #zTTkQmOWK6m5db3TanhPbPM7RtekZOOw { width:19.5625rem;height:29rem;top:12.428819656372rem;left:28.061631500721rem;display:block; }
 }@media only screen and (max-width: 959px) { #ytIiBtmRcTbTUJs4DfZNXFIiKQ3Ptrr4 { width:20.4375rem;height:23.375rem;top:5.25rem;left:27.186631500721rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG { display:block; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UEtc9hpRBCZ7WRHhyH1LXnJJquR2O1aa { width:20.3125rem;height:1.25rem;top:1.4375rem;left:0rem;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) { #XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp { display:none; }#XHSZvsiQ56n7Bm7v8DpRyZKJRiGtNkWp > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-number { padding-top:0.389375rem;padding-right:0.339375rem;padding-bottom:0.389375rem;padding-left:0.339375rem;width:2.038125rem;min-width:2.038125rem;height:2.09375rem;font-size:1.558125rem;line-height:33.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.716875rem;height:0.8275rem;font-size:0.584375rem;line-height:13.24px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hSWnvCuOuLGq2Una1773RRTm0ztWu17n { display:flex;width:11.125rem;height:3.94375rem;top:3.5835938453674rem;left:4.6171873807907rem;padding-top:0.29rem;padding-right:0.288125rem;padding-bottom:0.29rem;padding-left:0.288125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #uVWmaKziVfvaVLnILDcS3MEq6iK8mPgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #XeXKvzqU9bhZZqIOdpJRp0qFTGVIZ824 {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #tIuDyfrBitvTMnDI0KibqHweS05Qa3ef {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #t4P24CWTa8kvWspR9DivavAuMkWrqSA0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #BcDcT9KL4b1gxxsD7Mzq77Ir6BPAe8PF {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #c0vLUKI19k2P4Jc8cUAHckweDgXeZOTT {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #pBPxEgOx7H1W9gSVEIgsfRyZCCsL9LDJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #RNafswK0CLsNgUsRXsg6o9S4w4dyNTxg {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #rhZki6f9pi8h8rF2Trh3Krp17qFpd0S0 {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #siTMoSrgovoM1gPuU1Rck32NulkU1dee { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #aiwsngGSMJlNEivBEXaDXurDkbBzHMTw {  }
 }@media only screen and (max-width: 763px) { #hSWnvCuOuLGq2Una1773RRTm0ztWu17n #vfdrhQEiaw3VyesD37CgWgUHpReDnk27 {  }
 }@media only screen and (max-width: 763px) { #qTgUwqQcwbWNwTpf0TdrKaFBXIPcrF9g { width:20rem;height:2.2734375rem;top:1.0671875476837rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVDDHgDWJg9nt7XehB413wEEgsZM8hww { display:none; }#UVDDHgDWJg9nt7XehB413wEEgsZM8hww > .row .container { width:20rem;height:84.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A5BiLR04pw6Tl5LyGxtgIVTUdJ18oi8w { width:15.3125rem;height:3.375rem;top:24.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdtLXkVJb1CHW8vgt5bTvEf4UNTv8Ll { display:block; }
 }@media only screen and (max-width: 763px) { #sDrRGDcDVwfUIESw0s3IrBbiHWqQ5Rbc { width:14.5rem;height:5.36198125rem;top:4.70703125rem;left:1.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6Hr1Ec77kW3cTq7hXen7Jy3i6043cSm { width:20rem;height:40.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZ60XsV8vBieneQ6ie5eviqE8bxm6Me { width:6.875rem;height:7.0625rem;top:28.936632156372rem;left:1.6562500596046rem;overflow:hidden;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #DXuLk3wBtAqsfoHVyVo5qODVgNgnAszq { width:17.25rem;height:11.1944375rem;top:9.3125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AaZNC5Fd4zcu6MW3xCd7N172cppnPUae { width:8.6875rem;height:2.92480625rem;top:20.625rem;left:5.65625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWTHZTi6tHZRhoEmOwwtdnGPLK6hbWMm { width:14.875rem;height:17rem;top:26.875rem;left:1.625rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tDw9o2Dg4ZzgNxlTbywlv2MtSR8zrBXd { width:5.75rem;height:1.875rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEyxVtSeEronBL2c21rkzZXXy1zh0wdR { width:17rem;height:5.68575625rem;top:16.396484375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXA9GCeeTdPeWQoryuy7od3BelkCMLIX { width:20rem;height:43.25rem;top:41.625rem;left:0rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy { display:block; }#mhHD0fVrOuxg1fSBTHoDzH8lmurklbvy > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN3RP9PCc1dBEzyEMwAc5hExSuT5ooVe { width:13.875rem;height:1.75rem;top:51.252605438233rem;left:3.0625001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRZIozTOOpunx7tFz4DimQziAGapqPV { display:block; }
 }@media only screen and (max-width: 763px) { #TtJyodtpZoaHuhMNnK47a1c3lSAwNalz { width:18.125rem;height:6.1736125rem;top:24.998264789581rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IKRqX2SNZfhisWsrJN8u4ehsgZG3Mfft { width:17.75rem;height:18.625rem;top:5.8125038146972rem;left:2.2491320371628rem;overflow:hidden;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FPn2FTSQQxf4BIiAaTSlIySJd2xdrz0p { width:17.25rem;height:6.8229375rem;top:33.204855918884rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQzpmMSDWoIbUHRECCfmJToMXlCPwM5D { width:8.6875rem;height:1.787325rem;top:48.833333969116rem;left:5.6562501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2AMedULm8gmC78ghzxJyP9JoIFsf1ff { width:4.875rem;height:1.8125rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOsrmE4rfkelTWCNUWlQb8m7mRnawG7 { width:16.5rem;height:1.94965rem;top:45.644098281861rem;left:3.3741320371628rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2NAZ0ohtKHHygLUMXwXCQ7UVUuJP8xV { width:20rem;height:3.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbXq4ff0XueHeRE66Dqb8SUat9vvGqO8 { width:20rem;height:2.2743rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEBJTQfJVwEXtiueczIPQuAMzHASNe4I { width:20rem;height:4.05208125rem;top:40.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6QBTlRC5RpL7iboyrupiH8L5EGwyoB { width:20rem;height:8.875rem;top:44.924480438233rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEdNgcEX1cKvLTb2SU8W4g8BTZoCvye { display:flex;width:1.5rem;height:1.5rem;top:45.948785781861rem;left:0.8046875rem; }
 }@media only screen and (max-width: 763px) { #tmspO4odll9hw9iMs5Km21UoySZgGgnC { width:2.5rem;height:2.5rem;top:45.448785781861rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMvlwieXUgob6b8sJ7yBx6B3cpMoVcN1 { width:0.125rem;height:3.5rem;top:56.677080773163rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4sAeDBLkhSzU9ggcLagozVzhLGBFWWh { width:10.9375rem;height:2.1875rem;top:30.42621588707rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BquKUsIpePhZQniTJHKauVKTDnoo4spt { top:48.388021469116rem;left:1.7187501192093rem;width:16.5625rem;height:0.0625rem;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 { display:block; }#EVnCKlvcMD2x8XUFEQH3CWzwVvqWKka1 > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0bwvtcnq2I3UAJZZeeUv1yCeG87qqxp { width:7.875rem;height:4.5486125rem;top:0.875rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNVTdozUwccKgHyJ3o0ew001dRLDBJNs { width:18.5rem;height:10.9375rem;top:15.123272895813rem;left:0.75rem;font-size:0.875rem;line-height:1;display:block; }#cNVTdozUwccKgHyJ3o0ew001dRLDBJNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_06a667681aa674da39b546c7f2b205ef9de41445.svg); }
 }@media only screen and (max-width: 763px) { #us957aRVQisrPRRTsSpZMgw6KTXw4aD0 { width:7.5625rem;height:9.6875rem;top:3.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRDdHzis7NCW7FFEJTDHuR4AOT7Me1bp { width:14.125rem;height:10.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFK1IPQgmwigJHmNTMcqHDZaHggmQOS { width:10.125rem;height:6.625rem;top:0rem;left:9.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxsohTANKrVSTC5PrNU7qlNmhb1KitWJ { width:14.75rem;height:3rem;top:29.345489501953rem;left:2.6250001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRZxZXSOZvlxeL9x9d6H3vR0AoDPqv9 { display:block; }
 }@media only screen and (max-width: 763px) { #NuTG2Do41TEQoTrXTMHFHJ3ATig3w7sw { width:11.8125rem;height:1.13715rem;top:26.594618260861rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKEHTtt40ixtnnitCeZdN0aFUS9DV6tI { width:19.0625rem;height:10.55554375rem;top:35.289932250976rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vusbas49uNsV4fsnFQlfLzHZNeWKXrUE { width:20rem;height:3.4375rem;top:47.669270515442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6xdWBncmkp0zy8ZLsiEIS59UnUTyms { width:20rem;height:3.4375rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1mfVTPr4wkpHCkrhyFXt1MZyXDg2CG { width:19rem;height:1.13715rem;top:48.819442749024rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7bDqpye00qpmOSENNRUAoVxHo7ugq8 { width:19.0625rem;height:1.13715rem;top:57.5625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJIAuZLb6HIwUF4ncJhWtnGdgeVfqfyg { width:18.9375rem;height:4.5486125rem;top:52.285591125488rem;left:0.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPTnNqZ6NxGgLp3dSTLAARCIZRzP8W28 { width:19.3125rem;height:3.41145625rem;top:61.3125rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xa8SFtMZtq4JLXiGmTUlH6mObnkuSx9c { width:19.25rem;height:15.92013125rem;top:66.579863071444rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU { display:block; }#eSqcrfWPsQTaCMLZwa1UsW1nVp8iFpTU > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub0xDrQICwwvAcgdP6gDvN8p5OpJQnSo { width:20rem;height:20rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgAIIebhkTMwq19DTouhtq6vJm8kuf68 { width:16rem;height:7.1493rem;top:2.80078125rem;left:0.904296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgvkdWHf5eW630ZtNJicX6LwhoAOyVlT { width:6.875rem;height:8.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUseWqdFhJad9nQVc0TQmtJhmhdrtpC { width:15.625rem;height:2.625rem;top:13.05078125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAnMxr7yReX4ZvUCb83UkuJhzLcK5u71 { width:15.75rem;height:2.27430625rem;top:13.2265625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLGT2MIau0BSsquGR5GD0xdFhkLEeNZ { height:8.5625rem;width:16.1875rem;top:16.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2svlbwwVLNGGmDSUsWhTQPcQ5zT7vZT { width:16.25rem;height:10.6875rem;top:15.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQXqbCrKAQSmzTFeeHPW9H3VfzJTHsxd { width:20rem;height:10.23436875rem;top:29.062494277954rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 { display:block; }#NqfxRLVAQnr4hHVpVGqGRIaGcsFCXKs3 > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8PJo3zE1uiTe5aJWh5CfABhgi5a8sUL { width:12.375rem;height:5.36198125rem;top:5.1968746185303rem;left:2.7500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vop9LVNZnRLXcB1hPtTrH0CX8llQ70KU { width:19.875rem;height:50rem;top:13.5625rem;left:0.125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ee6sTtnnHeU8lkPb9eIsTUpyxcCyA4D8 { width:6.875rem;height:8.75rem;top:3.5484371185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRBGqgRMmzJy6shN21XityuDqCRxwqPX { width:19rem;height:3.375rem;top:65.27343940735rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRvHpn49epQzhymwKtqVHVH4Tu8qmKN { display:block; }
 }@media only screen and (max-width: 763px) { #bQUOH7wiTLtqx1DbRNaZbgGgTkUr1lIo { width:14.4375rem;height:0;top:63.2109375rem;left:2.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIavo9w3clIhv2yI9z8MMayGX5EwbiFz { width:16.9375rem;height:46.62333125rem;top:14.710069656372rem;left:1.5312501192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce { display:block; }#oJqxTAoHc0CO6OTpgMe3GqhDtr3cC6Ce > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhwcDrKMf4NCmmcUmURlvzddVEI7DTXb { width:2.5rem;height:3.375rem;top:10.375rem;left:0.5rem;background-color:#f7be78;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uPgHX7WdTiVPz0ylfaftDccr1TXRKwOx { display:flex;width:2.1875rem;height:2.1875rem;top:11rem;left:1.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #RSiVQoKEJ5fBCCRp4MkiB0gJ9L022zty { width:15.875rem;height:0;top:23.083332538605rem;left:3.3741319775581rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiMUAqJSciAfPoZfxaDuB06tPOt50v8B { width:2.5rem;height:3.375rem;top:18.3125rem;left:0.5rem;background-color:#f7be78;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W61yIrCgALUEAsWkd0sWAhW3bzm7BCWu { width:9.75rem;height:2.9236125rem;top:18.5625rem;left:4.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G69CtssE3MRFO8GVZ9FxKuHmZe4ktJ4X { width:15.3125rem;height:4.5486125rem;top:22.5625rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gzV5s2KXpNoCfQh7u6gceNGUPShAIqPk { width:15.375rem;height:2.27430625rem;top:14.5rem;left:4.625rem;font-size:0.875rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k77r5LfkWp5Dn3O0cInU2EMXoy6Tclgx { display:flex;width:2.1875rem;height:2.1875rem;top:18.9375rem;left:1.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #R4WIUCILHEH8geca83pABg7pqQOel08P { width:12.625rem;height:3.57465rem;top:2.75rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNnmwVC3z2rdmsN392rUQG6oZFrdVflC { width:12.375rem;height:2.9236125rem;top:10.625rem;left:4.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQs7ZgWahhSbfPPt8vVUT5LVAsPevztI { width:6.875rem;height:8.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxvW8Xen7LyPKMV8eOd5uCyOcaA3TRag { width:15rem;height:auto;top:14.9375rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn { display:block; }#Rx0BHNbBOBNvXJPVTEeasZTmkm1nxTmn > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPnI4nvrPvcpLOgv41ilOma0XUrto0S3 { width:2.5rem;height:3.375rem;top:1.375rem;left:0.5625rem;background-color:#f7be78;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XSMtdhyOkP9i3zFhqLP7gn1Tc0dkBInn { width:2.5rem;height:3.375rem;top:13.8125rem;left:0.25rem;background-color:#f7be78;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IIwXRXKmqSz3ePlglzwREv5s4BpwlBhI { width:15.1875rem;height:2.9236125rem;top:14.0625rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvwy5OduI38ENkvn9MLOMZSPv3tbTrca { display:flex;width:2.1875rem;height:2.1875rem;top:14.5625rem;left:1.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #RN7SBl61p7DK0yzpybAkTG7SAUC50JBC { width:14.1875rem;height:5.6857625rem;top:17.936631202698rem;left:4.8125001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b19F0mBLpMnBnyz9becTEeusMUPRB6WG { width:20rem;height:30.059880239521rem;top:25.218759536743rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvAVMvc3TgEftCZD4ByaiNXE7uD5M5Rq { width:14.4375rem;height:5.6857625rem;top:6.4375rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwRzIfHSXeN5pRICF6G3MtcwMD0A2wdI { display:flex;width:2.1875rem;height:2.1875rem;top:1.9375rem;left:1.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #uCG2nKs5QZqb11LeqRpM4mlrSAWacuNm { width:9.8125rem;height:4.38541875rem;top:1.625rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrAVhsTxm8cLsEB0JkFfOztnbLewDemT { display:none; }#OrAVhsTxm8cLsEB0JkFfOztnbLewDemT > .row .container { width:20rem;height:30.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tAEWSPfebC7c2PJlebxWUEJH31gQtteo { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 { display:block; }#vRb5MTC8h1trTUbWy2Jn2h1VVppGCRr9 > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHN6020B7os27f1eoAUuShoDaVSCGxtX { width:14.375rem;height:3.57465rem;top:1.5625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETXNrA12kh4lTF0IdDVs2ewLxZoNrJs { width:6.875rem;height:8.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtxHsVHTcdN3B4FhX4QTtJyIotxUaNa { width:16.75rem;height:5.6857625rem;top:23.625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhWJXphtkcniboJZiea5mdWax0FJm0n { display:flex;width:2.5rem;height:2.5rem;top:24.0625rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DoPqByk8dX00yPmMev6zAygx2uX8AD58 { width:16.75rem;height:6.8229125rem;top:31rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkAOGIappm8RW1Dbyk2PFUJc49UZViEp { display:flex;width:2.5rem;height:2.5rem;top:31rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DIs6X7WgsgzmUaJcgN36OqFR6wutM6QX { width:16.75rem;height:4.5486125rem;top:39.25rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNDob6046mbpbApZZTyWP3qTmn1BILO8 { display:flex;width:2.5rem;height:2.5rem;top:45.625rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uePUBRTlbm5gJpvT0TJaNkEnG8iuEW8F { display:flex;width:2.5rem;height:2.5rem;top:39.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Lw66ytTW3mWVSxUKWVvLZHv5F6JWgCtg { width:16.75rem;height:5.6857625rem;top:45.625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6z87avun8wunzuq76AU1eCNWQ1Ur1nu { width:20rem;height:11.37155rem;top:10.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qh32VZu9mavQhz7IiPCzgff56zThgzB4 { width:16.5625rem;height:6.82291875rem;top:52.875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5D0o1vn0eQrhUF1KCVgURbKuxAOcptL { display:flex;width:2.5rem;height:2.5rem;top:52.875rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cBFkIqGUGwl6CfxQDBh6asb3ihb4gv6S { width:20rem;height:14.783rem;top:73.058158874513rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzl45aEu1TTEFJVsS4h22UORXVQHu8h2 { width:20rem;height:9.7908125rem;top:61.59201335907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde { display:block; }#VGPfenPRX6y4yxxNfvLKpwuH2KpFdgde > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pToqeh0QObCUv3h44d1W6EF0POxrRhUP { width:20rem;height:15.92013125rem;top:27.9375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CMGuw8MnxxmyTLaRaDxAXVP1Mw3R5hvn { width:14.125rem;height:13.25rem;top:10.986986160278rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #aUUXW3Knvv8v8JJaslvZ4F10w9NIdGSE { width:11.6875rem;height:17.5625rem;top:4rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqtTQBCkFrXpQWMvQ8vTlgIfcxvIQDyt { width:8.375rem;height:9rem;top:2.2907981872559rem;left:10.745601216196rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IOPqftfEX3sAK4rBZ6mxTAyRfTra5Z2b { width:6.4375rem;height:5.36198125rem;top:4.6857640743256rem;left:11.713542103767rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyD1pdAr1AsVtqdn776NV2UihqmCN8Xa { width:15.375rem;height:1.29948125rem;top:26rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQvULbB9gJrMSH8di8V8JTDtNer5ypoi { width:18.8125rem;height:12.5rem;top:47.5rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LRmSRfElz85tq2xgZ6z0SoTSZSd5sDKV { width:20rem;height:16.3125rem;top:45.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA4zMyU8XmJdapSx5beLUktkoFqFGdbN { width:19.875rem;height:1.29948125rem;top:63.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4wyTMZGH6hEwvBne1acI0duS4wpTBfZ { width:20rem;height:19.3315875rem;top:64.4375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 { display:block; }#gT1fvIxF1KUQIeig6dxJW6UJkiBPTwg0 > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4xyRHVOZspDqZvneSqODM92wbz3TMIL { width:12.625rem;height:2.1875rem;top:18.96875rem;left:3.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcDnbNf8ypxrUX08lQaoO6HtfJt6hH8 { display:block; }
 }@media only screen and (max-width: 763px) { #NF6BxBkfQeIgzd69NPTsfNTAl5apAkNh { width:12.625rem;height:2.375rem;top:37.555595397949rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvlaxf0TgpqsdrAmRT1JiCIhAs3NZPTT { display:block; }
 }@media only screen and (max-width: 763px) { #BLzMmATLF0CLdBnVXsTzGRviF2nD8HyU { width:19.9375rem;height:40.3125rem;top:0.43836784362793rem;left:0.093750119209287rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rd16vOfb77crpplGXFqw7FmAwp1bhNyS { width:20rem;height:15.9375rem;top:42.124942779541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sh1VmOciDkBzua3GpIGk57MEVTK2sxgG { display:block; }#sh1VmOciDkBzua3GpIGk57MEVTK2sxgG > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iow8UepZLfq3QWNvFRvM537rM1S6I6c0 { display:flex;width:6rem;height:6rem;top:7.5625004768369rem;left:7.0000001192094rem; }
 }@media only screen and (max-width: 763px) { #e5T8dIBnEnuuLM5S1E5Jfb8HrANkhod0 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrQFAlhZq28NsPu5nD0T7HqNe0U7Avx { width:20rem;height:2.5989625rem;top:2.525173664093rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xe3beVEOGBXd5pK57xTpucKwp8xezDy0 { display:none; }#xe3beVEOGBXd5pK57xTpucKwp8xezDy0 > .row .container { width:20rem;height:80.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NoyyEzFTIHQD1Pmwe8AzCi8lLNhiQSrK { width:20rem;height:1.7875rem;top:3.6929688453674rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yS0TgtBuqOwTXz4kJcTRTcaMc9iwNCPJ { width:15.875rem;height:19.8125rem;top:8.8601565361025rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9T3dX1VzvwyGFXZDmsiLR4A91A1Mn8 { width:7.375rem;height:1.925rem;top:11.061718463898rem;left:6.3124998807906rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2KGKeEzyJntG2rU3Ac3HBkS5PnAzJR { width:8.6875rem;height:2.925rem;top:14.755468845367rem;left:5.6562498807907rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9Kd49laqVXsl4DzRTPLQB7hIutk496Z { width:11.3125rem;height:2.44965rem;top:43.398439407349rem;left:4.3437498807907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#J9Kd49laqVXsl4DzRTPLQB7hIutk496Z li:before{  }
 }@media only screen and (max-width: 763px) { #UeiSre0LTGaWHKOBxL6P59MZDGzZveN8 { width:8.6875rem;height:2.6rem;top:38.523438453674rem;left:5.6562498807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azXpc8yuTWAgDdsuhCnCEhTbreiIZpHX { width:15.875rem;height:21.8125rem;top:32.085939407349rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB5yx3R3gRumMUzTEqTX8xCdEWDBp2MD { width:8.875rem;height:1.925rem;top:35.023439407349rem;left:5.5624998807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 { width:11.6875rem;height:2.44965rem;top:19.435938835144rem;left:4.1562498807907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#fsFuH7za7KeWqzPGI7feNwvnMIvHqq78 li:before{  }
 }@media only screen and (max-width: 763px) { #BlGLIwxHDSLOABDks5aBD2c1XZp1wigS { width:16.6875rem;height:3.67448125rem;top:55.197937011719rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ { width:18.1875rem;height:1.224825rem;top:69.971380761719rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#wrVmV4GdyFMr7EvOUXueo4SEkbe2NViZ li:before{  }
 }@media only screen and (max-width: 763px) { #JCr8vH7PihStFUzvdLTrIKPMz2HPnTVv { width:16.6875rem;height:3.67448125rem;top:60.122418261719rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVmuKaez795iiNhurA1ITQPzyVZNrrnT { width:16.6875rem;height:3.67448125rem;top:65.046899511719rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 { display:block; }#bCxtTS41xCSsOFsbevVWGgfcVTZXZVK5 > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du { display:none; }#ik3AGgyBLnSp4cv5Rp8L96LH5ehGL6du > .row .container { width:20rem;height:62.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FITqQWWp0i7QSKvDkgaHmH1olaf6eV83 { width:20rem;height:3.4121125rem;top:0.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK0fp5XQfkkyZ3nOlXaNanHR0bMsEdos { width:9.375rem;height:2.45rem;top:9.1312500480563rem;left:8.8125003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReCZDzbKhChiMODVVs5ytNb4JwNxO7bo { width:19.8125rem;height:23.5rem;top:6.0750045776367rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL0UAmCvaohT0TbkkvEAPEMm5sDBPkUf { width:17.6875rem;height:12.2460625rem;top:15.012500191108rem;left:1.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QevdBdyz6vo6CbnnIPN6HH5lFFpLEicR { width:19.75rem;height:27.6875rem;top:32.76171875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uWTPtImBNSM3AGVuWlEmEPHo5FInD1 { width:10.875rem;height:2.44921875rem;top:36.9375rem;left:2.6250001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcFqUolrqkX4CtGhLZPXg0wZelL1RRGK { width:17.375rem;height:14.6952875rem;top:43.3125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #szzzRbgkTc2pkEnaS5POAmKLPv8pPAJ2 { width:7.875rem;height:7.9375rem;top:6.94921875rem;left:0.75476694915256rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PhwOTqxBx1pVkcJhlTTihXpV5pgBlIM9 { width:7.8125rem;height:7.8125rem;top:33.57421875rem;left:10.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA { display:none; }#HtbUFJlBh68a7To0Jy9Ay3zaD4yfcDuA > .row .container { width:20rem;height:28.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PtTHhVSc2yPqy8fnMJFqP0D9WJqbCcbm { width:10.25rem;height:2.44921875rem;top:4.3125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIR9RHknHdpT0HP4gyItt51qAKtsz3JA { width:19.8125rem;height:27rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E55LWIrPWMCyAI5BzE62ub7fSqT6NePh { width:17.6875rem;height:14.77734375rem;top:10.44921875rem;left:1.15625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k8Fv62ZK1Jvu3UtTr23doUSNZl4GA3vp { width:7.875rem;height:8rem;top:1.6875rem;left:0.45101351351351rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU { display:block; }#F294B52nZ4LfLZ9EZ8mAvnkWGFWFa8QU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0T1N14GWKpopZtPcAeM4vIMDrcK8Xal { width:18.75rem;height:1.5625rem;top:3.125rem;left:0.62413197755814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLc3xTkIfOyHhcNd7Fdt3RoWlG6LbOmz { width:9.375rem;height:0.1875rem;top:5.5000810623169rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFqETpUTltwFzVtu1kPcOyG8FzrXI3De { display:block; }#hFqETpUTltwFzVtu1kPcOyG8FzrXI3De > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srnKSbuaXAfzlraAbbXDgVrDnlDxbHRz { width:17.5rem;height:8.2864375rem;top:1.5rem;left:2.4991319775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqt2yWTN4yCTThrQeZgl9a0XotMIFbc4 { width:17.125rem;height:15.1918125rem;top:24rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA6PbZt4KdbyfmhAVwPU6szzi41UnIXl { width:17.5rem;height:12.4297125rem;top:39.9375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPvawxuIIurhS8Eopi1QoFyCBBeHMzwS { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqBzplSTnQL28pNF7PHzmzLZtQKtsmxu { width:1.875rem;height:1.875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9TWzvgB9egOFSvwmgyTVX1RSCl17Zef { width:1.875rem;height:1.875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7giZu7SfFnDSD6KaHy6ABMtTutD7uk { width:17rem;height:11.048625rem;top:12.1875rem;left:2.4357639551163rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR4SXi9RCz4haPLrCm13nfegBi2qb4CH { width:1.875rem;height:1.875rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhw2MXMTrUPKa7qSxVPmqJd5V7rLioM5 { width:16.0625rem;height:9.6675625rem;top:53.625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUXUBZCJnElLdeJ1zRB6xPKpAhmKmACc { width:1.875rem;height:1.875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHbhH4afJ5upI9932NVolNOR7VNeEL6E { width:1.875rem;height:1.875rem;top:64.542533874513rem;left:0.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGBQo6HyAgf1iSeUqbS3SLN1lUqpUyS3 { width:15.8125rem;height:9.6675625rem;top:64.5425625rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmr97JkSTo7XCH37wWPStLS9wMHw5OuM { display:block; }#cmr97JkSTo7XCH37wWPStLS9wMHw5OuM > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTR5zyhU4hAStOaXGIo3HGJDEillJoPH { width:15.3125rem;height:2.875rem;top:17rem;left:2.3437501192093rem;font-size:1rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TShGMxI1Z6p2WrPSeMoHJRrbv8lp5vc4 { display:block; }
 }@media only screen and (max-width: 763px) { #GJJB4QvBO92IFxbuumf4XbPoo11SgKMU { width:20rem;height:21.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REgl8fF3RdQ5CdEFBZlp5s3xtESlZ7Fl { width:18.1875rem;height:12.508675rem;top:3.6848957538605rem;left:0.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ { display:none; }#TmZkSN0hlRBNg3t0HwCFZxoyXZ6DvFrJ > .row .container { width:20rem;height:25.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTTkQmOWK6m5db3TanhPbPM7RtekZOOw { width:13rem;height:19.125rem;top:28.936632156372rem;left:1.6562500596046rem;overflow:hidden;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ytIiBtmRcTbTUJs4DfZNXFIiKQ3Ptrr4 { width:16.8125rem;height:19.1875rem;top:6.5625rem;left:1.59375rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG { display:block; }#cTuNs0uZHUiQMOsMLPsugkZ8g52QoFBG > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEtc9hpRBCZ7WRHhyH1LXnJJquR2O1aa { width:20rem;height:1.13715rem;top:1rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }