.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1899a944-5aef-4402-975b-1bd2301d5de9/landingcde.png");background-position:center !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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ygSRxBGs9da7MTUlNv0Jb1kSToTrOnlm { color:#be2a5a;display:block;width:53rem;position:absolute;font-family:alegreya;font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.4261362552644rem;height:4.22443125rem;font-style:normal;display:block; }
#TCHrou3r7ePHlBhNAV0Wo2pp9N8zQoTR { color:#38435f;display:block;width:46.75rem;position:absolute;font-family:"alegreya sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.625rem;left:6.4261362552644rem;height:3.89915rem;font-style:italic;display:block; }
#t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.875rem;left:6.4261362552644rem;height:6.375rem;overflow:hidden;display:block; }#t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ { position:relative;display:block; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ { background-color: transparent; background-image: none; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container > .video-iframe-container { display: none; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row > .video-iframe-container { display: none; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .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); }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ { border-width: 0; border-radius: 0; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RqP8CmS8z8FoaKNCPPbFkubRDAsMSNSy { color:#38435f;display:block;width:65.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.8;letter-spacing:0;top:2.4872159957886rem;left:4.5937502384186rem;height:9.89774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container { background-color: transparent; background-image: none; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container > .video-iframe-container { display: none; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row > .video-iframe-container { display: none; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .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); }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container { border-width: 0; border-radius: 0; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#GAFsv6EGvsKyB6biHyofXCmyATKydir2 { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.8;letter-spacing:0;top:2.9375rem;left:5.0937504768372rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kxvn1ogpTtE/unsplash/tomoko-uji-kxvn1ogpTtE-photo-1602615576820-ea14cf3e476a.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A.adaptive-delivery-prevent-bg, #x8tQsyancr1r0Z88lFcEAKlO7blLZH7A.lazyload, #x8tQsyancr1r0Z88lFcEAKlO7blLZH7A.lazyloading { background-image: none; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container { background-color: transparent; background-image: none; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container > .video-iframe-container { display: none; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row > .video-iframe-container { display: none; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .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); }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container { border-width: 0; border-radius: 0; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#gDZ1Pp4OdDAmW87OEJwhfaZNxmJc1ckk { color:#38435f;display:block;width:64.8125rem;position:absolute;font-family:alegreya;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6988639831543rem;left:5.0937504768372rem;height:7.3494375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.adaptive-delivery-prevent-bg, #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.lazyload, #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.lazyloading { background-image: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { background-color: transparent; background-image: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container > .video-iframe-container { display: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row > .video-iframe-container { display: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .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); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { border-width: 0; border-radius: 0; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#O5pZucS4viiX2vZXzzJr60PS5T7vohUL { color:#000000;display:block;width:65.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.8;letter-spacing:0;top:7.4999980926512rem;left:5.0937504768372rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#O5pZucS4viiX2vZXzzJr60PS5T7vohUL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5pZucS4viiX2vZXzzJr60PS5T7vohUL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
#Xt2yXIez55mCe7Pim13eX3s4n77BXm1Q { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:1.9742202758789rem;left:5.0937504768372rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVSZSPeCatGsvB1OTIUzuUosRCbTxrWy { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:36.562499284744rem;left:5.0937504768372rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Mdz-EpieP3A/unsplash/luke-besley-Mdz-EpieP3A-photo-1594970351817-5eb9a5728fa0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR.adaptive-delivery-prevent-bg, #wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR.lazyload, #wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR.lazyloading { background-image: none; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container { background-color: transparent; background-image: none; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.91); }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container > .video-iframe-container { display: none; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.91); }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row > .video-iframe-container { display: none; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .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); }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container { border-width: 0; border-radius: 0; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#IFoQ3hrtmR6ufeVOpLlhhr7A2nwt5Cx2 { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.8;letter-spacing:0;top:13.875rem;left:25.375rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pyovd336Md450AxrcFvkIzAmNPnrQZth { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:4.3125rem;left:4.625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEZgQTETaWGCZz71LPHGDNmnZSZOOeP8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:18.75rem;top:11.9375rem;left:4.625rem;overflow:hidden;display:block; }
#vgHTEQk2RRsXm3Wul46aFKDm9DdQnv3L { color:#202b4b;display:block;width:31.25rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:9.3125rem;left:25.375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQXAnOosK0qUEfdilRDzkJqOacLcUi8p { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"alegreya sans";font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:34.5625rem;left:4.625rem;height:1.91193125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5d28685-5c6d-4abf-a493-7496685ff1a3/Grafikadlakursu1.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH.adaptive-delivery-prevent-bg, #LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH.lazyload, #LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH.lazyloading { background-image: none; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container { background-color: transparent; background-image: none; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container > .video-iframe-container { display: none; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row > .video-iframe-container { display: none; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .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); }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container { border-width: 0; border-radius: 0; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container { font-size:0.875rem;font-family:arial;height:120rem;width:75rem;position:relative;display:block; }#B1ig4pBQActH9yk0IETPp2qNKCsxDWBK { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:3.3992195129394rem;left:5.0937504768372rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlossEudvmfTdIi59ClxMoLstoslTmr8 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:8.499218940735rem;left:5.0937504768372rem;height:7.42329375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#facwfeA1I87XLviqtRnMET3S099KrlBh { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:23.91250038147rem;left:45.500002384186rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eXRwtlhXAcbtb2errDIxSJunf3oc90ZD { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:15.92421913147rem;left:5.0937504768372rem;height:12.4360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eXRwtlhXAcbtb2errDIxSJunf3oc90ZD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eXRwtlhXAcbtb2errDIxSJunf3oc90ZD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:26.387500762939rem;left:45.500002384186rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:40.825002670288rem;left:5.0937504768372rem;height:19.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#HDLDmtzFlNxOBQFKIWbFTxdp0ggTl9kO { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:38.400001525879rem;left:5.0937504768372rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:60.5625rem;left:45.5rem;height:17rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#FbIIUhrd8fFJ9wXx41XoZoRm6RAFS2PU { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:58.125rem;left:45.5rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HQe19DPCmnliELDTpyboATBSBfQefR0F { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:78.0625rem;left:5.125rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HQe19DPCmnliELDTpyboATBSBfQefR0F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HQe19DPCmnliELDTpyboATBSBfQefR0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#Rucw2bT5ntX8rPoN4Hbs9MRIF0CKyvKg { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:75.625rem;left:5.125rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:87.875rem;left:45.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#idQ0ApXyNnpHk0HOcAQ3AEBrI08RhHHx { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:85.4375rem;left:45.5rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NsnZT7JCvatMrGf26IFMIacdTolwqQd5 { color:#000000;display:block;width:41.625rem;position:absolute;font-family:"alegreya sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:112.625rem;left:5.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NsnZT7JCvatMrGf26IFMIacdTolwqQd5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NsnZT7JCvatMrGf26IFMIacdTolwqQd5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#MB5Nb4Dhtyq7W2hGnRlmHPQ7PUesEAR9 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:110.1875rem;left:5.125rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycBXGaSKa4xeNoSA7Tv04EqqW5NGxR0e { box-sizing:content-box;height:96.875rem;width:0.3125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:14.587509155274rem;left:37.343752384186rem;display:block; }
#G2LBng0QSiJnMxKWttOOegoWEWFotrx5 { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:14.286718726158rem;left:36.656252384186rem;display:block; }
#DpaOWzTUrpmH88Qyg0Pc8R4aw7zwlENP { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:31.712499976158rem;left:36.656252384186rem;display:block; }
#kynIHT5DTuFFNeRPXTMC2M4Bf6zR5vtI { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:48.962499976158rem;left:36.656252384186rem;display:block; }
#mFJlGrT9EFh0OkXK1M9ZWfTxs3TBw73d { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:66.212491989138rem;left:36.656252384186rem;display:block; }
#dWJQZpOANiSxPONfXIG5kHMEnifD4Tgh { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:80.905471801756rem;left:36.656252384186rem;display:block; }
#v8P23ZCwHi0dXdsHtOc4feyr9ILhF74S { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:94.837501525881rem;left:36.656252384186rem;display:block; }
#T7MxNdBWrxMUKJ66A0HJTkBR5tiHnsBh { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:109.8242225647rem;left:36.656252384186rem;display:block; }
#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.adaptive-delivery-prevent-bg, #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.lazyload, #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.lazyloading { background-image: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { background-color: transparent; background-image: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container > .video-iframe-container { display: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row > .video-iframe-container { display: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .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); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { border-width: 0; border-radius: 0; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#vkPMJSUtUzAefCBORmq1lx2KFoitfOOB { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:2.3125rem;left:3.375rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt { color:#000000;display:block;width:65.625rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:8rem;left:3.3750004768372rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#OEH5pFTS5UsEVuCdBN2T6tgCTUhIWe0L { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:4.6867179870606rem;left:3.3750004768372rem;height:2.18253125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container { background-color: transparent; background-image: none; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container > .video-iframe-container { display: none; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row > .video-iframe-container { display: none; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .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); }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container { border-width: 0; border-radius: 0; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#yUPNGV69lzUudbKVdWMDWP57TPgQVfEC { 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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:8.75rem;left:1.875rem;display:block; }
#sk4y4d2W6oQBTVKUTIpH2c6AzvV2CNR3 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.249999618157rem;left:2.2125000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7ybJSIKT1bMsAX3h8oWA7NUHXI8vqWo { position:absolute;display:block;z-index:15004;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:8.75rem;left:21.0625rem;display:block; }
#JBaAHXqp2d4yw910l0yBvD74JKyVDTM0 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.249999618157rem;left:21.562500476837rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGUElFdCONZPiJ3sZVI4rrWCJLBckuLW { position:absolute;display:block;z-index:15008;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:8.75rem;left:40.25rem;display:block; }
#wg4Rsw8Xpf0DBA6WJ5SzTIpzD7wnAqOh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.249999618157rem;left:40.312502384186rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u20tWZrvhJgvo6qvfe5xV6fiZQVTJ4Ok { position:absolute;display:block;z-index:15012;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:8.75rem;left:59.25rem;display:block; }
#dGE9ZxOIT1bkcLLnx0IuwzrG8D4y9Tqw { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.250001907349rem;left:59.587504386902rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUzB7eeccTADMC8iC8fqR4nZxtWlCqIG { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:2.1000003814698rem;left:1.8750004768372rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fmkkUC9DIcl0fy2xTyMQRtKGdGBRw7Cz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.550001144409rem;left:7.2125000953675rem; }
#FLxKCRqoRRdnRnAKXcU0fPuiGqmv79mE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12rem;left:26.562502384186rem; }
#D6Pu77vl7AqnSZhSX7ESqpbsBODrvLt4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12rem;left:45.587500095368rem; }
#nIkN36psTT5lioEznrzDmdtSmPEt5rR0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12rem;left:64.062498569488rem; }
#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 { position:relative;display:block; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 { background-color: transparent; background-image: none; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container > .video-iframe-container { display: none; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row > .video-iframe-container { display: none; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .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); }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 { border-width: 0; border-radius: 0; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LdZME6JL0fDuFZW4fBUDQmoc8EHuopnT { color:#000000;display:block;width:67.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:1.7000007629394rem;left:3.5937504768372rem;height:5.039775rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kxvn1ogpTtE/unsplash/tomoko-uji-kxvn1ogpTtE-photo-1602615576820-ea14cf3e476a.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4.adaptive-delivery-prevent-bg, #XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4.lazyload, #XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4.lazyloading { background-image: none; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container { background-color: transparent; background-image: none; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container > .video-iframe-container { display: none; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row > .video-iframe-container { display: none; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .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); }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container { border-width: 0; border-radius: 0; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#g6N972L85E4T7uKHdtOh1Gk3DORGLB6a { color:#38435f;display:block;width:64.8125rem;position:absolute;font-family:alegreya;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:4rem;height:11.942475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ovM5IWqSPXBTwkqfSumwWv1OOnzrI419 { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:18.5rem;left:6.1875rem;height:2.58735625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.adaptive-delivery-prevent-bg, #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.lazyload, #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.lazyloading { background-image: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { background-color: transparent; background-image: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container > .video-iframe-container { display: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row > .video-iframe-container { display: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .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); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { border-width: 0; border-radius: 0; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu { color:#1e948d;display:block;width:65.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.8;letter-spacing:0;top:9.6875rem;left:4.625rem;height:13.6221875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
#JfXcDPTT6gF4rcuxSzuTpgTLXNJMobp4 { color:#be2a5a;display:block;width:64.8125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:4.8125rem;left:4.625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container { background-color: transparent; background-image: none; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container > .video-iframe-container { display: none; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row > .video-iframe-container { display: none; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .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); }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container { border-width: 0; border-radius: 0; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container { font-size:0.875rem;font-family:arial;height:109.4375rem;width:75rem;position:relative;display:block; }#PFuts66TMKn0OZ4aePEuHr3x9X2le76p { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:29.375rem;left:17.3125rem;display:block; }
#n0nSXO3QG7WIuIZrEoTEpbidEs1ksf2L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.9375rem;top:29.3125rem;left:9.3125rem;overflow:hidden;display:block; }
#hw85aKOqTQ62mfzdEQZDD90SCGrWUaa1 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:30.6875rem;left:18.75rem;height:5.0625rem;font-style:normal;display:block; }
#AAQsIS9MHfddkahMbni00H2Q7UP3eorQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #be2a5a;border-left:0.0625rem solid #be2a5a;border-right:0.0625rem solid #be2a5a;border-bottom:0.0625rem solid #be2a5a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:16.0625rem;top:31.8125rem;left:52rem;display:block; }
#MyATt0ts4LtutESk3t5AoR47Wf4ckzNk { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:52.6875rem;height:2.92471875rem;font-style:normal;display:block; }
#d0sbwqsRWvxnnrSSHEGGHshycIF7KKR5 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:81.8125rem;left:17.3125rem;display:block; }
#DssJl0zVGT5k1OVMS6O8SsJnBw4L4RMG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:81.75rem;left:9.3125rem;overflow:hidden;display:block; }
#hHKn7lVw2eQlRaEvnbTTduzyVmtNd0bT { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:84rem;left:18.75rem;height:3.375rem;font-style:normal;display:block; }
#ANz3B4XO3iOmxC65cFhF7mUdNu0LiZTN { position:absolute;display:block;z-index:15004;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.0625rem;top:84.25rem;left:52rem;display:block; }
#BbZ0DFupuMUG9dTOFTILwFbsDgPhkfhd { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:90.625rem;left:52.6875rem;height:2.92471875rem;font-style:normal;display:block; }
#BblsCRZUU0o3cXoQNfU0B7MLCfs3asfZ { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:62.75rem;left:17.375rem;display:block; }
#TJ7HnaniE5pINRyB2zMQArQ0Nz2iEamp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:62.75rem;left:9.5rem;overflow:hidden;display:block; }
#sKhhwqKWnkhRJg2fR388wl3ouE2V7xTr { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:64.125rem;left:18.75rem;height:3.375rem;font-style:normal;display:block; }
#VCDR8fSJal9iAU0HOKSgIiVmUecdJ28q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #be2a5a;border-left:0.0625rem solid #be2a5a;border-right:0.0625rem solid #be2a5a;border-bottom:0.0625rem solid #be2a5a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:16.0625rem;top:65.75rem;left:52.125rem;display:block; }
#SHXKa6s2HW29FWQu2wy07Swzo58w1BDg { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:71.875rem;left:52.9375rem;height:2.92471875rem;font-style:normal;display:block; }
#kBJqVNmkiRK05tKR4JiRBJtIBzh4ZowQ { position:absolute;display:block;z-index:15009;background-color:#be2a5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.0625rem;top:47.625rem;left:52rem;display:block; }
#qwIoilNSqAevH5pN4naKxyq1IDQo7EfF { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:46.375rem;left:17.3125rem;display:block; }
#OPWxde2LLtPn1uqanHQD8NnkKkiomv1h { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:46.3125rem;left:9.3125rem;overflow:hidden;display:block; }
#Qk0OSvneoWEEuCn6nV1KOU9yF9GtPVkU { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:47.75rem;left:18.75rem;height:5.0625rem;font-style:normal;display:block; }
#bDP6TFzikT8TqzkM7a460sC8CALaMd4W { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:54.6875rem;left:53.5rem;height:2.92471875rem;font-style:normal;display:block; }
#TE1310v9xsxwem4z2qUtBik93yveFHsg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:18.5625rem;top:92rem;left:9.3125rem;display:block; }
#MNJ7avQ75fbHxFMJi1NaZBbClmB4R9Mi { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:96.487918853762rem;left:31.875rem;height:1.46235625rem;font-style:normal;display:block; }
#Hl9J3GKwILU58lo1kfOSkEEF9VTnuA8N { position:absolute;display:block;z-index:15015;height:6.25rem;width:6.25rem;top:95.562492370606rem;left:25.670455932618rem;display:block; }
#FCIdpwA9IDKL3gs2zznWQIOOUR0apvaf { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:3.4375rem;left:16rem;display:block; }
#tHVh92InwTpgIT3E3XCOTU0yHP7DT9gh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:3.4375rem;left:8.125rem;overflow:hidden;display:block; }
#miyDuKcvKhM4gIbrfGcKBN12RfNf66KF { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.75rem;left:17.375rem;height:5.0625rem;font-style:normal;display:block; }
#lmrgye2cEbQ9KFNpT7sQAy55zycfnahB { position:absolute;display:block;z-index:15014;background-color:#be2a5a;background-image:none;border-top:0.0625rem solid #be2a5a;border-left:0.0625rem solid #be2a5a;border-right:0.0625rem solid #be2a5a;border-bottom:0.0625rem solid #be2a5a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.0625rem;top:6.125rem;left:50.8125rem;display:block; }
#cbwZOHuEWsMTWLkXKa8SybrIDHf5Fbgw { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.0625rem;left:51.6875rem;height:4.387075rem;font-style:normal;display:block; }
#ItEeTkZ10rQeaoRQVwpIRe9Ny8WxUIOR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:18.5625rem;top:13.625024795533rem;left:8.125rem;display:block; }
#wzopDkyG6DdrFVUs0TmePt3GntUofSeD { position:absolute;display:block;z-index:15018;height:6.25rem;width:6.25rem;top:17.186771392823rem;left:24.920455932618rem;display:block; }
#dsvq38Rf3lH0ozCUwezC1DGzvDv4hSWc { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.186813354493rem;left:31.125rem;height:1.46235625rem;font-style:normal;display:block; }
#n8ug6pPTAy5k58cqKDhBKJy4IfeALRII { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d9640a-5fee-42df-8e04-5792ee828107/2.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.adaptive-delivery-prevent-bg, #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.lazyload, #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.lazyloading { background-image: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { background-color: transparent; background-image: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container > .video-iframe-container { display: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row > .video-iframe-container { display: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .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); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { border-width: 0; border-radius: 0; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#DIEVuT3JWXsJDWVM4Q4erV37CrTPcrZi { position:absolute;display:block;z-index:15007;background-color:#be2a5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#B2rrpPem2qPO7TDGzol7yFhpEWxewDqW { color:#4f4f4f;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.375rem;left:30.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rZKICKWpmCzpk8kGT3l55lTySEckkc0o { color:#38435f;display:block;width:15.625rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.375rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J8tmfELFFSECrDUWFlFTVr5Z8yWO5gli { color:#be2a5a;display:block;width:21.3125rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:2.4517040252686rem;left:2.5rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rPHwuVl3mC2tPMOPE1b2ITAzeCu6e3pg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:29.875rem;top:13.375011444092rem;left:0rem;overflow:hidden;display:block; }
#yh95DiaAN7oyJMHNKpxWQw4SvJ5DHEy2 { color:#4f4f4f;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.5rem;left:30.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KBSqyE9sWVCzKlHaMxdT4mkhxaKcUrfx { color:#38435f;display:block;width:15.625rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:30.375rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f7bST0OwKHuZ5T0l6CO3gzch6cffo2iW { color:#4f4f4f;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:33rem;left:30.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OKl3vVuPPGWkab8G1lqyHTBeF45uNCF6 { color:#38435f;display:block;width:15.625rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:30.375rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ke0Wq8qKGdBfrwrR6yAbubUIFLAgWVpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.5625rem;left:26.0625rem; }
#zSXH9CLSu4hp2W3DWXwn15UWTqxVEQmC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.1875rem;left:26.0625rem; }
#rphzhgJyc8bDhT3nRgk7xPVbUlv7RuCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.0625rem;left:26.0625rem; }
#iamchX9lNgLBv77ZDVd6ueHnOsTGFsHT { color:#4f4f4f;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:33.1875rem;left:55.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yvFsqRCO23EhJ0V2sDWuC5eXiPGKfdbd { color:#38435f;display:block;width:15.625rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.0625rem;left:55.75rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dbt0g4J5T9p3ECq1UUkMcqUwAzcXgPZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.0625rem;left:51.8125rem; }
#Tf5NdxCGm8upRJfw4KLur7am88aTNofa { color:#4f4f4f;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:19.5625rem;left:55.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cx16cTg8kFcBpWTunN4AyAQgQ0NaKaBp { color:#38435f;display:block;width:19.4375rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16rem;left:55.5625rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lsr1zKsNUInrWKTBaBqIIcR2TDeiihdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.4375rem;left:51.8125rem; }
#yhxvD6Ls0pL3WNfreRES3hv3dAw1Tegb { color:#4f4f4f;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.4375rem;left:55.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K2PrE8GZut34ZxCNh03zcLaRDOyKkU60 { color:#38435f;display:block;width:15.625rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5rem;left:55.375rem;height:3.5738625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#adRNgiVdUstzTu6NX7eVTRshE6sh7TJe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.875rem;left:51.4375rem; }
#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container { background-color: transparent; background-image: none; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container > .video-iframe-container { display: none; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row > .video-iframe-container { display: none; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .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); }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container { border-width: 0; border-radius: 0; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#SvJN7LhWZyGyTdsbBBIoLXkyn6ES4rFB { color:#be2a5a;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:5.6370739936829rem;left:3.375rem;height:2.47443125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw { color:#000000;display:block;width:65.625rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.1250004768369rem;left:3.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
#JLokthcWr2TfgS7ESTeM3I8ZFakhi4gl { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.875rem;left:3.375rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EqmKgmqzu9TXNsNNbmvzfgh2mNVEiNo0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { background-color: transparent; background-image: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container > .video-iframe-container { display: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row > .video-iframe-container { display: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .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); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { border-width: 0; border-radius: 0; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#ItfHXmscokMlcWpvZMI9zgKi1i3bF69o { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:1.2478694915771rem;left:41.500002384186rem;height:2.47443125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbxTEk8N3X96QMhFg8HGyfFnVwV5v5RU { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#be2a5a;background-image:none;top:1.2499980926514rem;left:36.875rem;display:block; }
#E41rObTX93LKwJZnT0PDaUTsaZ2in2uG { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:1.2478694915771rem;left:4rem;height:2.47443125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF { position:relative;display:block; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF { background-color: transparent; background-image: none; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container > .video-iframe-container { display: none; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row > .video-iframe-container { display: none; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .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); }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF { border-width: 0; border-radius: 0; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20d9640a-5fee-42df-8e04-5792ee828107/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container.adaptive-delivery-prevent-bg, #BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container.lazyload, #BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container.lazyloading { background-image: none; }#LdSO497AdRQAWT1B3ErFqSUZt17UHDb0 { z-index:15003;top:3.0625rem;left:52.75rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n1FhGw5T7bluPkOm1Zn72ouesFP2gBsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGdAvd08cRfMTcAPvmqTNVkoRXikNKJQ { color:#be2a5a;display:block;width:49.625rem;position:absolute;font-family:"alegreya sans";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.3125rem;left:1.6875rem;height:4.54971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fcWAwPKpkTU/unsplash/madison-bracaglia-fcWAwPKpkTU-photo-1551554781-c46200ea959d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z.adaptive-delivery-prevent-bg, #WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z.lazyload, #WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z.lazyloading { background-image: none; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container { background-color: transparent; background-image: none; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container > .video-iframe-container { display: none; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row > .video-iframe-container { display: none; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .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); }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container { border-width: 0; border-radius: 0; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#KhzZ8mIFtmQE1fCxIGbzk0JbXPfPxT7N { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.61) ;height:54rem;width:66.9375rem;top:6.5625rem;left:4.0625004768372rem;display:block; }
#uapv0eSGeAqW7VCzkitkCAc81na8rO8O { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"alegreya sans";font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.125rem;left:20.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q41MvfLKO0TuqcT8fr4nnBDn0RHLlIau { position:absolute;display:block;z-index:15015;background-color:#be2a5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:14rem;left:30.6875rem;display:block; }
#fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 { color:#000000;display:block;width:49rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.875022888184rem;left:13rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ddaa9546dfbb3aebeff654ac64f304ddf8354f9.svg); }
#uA5KU5hT4iLHLKecnRIT0MnOIwklEE3u { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:34.5625rem;left:21.75rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uxM4NXaUn9uNqWnHhcbF0Fq8yiI5Slpf { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"alegreya sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:40.4375rem;left:22.75rem;height:2.92471875rem;font-style:italic;display:block; }
#gZhbc6ui83p2SHdMuQMvd2t8SHWPN6Hw { z-index:15003;top:44.0625rem;left:14.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.3125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xync3G1eRyfKqczdPmWii9maUyI6cmyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbcJmeA6MEMwVwF46xTyEICJtVtGqUwO { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"alegreya sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:50.375rem;left:16.375rem;height:7.08665625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 { position:relative;display:block; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 { background-color: transparent; background-image: none; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container > .video-iframe-container { display: none; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row > .video-iframe-container { display: none; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .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); }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 { border-width: 0; border-radius: 0; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20d9640a-5fee-42df-8e04-5792ee828107/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container.adaptive-delivery-prevent-bg, #He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container.lazyload, #He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container.lazyloading { background-image: none; }#nUmkZM3awUidzZOcGdrUL5TTMIgJ2K5A { z-index:15003;top:3.0625rem;left:52.75rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VJc5tMfh0LkH8WJWC8VaLm4AzZJL7Sqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAo63vypqzIONd58XbtvpuC4ltOxkILf { color:#be2a5a;display:block;width:49.625rem;position:absolute;font-family:"alegreya sans";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.3125rem;left:1.6875rem;height:4.54971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygSRxBGs9da7MTUlNv0Jb1kSToTrOnlm { width:47.75rem;height:4.1875rem;top:8.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCHrou3r7ePHlBhNAV0Wo2pp9N8zQoTR { width:46.75rem;height:1.9375rem;top:13.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn { width:44.375rem;height:6.375rem;top:17.875rem;left:0rem;font-size:1.25rem;display:block; }#t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ { display:block; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqP8CmS8z8FoaKNCPPbFkubRDAsMSNSy { width:47.75rem;height:9.875rem;top:2.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT { display:block; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAFsv6EGvsKyB6biHyofXCmyATKydir2 { width:47.75rem;height:11.25rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tQsyancr1r0Z88lFcEAKlO7blLZH7A { display:block; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDZ1Pp4OdDAmW87OEJwhfaZNxmJc1ckk { width:47.75rem;height:7.3125rem;top:5.6875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa { display:block; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5pZucS4viiX2vZXzzJr60PS5T7vohUL { width:47.75rem;height:;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }#O5pZucS4viiX2vZXzzJr60PS5T7vohUL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #Xt2yXIez55mCe7Pim13eX3s4n77BXm1Q { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSZSPeCatGsvB1OTIUzuUosRCbTxrWy { width:47.75rem;height:2.25rem;top:36.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR { display:block; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFoQ3hrtmR6ufeVOpLlhhr7A2nwt5Cx2 { width:46.0625rem;height:22.5rem;top:13.875rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyovd336Md450AxrcFvkIzAmNPnrQZth { width:47.75rem;height:3.375rem;top:4.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZgQTETaWGCZz71LPHGDNmnZSZOOeP8 { width:18.75rem;height:22.625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgHTEQk2RRsXm3Wul46aFKDm9DdQnv3L { width:31.25rem;height:3.375rem;top:9.3125rem;left:11.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQXAnOosK0qUEfdilRDzkJqOacLcUi8p { width:14.0625rem;height:1.875rem;top:34.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH { display:block; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ig4pBQActH9yk0IETPp2qNKCsxDWBK { width:47.75rem;height:3.375rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlossEudvmfTdIi59ClxMoLstoslTmr8 { width:29.5rem;height:7.375rem;top:8.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #facwfeA1I87XLviqtRnMET3S099KrlBh { width:29.5rem;height:2.4375rem;top:23.875rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRwtlhXAcbtb2errDIxSJunf3oc90ZD { width:29.5rem;height:12.4375rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }#eXRwtlhXAcbtb2errDIxSJunf3oc90ZD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh { width:29.5rem;height:14.4375rem;top:26.375rem;left:18.25rem;font-size:1.125rem;display:block; }#ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 { width:29.5rem;height:;top:40.8125rem;left:0rem;font-size:1.125rem;display:block; }#kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #HDLDmtzFlNxOBQFKIWbFTxdp0ggTl9kO { width:29.5rem;height:2.4375rem;top:38.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM { width:29.5rem;height:;top:60.5625rem;left:18.25rem;font-size:1.125rem;display:block; }#aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #FbIIUhrd8fFJ9wXx41XoZoRm6RAFS2PU { width:29.5rem;height:2.4375rem;top:58.125rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQe19DPCmnliELDTpyboATBSBfQefR0F { width:29.5rem;height:7.375rem;top:78.0625rem;left:0rem;font-size:1.125rem;display:block; }#HQe19DPCmnliELDTpyboATBSBfQefR0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #Rucw2bT5ntX8rPoN4Hbs9MRIF0CKyvKg { width:29.5rem;height:2.4375rem;top:75.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 { width:29.5rem;height:;top:87.875rem;left:18.25rem;font-size:1.125rem;display:block; }#ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #idQ0ApXyNnpHk0HOcAQ3AEBrI08RhHHx { width:29.5rem;height:2.4375rem;top:85.4375rem;left:18.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsnZT7JCvatMrGf26IFMIacdTolwqQd5 { width:41.625rem;height:2.25rem;top:112.625rem;left:0rem;font-size:1.125rem;display:block; }#NsnZT7JCvatMrGf26IFMIacdTolwqQd5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #MB5Nb4Dhtyq7W2hGnRlmHPQ7PUesEAR9 { width:29.5rem;height:2.4375rem;top:110.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBXGaSKa4xeNoSA7Tv04EqqW5NGxR0e { width:0.3125rem;height:96.875rem;top:14.5625rem;left:23.718752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LBng0QSiJnMxKWttOOegoWEWFotrx5 { width:1.6875rem;height:1.6875rem;top:14.25rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpaOWzTUrpmH88Qyg0Pc8R4aw7zwlENP { width:1.6875rem;height:1.6875rem;top:31.6875rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynIHT5DTuFFNeRPXTMC2M4Bf6zR5vtI { width:1.6875rem;height:1.6875rem;top:48.9375rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFJlGrT9EFh0OkXK1M9ZWfTxs3TBw73d { width:1.6875rem;height:1.6875rem;top:66.1875rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWJQZpOANiSxPONfXIG5kHMEnifD4Tgh { width:1.6875rem;height:1.6875rem;top:80.875rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8P23ZCwHi0dXdsHtOc4feyr9ILhF74S { width:1.6875rem;height:1.6875rem;top:94.8125rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MxNdBWrxMUKJ66A0HJTkBR5tiHnsBh { width:1.6875rem;height:1.6875rem;top:109.8125rem;left:23.031252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI { display:block; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkPMJSUtUzAefCBORmq1lx2KFoitfOOB { width:29.5rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt { width:47.75rem;height:;top:8rem;left:0rem;font-size:1.125rem;display:block; }#WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #OEH5pFTS5UsEVuCdBN2T6tgCTUhIWe0L { width:29.5rem;height:2.125rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq { display:block; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUPNGV69lzUudbKVdWMDWP57TPgQVfEC { width:13.5rem;height:15.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk4y4d2W6oQBTVKUTIpH2c6AzvV2CNR3 { width:13.125rem;height:4.875rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ybJSIKT1bMsAX3h8oWA7NUHXI8vqWo { width:13.5rem;height:15.25rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBaAHXqp2d4yw910l0yBvD74JKyVDTM0 { width:13.125rem;height:4.875rem;top:16.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUElFdCONZPiJ3sZVI4rrWCJLBckuLW { width:13.5rem;height:15.25rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4Rsw8Xpf0DBA6WJ5SzTIpzD7wnAqOh { width:13.125rem;height:3.25rem;top:16.1875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u20tWZrvhJgvo6qvfe5xV6fiZQVTJ4Ok { width:13.5rem;height:15.25rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGE9ZxOIT1bkcLLnx0IuwzrG8D4y9Tqw { width:13.125rem;height:6.5rem;top:16.25rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUzB7eeccTADMC8iC8fqR4nZxtWlCqIG { width:47.75rem;height:3.375rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkkUC9DIcl0fy2xTyMQRtKGdGBRw7Cz { width:3.125rem;height:3.125rem;top:11.5rem;left:3.8062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxKCRqoRRdnRnAKXcU0fPuiGqmv79mE { width:3.125rem;height:3.125rem;top:12rem;left:16.343752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6Pu77vl7AqnSZhSX7ESqpbsBODrvLt4 { width:3.125rem;height:3.125rem;top:12rem;left:28.556250095367rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIkN36psTT5lioEznrzDmdtSmPEt5rR0 { width:3.125rem;height:3.125rem;top:12rem;left:40.218748569489rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 { display:block; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdZME6JL0fDuFZW4fBUDQmoc8EHuopnT { width:47.75rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 { display:block; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6N972L85E4T7uKHdtOh1Gk3DORGLB6a { width:47.75rem;height:11.9375rem;top:5.4375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovM5IWqSPXBTwkqfSumwWv1OOnzrI419 { width:47.75rem;height:2.5625rem;top:18.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt { display:block; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWsG14TyVkvnL48cfkOlEdauL8XlPzmu { width:47.75rem;height:13.5625rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #JfXcDPTT6gF4rcuxSzuTpgTLXNJMobp4 { width:47.75rem;height:3.375rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc { display:block; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFuts66TMKn0OZ4aePEuHr3x9X2le76p { width:46.8125rem;height:7.75rem;top:29.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0nSXO3QG7WIuIZrEoTEpbidEs1ksf2L { width:7.9375rem;height:7.75rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw85aKOqTQ62mfzdEQZDD90SCGrWUaa1 { width:44.125rem;height:5.0625rem;top:30.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQsIS9MHfddkahMbni00H2Q7UP3eorQ { width:16.0625rem;height:10.125rem;top:31.8125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyATt0ts4LtutESk3t5AoR47Wf4ckzNk { width:14.375rem;height:2.875rem;top:37.9375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sbwqsRWvxnnrSSHEGGHshycIF7KKR5 { width:46.8125rem;height:7.75rem;top:81.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DssJl0zVGT5k1OVMS6O8SsJnBw4L4RMG { width:7.9375rem;height:7.9375rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHKn7lVw2eQlRaEvnbTTduzyVmtNd0bT { width:44.125rem;height:3.375rem;top:84rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANz3B4XO3iOmxC65cFhF7mUdNu0LiZTN { width:16.0625rem;height:10.5rem;top:84.25rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZ0DFupuMUG9dTOFTILwFbsDgPhkfhd { width:14.6875rem;height:2.875rem;top:90.625rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BblsCRZUU0o3cXoQNfU0B7MLCfs3asfZ { width:46.8125rem;height:7.75rem;top:62.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7HnaniE5pINRyB2zMQArQ0Nz2iEamp { width:7.75rem;height:7.75rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhhwqKWnkhRJg2fR388wl3ouE2V7xTr { width:44.125rem;height:5.0625rem;top:64.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDR8fSJal9iAU0HOKSgIiVmUecdJ28q { width:16.0625rem;height:10.125rem;top:65.75rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHXKa6s2HW29FWQu2wy07Swzo58w1BDg { width:14.375rem;height:2.875rem;top:71.875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJqVNmkiRK05tKR4JiRBJtIBzh4ZowQ { width:16.0625rem;height:10.5rem;top:47.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwIoilNSqAevH5pN4naKxyq1IDQo7EfF { width:46.8125rem;height:7.75rem;top:46.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPWxde2LLtPn1uqanHQD8NnkKkiomv1h { width:7.9375rem;height:7.9375rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0OSvneoWEEuCn6nV1KOU9yF9GtPVkU { width:44.125rem;height:5.0625rem;top:47.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDP6TFzikT8TqzkM7a460sC8CALaMd4W { width:14.6875rem;height:2.875rem;top:54.6875rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1310v9xsxwem4z2qUtBik93yveFHsg { width:18.5625rem;height:10.4375rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJ7avQ75fbHxFMJi1NaZBbClmB4R9Mi { width:17.6875rem;height:1.4375rem;top:96.4375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl9J3GKwILU58lo1kfOSkEEF9VTnuA8N { width:6.25rem;height:6.25rem;top:95.5rem;left:12.045455932618rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIdpwA9IDKL3gs2zznWQIOOUR0apvaf { width:46.8125rem;height:7.75rem;top:3.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVh92InwTpgIT3E3XCOTU0yHP7DT9gh { width:7.75rem;height:7.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miyDuKcvKhM4gIbrfGcKBN12RfNf66KF { width:44.125rem;height:5.0625rem;top:4.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrgye2cEbQ9KFNpT7sQAy55zycfnahB { width:16.0625rem;height:11.875rem;top:6.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwZOHuEWsMTWLkXKa8SybrIDHf5Fbgw { width:14.375rem;height:4.375rem;top:12.0625rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItEeTkZ10rQeaoRQVwpIRe9Ny8WxUIOR { width:18.5625rem;height:10.4375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzopDkyG6DdrFVUs0TmePt3GntUofSeD { width:6.25rem;height:6.25rem;top:17.125rem;left:11.295455932618rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsvq38Rf3lH0ozCUwezC1DGzvDv4hSWc { width:17.6875rem;height:1.4375rem;top:17.125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ug6pPTAy5k58cqKDhBKJy4IfeALRII { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB { display:block; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIEVuT3JWXsJDWVM4Q4erV37CrTPcrZi { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rrpPem2qPO7TDGzol7yFhpEWxewDqW { width:16.5625rem;height:3rem;top:8.375rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKICKWpmCzpk8kGT3l55lTySEckkc0o { width:15.625rem;height:3.5625rem;top:4.5625rem;left:16.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tmfELFFSECrDUWFlFTVr5Z8yWO5gli { width:21.3125rem;height:3.375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHwuVl3mC2tPMOPE1b2ITAzeCu6e3pg { width:29.875rem;height:28.5625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh95DiaAN7oyJMHNKpxWQw4SvJ5DHEy2 { width:17.25rem;height:4.5rem;top:19.5rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSqyE9sWVCzKlHaMxdT4mkhxaKcUrfx { width:15.625rem;height:3.5625rem;top:15.75rem;left:16.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7bST0OwKHuZ5T0l6CO3gzch6cffo2iW { width:17.5rem;height:4.5rem;top:33rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKl3vVuPPGWkab8G1lqyHTBeF45uNCF6 { width:15.625rem;height:3.5625rem;top:28.875rem;left:16.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0Wq8qKGdBfrwrR6yAbubUIFLAgWVpT { width:3.125rem;height:3.125rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSXH9CLSu4hp2W3DWXwn15UWTqxVEQmC { width:3.125rem;height:3.125rem;top:16.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rphzhgJyc8bDhT3nRgk7xPVbUlv7RuCF { width:3.125rem;height:3.125rem;top:29.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iamchX9lNgLBv77ZDVd6ueHnOsTGFsHT { width:17.1875rem;height:4.5rem;top:33.1875rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvFsqRCO23EhJ0V2sDWuC5eXiPGKfdbd { width:15.625rem;height:3.5625rem;top:29.0625rem;left:32rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbt0g4J5T9p3ECq1UUkMcqUwAzcXgPZO { width:3.125rem;height:3.125rem;top:29.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5NdxCGm8upRJfw4KLur7am88aTNofa { width:18.1875rem;height:4.5rem;top:19.5625rem;left:29.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx16cTg8kFcBpWTunN4AyAQgQ0NaKaBp { width:19.4375rem;height:3.5625rem;top:16rem;left:28.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr1zKsNUInrWKTBaBqIIcR2TDeiihdm { width:3.125rem;height:3.125rem;top:16.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhxvD6Ls0pL3WNfreRES3hv3dAw1Tegb { width:19.625rem;height:3rem;top:8.4375rem;left:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2PrE8GZut34ZxCNh03zcLaRDOyKkU60 { width:15.625rem;height:3.5625rem;top:5rem;left:32rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRNgiVdUstzTu6NX7eVTRshE6sh7TJe { width:3.125rem;height:3.125rem;top:4.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS { display:block; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvJN7LhWZyGyTdsbBBIoLXkyn6ES4rFB { width:29.5rem;height:2.4375rem;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw { width:47.75rem;height:;top:9.125rem;left:0rem;font-size:1.3125rem;display:block; }#JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #JLokthcWr2TfgS7ESTeM3I8ZFakhi4gl { width:29.5rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqmKgmqzu9TXNsNNbmvzfgh2mNVEiNo0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF { display:block; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItfHXmscokMlcWpvZMI9zgKi1i3bF69o { width:29.5rem;height:2.4375rem;top:1.1875rem;left:18.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbxTEk8N3X96QMhFg8HGyfFnVwV5v5RU { width:1.25rem;height:1.25rem;top:1.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41rObTX93LKwJZnT0PDaUTsaZ2in2uG { width:29.5rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF { display:block; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdSO497AdRQAWT1B3ErFqSUZt17UHDb0 { top:3.0625rem;left:27.125rem;width:20.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FhGw5T7bluPkOm1Zn72ouesFP2gBsA { display:block; }
 }@media only screen and (max-width: 763px) { #QGdAvd08cRfMTcAPvmqTNVkoRXikNKJQ { width:47.75rem;height:4.5rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z { display:block; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhzZ8mIFtmQE1fCxIGbzk0JbXPfPxT7N { top:6.5625rem;left:0rem;width:47.75rem;height:54rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapv0eSGeAqW7VCzkitkCAc81na8rO8O { top:10.125rem;left:7.125rem;width:33.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q41MvfLKO0TuqcT8fr4nnBDn0RHLlIau { top:14rem;left:17.0625rem;width:13.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 { top:15.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }#fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ddaa9546dfbb3aebeff654ac64f304ddf8354f9.svg); }
 }@media only screen and (max-width: 763px) { #uA5KU5hT4iLHLKecnRIT0MnOIwklEE3u { width:31.5625rem;height:5.875rem;top:34.5625rem;left:8.1250004768369rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxM4NXaUn9uNqWnHhcbF0Fq8yiI5Slpf { width:29.5rem;height:1.4375rem;top:40.4375rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZhbc6ui83p2SHdMuQMvd2t8SHWPN6Hw { top:44.0625rem;left:1.25rem;width:45.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xync3G1eRyfKqczdPmWii9maUyI6cmyx { display:block; }
 }@media only screen and (max-width: 763px) { #nbcJmeA6MEMwVwF46xTyEICJtVtGqUwO { width:42.3125rem;height:7.0625rem;top:50.375rem;left:2.7500004768372rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 { display:block; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUmkZM3awUidzZOcGdrUL5TTMIgJ2K5A { top:3.0625rem;left:27.125rem;width:20.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJc5tMfh0LkH8WJWC8VaLm4AzZJL7Sqp { display:block; }
 }@media only screen and (max-width: 763px) { #SAo63vypqzIONd58XbtvpuC4ltOxkILf { width:47.75rem;height:4.5rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1899a944-5aef-4402-975b-1bd2301d5de9/landingcde.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygSRxBGs9da7MTUlNv0Jb1kSToTrOnlm { width:19rem;height:5.1988625rem;top:2.3125rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCHrou3r7ePHlBhNAV0Wo2pp9N8zQoTR { width:20rem;height:5.84871875rem;top:9.0731534957888rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn { width:18.9375rem;height:11.625rem;top:16.4375rem;left:0.53125rem;font-size:1.25rem;display:block; }#t4AHpvTLCCZ7skwQG1ZoZ3JH2DFqg5nn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ { display:block; }#DsXw1TXeP6am90TBecqKZFKRFVUUBXsZ > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqP8CmS8z8FoaKNCPPbFkubRDAsMSNSy { width:20rem;height:20.18465625rem;top:3.1569604873658rem;left:0rem;font-size:1.1875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT { display:block; }#gS7X2Cz8yKxX50PRxG5iPEaxxRu7CTtT > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAFsv6EGvsKyB6biHyofXCmyATKydir2 { width:20rem;height:23.3963125rem;top:3.1129264831543rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x8tQsyancr1r0Z88lFcEAKlO7blLZH7A { display:block; }#x8tQsyancr1r0Z88lFcEAKlO7blLZH7A > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDZ1Pp4OdDAmW87OEJwhfaZNxmJc1ckk { width:20rem;height:9.5994375rem;top:4.5745735168457rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.adaptive-delivery-prevent-bg, #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.lazyload, #iEholdXq6sq0uMaWCcPtck1zxWLvKUBa.lazyloading { background-image: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { background-color: transparent; background-image: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container > .video-iframe-container { display: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row > .video-iframe-container { display: none; }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .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); }#iEholdXq6sq0uMaWCcPtck1zxWLvKUBa > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5pZucS4viiX2vZXzzJr60PS5T7vohUL { width:19.5625rem;height:52.53975rem;top:8.125rem;left:0rem;font-size:1.125rem;line-height:1.9;display:block; }#O5pZucS4viiX2vZXzzJr60PS5T7vohUL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #Xt2yXIez55mCe7Pim13eX3s4n77BXm1Q { width:20rem;height:3.14985625rem;top:3.3955974578858rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSZSPeCatGsvB1OTIUzuUosRCbTxrWy { width:20rem;height:6.074575rem;top:62.675422668456rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR { display:block; }#wguytTTfzWXMslQ2HpZi6oVhMGxPT5sR > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFoQ3hrtmR6ufeVOpLlhhr7A2nwt5Cx2 { width:20rem;height:40.36934375rem;top:38.187507152558rem;left:0rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pyovd336Md450AxrcFvkIzAmNPnrQZth { width:20rem;height:3.14985625rem;top:3.8409099578858rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEZgQTETaWGCZz71LPHGDNmnZSZOOeP8 { width:18.75rem;height:22.625rem;top:11.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgHTEQk2RRsXm3Wul46aFKDm9DdQnv3L { width:20rem;height:3.14985625rem;top:6.9453125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQXAnOosK0qUEfdilRDzkJqOacLcUi8p { width:14.0625rem;height:1.699575rem;top:34.3125rem;left:3rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH { display:block; }#LiAXtcwnXN2wKP6NgDb4LAOCwOzNmXUH > .row .container { width:20rem;height:148.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ig4pBQActH9yk0IETPp2qNKCsxDWBK { width:20rem;height:3.375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlossEudvmfTdIi59ClxMoLstoslTmr8 { width:20rem;height:6.75rem;top:7.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #facwfeA1I87XLviqtRnMET3S099KrlBh { width:20rem;height:2.25rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRwtlhXAcbtb2errDIxSJunf3oc90ZD { width:20rem;height:11.4233125rem;top:14.625000953674rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#eXRwtlhXAcbtb2errDIxSJunf3oc90ZD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh { width:20rem;height:13.5355rem;top:31.5rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#ZR0WgSHwgfGhxKyWi6zXisxTsnXDpXCh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 { width:20rem;height:17.7599375rem;top:50.5625rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#kQZqrZa5ZSO8dzBvS2NsRtiTcW4TJKc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #HDLDmtzFlNxOBQFKIWbFTxdp0ggTl9kO { width:20rem;height:2.25rem;top:48.312499523163rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM { width:20rem;height:17.4474375rem;top:74.137502670288rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#aU3vh2GrWoESg5JQxPh3TFrTow9cQcbM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #FbIIUhrd8fFJ9wXx41XoZoRm6RAFS2PU { width:20rem;height:2.25rem;top:71.662500381469rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQe19DPCmnliELDTpyboATBSBfQefR0F { width:20rem;height:6.02415rem;top:97.699998855594rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#HQe19DPCmnliELDTpyboATBSBfQefR0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #Rucw2bT5ntX8rPoN4Hbs9MRIF0CKyvKg { width:20rem;height:2.25rem;top:95.450002670288rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 { width:20rem;height:21.359375rem;top:111.14999866486rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#ALQkPEKgo2O4ce9qfA8kf7TrxT4EQSh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #idQ0ApXyNnpHk0HOcAQ3AEBrI08RhHHx { width:20rem;height:2.475rem;top:107.98749828339rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsnZT7JCvatMrGf26IFMIacdTolwqQd5 { width:20rem;height:3.59943125rem;top:138.3125rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#NsnZT7JCvatMrGf26IFMIacdTolwqQd5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #MB5Nb4Dhtyq7W2hGnRlmHPQ7PUesEAR9 { width:20rem;height:2.25rem;top:135.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBXGaSKa4xeNoSA7Tv04EqqW5NGxR0e { width:0.3125rem;height:96.875rem;top:178.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2LBng0QSiJnMxKWttOOegoWEWFotrx5 { width:1.6875rem;height:1.6875rem;top:32.9625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpaOWzTUrpmH88Qyg0Pc8R4aw7zwlENP { width:1.6875rem;height:1.6875rem;top:39.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kynIHT5DTuFFNeRPXTMC2M4Bf6zR5vtI { width:1.6875rem;height:1.6875rem;top:87.2875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFJlGrT9EFh0OkXK1M9ZWfTxs3TBw73d { width:1.6875rem;height:1.6875rem;top:93.95rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWJQZpOANiSxPONfXIG5kHMEnifD4Tgh { width:1.6875rem;height:1.6875rem;top:134.2375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8P23ZCwHi0dXdsHtOc4feyr9ILhF74S { width:1.6875rem;height:1.6875rem;top:140.9rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7MxNdBWrxMUKJ66A0HJTkBR5tiHnsBh { width:1.6875rem;height:1.6875rem;top:175.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.adaptive-delivery-prevent-bg, #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.lazyload, #SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI.lazyloading { background-image: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { background-color: transparent; background-image: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container > .video-iframe-container { display: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row > .video-iframe-container { display: none; }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .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); }#SiCQPh0EeLbvdNMfg5p8niUKx66WcgbI > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkPMJSUtUzAefCBORmq1lx2KFoitfOOB { width:20rem;height:2.25rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt { width:20rem;height:19.5596875rem;top:10rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#WO59S77dlRaUTAFHhTkRcOKI6ZcGIHdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #OEH5pFTS5UsEVuCdBN2T6tgCTUhIWe0L { width:20rem;height:2.02485625rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq { display:block; }#ZVED07qkghOtUHWkhQ1JiXH6E0PoVVNq > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUPNGV69lzUudbKVdWMDWP57TPgQVfEC { width:13.5625rem;height:11.625rem;top:9.25rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk4y4d2W6oQBTVKUTIpH2c6AzvV2CNR3 { width:13.125rem;height:2.6rem;top:16.749999046326rem;left:3.4624996185302rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ybJSIKT1bMsAX3h8oWA7NUHXI8vqWo { width:13.5625rem;height:13.25rem;top:23.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBaAHXqp2d4yw910l0yBvD74JKyVDTM0 { width:13.125rem;height:3.89915rem;top:30.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUElFdCONZPiJ3sZVI4rrWCJLBckuLW { width:13.5625rem;height:12rem;top:39.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4Rsw8Xpf0DBA6WJ5SzTIpzD7wnAqOh { width:10rem;height:2.59943125rem;top:47.8125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u20tWZrvhJgvo6qvfe5xV6fiZQVTJ4Ok { width:13.5625rem;height:12.625rem;top:55rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGE9ZxOIT1bkcLLnx0IuwzrG8D4y9Tqw { width:13.125rem;height:3.89915rem;top:62.437502861023rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUzB7eeccTADMC8iC8fqR4nZxtWlCqIG { width:20rem;height:4.5rem;top:3.2500009536743rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmkkUC9DIcl0fy2xTyMQRtKGdGBRw7Cz { display:flex;width:3.125rem;height:3.125rem;top:12.050000572577rem;left:8.46249961853rem; }
 }@media only screen and (max-width: 763px) { #FLxKCRqoRRdnRnAKXcU0fPuiGqmv79mE { display:flex;width:3.125rem;height:3.125rem;top:26.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #D6Pu77vl7AqnSZhSX7ESqpbsBODrvLt4 { display:flex;width:3.125rem;height:3.125rem;top:43.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #nIkN36psTT5lioEznrzDmdtSmPEt5rR0 { display:flex;width:3.125rem;height:3.125rem;top:58.000002861023rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 { display:block; }#XJXbthNOtRSSixCgqssB8XIgWfLaUhT1 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdZME6JL0fDuFZW4fBUDQmoc8EHuopnT { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 { display:block; }#XAIGyeEsNxTUtpMFluCWuwnUco2gIHp4 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6N972L85E4T7uKHdtOh1Gk3DORGLB6a { width:20rem;height:15.59660625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovM5IWqSPXBTwkqfSumwWv1OOnzrI419 { width:20rem;height:2.012075rem;top:20.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2312946-51ae-44eb-8d0d-dec337ab48f7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.adaptive-delivery-prevent-bg, #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.lazyload, #AE1UTcQvQVyIp2FeNHrURshy5fBFvptt.lazyloading { background-image: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { background-color: transparent; background-image: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container > .video-iframe-container { display: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row > .video-iframe-container { display: none; }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .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); }#AE1UTcQvQVyIp2FeNHrURshy5fBFvptt > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWsG14TyVkvnL48cfkOlEdauL8XlPzmu { width:20rem;height:31.375rem;top:13.25rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWsG14TyVkvnL48cfkOlEdauL8XlPzmu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qoeWmOiV/logo_wisnia_2_.png); }
 }@media only screen and (max-width: 763px) { #JfXcDPTT6gF4rcuxSzuTpgTLXNJMobp4 { width:20rem;height:7.875rem;top:3.3749961853027rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc { display:block; }#FGnQoqDXxGEExvyLJ6Qqpt4F9xEPTgHc > .row .container { width:20rem;height:189.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFuts66TMKn0OZ4aePEuHr3x9X2le76p { width:20rem;height:24.75rem;top:49.703125953674rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #n0nSXO3QG7WIuIZrEoTEpbidEs1ksf2L { width:7.9375rem;height:7.75rem;top:46.640643596649rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw85aKOqTQ62mfzdEQZDD90SCGrWUaa1 { width:18.8125rem;height:9rem;top:55.890626907349rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQsIS9MHfddkahMbni00H2Q7UP3eorQ { width:13.8125rem;height:4.3125rem;top:67.078127861025rem;left:3.0482956171036rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyATt0ts4LtutESk3t5AoR47Wf4ckzNk { width:12.5rem;height:2.59943125rem;top:67.979406356813rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sbwqsRWvxnnrSSHEGGHshycIF7KKR5 { width:20rem;height:24.5rem;top:145.68608570099rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DssJl0zVGT5k1OVMS6O8SsJnBw4L4RMG { width:7.9375rem;height:7.9375rem;top:142.49858760834rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHKn7lVw2eQlRaEvnbTTduzyVmtNd0bT { width:18.8125rem;height:7.5rem;top:152.99859619141rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANz3B4XO3iOmxC65cFhF7mUdNu0LiZTN { width:13.75rem;height:4.375rem;top:163.06180238724rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZ0DFupuMUG9dTOFTILwFbsDgPhkfhd { width:12.5rem;height:2.59943125rem;top:163.94885540009rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BblsCRZUU0o3cXoQNfU0B7MLCfs3asfZ { width:20rem;height:22.1875rem;top:116.96307182312rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7HnaniE5pINRyB2zMQArQ0Nz2iEamp { width:7.9375rem;height:7.9375rem;top:113.38565826416rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhhwqKWnkhRJg2fR388wl3ouE2V7xTr { width:20rem;height:7.5rem;top:123.08808755874rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDR8fSJal9iAU0HOKSgIiVmUecdJ28q { width:16.125rem;height:5.0625rem;top:132.21306824684rem;left:1.892045378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHXKa6s2HW29FWQu2wy07Swzo58w1BDg { width:14.375rem;height:2.59943125rem;top:133.48934173584rem;left:2.8125001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJqVNmkiRK05tKR4JiRBJtIBzh4ZowQ { width:16.0625rem;height:5.625rem;top:100.17686128616rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwIoilNSqAevH5pN4naKxyq1IDQo7EfF { width:20rem;height:27.9375rem;top:81.489349365238rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OPWxde2LLtPn1uqanHQD8NnkKkiomv1h { width:7.9375rem;height:7.9375rem;top:78.551860809325rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0OSvneoWEEuCn6nV1KOU9yF9GtPVkU { width:20rem;height:10.5rem;top:87.801865339281rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDP6TFzikT8TqzkM7a460sC8CALaMd4W { width:14.6875rem;height:2.59943125rem;top:101.68892002106rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1310v9xsxwem4z2qUtBik93yveFHsg { height:10.4375rem;width:18.5625rem;top:174.93673229218rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJ7avQ75fbHxFMJi1NaZBbClmB4R9Mi { width:17.6875rem;height:1.29971875rem;top:172.78552436829rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl9J3GKwILU58lo1kfOSkEEF9VTnuA8N { width:6.25rem;height:6.25rem;top:224.660502875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCIdpwA9IDKL3gs2zznWQIOOUR0apvaf { width:20rem;height:24.125rem;top:4.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tHVh92InwTpgIT3E3XCOTU0yHP7DT9gh { width:7.75rem;height:7.75rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miyDuKcvKhM4gIbrfGcKBN12RfNf66KF { width:20rem;height:9rem;top:10.187500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrgye2cEbQ9KFNpT7sQAy55zycfnahB { width:16.0625rem;height:6.8125rem;top:20.247869491577rem;left:1.923295378685rem;background-color:#be2a5a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cbwZOHuEWsMTWLkXKa8SybrIDHf5Fbgw { width:14.375rem;height:3.89915rem;top:21.75rem;left:2.8125001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ItEeTkZ10rQeaoRQVwpIRe9Ny8WxUIOR { height:10.4375rem;width:18.5625rem;top:32.657671928406rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzopDkyG6DdrFVUs0TmePt3GntUofSeD { width:6.25rem;height:6.25rem;top:33.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsvq38Rf3lH0ozCUwezC1DGzvDv4hSWc { width:17.6875rem;height:1.29971875rem;top:29.750001907349rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ug6pPTAy5k58cqKDhBKJy4IfeALRII { top:189.31251335144rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15019;background-color:rgba(190,42,90,0.39);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d9640a-5fee-42df-8e04-5792ee828107/2.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.adaptive-delivery-prevent-bg, #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.lazyload, #reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB.lazyloading { background-image: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { background-color: transparent; background-image: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container > .video-iframe-container { display: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row > .video-iframe-container { display: none; }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .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); }#reyDS2y4Z4hsLlaEDhdPqEVvibTl68FB > .row .container { width:20rem;height:126.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIEVuT3JWXsJDWVM4Q4erV37CrTPcrZi { width:6.25rem;height:0.0625rem;top:5.64915rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2rrpPem2qPO7TDGzol7yFhpEWxewDqW { width:16.5625rem;height:3rem;top:17.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKICKWpmCzpk8kGT3l55lTySEckkc0o { width:15.625rem;height:3.5738625rem;top:13.625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tmfELFFSECrDUWFlFTVr5Z8yWO5gli { width:20rem;height:3.375rem;top:4.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPHwuVl3mC2tPMOPE1b2ITAzeCu6e3pg { width:20rem;height:19.125rem;top:107.1250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh95DiaAN7oyJMHNKpxWQw4SvJ5DHEy2 { width:17.25rem;height:4.5rem;top:31.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSqyE9sWVCzKlHaMxdT4mkhxaKcUrfx { width:15.625rem;height:3.5738625rem;top:27.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7bST0OwKHuZ5T0l6CO3gzch6cffo2iW { width:17.5rem;height:4.5rem;top:48.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKl3vVuPPGWkab8G1lqyHTBeF45uNCF6 { width:15.625rem;height:3.5738625rem;top:43.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0Wq8qKGdBfrwrR6yAbubUIFLAgWVpT { display:flex;width:3.125rem;height:3.125rem;top:38.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zSXH9CLSu4hp2W3DWXwn15UWTqxVEQmC { display:flex;width:3.125rem;height:3.125rem;top:9.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rphzhgJyc8bDhT3nRgk7xPVbUlv7RuCF { display:flex;width:3.125rem;height:3.125rem;top:23.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iamchX9lNgLBv77ZDVd6ueHnOsTGFsHT { width:17.1875rem;height:4.5rem;top:95.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvFsqRCO23EhJ0V2sDWuC5eXiPGKfdbd { width:15.625rem;height:3.5738625rem;top:91.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbt0g4J5T9p3ECq1UUkMcqUwAzcXgPZO { display:flex;width:3.125rem;height:3.125rem;top:87.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Tf5NdxCGm8upRJfw4KLur7am88aTNofa { width:18.1875rem;height:4.5rem;top:81.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx16cTg8kFcBpWTunN4AyAQgQ0NaKaBp { width:19.4375rem;height:3.5738625rem;top:76.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr1zKsNUInrWKTBaBqIIcR2TDeiihdm { display:flex;width:3.125rem;height:3.125rem;top:72.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yhxvD6Ls0pL3WNfreRES3hv3dAw1Tegb { width:18.8125rem;height:4.5rem;top:64.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2PrE8GZut34ZxCNh03zcLaRDOyKkU60 { width:15.625rem;height:3.5738625rem;top:60rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRNgiVdUstzTu6NX7eVTRshE6sh7TJe { display:flex;width:3.125rem;height:3.125rem;top:55.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS { display:block; }#xO1xpCoC3AR5XXEuVUuHfaG2pRqlEdpS > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvJN7LhWZyGyTdsbBBIoLXkyn6ES4rFB { width:20rem;height:2.47443125rem;top:5.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw { width:20rem;height:22.5099375rem;top:8.875rem;left:0rem;font-size:1.3125rem;display:block; }#JnUruch9AzKCZanbd7Ev5LHJT7fEn7Uw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9d0fcf61a5f5d2f2859705b689d4c8e35223140.svg); }
 }@media only screen and (max-width: 763px) { #JLokthcWr2TfgS7ESTeM3I8ZFakhi4gl { width:20rem;height:0;top:7.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqmKgmqzu9TXNsNNbmvzfgh2mNVEiNo0 { top:1.5333805084229rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:rgba(190,42,90,0.39);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF { background-color:#ffffff;background-image:none;display:block; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { background-color: transparent; background-image: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container > .video-iframe-container { display: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row > .video-iframe-container { display: none; }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .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); }#A6BWh1vFOANOVyHEOkClDDSVOBsmPfxF > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItfHXmscokMlcWpvZMI9zgKi1i3bF69o { width:20rem;height:2.47443125rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbxTEk8N3X96QMhFg8HGyfFnVwV5v5RU { width:1.25rem;height:1.25rem;top:5.97301197052rem;left:9.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41rObTX93LKwJZnT0PDaUTsaZ2in2uG { width:20rem;height:2.47443125rem;top:8.4375009536744rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF { display:block; }#BOmKMT79iubiMG1XOwOIopnOzZ9r4ySF > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdSO497AdRQAWT1B3ErFqSUZt17UHDb0 { top:12.3125rem;left:1.6875rem;width:16.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FhGw5T7bluPkOm1Zn72ouesFP2gBsA { display:block; }
 }@media only screen and (max-width: 763px) { #QGdAvd08cRfMTcAPvmqTNVkoRXikNKJQ { width:20rem;height:7.698875rem;top:3.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z { display:block; }#WoB1K9ZVNy3qhhOPpl8HamllmT5I5y5z > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhzZ8mIFtmQE1fCxIGbzk0JbXPfPxT7N { width:20rem;height:80.5625rem;top:5.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uapv0eSGeAqW7VCzkitkCAc81na8rO8O { width:15.875rem;height:4.875rem;top:8.4375rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q41MvfLKO0TuqcT8fr4nnBDn0RHLlIau { width:13.6875rem;height:0.125rem;top:15.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 { width:18.5625rem;height:27.125rem;top:16.9375rem;left:1.125rem;font-size:1.1875rem;display:block; }#fTkpKEAEITqMuDmlL1pt8XvbEAMeuZ14 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ddaa9546dfbb3aebeff654ac64f304ddf8354f9.svg); }
 }@media only screen and (max-width: 763px) { #uA5KU5hT4iLHLKecnRIT0MnOIwklEE3u { width:17.1875rem;height:7.875rem;top:47.249994277954rem;left:1.4062501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxM4NXaUn9uNqWnHhcbF0Fq8yiI5Slpf { width:15.875rem;height:2.59943125rem;top:55.1243724823rem;left:2.0625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZhbc6ui83p2SHdMuQMvd2t8SHWPN6Hw { top:60.75rem;left:0.5rem;width:19rem;height:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xync3G1eRyfKqczdPmWii9maUyI6cmyx { display:block; }
 }@media only screen and (max-width: 763px) { #nbcJmeA6MEMwVwF46xTyEICJtVtGqUwO { width:18.9375rem;height:12.82245rem;top:69.43750190735rem;left:0.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 { display:block; }#He6LG9UF3XF7HEQ0OU4sbLPR1DwqUv57 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUmkZM3awUidzZOcGdrUL5TTMIgJ2K5A { top:14.125rem;left:1.6875rem;width:16.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJc5tMfh0LkH8WJWC8VaLm4AzZJL7Sqp { display:block; }
 }@media only screen and (max-width: 763px) { #SAo63vypqzIONd58XbtvpuC4ltOxkILf { width:20rem;height:7.698875rem;top:4.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }