.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); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 { 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; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.adaptive-delivery-prevent-bg, #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.lazyload, #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.lazyloading { background-image: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { background-color: transparent; background-image: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container > .video-iframe-container { display: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .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); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row > .video-iframe-container { display: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .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); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { border-width: 0; border-radius: 0; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row > .video-iframe-container {  }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#KQQIF6X9Q1frvMD5zTEu0psNuQh9PRqi { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.896484375rem;left:26.05859375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBHVa4vwBKPTTTGbJ6RpaziMfZtbWK92 { color:#d95585;display:block;width:29.874125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15001;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; }
#kJdupRP1yZ2W48KKFaSzyJP87BuEETCQ { color:#282830;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:;font-style:normal;display:block; }
#cWZ4vuiPB0oDLD5hFaRzf2FwZw1lmOph { color:#ffffff;display:block;width:29.5615rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.068359375rem;left:26.05859375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNDg1rfe91ZkXMPIz5mCXGw9TOSV9gt2 { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15009;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:6.09375rem;text-align:center;text-align-last:center;display:block; }
#LGrnfo9TbLJi2T7wBHH8FXKURgi37LR7 { 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:15010;text-align:center;text-align-last:center;top:25.3828125rem;left:29.3125rem;display:block; }
#tsdaZ25RdObKB3QfQnfcuTd0HwhLTwdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAkMGPilkKRxh2xboFCEt94fywUFACbf { color:#d95585;display:block;width:33rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;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; }
#BPXdRwJ1bIxyokwTLFo5gWL559h5MFaI { color:#ffffff;display:block;width:48.186875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;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; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container { background-color: transparent; background-image: none; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container > .video-iframe-container { display: none; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row > .video-iframe-container { display: none; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .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); }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container { border-width: 0; border-radius: 0; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row > .video-iframe-container {  }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ElXgT4kaTgAT5DKFvJAe6Tfbr1UGi0lB { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;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; }
#AyfxByFZT9iL0WR4d3wfL3bQiThZMQ95 { 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:15004;top:0.6875rem;left:5.4375rem; }
#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container { background-color: transparent; background-image: none; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container > .video-iframe-container { display: none; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row > .video-iframe-container { display: none; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .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); }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container { border-width: 0; border-radius: 0; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row > .video-iframe-container {  }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container { background-color: transparent; background-image: none; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container > .video-iframe-container { display: none; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row > .video-iframe-container { display: none; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .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); }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container { border-width: 0; border-radius: 0; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row > .video-iframe-container {  }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#Uz4SS9zRdJEpPIEysgKKZvQboLO1RrTU { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:0.57568359375rem;height:7.71484375rem;display:block; }
#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; }#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:15000;line-height:1.3;letter-spacing:0;top:0.849609375rem;left:0rem;height:2.92480625rem;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:15002;top:0.7177734375rem;left:15.7177734375rem; }
#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container { background-color: transparent; background-image: none; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container > .video-iframe-container { display: none; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row > .video-iframe-container { display: none; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .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); }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container { border-width: 0; border-radius: 0; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row > .video-iframe-container {  }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#vb8gT2L5nT4JqmG14lrhLxtoQGSFHeXa { position:absolute;display:block;z-index:15041;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; }
#WnrOq4uG6E8LuhDfbQJxvbpk9nNBJTsT { position:absolute;display:block;z-index:15042;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; }
#gSPpftZphzPTqJMQHxm94uH4TZ6JNNUf { position:absolute;display:block;z-index:15043;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; }
#fVVk229JSqg8NprRfqHORPzyNEqv9d6C { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;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; }
#ZEJJiPVvdCzqVKh4kWB3alvlggJFZaRP { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15007;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; }
#V4TMTTiov7JbfLpvDPkTDlAWz8ZtJKic { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15008;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; }
#T2pNbV1XiI22PqToQGhTyvytOCT0XGQK { position:absolute;display:block;z-index:15011;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.8424472808838rem;left:1.5928802490234rem;display:block; }
#ak3cDFu8lKvDSFisvq4oHC8qs5Q8o1yx { position:absolute;display:block;z-index:15012;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.8424472808838rem;left:16.593967437744rem;display:block; }
#qaJWDosFXnbPgsx8TLbgATBqVXcUlz2B { position:absolute;display:block;z-index:15013;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.8424472808838rem;left:31.593967437744rem;display:block; }
#yhmXw7rT8FstiBp133diO8H3IRLbKemA { position:absolute;display:block;z-index:15015;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.8105625rem;width:11.8105625rem;top:1.84375rem;left:46.59375rem;display:block; }
#PX3fnT3Sf77JUTe4W4GNykCeA8xb2dSa { position:absolute;display:block;z-index:15045;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.84375rem;left:46.59375rem;overflow:hidden;display:block; }
#oVE2L0fGy3NgdczgJF5aQgTQbHZfRhCq { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:45.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container { background-color: transparent; background-image: none; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container > .video-iframe-container { display: none; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row > .video-iframe-container { display: none; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .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); }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container { border-width: 0; border-radius: 0; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row > .video-iframe-container {  }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#kczv3NDQJStL4z9aOWFRilF9ez3QyVis { position:absolute;display:block;z-index:15011;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.8424472808838rem;left:1.5928802490234rem;display:block; }
#cOZbxrPHwmy8JPMRn41wEcMlacSdlZ8c { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:0.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQlPTbODJ9nnAOXSAwqCtXr6QAN10FwB { position:absolute;display:block;z-index:15044;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.7783203125rem;left:1.53125rem;overflow:hidden;display:block; }
#P4d59f5KEzy2xL50tRf0hm58TcowUhou { position:absolute;display:block;z-index:15014;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.8105625rem;width:11.8105625rem;top:1.841796875rem;left:16.59375rem;display:block; }
#mQuiwC7x4c6RqSMPR3oVb4osfrbrXEbp { position:absolute;display:block;z-index:15044;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.8408203125rem;left:16.59375rem;overflow:hidden;display:block; }
#mUk3sC6RCR05wVIb1nWklzRCxAmAOclk { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:15.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT7llnpJ6QS7LzJzRyhH4d34vCvWFrNZ { position:absolute;display:block;z-index:15013;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.8105625rem;width:11.8105625rem;top:1.841796875rem;left:31.59375rem;display:block; }
#i7QNdHdQZgfKs8VewXm2Kp9MRWdbxtNQ { position:absolute;display:block;z-index:15014;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.8105625rem;width:11.8105625rem;top:1.841796875rem;left:46.59375rem;display:block; }
#PV1rTSamdQVJSX4T3bQQzrugKRb4kryq { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:30.65625rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEySeqQVVJUaI1tQvFkOQOIatlGAI2uC { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:45.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPcrZ7m5I9rDXiNAoz07EJpEsrcfTl4O { position:absolute;display:block;z-index:15045;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.8408203125rem;left:31.59375rem;overflow:hidden;display:block; }
#ZyJEwnSy4JFC2MbhStTdvtPRn6GU56Rf { position:absolute;display:block;z-index:15046;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.8408203125rem;left:46.59375rem;overflow:hidden;display:block; }
#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container { background-color: transparent; background-image: none; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container > .video-iframe-container { display: none; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row > .video-iframe-container { display: none; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .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); }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container { border-width: 0; border-radius: 0; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row > .video-iframe-container {  }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#bfXtWxC9QRRJHosRxnOvmiq3ruQgZtFK { position:absolute;display:block;z-index:15045;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.80859375rem;left:1.5625rem;overflow:hidden;display:block; }
#TRnqNurg80w5S69oCrwSo3Kn3yTG4h60 { position:absolute;display:block;z-index:15012;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.8105625rem;width:11.8105625rem;top:1.8408203125rem;left:1.59375rem;display:block; }
#RD2ccEPLTIkqZIqVahhuFZQG41aPb5Hk { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0595703125rem;left:0.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpo8zVephApB31qwKUa6XCLqadqVVqUv { position:absolute;display:block;z-index:15014;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.8105625rem;width:11.8105625rem;top:1.83984375rem;left:16.59375rem;display:block; }
#PTPBFZf0AtT8CfAlxXpGrSk9u3caqAiE { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.0595703125rem;left:15.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llirctEBAoXTGhkkkGpZ3AkO2rkDnwDS { position:absolute;display:block;z-index:15046;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.80859375rem;left:16.5625rem;overflow:hidden;display:block; }
#IALxlOQJcTmd708vl8CFtnNua0EMyfTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { background-color: transparent; background-image: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container > .video-iframe-container { display: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container { display: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .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); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { border-width: 0; border-radius: 0; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container {  }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;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:15004;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:0rem;height:2.925rem;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:15004;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; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row .container { background-color: transparent; background-image: none; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row .container > .video-iframe-container { display: none; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row > .video-iframe-container { display: none; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .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); }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row .container { border-width: 0; border-radius: 0; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row > .video-iframe-container {  }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .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:15003;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:15000;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; }
#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container { background-color: transparent; background-image: none; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container > .video-iframe-container { display: none; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row > .video-iframe-container { display: none; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .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); }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container { border-width: 0; border-radius: 0; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row > .video-iframe-container {  }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#dAm3vnHfn5T8Emkatiu7cFZuphnRHtDX { position:absolute;display:block;z-index:15000;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; }
#A6FQOz86CPbRAUqk4PZtKiAPiNmJIaRs { position:absolute;display:block;z-index:15001;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; }
#CDNaEEmh61RvFbvL5zSSHzOhbKDeapcu { position:absolute;display:block;z-index:15001;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; }
#n4wznhE0TnLaNcFVHDCIQkBq6y3OoEiS { position:absolute;display:block;z-index:15002;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; }
#u0T3PSaT0S5KFsPnv4zFDg2HccapcsMT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.375rem;top:2.34375rem;left:44.5625rem;overflow:hidden;display:block; }
#BMvCoMy13qZr374AgMFq4LBeS3QPTUh7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.625rem;top:7.34375rem;left:4.6875rem;overflow:hidden;display:block; }
#TtZMqkTCNTeJk6NiZcsehD8G3JvXEbRd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6rem;top:6.90625rem;left:17.21875rem;overflow:hidden;display:block; }
#tuN6kvHor2UNN93CRPIGQJK1g98oFUVn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.8125rem;top:8.125rem;left:25.59375rem;overflow:hidden;display:block; }
#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { background-color: transparent; background-image: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container > .video-iframe-container { display: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container { display: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .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); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { border-width: 0; border-radius: 0; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container {  }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;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:15000;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:15003;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:15000;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:15005;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:15016;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:15017;line-height:1.3;letter-spacing:0;top:10.0703125rem;left:0.75rem;height:1.3rem;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:15017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.625rem;height:4.142575rem;display:block; }
#F0PmrJqq6LnR4muc6ZAaTJIcT6vn0vTo { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.4765625rem;left:31.625rem;height:1.3rem;display:block; }
#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container { background-color: transparent; background-image: none; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container > .video-iframe-container { display: none; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row > .video-iframe-container { display: none; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .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); }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container { border-width: 0; border-radius: 0; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row > .video-iframe-container {  }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#lcMO49x3IzQRT9ef0RDTGoyw4GCZCATh { position:absolute;display:block;z-index:15000;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; }
#DhkEh3NhuA4qSQ4C1QJphx7P9rO4QI6V { position:absolute;display:block;z-index:15005;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; }
#dHQzB1G2gKyKkeBVeRMwkb6lbIfQbcLs { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.75rem;height:3.0859375rem;display:block; }
#I4CAdm5O4PMTvWvDEiegTMuoPPzmVibW { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5989589691162rem;left:0.74761199951175rem;height:1.3rem;display:block; }
#zI2LNUzawSQT9oRkPVQepiDQo9d3aSbJ { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.9375rem;left:31.625rem;height:8.285125rem;display:block; }
#nWJ46wmnvelSsd7V9VBqRgP4kK3T44g1 { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.2187461853025rem;left:31.624347686767rem;height:1.3rem;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:15004;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:15001;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:15008;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:15009;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:15010;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:15011;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:15000;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:15002;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:15003;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:15001;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:15005;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:15002;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:15006;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:15011;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:15000;display:block; }
#lyrfJ7ZUpGBQMgA92gqaK9SVd050NJcK { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15009;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.35625rem;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:15010;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.35625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 { display:block; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQQIF6X9Q1frvMD5zTEu0psNuQh9PRqi { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBHVa4vwBKPTTTGbJ6RpaziMfZtbWK92 { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdupRP1yZ2W48KKFaSzyJP87BuEETCQ { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZ4vuiPB0oDLD5hFaRzf2FwZw1lmOph { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDg1rfe91ZkXMPIz5mCXGw9TOSV9gt2 { top:18.5625rem;left:22.75rem;width:25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGrnfo9TbLJi2T7wBHH8FXKURgi37LR7 { width:23.3125rem;height:4.5rem;top:25.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdaZ25RdObKB3QfQnfcuTd0HwhLTwdB { display:block; }
 }@media only screen and (max-width: 763px) { #oAkMGPilkKRxh2xboFCEt94fywUFACbf { width:33rem;height:2.875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPXdRwJ1bIxyokwTLFo5gWL559h5MFaI { 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) { #mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q { display:block; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXgT4kaTgAT5DKFvJAe6Tfbr1UGi0lB { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyfxByFZT9iL0WR4d3wfL3bQiThZMQ95 { width:3.25rem;height:3.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 { display:block; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbPXlOLruxCLoHV80o1C7fUTHLMokvQV { display:block; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz4SS9zRdJEpPIEysgKKZvQboLO1RrTU { top:0.5625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.1875rem;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) { #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) { #IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ { display:block; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb8gT2L5nT4JqmG14lrhLxtoQGSFHeXa { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnrOq4uG6E8LuhDfbQJxvbpk9nNBJTsT { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSPpftZphzPTqJMQHxm94uH4TZ6JNNUf { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVVk229JSqg8NprRfqHORPzyNEqv9d6C { top:16.25rem;left:0rem;width:13.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJJiPVvdCzqVKh4kWB3alvlggJFZaRP { 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) { #V4TMTTiov7JbfLpvDPkTDlAWz8ZtJKic { 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) { #T2pNbV1XiI22PqToQGhTyvytOCT0XGQK { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak3cDFu8lKvDSFisvq4oHC8qs5Q8o1yx { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJWDosFXnbPgsx8TLbgATBqVXcUlz2B { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhmXw7rT8FstiBp133diO8H3IRLbKemA { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3fnT3Sf77JUTe4W4GNykCeA8xb2dSa { top:1.8125rem;left:35.875rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVE2L0fGy3NgdczgJF5aQgTQbHZfRhCq { top:16.25rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs { display:block; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kczv3NDQJStL4z9aOWFRilF9ez3QyVis { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOZbxrPHwmy8JPMRn41wEcMlacSdlZ8c { top:16.0625rem;left:0rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQlPTbODJ9nnAOXSAwqCtXr6QAN10FwB { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4d59f5KEzy2xL50tRf0hm58TcowUhou { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQuiwC7x4c6RqSMPR3oVb4osfrbrXEbp { top:1.8125rem;left:12rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUk3sC6RCR05wVIb1nWklzRCxAmAOclk { top:16.0625rem;left:10.1875rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7llnpJ6QS7LzJzRyhH4d34vCvWFrNZ { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QNdHdQZgfKs8VewXm2Kp9MRWdbxtNQ { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV1rTSamdQVJSX4T3bQQzrugKRb4kryq { top:16.0625rem;left:22.125rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEySeqQVVJUaI1tQvFkOQOIatlGAI2uC { top:16.0625rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPcrZ7m5I9rDXiNAoz07EJpEsrcfTl4O { top:1.8125rem;left:23.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJEwnSy4JFC2MbhStTdvtPRn6GU56Rf { top:1.8125rem;left:35.875rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa { display:block; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfXtWxC9QRRJHosRxnOvmiq3ruQgZtFK { top:1.75rem;left:0.03125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnqNurg80w5S69oCrwSo3Kn3yTG4h60 { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD2ccEPLTIkqZIqVahhuFZQG41aPb5Hk { top:16rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpo8zVephApB31qwKUa6XCLqadqVVqUv { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPBFZf0AtT8CfAlxXpGrSk9u3caqAiE { top:16rem;left:10.1875rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llirctEBAoXTGhkkkGpZ3AkO2rkDnwDS { top:1.75rem;left:11.96875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALxlOQJcTmd708vl8CFtnNua0EMyfTD { display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { width:47.75rem;position:relative;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) { #NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw { display:block; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .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) { #FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ { display:block; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAm3vnHfn5T8Emkatiu7cFZuphnRHtDX { top:2.3125rem;left:8.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FQOz86CPbRAUqk4PZtKiAPiNmJIaRs { top:2.6875rem;left:0rem;width:12.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDNaEEmh61RvFbvL5zSSHzOhbKDeapcu { top:2.3125rem;left:20.8125rem;width:8.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4wznhE0TnLaNcFVHDCIQkBq6y3OoEiS { top:1.875rem;left:29.9375rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0T3PSaT0S5KFsPnv4zFDg2HccapcsMT { top:2.3125rem;left:35.375rem;width:12.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMvCoMy13qZr374AgMFq4LBeS3QPTUh7 { top:7.3125rem;left:0rem;width:5.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZMqkTCNTeJk6NiZcsehD8G3JvXEbRd { top:6.875rem;left:11.09375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuN6kvHor2UNN93CRPIGQJK1g98oFUVn { top:8.125rem;left:19.46875rem;width:12.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { width:47.75rem;position:relative;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.0625rem;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:1rem;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) { #Jw23MPBpTtCoFctMHygooyu1t2bqiX2a { display:block; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcMO49x3IzQRT9ef0RDTGoyw4GCZCATh { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhkEh3NhuA4qSQ4C1QJphx7P9rO4QI6V { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQzB1G2gKyKkeBVeRMwkb6lbIfQbcLs { top:0.9375rem;left:0rem;width:26.6875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CAdm5O4PMTvWvDEiegTMuoPPzmVibW { top:5.5625rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2LNUzawSQT9oRkPVQepiDQo9d3aSbJ { top:0.9375rem;left:21rem;width:26.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJ46wmnvelSsd7V9VBqRgP4kK3T44g1 { 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) { #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 { 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; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.adaptive-delivery-prevent-bg, #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.lazyload, #MIwWdsb8dADE8FqEyVt2NqshAsLCiE80.lazyloading { background-image: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { background-color: transparent; background-image: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container > .video-iframe-container { display: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row > .video-iframe-container { display: none; }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .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); }#MIwWdsb8dADE8FqEyVt2NqshAsLCiE80 > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQQIF6X9Q1frvMD5zTEu0psNuQh9PRqi { width:12.5rem;height:12.347625rem;top:5.849609375rem;left:2.9990234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBHVa4vwBKPTTTGbJ6RpaziMfZtbWK92 { width:20rem;height:5.8496125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdupRP1yZ2W48KKFaSzyJP87BuEETCQ { 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) { #cWZ4vuiPB0oDLD5hFaRzf2FwZw1lmOph { width:16.749rem;height:6.09375rem;top:18.935546875rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNDg1rfe91ZkXMPIz5mCXGw9TOSV9gt2 { width:19.9970625rem;height:6.09375rem;top:25.57421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGrnfo9TbLJi2T7wBHH8FXKURgi37LR7 { width:18.999rem;height:4.499025rem;top:33.01171875rem;left:0.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdaZ25RdObKB3QfQnfcuTd0HwhLTwdB { display:block; }
 }@media only screen and (max-width: 763px) { #oAkMGPilkKRxh2xboFCEt94fywUFACbf { width:20rem;height:1.94921875rem;top:39.163413047791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPXdRwJ1bIxyokwTLFo5gWL559h5MFaI { width:20rem;height:46.71875rem;top:42.049697875976rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;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) { #mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q { display:block; }#mgV2WoRGsr0QcNV5ect1pGAW007QaV0Q > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXgT4kaTgAT5DKFvJAe6Tfbr1UGi0lB { 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) { #AyfxByFZT9iL0WR4d3wfL3bQiThZMQ95 { width:3.25rem;height:3.25rem;top:3.8984375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 { display:block; }#OiKN3paRELzJSvhPJ3PWOzwQ1FTU5OC9 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbPXlOLruxCLoHV80o1C7fUTHLMokvQV { display:block; }#nbPXlOLruxCLoHV80o1C7fUTHLMokvQV > .row .container { width:20rem;height:19.765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz4SS9zRdJEpPIEysgKKZvQboLO1RrTU { width:20rem;height:18.515625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;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) { #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) { #IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ { display:block; }#IT1CnZwui5dbLzKb8tF7ZWOGMIqqsLuQ > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb8gT2L5nT4JqmG14lrhLxtoQGSFHeXa { width:12.75rem;height:12.75rem;top:2.361328125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnrOq4uG6E8LuhDfbQJxvbpk9nNBJTsT { width:12.75rem;height:12.75rem;top:32.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSPpftZphzPTqJMQHxm94uH4TZ6JNNUf { width:12.75rem;height:12.75rem;top:57.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVVk229JSqg8NprRfqHORPzyNEqv9d6C { 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) { #ZEJJiPVvdCzqVKh4kWB3alvlggJFZaRP { 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) { #V4TMTTiov7JbfLpvDPkTDlAWz8ZtJKic { 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) { #T2pNbV1XiI22PqToQGhTyvytOCT0XGQK { width:12.686625rem;height:12.686625rem;top:2.3904063701629rem;left:3.6555991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak3cDFu8lKvDSFisvq4oHC8qs5Q8o1yx { width:12.374125rem;height:12.374125rem;top:32.373046159744rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJWDosFXnbPgsx8TLbgATBqVXcUlz2B { width:12.3123125rem;height:12.3123125rem;top:58.253052234649rem;left:3.8433161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhmXw7rT8FstiBp133diO8H3IRLbKemA { width:11.75rem;height:11.75rem;top:82.234375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3fnT3Sf77JUTe4W4GNykCeA8xb2dSa { width:11.8125rem;height:11.8125rem;top:82.234375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVE2L0fGy3NgdczgJF5aQgTQbHZfRhCq { width:13.6875rem;height:5.84765625rem;top:95.296875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs { display:block; }#VndP3fSZPERq7oJnBFbQ1svQxGxJNfcs > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kczv3NDQJStL4z9aOWFRilF9ez3QyVis { width:12.686625rem;height:12.686625rem;top:2.3904063701629rem;left:3.6555991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOZbxrPHwmy8JPMRn41wEcMlacSdlZ8c { width:13.6875rem;height:7.796875rem;top:16.28515625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQlPTbODJ9nnAOXSAwqCtXr6QAN10FwB { width:12.4375rem;height:12.4375rem;top:2.513671875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4d59f5KEzy2xL50tRf0hm58TcowUhou { width:12.2480625rem;height:12.2480625rem;top:68.796875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQuiwC7x4c6RqSMPR3oVb4osfrbrXEbp { width:12.625rem;height:12.625rem;top:68.6083984375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUk3sC6RCR05wVIb1nWklzRCxAmAOclk { width:13.6875rem;height:5.84765625rem;top:82.4970703125rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7llnpJ6QS7LzJzRyhH4d34vCvWFrNZ { width:11.75rem;height:11.75rem;top:25.109375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QNdHdQZgfKs8VewXm2Kp9MRWdbxtNQ { width:11.75rem;height:11.75rem;top:47rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV1rTSamdQVJSX4T3bQQzrugKRb4kryq { width:13.6875rem;height:7.796875rem;top:37.796875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEySeqQVVJUaI1tQvFkOQOIatlGAI2uC { width:13.6875rem;height:7.796875rem;top:59.84375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPcrZ7m5I9rDXiNAoz07EJpEsrcfTl4O { width:11.8125rem;height:11.8125rem;top:25.078125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJEwnSy4JFC2MbhStTdvtPRn6GU56Rf { width:11.8125rem;height:11.8125rem;top:46.96875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa { display:block; }#ZRllziZtO4Vs8nS1X3AEtWE2h5wJCWTa > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfXtWxC9QRRJHosRxnOvmiq3ruQgZtFK { width:11.875rem;height:11.875rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnqNurg80w5S69oCrwSo3Kn3yTG4h60 { width:11.75rem;height:11.75rem;top:1.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD2ccEPLTIkqZIqVahhuFZQG41aPb5Hk { width:13.6875rem;height:5.84765625rem;top:14.5rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpo8zVephApB31qwKUa6XCLqadqVVqUv { width:11.75rem;height:11.75rem;top:22.78515625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPBFZf0AtT8CfAlxXpGrSk9u3caqAiE { width:13.6875rem;height:7.796875rem;top:36.84765625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llirctEBAoXTGhkkkGpZ3AkO2rkDnwDS { width:11.875rem;height:11.875rem;top:22.72265625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALxlOQJcTmd708vl8CFtnNua0EMyfTD { display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { width:20rem;height:2.25rem;position:relative;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) { #NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw { display:block; }#NzbJvUXQ1JU000wgSbWHTopr9eXaKBzw > .row .container { width:20rem;height:139.1875rem;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) { #FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ { display:block; }#FlqmMp0gFsB5y7WA8JFhO0BhX8HgQbLJ > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAm3vnHfn5T8Emkatiu7cFZuphnRHtDX { width:9.8123125rem;height:2.31228125rem;top:5.8734817504883rem;left:5.0933161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FQOz86CPbRAUqk4PZtKiAPiNmJIaRs { width:12.061625rem;height:2.31228125rem;top:1.4995660781861rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDNaEEmh61RvFbvL5zSSHzOhbKDeapcu { width:8.3125rem;height:3.5rem;top:9.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4wznhE0TnLaNcFVHDCIQkBq6y3OoEiS { width:6.5625rem;height:5rem;top:14.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0T3PSaT0S5KFsPnv4zFDg2HccapcsMT { width:12.375rem;height:4.3125rem;top:20.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMvCoMy13qZr374AgMFq4LBeS3QPTUh7 { width:2.3125rem;height:2.125rem;top:26.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZMqkTCNTeJk6NiZcsehD8G3JvXEbRd { width:6rem;height:6rem;top:29.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuN6kvHor2UNN93CRPIGQJK1g98oFUVn { width:12.8125rem;height:3.25rem;top:36.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { width:20rem;height:2.25rem;position:relative;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:27.0625rem;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:14.6875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvPANOOasPDT0Hs1DwgTnbQWhrwu16L { width:19.4998125rem;height:4.142575rem;top:2.3101129531861rem;left:0.24848091602326rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmNZynQ0n9y61swHB9Qe8B9rKe3NkBI { width:17.5rem;height:1.2999125rem;top:7.1310768127444rem;left:0.24848091602326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTVMfHqRdWpfHMse65eNNQGk67mNXdR { width:18.499375rem;height:5.19965625rem;top:12.31228351593rem;left:0.74978297948838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PmrJqq6LnR4muc6ZAaTJIcT6vn0vTo { width:17.75rem;height:1.2999125rem;top:17.942709922791rem;left:0.84331613779069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw23MPBpTtCoFctMHygooyu1t2bqiX2a { display:block; }#Jw23MPBpTtCoFctMHygooyu1t2bqiX2a > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcMO49x3IzQRT9ef0RDTGoyw4GCZCATh { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhkEh3NhuA4qSQ4C1QJphx7P9rO4QI6V { width:20rem;height:14.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQzB1G2gKyKkeBVeRMwkb6lbIfQbcLs { width:18.6870625rem;height:5.84765625rem;top:0rem;left:0.65538197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CAdm5O4PMTvWvDEiegTMuoPPzmVibW { width:18.6230625rem;height:1.2999125rem;top:6.3791236877444rem;left:0.68793410062787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2LNUzawSQT9oRkPVQepiDQo9d3aSbJ { 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) { #nWJ46wmnvelSsd7V9VBqRgP4kK3T44g1 { 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; }
 }