.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:252,247,217;--color-primary-1:247,230,140;--color-primary-2:241,213,64;--color-primary-3:251,175,23;--color-primary-4:48,43,13;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:rgba(var(--color-tertiary-0),1);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:#eae7b9;background-image:url("https://images.assets-landingi.com/uc/f6fecb9c-0a16-4c72-9d0a-a0a8766b99f2/ilustracja2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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:14.3125rem;width:27rem;top:11.28125rem;left:17.8125rem;overflow:hidden;display:block; }
#UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:51rem;left:23.125rem;display:block; }
#inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICX9qtuHPzTKWkytI3fDbRJd01etoyzd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:30.8125rem;top:45.03125rem;left:15.90625rem;overflow:hidden;display:block; }
#nDsweTbc52ylztJ5Upakq7NHwdh1pgVr { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:54.8125rem;width:44.4375rem;top:2.6875rem;left:7.78125rem;overflow:hidden;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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:27.625rem;width:24.9375rem;top:13.90625rem;left:31.875rem;overflow:hidden;display:block; }
#bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.20703125rem;left:1.625rem;height:17.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2x5gqyRcbMlkVaytoIwVDTyW23yw6Kv { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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:51.3125rem;width:60rem;position:relative;display:block; }#r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2265625rem;left:15.21875rem;height:7.796875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.4130859375rem;left:31.84375rem;height:21.59766875rem;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:35.0625rem;width:28.3125rem;top:4.53125rem;left:0.5625rem;overflow:hidden;display:block; }
#O23PSIIzpdpW3fCsANZgmpCaU1TzMKQM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:42.0380859375rem;left:4.96875rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;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/f6fecb9c-0a16-4c72-9d0a-a0a8766b99f2/ilustracja2.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:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:20rem;top:17.9375rem;left:7.375rem;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:rgba(var(--color-primary-3),1);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; }
#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/f6fecb9c-0a16-4c72-9d0a-a0a8766b99f2/ilustracja2.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:none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.adaptive-delivery-prevent-bg, #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.lazyload, #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod.lazyloading { background-image: none; }#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:none; }#mqn0Nshic9hSxxoZvtl3KpTdOXrPMsQH { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);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 rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);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:11.25rem;left:11.6875rem;width:27rem;height:14.3125rem;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) { #ICX9qtuHPzTKWkytI3fDbRJd01etoyzd { top:45rem;left:9.78125rem;width:30.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsweTbc52ylztJ5Upakq7NHwdh1pgVr { top:2.6875rem;left:1.65625rem;width:44.4375rem;height:54.8125rem;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:13.875rem;left:22.8125rem;width:24.9375rem;height:27.625rem;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.5rem;left:0rem;width:28.3125rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23PSIIzpdpW3fCsANZgmpCaU1TzMKQM { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;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.9375rem;left:1.25rem;width:20rem;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) { #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) { #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) { #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/f6fecb9c-0a16-4c72-9d0a-a0a8766b99f2/ilustracja2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { width:12.1875rem;height:6.375rem;top:7.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:12.5rem;height:2.5rem;top:31.56640625rem;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) { #ICX9qtuHPzTKWkytI3fDbRJd01etoyzd { width:20rem;height:2.2113022113022rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsweTbc52ylztJ5Upakq7NHwdh1pgVr { width:20rem;height:24.669479606188rem;top:3.44140625rem;left:0rem;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:48.4375rem;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:17.1875rem;height:19.0625rem;top:9.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:18.75rem;height:15.3935375rem;top:30.9375rem;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:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:18.4375rem;height:11.375rem;top:2.3935546875rem;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:16.9375rem;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:18.19236875rem;top:37.875rem;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:18.3125rem;height:22.75rem;top:12.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23PSIIzpdpW3fCsANZgmpCaU1TzMKQM { width:20rem;height:8.3965rem;top:57.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;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.0625rem;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) { #vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod { display:none; }#vCQZpbrZzZ2PPl09JtDxvuoSlf7pPDod > .row .container { width:20rem;height:56.4375rem;position:relative;display:none; } }@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) { #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) { #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; }
 }