.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe { background-color:transparent;background-image:url("https://images.assets-landingi.com/Fox5VejL/Projekt_bez_tytu_u_2022_08_02T124807.836.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.adaptive-delivery-prevent-bg, #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.lazyload, #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.lazyloading { background-image: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { background-color: transparent; background-image: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container > .video-iframe-container { display: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row > .video-iframe-container { display: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .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); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { border-width: 0; border-radius: 0; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row > .video-iframe-container {  }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#utotF25tQUDrlViNDKZ0EqOoaIsKhsuS { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.556640625rem;left:28.8720703125rem;height:6.33789375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEf1svwBVDmkcJtQz4gdT9uJTRbTWpKM { color:#d95585;display:block;width:29.874125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);top:0.74869793653488rem;left:29.310981750488rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrNrZM54rL6ZRLOyCzspLUHg5u5FcMK0 { color:#282830;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:;font-style:normal;display:block; }
#UxNug7DVhrJPBO39wbJyaEony5EK9UET { color:#ffffff;display:block;width:29.561625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.999132156372rem;left:26.059028625488rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7DRBn4OiwBwM0CTV8mGWOoMgRGDDBov { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.606771469116rem;left:29.310981750488rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#qICQq6DgbB6DPA0uMLwqSRLULrQGa1ne { background-color:#d95585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:25.3828125rem;left:29.3125rem;display:block; }
#MU3zAn3D8LnTgdrgH7T7fWxCbi4HcuCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x1AyF4dPAKX8d7B4o7AhL05uuCgqzLuZ { color:#d95585;display:block;width:33rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);top:32.787109375rem;left:4.75rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EnDdXMZepdEkKABQTcwgDsJcTsfWQM2Z { color:#ffffff;display:block;width:48.186875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.711806774139rem;left:4.7471790313721rem;height:26.40625rem;display:block; }
#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { background-color: transparent; background-image: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .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); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { border-width: 0; border-radius: 0; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container {  }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container { background-color: transparent; background-image: none; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container > .video-iframe-container { display: none; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row > .video-iframe-container { display: none; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .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); }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container { border-width: 0; border-radius: 0; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row > .video-iframe-container {  }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#e0PLt9NHrxucSd9aFrbVPg4yMpdA9iIp { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.849609375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WachS7UnIxTniCsTfWBMyLuiN46z8XN4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:0.6875rem;left:5.4375rem; }
#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { background-color: transparent; background-image: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container > .video-iframe-container { display: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container { display: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .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); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { border-width: 0; border-radius: 0; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container {  }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container { background-color: transparent; background-image: none; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container > .video-iframe-container { display: none; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row > .video-iframe-container { display: none; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .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); }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container { border-width: 0; border-radius: 0; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row > .video-iframe-container {  }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#nVHx3e2JSbOf312Z7J0GtTlLkxdqqcSD { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:0.57568359375rem;height:7.71484375rem;display:block; }
#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { background-color: transparent; background-image: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container > .video-iframe-container { display: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container { display: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .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); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { border-width: 0; border-radius: 0; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container {  }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.849609375rem;left:0rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:0.7177734375rem;left:15.7177734375rem; }
#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container { background-color: transparent; background-image: none; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container > .video-iframe-container { display: none; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row > .video-iframe-container { display: none; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .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); }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container { border-width: 0; border-radius: 0; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row > .video-iframe-container {  }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#GhgWRiBGRTE22LHU8g7eDgX5eJQ8rOXL { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#N9PqlKFyg5OlTgvfoRVAh5hrzGTf6mvE { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#RUmsR26cGSWu8SgGIok1we2X7Xk4doTc { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#TOekToAlzV3VNnkOWvhWAOyfQ48peVFA { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.8125rem;width:11.8125rem;top:1.8125014305115rem;left:46.562501907349rem;overflow:hidden;display:block; }
#vTDCL68fc0fIaPP6BrmJvkF5uRg8TaGG { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:0.65625rem;height:7.71484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SX4Z68LBklXLuRGzTWntGP50HAaw6gTv { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:15.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W99TPOfG1B9mrLi1zXWgd89RBrMxMDku { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:30.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RylKlOdsTWlsberAiwMInmHvr7rQz8VF { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:45.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dx6Qoo1IIVK0AEEWWNbFdVVmxyVfZo0v { position:absolute;display:block;z-index:100011;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:1.5928802490234rem;display:block; }
#GG1ZSXaWqHi8sqhoAyt5AEyNazndlo8s { position:absolute;display:block;z-index:100012;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:16.593967437744rem;display:block; }
#wWSsm7RoIhxLLRgHWu0vCBMJt5t1WN9F { position:absolute;display:block;z-index:100013;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:31.593967437744rem;display:block; }
#DoSyCv6QavFyQNb3hDk2xO0FNvDCpLr7 { position:absolute;display:block;z-index:100014;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:46.593967437744rem;display:block; }
#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container { background-color: transparent; background-image: none; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container > .video-iframe-container { display: none; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row > .video-iframe-container { display: none; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .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); }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container { border-width: 0; border-radius: 0; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row > .video-iframe-container {  }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#bXLIBLQwAWLvU5Er9HTZhhJOiPGJaPuE { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:0.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAf81rWSDldRxm9qCMHNwDpcxaVzbV5u { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#cW6sqwnZEQ1wL40emzuT9yVHGO8Ts6sc { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:15.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJaZtmT8UVtCaK3R3mMngVeTJcTQXsaN { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#babGQMSofOlr6L1tU8BkZ9pPKHFrm3sW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:30.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8JwMq8t6kZOD42LbpZitmaJo5qbZWP2 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.7805995941162rem;left:1.5625rem;overflow:hidden;display:block; }
#CRlAniTlC4T8TMxHxfmbKhkUNBckubyA { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.7805991172791rem;left:46.5625rem;overflow:hidden;display:block; }
#QH4gTtBXn1pP9g5T69lzc4zD1a1N7hcW { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.308594226837rem;left:45.656467437744rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { background-color: transparent; background-image: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container > .video-iframe-container { display: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container { display: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .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); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { border-width: 0; border-radius: 0; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container {  }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:0rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:0.1875rem;left:18.77783203125rem; }
#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { background-color: transparent; background-image: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container > .video-iframe-container { display: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container { display: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .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); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { border-width: 0; border-radius: 0; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container {  }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container { background-color: transparent; background-image: none; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container > .video-iframe-container { display: none; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row > .video-iframe-container { display: none; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .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); }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container { border-width: 0; border-radius: 0; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row > .video-iframe-container {  }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:60rem;position:relative;display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { background-color: transparent; background-image: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .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); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { border-width: 0; border-radius: 0; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container {  }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:4.3740234375rem;left:14.21630859375rem; }
#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { background-color: transparent; background-image: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container > .video-iframe-container { display: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container { display: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .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); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { border-width: 0; border-radius: 0; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container {  }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78662109375rem;left:0rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container { background-color: transparent; background-image: none; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container > .video-iframe-container { display: none; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row > .video-iframe-container { display: none; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .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); }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container { border-width: 0; border-radius: 0; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row > .video-iframe-container {  }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#SMU0HDkNWFZOEPTPTIl5S1llFs4NKqoN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:11rem;top:2.34375rem;left:14.71875rem;overflow:hidden;display:block; }
#Nbdhq7LL2rudTpiBf0Gd2Fb5X9IrHXpn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:12.0625rem;top:2.71875rem;left:1.46875rem;overflow:hidden;display:block; }
#TZ4ui0iNaZVCKFWdnLVxOHrrCbhTPCyP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:8.3125rem;top:2.34375rem;left:26.9375rem;overflow:hidden;display:block; }
#PZFeMPVnLhHL8zPvOFAucb63cGmGtbZD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:6.5625rem;top:1.90625rem;left:36.0625rem;overflow:hidden;display:block; }
#wfnbX3vEmEem3EUKZ9Ln0Xp6bpDGt25T { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.375rem;top:2.34375rem;left:44.4375rem;overflow:hidden;display:block; }
#BMWfPKw2qbSk5gXa3M2150i78aLTgUgc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12rem;top:7.875rem;left:1.3125rem;overflow:hidden;display:block; }
#OTsl5ibnu77TvQLtz0oceSgMKcP9aAxN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:12rem;top:7.875rem;left:13.84375rem;overflow:hidden;display:block; }
#vk9K8nSAVqnexWKS5qIML3cx77yIWJgE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.06228125rem;width:5.49913125rem;top:6.9042973518369rem;left:28.342014312744rem;overflow:hidden;display:block; }
#gCG2bdi5JWfGHLQFR0iTVDypdGyyNZGf { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.56228125rem;width:12.249375rem;top:8.2497830390931rem;left:35.247398376465rem;overflow:hidden;display:block; }
#dnOgJXPsTMbZuOwasLQcKwnD0sdlB8Uf { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.62456875rem;width:8.5623125rem;top:7.7180991172787rem;left:48.315971374512rem;overflow:hidden;display:block; }
#V7DeQ8QMwbaPrF34tbOFnFAFCrG9rqsa { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.43728125rem;width:6.6873125rem;top:13.714193344116rem;left:3.4016914367676rem;overflow:hidden;display:block; }
#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { background-color: transparent; background-image: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container > .video-iframe-container { display: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container { display: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .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); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { border-width: 0; border-radius: 0; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container {  }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.84814453125rem;left:0rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:0.7177734375rem;left:19.84130859375rem; }
#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { background-color: transparent; background-image: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .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); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { border-width: 0; border-radius: 0; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container {  }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container { background-color: transparent; background-image: none; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container > .video-iframe-container { display: none; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row > .video-iframe-container { display: none; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .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); }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container { border-width: 0; border-radius: 0; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row > .video-iframe-container {  }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#vPfaukU1wWy21A4C4POciHZp3IKw43Bb { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#srTJ88pbB45CuQsVAD4po7ymgK4QQleL { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#ZnvPANOOasPDT0Hs1DwgTnbQWhrwu16L { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0.75rem;height:3.0859375rem;display:block; }
#PGmNZynQ0n9y61swHB9Qe8B9rKe3NkBI { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:10.0703125rem;left:0.75rem;height:1.2999125rem;display:block; }
#ArTVMfHqRdWpfHMse65eNNQGk67mNXdR { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.625rem;height:4.140625rem;display:block; }
#F0PmrJqq6LnR4muc6ZAaTJIcT6vn0vTo { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:10.4765625rem;left:31.625rem;height:1.2999125rem;display:block; }
#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container { background-color: transparent; background-image: none; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container > .video-iframe-container { display: none; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row > .video-iframe-container { display: none; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .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); }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container { border-width: 0; border-radius: 0; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row > .video-iframe-container {  }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#aPCaJDIIA5EGToLHx6A8pbG9lSICHgKu { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#OD8KwxZQfZOaQBCT5XlHzUOs7fPRauEF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#kh6Xp1JN2aCiUNkOSRclHfOZkZ1mTn1V { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.75rem;height:3.0859375rem;display:block; }
#lcuAqolPAtvJOaxvvlHLdg1h89laRPtA { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:5.5989589691162rem;left:0.74761199951175rem;height:1.2999125rem;display:block; }
#kfRl2Comoo9kA91Ou19zGZVxBQVW3dbV { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.9375rem;left:31.625rem;height:8.28125rem;display:block; }
#yMKrTFlTQn4ph541AHh1fJreGaTZn7KT { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.2187461853025rem;left:31.624347686767rem;height:1.2999125rem;display:block; }
#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { background-color: transparent; background-image: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container > .video-iframe-container { display: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container { display: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .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); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { border-width: 0; border-radius: 0; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container {  }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { background-color: transparent; background-image: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .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); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { border-width: 0; border-radius: 0; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container {  }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:1.21875rem;left:16.77685546875rem; }
#EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.34912109375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { background-color: transparent; background-image: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container > .video-iframe-container { display: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container { display: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .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); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { border-width: 0; border-radius: 0; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container {  }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { position:absolute;display:block;z-index:100008;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:17.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:14.25rem;width:26.125rem;top:1.78125rem;left:1.625rem;display:block; }
#mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { position:absolute;display:block;z-index:100010;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:17.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:14.25rem;width:26.125rem;top:1.6875rem;left:32.25rem;display:block; }
#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { background-color: transparent; background-image: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container > .video-iframe-container { display: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container { display: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .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); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { border-width: 0; border-radius: 0; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container {  }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { background-color: transparent; background-image: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container > .video-iframe-container { display: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container { display: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .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); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { border-width: 0; border-radius: 0; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container {  }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { color:#d95585;display:block;width:27.1230625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9423828125rem;left:0rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.4995125rem;width:3.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.6552734375rem;left:43.125rem; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; }#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.3120125rem;width:3.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:1.7490234375rem;left:51.9990234375rem; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; }#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:1.810546875rem;left:47.748046875rem; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; }#zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:1.810546875rem;left:3.275390625rem; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.811525rem;width:3.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.49853515625rem;left:56.1884765625rem; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { background-color: transparent; background-image: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container > .video-iframe-container { display: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container { display: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .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); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { border-width: 0; border-radius: 0; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container {  }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f0f0;background-image:url("https://images.assets-landingi.com/B6lokW7b/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container {  }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.625rem;left:5.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { background-color:#d95585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11.29296875rem;left:32.37109375rem;display:block; }
#Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lyrfJ7ZUpGBQMgA92gqaK9SVd050NJcK { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.9375rem;left:5.1875rem;height:2.3556875rem;font-style:normal;display:block; }
#b52rz7oowSne2En0vtItduV2Guoq5in0 { color:#ffffff;display:block;width:15.8105625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.4375rem;left:5.1875rem;height:2.3556875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe { display:block; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utotF25tQUDrlViNDKZ0EqOoaIsKhsuS { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEf1svwBVDmkcJtQz4gdT9uJTRbTWpKM { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrNrZM54rL6ZRLOyCzspLUHg5u5FcMK0 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNug7DVhrJPBO39wbJyaEony5EK9UET { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DRBn4OiwBwM0CTV8mGWOoMgRGDDBov { top:18.5625rem;left:22.75rem;width:25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qICQq6DgbB6DPA0uMLwqSRLULrQGa1ne { width:23.3125rem;height:4.5rem;top:25.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3zAn3D8LnTgdrgH7T7fWxCbi4HcuCJ { display:block; }
 }@media only screen and (max-width: 763px) { #x1AyF4dPAKX8d7B4o7AhL05uuCgqzLuZ { width:33rem;height:2.875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnDdXMZepdEkKABQTcwgDsJcTsfWQM2Z { top:35.6875rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL { display:block; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0PLt9NHrxucSd9aFrbVPg4yMpdA9iIp { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WachS7UnIxTniCsTfWBMyLuiN46z8XN4 { width:3.25rem;height:3.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 { display:block; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVHx3e2JSbOf312Z7J0GtTlLkxdqqcSD { top:0.5625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { width:3.1875rem;height:3.1875rem;top:0.6875rem;left:9.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI { display:block; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhgWRiBGRTE22LHU8g7eDgX5eJQ8rOXL { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9PqlKFyg5OlTgvfoRVAh5hrzGTf6mvE { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmsR26cGSWu8SgGIok1we2X7Xk4doTc { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOekToAlzV3VNnkOWvhWAOyfQ48peVFA { top:1.8125rem;left:35.843751907349rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDCL68fc0fIaPP6BrmJvkF5uRg8TaGG { top:16.25rem;left:0rem;width:13.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4Z68LBklXLuRGzTWntGP50HAaw6gTv { top:16.25rem;left:10.1875rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W99TPOfG1B9mrLi1zXWgd89RBrMxMDku { top:16.25rem;left:22.125rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylKlOdsTWlsberAiwMInmHvr7rQz8VF { top:16.25rem;left:34.0625rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6Qoo1IIVK0AEEWWNbFdVVmxyVfZo0v { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1ZSXaWqHi8sqhoAyt5AEyNazndlo8s { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSsm7RoIhxLLRgHWu0vCBMJt5t1WN9F { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSyCv6QavFyQNb3hDk2xO0FNvDCpLr7 { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 { display:block; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXLIBLQwAWLvU5Er9HTZhhJOiPGJaPuE { top:16.25rem;left:0rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAf81rWSDldRxm9qCMHNwDpcxaVzbV5u { top:1.75rem;left:11.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW6sqwnZEQ1wL40emzuT9yVHGO8Ts6sc { top:16.25rem;left:10.1875rem;width:13.6875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJaZtmT8UVtCaK3R3mMngVeTJcTQXsaN { top:1.75rem;left:23.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #babGQMSofOlr6L1tU8BkZ9pPKHFrm3sW { top:16.25rem;left:22.125rem;width:13.6875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JwMq8t6kZOD42LbpZitmaJo5qbZWP2 { top:1.75rem;left:0.03125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlAniTlC4T8TMxHxfmbKhkUNBckubyA { top:1.75rem;left:35.84375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH4gTtBXn1pP9g5T69lzc4zD1a1N7hcW { top:16.25rem;left:34.125rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { top:0.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { width:3.1875rem;height:3.1875rem;top:0.1875rem;left:12.65283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { top:0.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT { display:block; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { width:4.5rem;height:4.5rem;top:4.3125rem;left:8.09130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { width:47.75rem;height:2.875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 { display:block; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMU0HDkNWFZOEPTPTIl5S1llFs4NKqoN { top:2.3125rem;left:8.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbdhq7LL2rudTpiBf0Gd2Fb5X9IrHXpn { top:2.6875rem;left:0rem;width:12.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4ui0iNaZVCKFWdnLVxOHrrCbhTPCyP { top:2.3125rem;left:20.8125rem;width:8.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFeMPVnLhHL8zPvOFAucb63cGmGtbZD { top:1.875rem;left:29.9375rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfnbX3vEmEem3EUKZ9Ln0Xp6bpDGt25T { top:2.3125rem;left:35.375rem;width:12.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMWfPKw2qbSk5gXa3M2150i78aLTgUgc { top:7.875rem;left:0rem;width:12rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsl5ibnu77TvQLtz0oceSgMKcP9aAxN { top:7.875rem;left:7.71875rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk9K8nSAVqnexWKS5qIML3cx77yIWJgE { top:6.875rem;left:22.217014312744rem;width:5.4375rem;height:5.9943385233577rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCG2bdi5JWfGHLQFR0iTVDypdGyyNZGf { top:8.1875rem;left:29.122398376465rem;width:12.1875rem;height:3.5442871766417rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOgJXPsTMbZuOwasLQcKwnD0sdlB8Uf { top:7.6875rem;left:39.1875rem;width:8.5rem;height:4.5909133046709rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DeQ8QMwbaPrF34tbOFnFAFCrG9rqsa { top:13.6875rem;left:0rem;width:6.625rem;height:5.3866165640158rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { width:3.1875rem;height:3.1875rem;top:0.6875rem;left:13.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv { display:block; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPfaukU1wWy21A4C4POciHZp3IKw43Bb { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTJ88pbB45CuQsVAD4po7ymgK4QQleL { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvPANOOasPDT0Hs1DwgTnbQWhrwu16L { top:0.8125rem;left:0rem;width:26.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmNZynQ0n9y61swHB9Qe8B9rKe3NkBI { top:10.0625rem;left:0rem;width:26.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTVMfHqRdWpfHMse65eNNQGk67mNXdR { top:0.8125rem;left:21rem;width:26.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PmrJqq6LnR4muc6ZAaTJIcT6vn0vTo { top:10.4375rem;left:21rem;width:26.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt { display:block; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPCaJDIIA5EGToLHx6A8pbG9lSICHgKu { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8KwxZQfZOaQBCT5XlHzUOs7fPRauEF { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh6Xp1JN2aCiUNkOSRclHfOZkZ1mTn1V { top:0.9375rem;left:0rem;width:26.6875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcuAqolPAtvJOaxvvlHLdg1h89laRPtA { top:5.5625rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRl2Comoo9kA91Ou19zGZVxBQVW3dbV { top:0.9375rem;left:21rem;width:26.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMKrTFlTQn4ph541AHh1fJreGaTZn7KT { top:9.1875rem;left:21rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { width:3.1875rem;height:3.1875rem;top:1.1875rem;left:10.65185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { width:23.125rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { width:20rem;height:10.8125rem;top:1.46875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { width:23.125rem;height:13.75rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { width:20rem;height:10.8125rem;top:1.46875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwXtGZdWZpE6u6EQVPt5293G330QZJfX { display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { width:27.0625rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { width:3.4375rem;height:3.4375rem;top:1.625rem;left:37rem;display:block; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { width:3.25rem;height:3.25rem;top:1.6875rem;left:44.5rem;display:block; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { width:3.1875rem;height:3.1875rem;top:1.75rem;left:41.623046875rem;display:block; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { width:3.1875rem;height:3.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { width:3.75rem;height:3.75rem;top:1.4375rem;left:44rem;display:block; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:26.6875rem;height:0;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { width:23.3125rem;height:4.5rem;top:11.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }@media only screen and (max-width: 763px) { #lyrfJ7ZUpGBQMgA92gqaK9SVd050NJcK { width:16.75rem;height:0;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52rz7oowSne2En0vtItduV2Guoq5in0 { width:8rem;height:1.4375rem;top:22.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe { background-color:#d95585;background-image:url("https://images.assets-landingi.com/gxhm1is3/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.adaptive-delivery-prevent-bg, #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.lazyload, #wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe.lazyloading { background-image: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { background-color: transparent; background-image: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container > .video-iframe-container { display: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row > .video-iframe-container { display: none; }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .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); }#wfGnAmrvlIhoTU5w0lulMviOZA8QpmDe > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utotF25tQUDrlViNDKZ0EqOoaIsKhsuS { width:12.5rem;height:8.44924375rem;top:7.783203125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEf1svwBVDmkcJtQz4gdT9uJTRbTWpKM { width:20rem;height:5.8496125rem;top:0.77734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrNrZM54rL6ZRLOyCzspLUHg5u5FcMK0 { width:20rem;height:0;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNug7DVhrJPBO39wbJyaEony5EK9UET { width:16.749125rem;height:6.09375rem;top:15.311415672303rem;left:1.6243489384651rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7DRBn4OiwBwM0CTV8mGWOoMgRGDDBov { width:19.9978125rem;height:8.125rem;top:22.011719703674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qICQq6DgbB6DPA0uMLwqSRLULrQGa1ne { width:18.9995625rem;height:4.49978125rem;top:30.136720657349rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3zAn3D8LnTgdrgH7T7fWxCbi4HcuCJ { display:block; }
 }@media only screen and (max-width: 763px) { #x1AyF4dPAKX8d7B4o7AhL05uuCgqzLuZ { width:20rem;height:1.94921875rem;top:39.163413047791rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnDdXMZepdEkKABQTcwgDsJcTsfWQM2Z { width:20rem;height:46.71875rem;top:42.049697875976rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL { display:block; }#nofqvqVEWMB7Sh15Cf7AVfy3RlngoqLL > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0PLt9NHrxucSd9aFrbVPg4yMpdA9iIp { width:20rem;height:3.8984375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WachS7UnIxTniCsTfWBMyLuiN46z8XN4 { width:3.25rem;height:3.25rem;top:3.8984375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 { display:block; }#DcS1PUKZ3NVNNecKqT2nBBHKUppmfcu8 > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVHx3e2JSbOf312Z7J0GtTlLkxdqqcSD { width:20rem;height:18.515625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI { display:block; }#d1wITcxH3aEUDk1wmFecWaSeS0kb4JuI > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhgWRiBGRTE22LHU8g7eDgX5eJQ8rOXL { width:12.75rem;height:12.75rem;top:2.361328125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9PqlKFyg5OlTgvfoRVAh5hrzGTf6mvE { width:12.75rem;height:12.75rem;top:32.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmsR26cGSWu8SgGIok1we2X7Xk4doTc { width:12.75rem;height:12.75rem;top:57.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOekToAlzV3VNnkOWvhWAOyfQ48peVFA { width:12.6248125rem;height:12.6248125rem;top:84.465064048769rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDCL68fc0fIaPP6BrmJvkF5uRg8TaGG { width:13.6875rem;height:9.74609375rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4Z68LBklXLuRGzTWntGP50HAaw6gTv { width:13.6875rem;height:5.84765625rem;top:46.375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W99TPOfG1B9mrLi1zXWgd89RBrMxMDku { width:13.6875rem;height:7.796875rem;top:73.1875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylKlOdsTWlsberAiwMInmHvr7rQz8VF { width:13.6875rem;height:5.84765625rem;top:98.5rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6Qoo1IIVK0AEEWWNbFdVVmxyVfZo0v { width:12.3123125rem;height:12.3123125rem;top:2.3589375913143rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1ZSXaWqHi8sqhoAyt5AEyNazndlo8s { width:12.249375rem;height:12.249375rem;top:32.753919124603rem;left:3.8747830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSsm7RoIhxLLRgHWu0vCBMJt5t1WN9F { width:12.5rem;height:12.5rem;top:57.873269826174rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSyCv6QavFyQNb3hDk2xO0FNvDCpLr7 { width:12.5rem;height:12.5rem;top:84.529733657837rem;left:3.5308161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 { display:block; }#vwK0Bb9gFo9Tf2QJIUVZOf7VE3WeQDU1 > .row .container { width:20rem;height:89.261276245118rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXLIBLQwAWLvU5Er9HTZhhJOiPGJaPuE { width:13.6875rem;height:3.897575rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAf81rWSDldRxm9qCMHNwDpcxaVzbV5u { width:11.875rem;height:11.875rem;top:35.335494995118rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW6sqwnZEQ1wL40emzuT9yVHGO8Ts6sc { width:13.6875rem;height:0;top:48.460494995118rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJaZtmT8UVtCaK3R3mMngVeTJcTQXsaN { width:11.875rem;height:11.875rem;top:52.796432495118rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #babGQMSofOlr6L1tU8BkZ9pPKHFrm3sW { width:13.6875rem;height:0;top:65.921432495119rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JwMq8t6kZOD42LbpZitmaJo5qbZWP2 { width:11.875rem;height:11.875rem;top:22.210494995118rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlAniTlC4T8TMxHxfmbKhkUNBckubyA { width:11.875rem;height:11.875rem;top:71.800338745119rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH4gTtBXn1pP9g5T69lzc4zD1a1N7hcW { width:13.625rem;height:0;top:84.925338745119rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { width:3.1875rem;height:3.1875rem;top:4.4052734375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT { display:block; }#gT1UAyJynNBeH2EpKfgNTzA0xf93FDJT > .row .container { width:20rem;height:91.873915672302rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:20rem;height:6.3857421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 { display:block; }#ddeSDQrtXiq7f8migubBRKE1NPDUsnS0 > .row .container { width:20rem;height:60.951618113705rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMU0HDkNWFZOEPTPTIl5S1llFs4NKqoN { width:9.4998125rem;height:2.24935rem;top:5.3114147186279rem;left:5.2495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbdhq7LL2rudTpiBf0Gd2Fb5X9IrHXpn { width:12.061625rem;height:2.31228125rem;top:1.1870651245118rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4ui0iNaZVCKFWdnLVxOHrrCbhTPCyP { width:8.3125rem;height:3.5rem;top:9.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFeMPVnLhHL8zPvOFAucb63cGmGtbZD { width:6.5625rem;height:5rem;top:14.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfnbX3vEmEem3EUKZ9Ln0Xp6bpDGt25T { width:12.375rem;height:4.3125rem;top:20.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMWfPKw2qbSk5gXa3M2150i78aLTgUgc { width:12rem;height:4.312136127127rem;top:26.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsl5ibnu77TvQLtz0oceSgMKcP9aAxN { width:12rem;height:3.4375537117767rem;top:31.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk9K8nSAVqnexWKS5qIML3cx77yIWJgE { width:5.4375rem;height:5.9944480315748rem;top:36.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCG2bdi5JWfGHLQFR0iTVDypdGyyNZGf { width:12.1875rem;height:3.5432113883361rem;top:43.681948031575rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOgJXPsTMbZuOwasLQcKwnD0sdlB8Uf { width:8.5rem;height:4.5909133046709rem;top:48.475159419911rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DeQ8QMwbaPrF34tbOFnFAFCrG9rqsa { width:6.625rem;height:5.3855453891231rem;top:54.316072724582rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv { display:block; }#atmX4e4zmqCqJk1fBpsGEtIeII9tNIBv > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPfaukU1wWy21A4C4POciHZp3IKw43Bb { width:20rem;height:8.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTJ88pbB45CuQsVAD4po7ymgK4QQleL { width:20rem;height:8.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvPANOOasPDT0Hs1DwgTnbQWhrwu16L { width:20rem;height:4.62890625rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmNZynQ0n9y61swHB9Qe8B9rKe3NkBI { width:20rem;height:1.2999125rem;top:7.9453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTVMfHqRdWpfHMse65eNNQGk67mNXdR { width:20rem;height:5.5234375rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PmrJqq6LnR4muc6ZAaTJIcT6vn0vTo { width:20rem;height:1.2999125rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt { display:block; }#tVncS0ghdpzNVLqgs9e3dz2qXDvAo0Wt > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPCaJDIIA5EGToLHx6A8pbG9lSICHgKu { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8KwxZQfZOaQBCT5XlHzUOs7fPRauEF { width:20rem;height:14.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh6Xp1JN2aCiUNkOSRclHfOZkZ1mTn1V { width:18.6870625rem;height:5.84765625rem;top:0rem;left:0.65538197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcuAqolPAtvJOaxvvlHLdg1h89laRPtA { width:18.6230625rem;height:1.2999125rem;top:6.3791236877444rem;left:0.68793410062787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRl2Comoo9kA91Ou19zGZVxBQVW3dbV { width:17.874375rem;height:12.42775rem;top:10.625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMKrTFlTQn4ph541AHh1fJreGaTZn7KT { width:18.3745625rem;height:1.2999125rem;top:23.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { width:3.1875rem;height:3.1875rem;top:2.146484375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { width:19.9980625rem;height:1.94921875rem;top:6.08203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { width:20rem;height:12.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { width:17.5rem;height:9.5625rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { width:20rem;height:12.1875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { width:17.5rem;height:9.5625rem;top:15.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwXtGZdWZpE6u6EQVPt5293G330QZJfX { display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { width:2.125rem;height:2.125rem;top:3.3125rem;left:6.875rem;display:block; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { width:2.125rem;height:2.125rem;top:3.3125rem;left:10.125rem;display:block; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { width:2.125rem;height:2.125rem;top:3.3125rem;left:3.25rem;display:block; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { width:3.1875rem;height:3.1875rem;top:0rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { width:2.875rem;height:2.875rem;top:2.9375rem;left:13.5rem;display:block; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:#29d562;background-image:url("https://images.assets-landingi.com/gxhm1is3/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:20rem;height:8.7744375rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { width:19rem;height:4.5rem;top:25.9609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }@media only screen and (max-width: 763px) { #lyrfJ7ZUpGBQMgA92gqaK9SVd050NJcK { width:20rem;height:4.71136875rem;top:14.5859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52rz7oowSne2En0vtItduV2Guoq5in0 { width:15.75rem;height:2.3556875rem;top:20.921875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }