.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5H1N0c39/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/fadaa97d-d686-4233-82df-d3b1a87a3859/01_Dobrosia2__0000s_0000s_0000_Barwa_Nasycenie1kopia3.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { border-width: 0; border-radius: 0; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { 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:30.875rem;width:50.875rem;top:12.34375rem;left:4.5625rem;overflow:hidden;display:block; }
#UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { position:relative;display:none; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { border-width: 0; border-radius: 0; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .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; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .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:54rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f4ztvTxfBwPrz3x1kxrmB567pod16FVc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.25rem;width:57.25rem;top:4.0625rem;left:0.8125rem;display:block; }
#WbL3Qnr1O4tFApvrwBFrev6GBK1QRO5P { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.28125rem;height:31.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuTzWrSBJGaDqCLXMk06dhZgNUIQTlzV { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.8125rem;left:23.125rem;display:block; }
#KTT0DRidfpmcgI7mh7ttZVoE9yAUKWdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd { 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:none; }#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd > .row .container { border-width: 0; border-radius: 0; }#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:none; }#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-form-header {  }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:38.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#2db34a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:38.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ [class*="-text"]:-moz-placeholder { color:#514141;font-family:"open sans";font-size:0.875rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ [class*="-text"]::-moz-placeholder { color:#514141;font-family:"open sans";font-size:0.875rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ [class*="-text"]:-ms-input-placeholder { color:#514141;font-family:"open sans";font-size:0.875rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ [class*="-text"]::-webkit-input-placeholder { color:#514141;font-family:"open sans";font-size:0.875rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:36.75rem;overflow:hidden;font-style:normal; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-container:first-of-type{padding-top:0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-container:last-of-type{padding-bottom:0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ  { background-color:#fbaf17;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4931640625rem;left:9.65625rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.1875rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ {display:block;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ { background-color:#fbaf17;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4931640625rem;left:9.65625rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #pBgaZkrtTSz9GGyn3PGNUHupP3OvHicu { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #gC5OlLREHdILNoA7qseAMoTaSQrgmzZi { position:relative;display:block; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #EncTcfxw6w5CKr6oAB7xp434bHx0SSt9 { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #Zgvt5vxffppE7deKCiF4AIRFUgiPKCTO { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #RG995wvGp9d8oMK225ImwK603PMiNA79 { position:relative;display:block; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DSoXeT51TxgHqari830HKZDJplQhEZIt { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zEabQ1vrTqdzT8gJiTezrx2OlcVhiiLQ { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DRc9iqwJuxqnqqWyKnZTv07iPxfJFuKA { position:relative;display:block; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #r0kwreaT54aCqWbbHcJkzIdkhMgKp3EN { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #V7IBnNOst6pmKPL63gTWHOU7Ol4C7222 { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #dmktJSTiEdm6CloNnI2hPrSKXXMlLLB8 { position:relative;display:block; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zMZ0ZuP9KxrklCKxAgk1MK7ni8UD6RyA { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #lTNMv6Wg0KwmZ9KMTdBkczCJewNG2eCm { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OdPESHXH9139hfDC4OHKHLsqUJyHIfO2 { position:relative;display:block; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #buyhObhXDstBqv4ZgVuL3XdFKpJnlDxR { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #vvbC5MFUR3FMhZfFT9V8CawEfTzu70qw { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OFAyVxCpSDc5t111q98QqGx9ZZ4qqSF5 { position:relative;z-index:2; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #E9F9XJcCCpbWnIekEyI4K9WnnzIMXocE { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #rFpvw8257WpfHzQrWLVqnvZiz4z3k8eI { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #eVkdWDXimxK37EhfD1wVWM3tdzPRO8El { position:relative;z-index:2; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #MA9yuP6oaG69LboJiDrCic1UffqFpGD1 { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #yArrhCcAC19yuyvM0ZlOdefWzm6Rg4pf { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wGQi2Z3obE1Eiqe1438wKLs38bom61ix { position:relative;z-index:2; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #mkSpOoIqRUNomUs0hkSZLIqMf3ib9NsH { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wHRzi8skv4auPZBFwdCM3zMqfJLrGa2I { position:relative; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #exsdPTMnr7IFBMQrtotX51tRkHvpkoBC { position:relative; }
#D3g8Hy7S4w2CP29CTaU4hpl7E2e1Gy7a { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { 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; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;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.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.875rem;width:51.9375rem;top:5.03125rem;left:8.0625rem;overflow:hidden;display:block; }
#bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.20703125rem;left:1.625rem;height:16.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2x5gqyRcbMlkVaytoIwVDTyW23yw6Kv { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.962890625rem;left:2.03125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { 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; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { color:#000000;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.17578125rem;left:28.40625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;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.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:28.40625rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { position:absolute;display:block;z-index:15002;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.625rem;width:24.5625rem;top:4.40625rem;left:1.625rem;overflow:hidden;display:block; }
#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/fadaa97d-d686-4233-82df-d3b1a87a3859/01_Dobrosia2__0000s_0000s_0000_Barwa_Nasycenie1kopia3.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT.adaptive-delivery-prevent-bg, #fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT.lazyload, #fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT.lazyloading { background-image: none; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container { background-color: transparent; background-image: none; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container > .video-iframe-container { display: none; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row > .video-iframe-container { display: none; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .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); }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container { border-width: 0; border-radius: 0; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#szxlopNLZ3or9diUq7EkJ9buByXkHI1m { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Qys8H3pfZTNGLDJsguzBZqa5yz731LQz { position:absolute;display:block;z-index:15001;background-color:#fbaf17;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#R6HeA8xPxK2unyarbFptQZS9g5EJyudB { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#FxVfskznNkB2CqTrhbJTic752fau8UdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpZDQIn1gmlfOvsC4l6BmHxOqrfRxLIQ { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#ZH7gVy6hhXVXC9eUKnE0Cw1eGWOg50ub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhrpmzcNoDZMC4Rw35qNUv2UzVTyrh0a { 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:27.5625rem;width:21.1875rem;top:17.5625rem;left:5.625rem;overflow:hidden;display:block; }
#vrOMZR21tdIyzdKRlGBpgtSsV35zWSW0 { position:absolute;display:block;z-index:14984;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#OVnTI3VAI70RmkT10pBIe6tJ5KSzXHp8 { position:absolute;display:block;z-index:14985;background-color:#fbaf17;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc { 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; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { background-color: transparent; background-image: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .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); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { border-width: 0; border-radius: 0; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#zOaaW6iNC7ToRpAvvvi7ED4TdpBu4p9g { color:#000000;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.890625rem;left:3.625rem;height:6.09375rem;font-style:normal;display:block; }
#J9m6TUsTdXEMKSKuyTAQJst3XNFOiN4K { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;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.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#yB1vOk1lhv2iyIvITD3BKEsytcJdFKgG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:31.375rem;top:4.125rem;left:27.1875rem;overflow:hidden;display:block; }
#LTOMLLhqpwbLMXk26CX96V7JyO5IVrkB { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.1943359375rem;left:3.625rem;height:10.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/fadaa97d-d686-4233-82df-d3b1a87a3859/01_Dobrosia2__0000s_0000s_0000_Barwa_Nasycenie1kopia3.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.adaptive-delivery-prevent-bg, #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.lazyload, #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.lazyloading { background-image: none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { background-color: transparent; background-image: none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container > .video-iframe-container { display: none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row > .video-iframe-container { display: none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .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); }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { border-width: 0; border-radius: 0; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#mqn0Nshic9hSxxoZvtl3KpTdOXrPMsQH { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#NqFe0IIvHaJni2K14m4bRtchFIRMkFuT { position:absolute;display:block;z-index:15001;background-color:#fbaf17;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#RQvDrU0qaAD7itAcnwHtQ4spnqQbfq13 { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#topVaEr6blXVGfooChmK0sf7oiSk7kp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BPAg2tqiC3cJGqTRk5lQR3HgazeREu3F { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#lf2kFpfziynOS4eM76IPwwibVvDtGdJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJcyrK1EeZW5TmLTgPmbFwKhW6GxESut { 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:20.25rem;width:20.25rem;top:20.1875rem;left:6.556640625rem;overflow:hidden;display:block; }
#LWHZH27OVHz4f0zZITPrpcNOGOnPpusO { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#yyCqG8JBsVV3aUBKCMJxCq1LtIX1J6Z9 { position:absolute;display:block;z-index:14999;background-color:#fbaf17;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#TEhWszSLZxMzrz6bDnSKl9xi6nSe0eTm { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.650390625rem;left:33.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG { 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; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container { background-color: transparent; background-image: none; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container > .video-iframe-container { display: none; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row > .video-iframe-container { display: none; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .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); }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container { border-width: 0; border-radius: 0; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#qclfL04HmKbiT76dOrrwxZAoX2oBILc1 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#fz8ftNGpX74FfJsfhILLshmZ00A2V7UR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#EUc5xEGfX3NktnfU0K0tEByXylrZWO1A { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:31.6875rem;overflow:hidden;display:block; }
#p41mHrIsRQ1qfMwIKHOdzpDsrJxTs4Z1 { background-color:#fbaf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#iEmJKDkhnrkEuO6L8HR1A9a5Me7wZJPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN4vnOX4dnJBfbRsJrCPkeREc582lmtl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0.25rem solid #2db34a;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#esZG6ASKoaIA0f7pVTotrOExE8WHtLd2 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#rBTaaWc2pwS52wgthTcnExVP9I5e94TW { background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/a20cd167-97c8-4a03-a022-df9ac01ee942/Segregator1_Strona_05_Obraz_0001.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW.adaptive-delivery-prevent-bg, #rBTaaWc2pwS52wgthTcnExVP9I5e94TW.lazyload, #rBTaaWc2pwS52wgthTcnExVP9I5e94TW.lazyloading { background-image: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { background-color: transparent; background-image: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container > .video-iframe-container { display: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row > .video-iframe-container { display: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .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); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { border-width: 0; border-radius: 0; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ckuCTkbwNiXDRIpadWaM5ZTVdl5Wpsk0 { 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:25.6875rem;width:52.6875rem;top:14.34375rem;left:3.65625rem;overflow:hidden;display:block; }
#SPy5dnsgW5fUClAeBGaUbxS4freHOMah { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#nVcfqtmWqhrHv4h1eutk9CRnu51oUPrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V { 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; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { background-color: transparent; background-image: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .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); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { border-width: 0; border-radius: 0; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#TmmFX7opea3hdnpReSiuQsi4sigSKbwQ { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.962890625rem;left:0.90625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PMFgggdsMxeNQbxh1Cv5ioroUwyTlW7U { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;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.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#ApdWfEV1tVqv1mauPdcH3OltsqZorK0P { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:30.4375rem;top:14.375rem;left:29.1875rem;overflow:hidden;display:block; }
#MupRFshgBgtWZTJbGdUaGdNLcDrdtydc { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.20703125rem;left:1.625rem;height:14.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhvN00W79OucwCw0ealpHHdkd35sHf8m { 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; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { background-color: transparent; background-image: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .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); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { border-width: 0; border-radius: 0; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#OO1KfX9N7qyUeereBAwXXSvEpDJbfmXG { color:#000000;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.17578125rem;left:28.40625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MomEQQxCDEXSPKALPCepkxBRItITJ10k { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;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.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#LotKEaZbQnBt9T1xkx1XL0Tfi2L0TaUD { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#ks0QlyEbeXVTbroWF8I2obMT4kKq7bzE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:19rem;top:6.1103515625rem;left:2.8125rem;overflow:hidden;display:block; }
#RW1XbLiaUkq2sp5F3NSuWQ3EuC12qBFg { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:28.40625rem;height:14.39843125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkazM993RAJttq3TEqrpsRTb73yTI09W { 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; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { border-width: 0; border-radius: 0; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#kAZ3uEQElTgcSZXVxFhnSFavRTygvruS { color:#000000;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.625rem;height:8.125rem;font-style:normal;display:block; }
#ZJAzZ68bxoxsc1NsuJTfVV45xMAWv0C7 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;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.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#kdrkR3xbLuRWRiabzNcXAghBitqczBF4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:32.8125rem;top:4.125rem;left:27.1875rem;overflow:hidden;display:block; }
#yeP91DOXC7eztxl3SF72Q5y3Q3bgBsId { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.1943359375rem;left:3.625rem;height:10.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/2a4e8748-9034-495d-83bd-abf495dfe2f9/Segregator1_Strona_22_Obraz_0001.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1.adaptive-delivery-prevent-bg, #TAUhITPp443Joyb28mSnQkCuwvsO0rb1.lazyload, #TAUhITPp443Joyb28mSnQkCuwvsO0rb1.lazyloading { background-image: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { background-color: transparent; background-image: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .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); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { border-width: 0; border-radius: 0; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#eL4nynb2direEegFP1ZhJ3UrONEyGymf { position:absolute;display:block;z-index:15001;background-color:#f1d540;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { 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:32.375rem;width:32.375rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { position:absolute;display:block;z-index:14991;background-color:#f1d540;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { 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; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { background-color: transparent; background-image: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .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); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { border-width: 0; border-radius: 0; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:11.6953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/571bfd4c-c072-4f17-8d26-493a656622d6/Segregator1_Strona_01_Obraz_0001.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.adaptive-delivery-prevent-bg, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyload, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyloading { background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { background-color: transparent; background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .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); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { border-width: 0; border-radius: 0; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { position:absolute;display:block;z-index:15001;background-color:#f1d540;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#zTnemvC01Wm9NogtWX5gvnsSGIdQucod { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { 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:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#fKWXPBvamtQk41DANogmbszItiKwp8zr { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { position:absolute;display:block;z-index:14999;background-color:#f1d540;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { 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; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { background-color: transparent; background-image: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container > .video-iframe-container { display: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container { display: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .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); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { border-width: 0; border-radius: 0; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#muSB8M94nUaZMBVyewSFziUDSxNmuJWb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:31.6875rem;overflow:hidden;display:block; }
#eCogNBL3ygxJcxtifozBTfLlwmckAccM { background-color:#f1d540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C { 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; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container { background-color: transparent; background-image: none; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container > .video-iframe-container { display: none; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row > .video-iframe-container { display: none; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .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); }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container { border-width: 0; border-radius: 0; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#gHgU3HyFu1fR7wZIeybLWUyHm6FJ3760 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:9.74609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { 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; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { background-color: transparent; background-image: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container > .video-iframe-container { display: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container { display: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .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); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { border-width: 0; border-radius: 0; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#EA7KA9isJ7p08hvE7yIG8rTTkG1L9zdx { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.59375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #f1d540;border-left:0.25rem solid #f1d540;border-right:0.25rem solid #f1d540;border-bottom:0.25rem solid #f1d540;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:28.25rem;top:1.3125rem;left:30.21875rem;display:block; }
#tKUIyPq34b096gL06Euy10KOp3qAs9s9 { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:32.4375rem;top:7.8125rem;left:2.46875rem;overflow:hidden;display:block; }
#WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.75rem;left:37.65625rem;height:20.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 { 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; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container { background-color: transparent; background-image: none; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container > .video-iframe-container { display: none; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row > .video-iframe-container { display: none; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .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); }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container { border-width: 0; border-radius: 0; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#mMsuukxNmPNPUT298ktxM2AChATkOOFv { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:34.03125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCxb0FsX4ssqgC059Kw9ogLVLOGNJ6CJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #f1d540;border-left:0.25rem solid #f1d540;border-right:0.25rem solid #f1d540;border-bottom:0.25rem solid #f1d540;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:28.25rem;top:1.3125rem;left:30.53125rem;display:block; }
#QEqOTdJUM3fiP7ihr1IBQfNRdsKJ2IwL { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #d4c4b7;border-left:0.25rem solid #d4c4b7;border-right:0.25rem solid #d4c4b7;border-bottom:0.25rem solid #d4c4b7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:32.375rem;top:6.53125rem;left:1.71875rem;overflow:hidden;display:block; }
#eDWupBhs6nw2z4IxOGuBi4O7MvbPcf5P { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.9375rem;left:35.90625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { 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; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { background-color: transparent; background-image: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .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); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { border-width: 0; border-radius: 0; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { 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:10.875rem;width:15.375rem;top:8.0625rem;left:22.3125rem;overflow:hidden;display:block; }
#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { 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; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { border-width: 0; border-radius: 0; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { color:#000000;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.74609375rem;left:4.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { top:12.3125rem;left:0rem;width:47.75rem;height:28.978501228501rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { display:block; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4ztvTxfBwPrz3x1kxrmB567pod16FVc { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbL3Qnr1O4tFApvrwBFrev6GBK1QRO5P { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTzWrSBJGaDqCLXMk06dhZgNUIQTlzV { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTT0DRidfpmcgI7mh7ttZVoE9yAUKWdV { display:block; }
 }@media only screen and (max-width: 763px) { #TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd { display:block; }#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-regular-label { width:38.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text { width:38.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-textarea { width:38.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select { width:38.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-button { width:38.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-checkbox-label { width:36.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ  { width:38.1875rem;height:auto;top:5.4375rem;left:3.53125rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .radio-container { width:38.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ {display:block;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ { width:38.1875rem;height:auto;top:5.4375rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #pBgaZkrtTSz9GGyn3PGNUHupP3OvHicu {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #gC5OlLREHdILNoA7qseAMoTaSQrgmzZi {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #EncTcfxw6w5CKr6oAB7xp434bHx0SSt9 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #Zgvt5vxffppE7deKCiF4AIRFUgiPKCTO {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #RG995wvGp9d8oMK225ImwK603PMiNA79 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DSoXeT51TxgHqari830HKZDJplQhEZIt {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zEabQ1vrTqdzT8gJiTezrx2OlcVhiiLQ {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DRc9iqwJuxqnqqWyKnZTv07iPxfJFuKA {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #r0kwreaT54aCqWbbHcJkzIdkhMgKp3EN {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #V7IBnNOst6pmKPL63gTWHOU7Ol4C7222 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #dmktJSTiEdm6CloNnI2hPrSKXXMlLLB8 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zMZ0ZuP9KxrklCKxAgk1MK7ni8UD6RyA {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #lTNMv6Wg0KwmZ9KMTdBkczCJewNG2eCm {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OdPESHXH9139hfDC4OHKHLsqUJyHIfO2 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #buyhObhXDstBqv4ZgVuL3XdFKpJnlDxR {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #vvbC5MFUR3FMhZfFT9V8CawEfTzu70qw {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OFAyVxCpSDc5t111q98QqGx9ZZ4qqSF5 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #E9F9XJcCCpbWnIekEyI4K9WnnzIMXocE {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #rFpvw8257WpfHzQrWLVqnvZiz4z3k8eI {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #eVkdWDXimxK37EhfD1wVWM3tdzPRO8El {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #MA9yuP6oaG69LboJiDrCic1UffqFpGD1 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #yArrhCcAC19yuyvM0ZlOdefWzm6Rg4pf {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wGQi2Z3obE1Eiqe1438wKLs38bom61ix {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #mkSpOoIqRUNomUs0hkSZLIqMf3ib9NsH {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wHRzi8skv4auPZBFwdCM3zMqfJLrGa2I {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #exsdPTMnr7IFBMQrtotX51tRkHvpkoBC {  }
 }@media only screen and (max-width: 763px) { #D3g8Hy7S4w2CP29CTaU4hpl7E2e1Gy7a { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.adaptive-delivery-prevent-bg, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyload, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { top:5rem;left:0rem;width:47.75rem;height:35.740673886883rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2x5gqyRcbMlkVaytoIwVDTyW23yw6Kv { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.adaptive-delivery-prevent-bg, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyload, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { top:4.375rem;left:0rem;width:24.5625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT { display:block; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szxlopNLZ3or9diUq7EkJ9buByXkHI1m { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qys8H3pfZTNGLDJsguzBZqa5yz731LQz { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6HeA8xPxK2unyarbFptQZS9g5EJyudB { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxVfskznNkB2CqTrhbJTic752fau8UdA { display:block; }
 }@media only screen and (max-width: 763px) { #OpZDQIn1gmlfOvsC4l6BmHxOqrfRxLIQ { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7gVy6hhXVXC9eUKnE0Cw1eGWOg50ub { display:block; }
 }@media only screen and (max-width: 763px) { #RhrpmzcNoDZMC4Rw35qNUv2UzVTyrh0a { top:17.5625rem;left:0rem;width:21.1875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOMZR21tdIyzdKRlGBpgtSsV35zWSW0 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVnTI3VAI70RmkT10pBIe6tJ5KSzXHp8 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc { display:block; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc { background-color: transparent; background-image: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .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); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container.adaptive-delivery-prevent-bg, #XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container.lazyload, #XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zOaaW6iNC7ToRpAvvvi7ED4TdpBu4p9g { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9m6TUsTdXEMKSKuyTAQJst3XNFOiN4K { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB1vOk1lhv2iyIvITD3BKEsytcJdFKgG { top:4.125rem;left:14.9375rem;width:31.375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOMLLhqpwbLMXk26CX96V7JyO5IVrkB { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod { display:block; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqn0Nshic9hSxxoZvtl3KpTdOXrPMsQH { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqFe0IIvHaJni2K14m4bRtchFIRMkFuT { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvDrU0qaAD7itAcnwHtQ4spnqQbfq13 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #topVaEr6blXVGfooChmK0sf7oiSk7kp7 { display:block; }
 }@media only screen and (max-width: 763px) { #BPAg2tqiC3cJGqTRk5lQR3HgazeREu3F { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2kFpfziynOS4eM76IPwwibVvDtGdJJ { display:block; }
 }@media only screen and (max-width: 763px) { #RJcyrK1EeZW5TmLTgPmbFwKhW6GxESut { top:20.1875rem;left:0.431640625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHZH27OVHz4f0zZITPrpcNOGOnPpusO { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyCqG8JBsVV3aUBKCMJxCq1LtIX1J6Z9 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEhWszSLZxMzrz6bDnSKl9xi6nSe0eTm { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG { display:block; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qclfL04HmKbiT76dOrrwxZAoX2oBILc1 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz8ftNGpX74FfJsfhILLshmZ00A2V7UR { top:13.1875rem;left:0rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUc5xEGfX3NktnfU0K0tEByXylrZWO1A { top:13.1875rem;left:25.5625rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41mHrIsRQ1qfMwIKHOdzpDsrJxTs4Z1 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEmJKDkhnrkEuO6L8HR1A9a5Me7wZJPK { display:block; }
 }@media only screen and (max-width: 763px) { #TN4vnOX4dnJBfbRsJrCPkeREc582lmtl { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZG6ASKoaIA0f7pVTotrOExE8WHtLd2 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBTaaWc2pwS52wgthTcnExVP9I5e94TW { display:block; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckuCTkbwNiXDRIpadWaM5ZTVdl5Wpsk0 { top:14.3125rem;left:0rem;width:47.75rem;height:23.28024911032rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPy5dnsgW5fUClAeBGaUbxS4freHOMah { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVcfqtmWqhrHv4h1eutk9CRnu51oUPrg { display:block; }
 }@media only screen and (max-width: 763px) { #RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V { display:block; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V { background-color: transparent; background-image: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .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); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container.adaptive-delivery-prevent-bg, #RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container.lazyload, #RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TmmFX7opea3hdnpReSiuQsi4sigSKbwQ { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFgggdsMxeNQbxh1Cv5ioroUwyTlW7U { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApdWfEV1tVqv1mauPdcH3OltsqZorK0P { top:14.375rem;left:17.3125rem;width:30.4375rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MupRFshgBgtWZTJbGdUaGdNLcDrdtydc { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvN00W79OucwCw0ealpHHdkd35sHf8m { display:block; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m { background-color: transparent; background-image: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .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); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container.adaptive-delivery-prevent-bg, #lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container.lazyload, #lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #OO1KfX9N7qyUeereBAwXXSvEpDJbfmXG { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomEQQxCDEXSPKALPCepkxBRItITJ10k { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LotKEaZbQnBt9T1xkx1XL0Tfi2L0TaUD { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks0QlyEbeXVTbroWF8I2obMT4kKq7bzE { top:6.0625rem;left:0rem;width:19rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW1XbLiaUkq2sp5F3NSuWQ3EuC12qBFg { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkazM993RAJttq3TEqrpsRTb73yTI09W { display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.adaptive-delivery-prevent-bg, #QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.lazyload, #QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #kAZ3uEQElTgcSZXVxFhnSFavRTygvruS { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJAzZ68bxoxsc1NsuJTfVV45xMAWv0C7 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdrkR3xbLuRWRiabzNcXAghBitqczBF4 { top:4.125rem;left:14.9375rem;width:32.8125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeP91DOXC7eztxl3SF72Q5y3Q3bgBsId { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { top:16.625rem;left:0rem;width:32.375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:47.75rem;height:11.6875rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { display:block; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { top:13.1875rem;left:0rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSB8M94nUaZMBVyewSFziUDSxNmuJWb { top:13.1875rem;left:25.5625rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCogNBL3ygxJcxtifozBTfLlwmckAccM { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block; }
 }@media only screen and (max-width: 763px) { #H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C { display:block; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHgU3HyFu1fR7wZIeybLWUyHm6FJ3760 { width:47.75rem;height:9.6875rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { display:block; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA7KA9isJ7p08hvE7yIG8rTTkG1L9zdx { width:24.0625rem;height:6.5rem;top:2.5625rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUIyPq34b096gL06Euy10KOp3qAs9s9 { top:7.8125rem;left:0rem;width:32.4375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcy6lv2yizEA2akSz9NDQR141OA4MN69 { display:block; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMsuukxNmPNPUT298ktxM2AChATkOOFv { width:24.0625rem;height:6.5rem;top:2.5625rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCxb0FsX4ssqgC059Kw9ogLVLOGNJ6CJ { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEqOTdJUM3fiP7ihr1IBQfNRdsKJ2IwL { top:6.5rem;left:0rem;width:32.375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDWupBhs6nw2z4IxOGuBi4O7MvbPcf5P { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { top:8.0625rem;left:16.1875rem;width:15.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { display:none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { top:1.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fadaa97d-d686-4233-82df-d3b1a87a3859/01_Dobrosia2__0000s_0000s_0000_Barwa_Nasycenie1kopia3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { width:19.875rem;height:12.0625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:12.5rem;height:2.5rem;top:35.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { display:none; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f4ztvTxfBwPrz3x1kxrmB567pod16FVc { width:19.5rem;height:43.125rem;top:4.2265625rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WbL3Qnr1O4tFApvrwBFrev6GBK1QRO5P { width:19.0625rem;height:38.57425rem;top:7.5234375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTzWrSBJGaDqCLXMk06dhZgNUIQTlzV { width:13.75rem;height:3.4375rem;top:49.4765625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTT0DRidfpmcgI7mh7ttZVoE9yAUKWdV { display:block; }
 }@media only screen and (max-width: 763px) { #TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd { background-color:transparent;background-image:none;display:none; }#TayUO4sIGrWksQPcNmXK9h3ybf2wbIHd > .row .container { width:20rem;height:58.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ  { width:17.5rem;height:auto;top:7rem;left:0rem; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ {display:block;}#z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ { width:17.5rem;height:auto;top:7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #pBgaZkrtTSz9GGyn3PGNUHupP3OvHicu {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #gC5OlLREHdILNoA7qseAMoTaSQrgmzZi {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #EncTcfxw6w5CKr6oAB7xp434bHx0SSt9 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #Zgvt5vxffppE7deKCiF4AIRFUgiPKCTO {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #RG995wvGp9d8oMK225ImwK603PMiNA79 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DSoXeT51TxgHqari830HKZDJplQhEZIt {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zEabQ1vrTqdzT8gJiTezrx2OlcVhiiLQ {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #DRc9iqwJuxqnqqWyKnZTv07iPxfJFuKA {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #r0kwreaT54aCqWbbHcJkzIdkhMgKp3EN {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #V7IBnNOst6pmKPL63gTWHOU7Ol4C7222 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #dmktJSTiEdm6CloNnI2hPrSKXXMlLLB8 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #zMZ0ZuP9KxrklCKxAgk1MK7ni8UD6RyA {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #lTNMv6Wg0KwmZ9KMTdBkczCJewNG2eCm {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OdPESHXH9139hfDC4OHKHLsqUJyHIfO2 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #buyhObhXDstBqv4ZgVuL3XdFKpJnlDxR {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #vvbC5MFUR3FMhZfFT9V8CawEfTzu70qw {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #OFAyVxCpSDc5t111q98QqGx9ZZ4qqSF5 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #E9F9XJcCCpbWnIekEyI4K9WnnzIMXocE {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #rFpvw8257WpfHzQrWLVqnvZiz4z3k8eI {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #eVkdWDXimxK37EhfD1wVWM3tdzPRO8El {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #MA9yuP6oaG69LboJiDrCic1UffqFpGD1 {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #yArrhCcAC19yuyvM0ZlOdefWzm6Rg4pf {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wGQi2Z3obE1Eiqe1438wKLs38bom61ix {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #mkSpOoIqRUNomUs0hkSZLIqMf3ib9NsH {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #wHRzi8skv4auPZBFwdCM3zMqfJLrGa2I {  }
 }@media only screen and (max-width: 763px) { #z1lSUC1EOz3aNGCwORtLR96yZg7ZbnTQ #exsdPTMnr7IFBMQrtotX51tRkHvpkoBC {  }
 }@media only screen and (max-width: 763px) { #D3g8Hy7S4w2CP29CTaU4hpl7E2e1Gy7a { width:20rem;height:1.54296875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:19.5rem;height:7.5rem;top:3.25rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { width:14.625rem;height:10.9375rem;top:7.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:18.75rem;height:13.99411875rem;top:19.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2x5gqyRcbMlkVaytoIwVDTyW23yw6Kv { width:20rem;height:3.0859375rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:18.4375rem;height:6.5rem;top:0.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:19.5rem;height:7.5rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:18.75rem;height:1.3994125rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:18.75rem;height:11.1953125rem;top:30.65625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { width:14.6875rem;height:17.125rem;top:9.9560546875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT { display:block; }#fR1t7U2gyJo1yU8sShQS2L6SmOZlh4mT > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szxlopNLZ3or9diUq7EkJ9buByXkHI1m { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qys8H3pfZTNGLDJsguzBZqa5yz731LQz { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R6HeA8xPxK2unyarbFptQZS9g5EJyudB { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxVfskznNkB2CqTrhbJTic752fau8UdA { display:block; }
 }@media only screen and (max-width: 763px) { #OpZDQIn1gmlfOvsC4l6BmHxOqrfRxLIQ { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7gVy6hhXVXC9eUKnE0Cw1eGWOg50ub { display:block; }
 }@media only screen and (max-width: 763px) { #RhrpmzcNoDZMC4Rw35qNUv2UzVTyrh0a { width:11.6875rem;height:15.25rem;top:25rem;left:3.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vrOMZR21tdIyzdKRlGBpgtSsV35zWSW0 { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #2db34a;border-left:0;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;display:block; }
 }@media only screen and (max-width: 763px) { #OVnTI3VAI70RmkT10pBIe6tJ5KSzXHp8 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;display:block; }
 }@media only screen and (max-width: 763px) { #XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { background-color: transparent; background-image: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container { display: none; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .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); }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { border-width: 0; border-radius: 0; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHqqxk9p7R6N8cuQxPwXvToZTNSzEuLc > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOaaW6iNC7ToRpAvvvi7ED4TdpBu4p9g { width:17.5rem;height:6.171875rem;top:21.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9m6TUsTdXEMKSKuyTAQJst3XNFOiN4K { width:19.5rem;height:7.5rem;top:20.8125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yB1vOk1lhv2iyIvITD3BKEsytcJdFKgG { width:19.0625rem;height:15.25rem;top:3rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOMLLhqpwbLMXk26CX96V7JyO5IVrkB { width:18.75rem;height:11.19530625rem;top:31.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod { display:block; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqn0Nshic9hSxxoZvtl3KpTdOXrPMsQH { width:17.5rem;height:1.94921875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NqFe0IIvHaJni2K14m4bRtchFIRMkFuT { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RQvDrU0qaAD7itAcnwHtQ4spnqQbfq13 { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #topVaEr6blXVGfooChmK0sf7oiSk7kp7 { display:block; }
 }@media only screen and (max-width: 763px) { #BPAg2tqiC3cJGqTRk5lQR3HgazeREu3F { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2kFpfziynOS4eM76IPwwibVvDtGdJJ { display:block; }
 }@media only screen and (max-width: 763px) { #RJcyrK1EeZW5TmLTgPmbFwKhW6GxESut { width:12.5625rem;height:12.5625rem;top:26.3125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHZH27OVHz4f0zZITPrpcNOGOnPpusO { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #2db34a;border-left:0;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;display:block; }
 }@media only screen and (max-width: 763px) { #yyCqG8JBsVV3aUBKCMJxCq1LtIX1J6Z9 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #2db34a;border-left:0;border-right:0.25rem solid #2db34a;border-bottom:0.25rem solid #2db34a;display:block; }
 }@media only screen and (max-width: 763px) { #TEhWszSLZxMzrz6bDnSKl9xi6nSe0eTm { width:16.4375rem;height:1.94921875rem;top:19.375rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG { display:block; }#PU3Le7CKfiNOXJSdnfz4TKVMEomLu4rG > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qclfL04HmKbiT76dOrrwxZAoX2oBILc1 { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz8ftNGpX74FfJsfhILLshmZ00A2V7UR { width:15rem;height:15rem;top:14.9609375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUc5xEGfX3NktnfU0K0tEByXylrZWO1A { width:15rem;height:15rem;top:42.5859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41mHrIsRQ1qfMwIKHOdzpDsrJxTs4Z1 { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEmJKDkhnrkEuO6L8HR1A9a5Me7wZJPK { display:block; }
 }@media only screen and (max-width: 763px) { #TN4vnOX4dnJBfbRsJrCPkeREc582lmtl { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZG6ASKoaIA0f7pVTotrOExE8WHtLd2 { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBTaaWc2pwS52wgthTcnExVP9I5e94TW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a20cd167-97c8-4a03-a022-df9ac01ee942/Segregator1_Strona_05_Obraz_0001.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW.adaptive-delivery-prevent-bg, #rBTaaWc2pwS52wgthTcnExVP9I5e94TW.lazyload, #rBTaaWc2pwS52wgthTcnExVP9I5e94TW.lazyloading { background-image: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { background-color: transparent; background-image: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container > .video-iframe-container { display: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row > .video-iframe-container { display: none; }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .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); }#rBTaaWc2pwS52wgthTcnExVP9I5e94TW > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckuCTkbwNiXDRIpadWaM5ZTVdl5Wpsk0 { width:17.8125rem;height:8.6875rem;top:14.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPy5dnsgW5fUClAeBGaUbxS4freHOMah { width:12.5rem;height:2.5rem;top:35.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVcfqtmWqhrHv4h1eutk9CRnu51oUPrg { display:block; }
 }@media only screen and (max-width: 763px) { #RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { background-color: transparent; background-image: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container { display: none; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .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); }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { border-width: 0; border-radius: 0; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNb1aDi7PpZW7TZ6HEQzANsEruxpdD9V > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmmFX7opea3hdnpReSiuQsi4sigSKbwQ { width:17.5rem;height:4.62890625rem;top:20.810546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFgggdsMxeNQbxh1Cv5ioroUwyTlW7U { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ApdWfEV1tVqv1mauPdcH3OltsqZorK0P { width:15.1875rem;height:17.1875rem;top:0rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MupRFshgBgtWZTJbGdUaGdNLcDrdtydc { width:18.75rem;height:12.59475rem;top:31rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvN00W79OucwCw0ealpHHdkd35sHf8m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { background-color: transparent; background-image: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container { display: none; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .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); }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { border-width: 0; border-radius: 0; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhvN00W79OucwCw0ealpHHdkd35sHf8m > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO1KfX9N7qyUeereBAwXXSvEpDJbfmXG { width:18.4375rem;height:3.25rem;top:2.375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomEQQxCDEXSPKALPCepkxBRItITJ10k { width:19.5rem;height:7.5rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LotKEaZbQnBt9T1xkx1XL0Tfi2L0TaUD { width:18.75rem;height:1.3994125rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks0QlyEbeXVTbroWF8I2obMT4kKq7bzE { width:14.8125rem;height:20rem;top:12.1435546875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW1XbLiaUkq2sp5F3NSuWQ3EuC12qBFg { width:18.75rem;height:12.594725rem;top:35.21875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkazM993RAJttq3TEqrpsRTb73yTI09W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { border-width: 0; border-radius: 0; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAZ3uEQElTgcSZXVxFhnSFavRTygvruS { width:17.5rem;height:6.171875rem;top:21.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJAzZ68bxoxsc1NsuJTfVV45xMAWv0C7 { width:19.5rem;height:7.5rem;top:20.8125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kdrkR3xbLuRWRiabzNcXAghBitqczBF4 { width:20rem;height:15.25rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeP91DOXC7eztxl3SF72Q5y3Q3bgBsId { width:18.75rem;height:11.19530625rem;top:31.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { width:20rem;height:20rem;top:23.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:18.75rem;height:12.50390625rem;top:3.1845703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:17.5rem;height:1.94921875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { width:12.5625rem;height:12.5625rem;top:26.3125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { display:block; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { width:15rem;height:15rem;top:14.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSB8M94nUaZMBVyewSFziUDSxNmuJWb { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCogNBL3ygxJcxtifozBTfLlwmckAccM { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block; }
 }@media only screen and (max-width: 763px) { #H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C { display:block; }#BiOLuT7phCdebhXbIqBQOnNHlx9Ia39C > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHgU3HyFu1fR7wZIeybLWUyHm6FJ3760 { width:18.75rem;height:10.23046875rem;top:2.7275390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { display:block; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { width:20rem;height:38.2373046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA7KA9isJ7p08hvE7yIG8rTTkG1L9zdx { width:20rem;height:3.8984375rem;top:15.3505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { width:19.5rem;height:6rem;top:13.4873046875rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tKUIyPq34b096gL06Euy10KOp3qAs9s9 { width:19.5rem;height:12.924855491329rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { width:17.25rem;height:15.75rem;top:22.4873046875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcy6lv2yizEA2akSz9NDQR141OA4MN69 { display:block; }#Qcy6lv2yizEA2akSz9NDQR141OA4MN69 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMsuukxNmPNPUT298ktxM2AChATkOOFv { width:20rem;height:3.8984375rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCxb0FsX4ssqgC059Kw9ogLVLOGNJ6CJ { width:19.5rem;height:6rem;top:16rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QEqOTdJUM3fiP7ihr1IBQfNRdsKJ2IwL { width:19.5rem;height:13.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDWupBhs6nw2z4IxOGuBi4O7MvbPcf5P { width:17.25rem;height:2.625rem;top:25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:18.75rem;height:3.8984375rem;top:3.837890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { width:15.375rem;height:10.875rem;top:9.65625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { background-color:transparent;background-image:none;display:block; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { width:20rem;height:0.9746125rem;top:1.421875rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }