.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#232936;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:url("https://images.assets-landingi.com/ulRTEzeA/border_top.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.adaptive-delivery-prevent-bg, #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.lazyload, #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT.lazyloading { background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { background-color: transparent; background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { border-width: 0; border-radius: 0; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.5rem;top:1.5625rem;left:1rem;overflow:hidden;display:block; }
#ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { 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:3.1875rem;width:8.9375rem;top:1.03125rem;left:12.09375rem;overflow:hidden;display:block; }
#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d81523bb-5232-464e-a1f1-d1a820977b62/MaskGroup33.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.adaptive-delivery-prevent-bg, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyload, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyloading { background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,41,54,0.35); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,41,54,0.35); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { border-width: 0; border-radius: 0; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#wotpFplSmgIzEMTsPb1XHqZsOTT2oICT { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"red hat display";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.83229160308838rem;left:0rem;height:5.0375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { color:#ffffff;display:block;width:37rem;position:absolute;font-family:"red hat display";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6760416030881rem;left:0rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { background-color:#ce07aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.25rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.862499237061rem;left:3.03125rem;display:block; }
#lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.988540649414rem;left:0rem;height:10.375rem;font-style:normal;overflow:hidden;display:block; }#xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6c110d3d-0160-497b-ba4a-7574d225efe2/EVpunktorprzedszkole.png); }
#iOaWis4tTGoCVTib0mrHtvG5kVkv4Eig { 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:10.375rem;width:10.375rem;top:15.487501144409rem;left:52.750000953674rem;overflow:hidden;display:block; }
#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { background-color: transparent; background-image: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container > .video-iframe-container { display: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container { display: none; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .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); }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { border-width: 0; border-radius: 0; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#JFu2RBa60eeEGET2UEpLVPFSukJnafeK { color:#232936;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.34375rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { background-color: transparent; background-image: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container > .video-iframe-container { display: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container { display: none; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .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); }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { border-width: 0; border-radius: 0; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.125rem;left:10.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:#232936;background-image:none;top:25.25rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:11.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.125rem;left:29.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { color:#232936;display:block;width:15.125rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15006;background-color:#ce07aa;background-image:none;top:25.375rem;left:29.09375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.125rem;left:47.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { color:#232936;display:block;width:15.1875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:48.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15010;background-color:#232936;background-image:none;top:25.25rem;left:47.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#duQzlctgyQp9DsNK6nSff4TOUeCWpfko { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:11.375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:30.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.875rem;left:48.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { 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:15015;opacity:1;top:9.1875rem;left:17.5rem; }
#LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { 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:15016;opacity:1;top:9.1875rem;left:54.9375rem; }
#hc6lL9InAoEOwFnV4FTlpl1zy9ssXeu9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.96875rem;left:36.09375rem; }
#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { background-color: transparent; background-image: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container > .video-iframe-container { display: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container { display: none; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .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); }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { border-width: 0; border-radius: 0; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.125rem;left:10.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.125rem;left:29.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15006;background-color:#232936;background-image:none;top:25.25rem;left:29.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#VvisemOzMUHlL8E21mMGCDr0A8euvblO { box-sizing:content-box;height:25.5rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.125rem;left:47.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15010;background-color:#ce07aa;background-image:none;top:25.375rem;left:47.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#zk86pDwXJTCM6nOA170VdnShiJfLfeyi { color:#232936;display:block;width:15.1875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:30.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:48.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7O7fgVqLWZscguR3vaIq4AekwASc0MH { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { color:#232936;display:block;width:15.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Twim6kI28DyfQbssmVQl7l7cZUEURTxe { color:#232936;display:block;width:16.875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:10.6875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { 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:15017;opacity:1;top:9.6875rem;left:54.9375rem; }
#Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { box-sizing:content-box;height:3.4375rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:#ce07aa;background-image:none;top:25.375rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(217,217,217,0.5) ;display:block; }
#D2PtwI7KgU2pE9GBENaruK4x6B6kPEpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9rem;left:16.84375rem; }
#XA8yxc1dC0fdPVMPlnEc0cQ6vTWGOGuR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.28125rem;left:35.90625rem; }
#aDexwT62mTAqeQE5rLv90gJHuGntXUVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { background-color: transparent; background-image: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container > .video-iframe-container { display: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container { display: none; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .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); }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { border-width: 0; border-radius: 0; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:8.125rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:8.125rem;height:20.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
#TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { box-sizing:content-box;height:0.125rem;width:58.625rem;position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;top:22.1875rem;left:8.1875rem;display:block; }
#eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { box-sizing:content-box;height:0.125rem;width:58.625rem;position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;top:46.3125rem;left:8.1875rem;display:block; }
#tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { background-color:#ce07aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.3125rem;left:22.125rem;display:block; }
#z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { background-color: transparent; background-image: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container > .video-iframe-container { display: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container { display: none; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .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); }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { border-width: 0; border-radius: 0; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { color:#232936;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.03125rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { background-color: transparent; background-image: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container > .video-iframe-container { display: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container { display: none; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .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); }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { border-width: 0; border-radius: 0; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { font-size:0.875rem;font-family:arial;height:90.6875rem;width:75rem;position:relative;display:block; }#wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { box-sizing:content-box;height:88.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:1.6875rem;left:0rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { color:#e80333;display:block;width:36.5625rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.40625rem;height:1.625rem;font-style:normal;display:block; }
#KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { color:#232936;display:block;width:35.375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:2.40625rem;height:45.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OzJqAORGQOJGApHcDiDdyUxZCQ3qzokB { color:#232936;display:block;width:35.25rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:53.1875rem;left:37.036457061767rem;height:35.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fk6VC9fJ1u374C1cWhkBHsHTUyW6m9I1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:44.75rem;width:29.8125rem;top:4.71875rem;left:42.536457061767rem;overflow:hidden;display:block; }
#OeeT8z7BAaC8k0CIWWLT4nR4kmWouOFm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:34.5rem;width:22.9375rem;top:53.1875rem;left:2.40625rem;overflow:hidden;display:block; }
#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { background-color: transparent; background-image: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container > .video-iframe-container { display: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container { display: none; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .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); }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { border-width: 0; border-radius: 0; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { background-color:#ce07aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:22.125rem;display:block; }
#QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { background-color: transparent; background-image: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container > .video-iframe-container { display: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container { display: none; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .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); }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { border-width: 0; border-radius: 0; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.73828125rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeOztaA8zQINyty3Rymn0AQO1VJkAqho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { background-color: transparent; background-image: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container > .video-iframe-container { display: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container { display: none; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .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); }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { border-width: 0; border-radius: 0; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { 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:8.625rem;width:8.625rem;top:1.5rem;left:5.0625rem;overflow:hidden;display:block; }
#STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { color:#232936;display:block;width:14.125rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEka60fvnDmECF0z48U2OeXTbbpNDG0z { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:21.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.625rem;top:1.5rem;left:23.8125rem;overflow:hidden;display:block; }
#GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:1.5rem;left:42.5625rem;overflow:hidden;display:block; }
#HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { color:#232936;display:block;width:13.875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:39.9375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.625rem;left:40.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:1.875rem;left:61.3125rem;overflow:hidden;display:block; }
#xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { color:#232936;display:block;width:13.875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:58.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { color:#232936;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:59.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232936;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; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { background-color: transparent; background-image: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container > .video-iframe-container { display: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container { display: none; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .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); }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { border-width: 0; border-radius: 0; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.15625rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;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; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container { background-color: transparent; background-image: none; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container > .video-iframe-container { display: none; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row > .video-iframe-container { display: none; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .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); }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container { border-width: 0; border-radius: 0; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#s531bv2ihPvOX0tQZCEA25vpmLsHb650 { box-sizing:content-box;height:45.5rem;width:36.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.0625rem;left:19.40625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0.1875rem 0.375rem #d9d9d9 ;display:block; }
#htwRg5ky6GyE7h8P12V12Qsp1V7JNiw2 { box-sizing:content-box;height:6.25rem;width:36.1875rem;position:absolute;display:block;z-index:15003;background-color:#ce07aa;background-image:none;top:1.625rem;left:19.40625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#g7I8dEgU85bVZR1kieToi3Pg8or1BWDE { color:#232936;display:block;width:20.625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:27.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KW1PJnq96FBMUxMF5STwmCCgQnfKTGQT { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.53125rem;left:20.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThtpOLAJg52hVmKEmbd8pycGU0w9CVOW { position:absolute;display:block;z-index:15007;height:17.4375rem;width:31.25rem;top:12.6875rem;left:21.875rem;display:block; }
#bds9ZiwCotTloera4yXTfhDwAOeFPxeP { color:#232936;display:block;width:33.1875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.5rem;left:20.90625rem;height:;display:block; }#bds9ZiwCotTloera4yXTfhDwAOeFPxeP li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bds9ZiwCotTloera4yXTfhDwAOeFPxeP li:before{  }
#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { background-color: transparent; background-image: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container > .video-iframe-container { display: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container { display: none; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .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); }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { border-width: 0; border-radius: 0; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { background-color:#ce07aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:22.125rem;display:block; }
#NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9aa682aa-fcb5-456b-9c61-d55d82d87e46/MaskGroup32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.adaptive-delivery-prevent-bg, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyload, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyloading { background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { background-color: transparent; background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .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); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { border-width: 0; border-radius: 0; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { 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:26.1875rem;width:20.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.40625rem;height:4.875rem;font-style:normal;display:block; }
#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:22.40625rem;height:10.9375rem;font-style:normal;overflow:hidden;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_276911ad74c41c88a5c559540a953d6c2ca7579d.svg); }
#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;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; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { background-color: transparent; background-image: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .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); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { border-width: 0; border-radius: 0; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { box-sizing:content-box;height:53.125rem;width:47.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.625rem;left:0rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { box-sizing:content-box;height:53.125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2rem;left:51.125rem;border-top:0.0625rem solid #232936;border-left:0.0625rem solid #232936;border-right:0.0625rem solid #232936;border-bottom:0.0625rem solid #232936;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TckcvtRf1qV6hireE1GU3MR0usWfymBd { position:absolute;z-index:15003;top:9.064453125rem;left:2.9375rem;width:41.75rem;height:44.3125rem;display:block; }
#HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { color:#232936;display:block;width:37.125rem;position:absolute;font-family:"red hat display";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3583335876465rem;left:8.375rem;height:3.7375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3583335876465rem;left:52.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PN0kdTzftpx86HJWmtDJupo54wkR91JK { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:52.15625rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { color:#2ee3a9;display:block;width:2.9375rem;position:absolute;font-family:"red hat display";font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1947917938231rem;left:58.84375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { color:#232936;display:block;width:6.5625rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0645828247069rem;left:61.3125rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { color:#232936;display:block;width:21.8125rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.2802734375rem;left:52.15625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { color:#232936;display:block;width:9.6875rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.467708587646rem;left:53.09375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { box-sizing:content-box;height:32.6875rem;width:21.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(35,41,54,0.05);background-image:none;top:15.780212402344rem;left:52.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { color:#232936;display:block;width:19.9375rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.355209350586rem;left:53.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f6fae2472066fd7973f82919774b3bc3c9e7ef8.svg); }
#ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { color:#bfbfbf;display:block;width:18.75rem;position:absolute;font-family:"red hat display";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:49.539581298828rem;left:55.28125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.7265625rem;left:2.5rem;overflow:hidden;display:block; }
#xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:49.539581298828rem;left:53.5625rem;overflow:hidden;display:block; }
#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242935;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; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { border-width: 0; border-radius: 0; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { 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:2.0625rem;width:8.75rem;top:3.8125rem;left:64.59375rem;overflow:hidden;display:block; }
#yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"red hat display";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.138671875rem;left:0.8125rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#OkeAx7ZblMJreunteM8X2qUr2mqcySTd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:53.6875rem;overflow:hidden;display:block; }
#goT43xyykx7qtEcLfaQTbGSlBmaEueCE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:56.5625rem;overflow:hidden;display:block; }
#h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:59.375rem;overflow:hidden;display:block; }
#E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:3.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.25rem;left:32.4375rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"red hat display";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.5rem;left:32.4375rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.099609375rem;left:42.8125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"red hat display";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.4873046875rem;left:0.8125rem;height:4.55rem;text-align:left;text-align-last:left;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;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; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:13.75rem;height:2.4375rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { width:8.9375rem;height:3.375rem;top:0.875rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d81523bb-5232-464e-a1f1-d1a820977b62/MaskGroup33.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.adaptive-delivery-prevent-bg, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyload, #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS.lazyloading { background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232936; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232936; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wotpFplSmgIzEMTsPb1XHqZsOTT2oICT { width:25.8125rem;height:6.09375rem;top:1.015625rem;left:11.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { width:45.625rem;height:1.625rem;top:8.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { width:26.4375rem;height:4.0625rem;top:25.6875rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block; }
 }@media only screen and (max-width: 1199px) { #xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 { width:43.875rem;height:10.375rem;top:12.8125rem;left:1.25rem;font-size:1.25rem;display:block; }#xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6c110d3d-0160-497b-ba4a-7574d225efe2/EVpunktorprzedszkole.png); }
 }@media only screen and (max-width: 1199px) { #iOaWis4tTGoCVTib0mrHtvG5kVkv4Eig { width:10.375rem;height:10.375rem;top:10rem;left:33.237499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { display:block; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JFu2RBa60eeEGET2UEpLVPFSukJnafeK { width:39.1875rem;height:1.86875rem;top:2.0343742370606rem;left:4.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { display:block; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { width:11.625rem;height:22.5625rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { width:11.75rem;height:4.3125rem;top:20rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { width:10.8125rem;height:2.6rem;top:2.3125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { width:11.625rem;height:22.5625rem;top:1.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { width:10.5625rem;height:2.6rem;top:2.3125rem;left:18.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { width:11.625rem;height:4.375rem;top:19.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { width:11.625rem;height:22.5625rem;top:1.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { width:10.8125rem;height:3.9rem;top:2.3125rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { width:11.75rem;height:4.4375rem;top:19.875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duQzlctgyQp9DsNK6nSff4TOUeCWpfko { width:10.8125rem;height:9.1rem;top:10.27499961853rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { width:10.8125rem;height:9.1rem;top:10.27499961853rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { width:10.8125rem;height:9.1rem;top:10.27499961853rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { width:3.125rem;height:3.125rem;top:5.8500003814697rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { width:3.125rem;height:3.125rem;top:5.8500003814697rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hc6lL9InAoEOwFnV4FTlpl1zy9ssXeu9 { width:3.5625rem;height:3.5625rem;top:5.6312503814697rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { display:block; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { width:11.625rem;height:22.5625rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { width:11.625rem;height:22.5625rem;top:1.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { width:11.625rem;height:4.375rem;top:19.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvisemOzMUHlL8E21mMGCDr0A8euvblO { width:11.625rem;height:22.5625rem;top:1.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { width:11.625rem;height:4.375rem;top:19.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zk86pDwXJTCM6nOA170VdnShiJfLfeyi { width:10.8125rem;height:3.9rem;top:2.3125rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { width:10.8125rem;height:9.1rem;top:10.887500762939rem;left:18.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { width:10.8125rem;height:2.6rem;top:2.3125rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7O7fgVqLWZscguR3vaIq4AekwASc0MH { width:10.8125rem;height:6.5rem;top:10.89999961853rem;left:30.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { width:10.8125rem;height:2.6rem;top:2.3125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Twim6kI28DyfQbssmVQl7l7cZUEURTxe { width:10.75rem;height:9.1rem;top:10.962501525879rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { width:3.125rem;height:3.125rem;top:6.2125015258789rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { width:11.6875rem;height:4.3125rem;top:20rem;left:5.96875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #D2PtwI7KgU2pE9GBENaruK4x6B6kPEpD { width:4.5625rem;height:4.5625rem;top:5.4937515258789rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XA8yxc1dC0fdPVMPlnEc0cQ6vTWGOGuR { width:3.9375rem;height:3.9375rem;top:6.2125015258789rem;left:22.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDexwT62mTAqeQE5rLv90gJHuGntXUVo { display:block; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { width:47.75rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { width:47.75rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { width:47.75rem;height:10.725rem;top:9.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { width:47.75rem;height:18.5875rem;top:23.664581298828rem;left:0rem;font-size:1.125rem;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
 }@media only screen and (max-width: 1199px) { #TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { width:47.75rem;height:0.125rem;top:21.789583206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { width:47.75rem;height:0.125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { width:30.75rem;height:4.0625rem;top:46.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block; }
 }@media only screen and (max-width: 1199px) { #LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { display:block; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { width:33.0625rem;height:3.7375rem;top:1.6000003814698rem;left:7.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { display:block; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { width:47.75rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { width:47.625rem;height:89.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { width:28.125rem;height:1.4625rem;top:5.1875rem;left:1.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { width:27.0625rem;height:45.3375rem;top:3.15625rem;left:1.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzJqAORGQOJGApHcDiDdyUxZCQ3qzokB { width:26.875rem;height:36.5625rem;top:51.875rem;left:20.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fk6VC9fJ1u374C1cWhkBHsHTUyW6m9I1 { width:18.0625rem;height:27.125rem;top:3.15625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeeT8z7BAaC8k0CIWWLT4nR4kmWouOFm { width:16.0625rem;height:24.1875rem;top:51.875rem;left:1.6812496185302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { display:block; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { width:30.75rem;height:4.0625rem;top:1.53125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block; }
 }@media only screen and (max-width: 1199px) { #UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { display:block; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { width:47.75rem;height:1.86875rem;top:2.0031242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeOztaA8zQINyty3Rymn0AQO1VJkAqho { display:block; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { width:47.75rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { width:8.625rem;height:8.625rem;top:1.5rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { width:11.25rem;height:1.29980625rem;top:11.8125rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { width:11.375rem;height:7.8rem;top:13.9375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEka60fvnDmECF0z48U2OeXTbbpNDG0z { width:11.375rem;height:3.9rem;top:13.9375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { width:11.25rem;height:1.29980625rem;top:11.8125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { width:8.625rem;height:8.75rem;top:1.5rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { width:8.625rem;height:8.625rem;top:1.5rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { width:11.6875rem;height:1.3rem;top:11.625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { width:11.375rem;height:3.9rem;top:14.48828125rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { width:8.625rem;height:8.625rem;top:1.875rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { width:11.25rem;height:1.3rem;top:11.8125rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { width:11.375rem;height:3.9rem;top:14.5869140625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { display:block; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { width:47.75rem;height:3.7375rem;top:1.15625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5Dd3IGMRep88lBxwFTrhADPezBCBdqT { display:block; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s531bv2ihPvOX0tQZCEA25vpmLsHb650 { width:23.75rem;height:39.5625rem;top:8.03125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htwRg5ky6GyE7h8P12V12Qsp1V7JNiw2 { width:23.875rem;height:6.25rem;top:2.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7I8dEgU85bVZR1kieToi3Pg8or1BWDE { width:20.625rem;height:1.3rem;top:9.5625rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KW1PJnq96FBMUxMF5STwmCCgQnfKTGQT { width:22.3125rem;height:1.86875rem;top:4.8156251907349rem;left:12.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThtpOLAJg52hVmKEmbd8pycGU0w9CVOW { width:17.25rem;height:9.5rem;top:12.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bds9ZiwCotTloera4yXTfhDwAOeFPxeP { width:22.0625rem;height:21.5875rem;top:23.942707061767rem;left:12.84375rem;font-size:1rem;display:block; }#bds9ZiwCotTloera4yXTfhDwAOeFPxeP li:before{  }
 }@media only screen and (max-width: 1199px) { #bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { display:block; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { width:30.75rem;height:4.0625rem;top:2rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block; }
 }@media only screen and (max-width: 1199px) { #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { width:18.75rem;height:23.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { width:27.1875rem;height:3.7375rem;top:1.5625rem;left:19.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { width:27.75rem;height:14.5125rem;top:7.08749961853rem;left:20rem;font-size:1.125rem;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_276911ad74c41c88a5c559540a953d6c2ca7579d.svg); }
 }@media only screen and (max-width: 1199px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:47.75rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:47.5rem;height:53.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { width:47.625rem;height:45.3125rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:45.875rem;height:42.25rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:36.8125rem;height:3.7375rem;top:3.15625rem;left:6.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { width:47.75rem;height:2.4375rem;top:58.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN0kdTzftpx86HJWmtDJupo54wkR91JK { width:47.75rem;height:2.4375rem;top:61.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { width:37.625rem;height:2.4375rem;top:64.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { width:47.75rem;height:2.4375rem;top:64.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { width:45.4375rem;height:4.875rem;top:68.247917175294rem;left:1.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { width:45.9375rem;height:1.38125rem;top:76.242708206175rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { width:46.5rem;height:25.75rem;top:74.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { width:46.0625rem;height:16.80625rem;top:78.953125rem;left:1.6875rem;font-size:1.0625rem;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f6fae2472066fd7973f82919774b3bc3c9e7ef8.svg); }
 }@media only screen and (max-width: 1199px) { #ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { width:44.25rem;height:2.275rem;top:97.078125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { width:5rem;height:5rem;top:2.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { width:0.875rem;height:0.9375rem;top:97.078125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:12.3125rem;height:3rem;top:2.015625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:12.4375rem;height:3.675rem;top:1.6796875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkeAx7ZblMJreunteM8X2qUr2mqcySTd { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { width:2.3125rem;height:2.3125rem;top:6.8125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:2.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:9.375rem;height:1.225rem;top:2rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:9.375rem;height:1.225rem;top:3.125rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:9.375rem;height:1.225rem;top:2.90234375rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:27.75rem;height:6.125rem;top:5.84375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:12.5rem;height:2.1875rem;top:0.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpq59EPFtf85DxW4bxEbCsHL4cdRcyA { width:8.5625rem;height:3.25rem;top:4.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS { background-color:#232936;background-image:none;display:block; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { background-color: transparent; background-image: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row > .video-iframe-container { display: none; }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .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); }#sT6vu9pFiDCiLhwgxr45ysdVNSZvSbRS > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wotpFplSmgIzEMTsPb1XHqZsOTT2oICT { width:20rem;height:6.09375rem;top:1.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxC3pKUDxcvkzzCTvS2EG05nf2BVro4i { width:20rem;height:3.7375rem;top:9.5239582061769rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJJi4GNQGwyu74qhGIG9mZF8CgP7owJF { width:18.9375rem;height:2.75rem;top:32rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkhddv7iSGPfFE6PTiPvuLhU7vZMC95s { display:block; }
 }@media only screen and (max-width: 763px) { #xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 { width:20rem;height:15.25rem;top:14.65625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#xd198vt2TSLtlDhvXw7TGkmgyemCl7a3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6c110d3d-0160-497b-ba4a-7574d225efe2/EVpunktorprzedszkole.png); }
 }@media only screen and (max-width: 763px) { #iOaWis4tTGoCVTib0mrHtvG5kVkv4Eig { width:10.375rem;height:10.375rem;top:36.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ { display:block; }#pd8zodmGKMn1STTo4hsHnvRrIO8Bd9NQ > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFu2RBa60eeEGET2UEpLVPFSukJnafeK { width:20rem;height:5.60625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW { display:block; }#lUG1FbIShMH2ZkTzoyQPV6J9hPLQPOFW > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1q14WEsRF4MJIOtwk5rRrimuKyd4WiC { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZvEX7CH1dHtO4EGoOpfqlFW2QDcisv { width:20rem;height:3.4375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokfTXP7yaK4gJmtnG7Pz0DHVJBtylQ4 { width:20rem;height:1.4625rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7CX9T6KdUzArOWuCZNcxnCQPaT1kbo { width:20rem;height:20.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak84ghuhU4X9hG4O13Walx2q23FFnZRN { width:20rem;height:1.4625rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHKHorwSb2O3XgK72WJcqEKcorwEQ86G { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpmCQKrpGlAiOC16cqx9XKJyCTQsO28C { width:20rem;height:20.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHemMhNPEn9KF6PF05ZaIErwKPxgFs8 { width:20rem;height:2.925rem;top:48.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3WS7Q7waJWGayEl1NWdvrtoSBTWRJE { width:20rem;height:3.4375rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQzlctgyQp9DsNK6nSff4TOUeCWpfko { width:15.375rem;height:7.3125rem;top:10.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FFp8keB0N9LETh9z8lMtkWDAX3orUc { width:15.375rem;height:7.3125rem;top:33.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngaf51h6dlZIl4UQvGuD0D0FPy5QBiBe { width:15.375rem;height:7.3125rem;top:55.8125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0tA8KGQfhalGL7xiki4xkTbEbZUK79 { display:flex;width:3.125rem;height:3.125rem;top:5.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LOtX6d5VEg9zii38TXHv17T1lnKZV3Wp { display:flex;width:3.125rem;height:3.125rem;top:51.362499237061rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hc6lL9InAoEOwFnV4FTlpl1zy9ssXeu9 { display:flex;width:3.5625rem;height:3.5625rem;top:28.75rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU { display:block; }#u3XfHnSgTbRf6bZPvffHPOq22Q4HceWU > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7KIqg1b17imTAJJnPZpReKFCd0RTcbK { width:20rem;height:22.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQS70F2L5t50ZwOZsCzALHbXDZC6OItl { width:20rem;height:20.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JROuf1ZzoU18OB7qzD1c1Tc3TpqCGBT2 { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvisemOzMUHlL8E21mMGCDr0A8euvblO { width:20rem;height:20.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXBhyNlt3g9QerdxP9FVUMWPA1qvN1Vy { width:20rem;height:3.4375rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk86pDwXJTCM6nOA170VdnShiJfLfeyi { width:15.1875rem;height:4.3875rem;top:25.91250038147rem;left:2.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbGcW4DwDvznztcBq3saFIlNLUgD2hoc { width:16.6875rem;height:7.3125rem;top:34.6875rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB4cvqXeQhREUMSeSDa7D0EaxO4DHce5 { width:15.375rem;height:2.925rem;top:48.262500762939rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7O7fgVqLWZscguR3vaIq4AekwASc0MH { width:16rem;height:5.85rem;top:57.174999237061rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn27UWJvg3zfqswA9vJZss2Am4Cn9eFe { width:15.375rem;height:2.925rem;top:2.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twim6kI28DyfQbssmVQl7l7cZUEURTxe { width:16.3125rem;height:7.3125rem;top:11.47500038147rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnHS5y0XQhPBHL8J5Lzfc4zoTPKaJnD { display:flex;width:3.125rem;height:3.125rem;top:52.300000190735rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Qw4LwclIO5a2n8obdB3kCQGrgdLLDzIa { width:20rem;height:3.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PtwI7KgU2pE9GBENaruK4x6B6kPEpD { display:flex;width:4.5625rem;height:4.5625rem;top:6.1875rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #XA8yxc1dC0fdPVMPlnEc0cQ6vTWGOGuR { display:flex;width:3.9375rem;height:3.9375rem;top:29.75rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #aDexwT62mTAqeQE5rLv90gJHuGntXUVo { display:block; }#aDexwT62mTAqeQE5rLv90gJHuGntXUVo > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td3G5lRrO2EbRZ0BA8CA41eQ464MCAVX { width:20rem;height:9.1rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaZVqpI4lCntzR94RD7PLSbc7IG7JZq { width:20rem;height:14.625rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo { width:20rem;height:39.0625rem;top:31.4375rem;left:0rem;font-size:1.125rem;display:block; }#NRlrIxJLwTK0FmRICqyXx6Vxts97LBTo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e5e9d4ec-811c-4dc9-bac1-af6dfdfaa3f2/check.png); }
 }@media only screen and (max-width: 763px) { #TKe5HvFn2TZxUScLwOd98DpWIShc2nT4 { width:20rem;height:0.125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1x8fmtwiONO1HcI6MzIyNSv4Or3tzX { width:20rem;height:0.125rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVrDLzylFsVTR0PyhRtyKI54gozcgGuC { width:20rem;height:4.0625rem;top:73.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87ioQ9mDkdAXlyIgx8VGNpsWTT3JxMA { display:block; }
 }@media only screen and (max-width: 763px) { #LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 { display:block; }#LrBi5lLsORax8iPNtCUPnRtgaX0F5Vt0 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOmH2eFT6DyHN04oIDvJLEykEy1P62Tc { width:20rem;height:7.475rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz { display:block; }#IX4nVpsEUNtdypwMQXeLEnIH44KC2HPz > .row .container { width:20rem;height:163.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUl1xyChiiHs0PnZ8WgqrG0ETQBAEk4F { width:19.875rem;height:161.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk150s2Cf34hdkzg9GlhHkMIp6FDTTpu { width:13.4375rem;height:1.4625rem;top:5.875rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJx95OCpWN0sy5nyDpuQ0ZT58Mqgubb { width:18.75rem;height:59.9625rem;top:3.0239582061767rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJqAORGQOJGApHcDiDdyUxZCQ3qzokB { width:18.875rem;height:51.1875rem;top:88.112500190738rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6VC9fJ1u374C1cWhkBHsHTUyW6m9I1 { width:13.8125rem;height:20.875rem;top:65.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeeT8z7BAaC8k0CIWWLT4nR4kmWouOFm { width:13.5625rem;height:20.4375rem;top:140.09687423706rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n { display:block; }#DP3MIrfOP2rMg1U3S2E3UFSApELC4t0n > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRgUHeqTNC2SPopmsZqv7hX8lFGpEt8J { width:20rem;height:4.0625rem;top:1.65625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNhqt5xXDgPN5zWhoEasLGfDEeC7IgE { display:block; }
 }@media only screen and (max-width: 763px) { #UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA { display:block; }#UTiT0qSU3GAOUgDTvmroW6gxTRg4ozxA > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #httthzbtJdrn4d9rgLmVKGCVt7QnUAM6 { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOztaA8zQINyty3Rymn0AQO1VJkAqho { display:block; }#qeOztaA8zQINyty3Rymn0AQO1VJkAqho > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xThSJOLdUuzNgWyRBDP8GFBXsgtt6KkF { width:8.625rem;height:8.625rem;top:0.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyCvK8U95x8GcHTnI5xe2BJe0J1J88x { width:12.5rem;height:1.3rem;top:10.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElXwgTmGun9gQzSyvkIhnW3FLnoRHHiT { width:19.125rem;height:3.9rem;top:12.862487792969rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEka60fvnDmECF0z48U2OeXTbbpNDG0z { width:12.5rem;height:3.9rem;top:30.1992234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCWpCZCTZ7LzUkynEOdTwMPZaWcCRtOI { width:12.5rem;height:1.29980625rem;top:27.6494171875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuXSLR730cdQGDnkIrKmJJD6hSVFs01n { width:8.625rem;height:8.75rem;top:17.6494171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyD1UbLsaWrUg1vC5XhA1pxix7K783MF { width:8.625rem;height:8.625rem;top:35.34765625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzSPT0v2sb2CVtahIJtTERNqRN8oeIA5 { width:13.875rem;height:1.29980625rem;top:45.34765625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHw0w986f9Q0rE6Io86g7BGR6BClEd57 { width:12.5rem;height:3.9rem;top:47.47265625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCW4qLLQa7tEha2XyPcF3B8JBX3CpHJN { width:8.625rem;height:8.625rem;top:53.921875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1e8xRRDwGJXGcptVeLrxTcEq7RbtnN { width:13.875rem;height:1.3rem;top:63.921875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESfzqCnqbNz1TPHSmFLp8UK6AFVZ0Ta { width:12.5rem;height:3.9rem;top:66.146875381469rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 { display:block; }#ybOV3U0wQM5T52yewSTEGhZDUAJCtn45 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTpd5uTuI3liOLtDLx88eM7Jmf7MGKod { width:20rem;height:5.60625rem;top:0.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Dd3IGMRep88lBxwFTrhADPezBCBdqT { display:block; }#k5Dd3IGMRep88lBxwFTrhADPezBCBdqT > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s531bv2ihPvOX0tQZCEA25vpmLsHb650 { width:20rem;height:50.625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htwRg5ky6GyE7h8P12V12Qsp1V7JNiw2 { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7I8dEgU85bVZR1kieToi3Pg8or1BWDE { width:20rem;height:1.3rem;top:10.28125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW1PJnq96FBMUxMF5STwmCCgQnfKTGQT { width:20rem;height:1.86875rem;top:3.4406251907349rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtpOLAJg52hVmKEmbd8pycGU0w9CVOW { width:20rem;height:17.4375rem;top:13.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bds9ZiwCotTloera4yXTfhDwAOeFPxeP { width:18.5rem;height:24.1875rem;top:32.411457061767rem;left:0.75rem;font-size:1rem;display:block; }#bds9ZiwCotTloera4yXTfhDwAOeFPxeP li:before{  }
 }@media only screen and (max-width: 763px) { #bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 { display:block; }#bp7Ts3PdihKhHvZEehszD5dLM3JMfzc2 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7IWcLoD5f9RWsIFNTDZi4Vd4Vz09deR { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0G7E9dc0TAWIM5ZwirNLbMTCeqwOMk { display:block; }
 }@media only screen and (max-width: 763px) { #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9aa682aa-fcb5-456b-9c61-d55d82d87e46/MaskGroup32.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.adaptive-delivery-prevent-bg, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyload, #DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr.lazyloading { background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { background-color: transparent; background-image: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row > .video-iframe-container { display: none; }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .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); }#DORcHGSlvyi2VdC8C4aLLyZGlAvgi5nr > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAMoo5VtXROby2qzfKatJTA8U3quCiT1 { width:20rem;height:25.240625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNEvpwrKd6TMSKCWWXeUDw5UuRZVoMh { width:18.25rem;height:9.75rem;top:26.90625rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM { width:18.5625rem;height:15.8125rem;top:37.36562538147rem;left:0.71875rem;font-size:1rem;display:block; }#Pirqi7lmVZ8v00I7sWDaxRLgqTWIahzM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_276911ad74c41c88a5c559540a953d6c2ca7579d.svg); }
 }@media only screen and (max-width: 763px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:19.875rem;height:53.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9DqFLLTkytEdTLx9eCnATZLr1TVFCQq { width:19.875rem;height:58.0625rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:17.625rem;height:33.3125rem;top:17.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:19.25rem;height:6.5rem;top:8.84375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rz8a5bLcSSg6JaGy9FNCyFdzLg2hxyMT { width:20rem;height:2.03125rem;top:57.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0kdTzftpx86HJWmtDJupo54wkR91JK { width:20rem;height:2.03125rem;top:60.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhqcRU6y3A7rT5NT3vMBe60PTa92NKv { width:2.5rem;height:2.03125rem;top:63.6875rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WOqa9bmbkhtk2mva0CqSuqqwFXJWTi { width:8.75rem;height:2.03125rem;top:63.625rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuR9hKXdbSFahbOpp4JqTSUu5kgLod3 { width:20rem;height:3.25rem;top:66.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVkzJMLSyu55GTWWlnOEnAx5J1eZ9yP8 { width:19.3125rem;height:1.38125rem;top:73.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCzPhT0rNsBVl4p2pZooyIvX0IAl1Us { width:20rem;height:42.125rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCC0vR848BnLQVW7Vsz40AVrb5rmoekN { width:19.3125rem;height:29.2375rem;top:76.5625rem;left:0.6875rem;font-size:1.0625rem;display:block; }#QCC0vR848BnLQVW7Vsz40AVrb5rmoekN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f6fae2472066fd7973f82919774b3bc3c9e7ef8.svg); }
 }@media only screen and (max-width: 763px) { #ANTTq7m4yt7EKHo5y4cUbRy26cU5eKJh { width:16.625rem;height:5.6875rem;top:107.0625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8CUOPdhXiQZULuBuqsBCOrWORc7ELk5 { width:5rem;height:5rem;top:2.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmQta3Gsrf9D3qmrNH2ZaULkPn32DHk { width:0.875rem;height:0.9375rem;top:107.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { background-color:#242935;background-image:none;display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:10.75rem;height:2.5625rem;top:11.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:19.4375rem;height:3.15rem;top:1.7099609375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkeAx7ZblMJreunteM8X2qUr2mqcySTd { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mO61fdaGNsPLa7ziHf237zyzKnXOVX { width:2.0625rem;height:2.0625rem;top:14.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:7.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:6.25rem;height:1.4875rem;top:6.5625rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:8.1875rem;height:1.6625rem;top:7.9375rem;left:3.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:7.875rem;height:1.4875rem;top:7.318359375rem;left:12.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:18.75rem;height:6.3rem;top:19.3125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }