.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:232,230,255;--color-primary-1:180,170,255;--color-primary-2:104,85,255;--color-primary-3:52,43,128;--color-primary-4:16,13,38;--color-secondary-0:249,255,217;--color-secondary-1:238,255,140;--color-secondary-2:227,255,64;--color-secondary-3:218,255,0;--color-secondary-4:45,51,13;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;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:2.8125rem;width:6rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcd4ffaf-1d55-4d5c-8a7a-c2897bcca3bf/AdobeStock_362405446kopia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:12.375rem;left:0rem;height:15.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:29.375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-form-header {  }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.6; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-textarea { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.6; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:12.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .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:var(--paragraphs-font-family);line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.6875rem;overflow:hidden;font-style:normal;float:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .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; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#404040;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-container:first-of-type{padding-top:0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-container:last-of-type{padding-bottom:0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq  { background-color:rgba(0,0,0,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.03125rem;left:40.625rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.875rem;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq {display:block;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq { background-color:rgba(0,0,0,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.03125rem;left:40.625rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #wocoOLetfzAAIR18y05hh6FXELgrDyuU { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LvlfGFapnb8LL7SuGuvuKmeUqNrF7aPm { position:relative;display:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #bnq7IfK6tMBitTTPpuSMNxdELRSiQJzu { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #JRU4aMIlUx5NqhendDP7eiuwu0Hdx1hT { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #tdpmtivECJ5G4RD9G1C4EXg5SVSVZJif { position:relative;display:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #ywLtPPlOR4WxZMugQfkLpKVJugcZ5LTA { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #OquoTu9H47KTgKaCttoAUqbVRTpLXvyt { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #u7bFlCE5Ois4H4HDAVx1OEqVBrJ5yBMZ { position:relative;display:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LyK0ZIVDC8eRdOXxW37sJnC3T8Ke3P7u { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #zrbTdxJKHAx3P6AFrZildxouMHvQHOT4 { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #qBVI8W91ZOGNoJ3bxrpbUJx9ETDdBCtx { position:relative;display:none; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mmB1U4K2dsKSQ0VmVdDICa6vbFLPG14J { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #lHq2TVTvSloAo8rtLTBU9nsUQDTVGGUo { position:relative; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mcupWVVQZx6qMebe5TRUAa3gp4ANJ9dn { position:relative; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:#f8f8f8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:4.9375rem;left:0rem;height:19.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.75rem;width:53.125rem;top:4.9375rem;left:21.75rem;display:block; }
#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78e131cf-7ba4-432b-806e-8578b8c45171/Obszarroboczy4kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.adaptive-delivery-prevent-bg, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyload, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyloading { background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { background-color: transparent; background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .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); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { border-width: 0; border-radius: 0; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.875rem;width:75rem;overflow:visible;position:relative;display:block; }#e4of6klhzuNqowWDouiAEqfxBZSwM1AW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.625rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wQH5i7FTR8UiHTwb2oRMfOKWPZbHWBTT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.9375rem;width:23.75rem;top:13.0625rem;left:51.25rem;display:block; }
#dqXhuqD9GF9HQK6b81oAo7O7l2gAnCC1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.9375rem;width:23.75rem;top:13.0625rem;left:25.625rem;display:block; }
#TZZo9kGZHtFbNoG9G8DMaa744TrVSC3J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.875rem;left:53.125rem; }
#io8wz8b7gFrn0A071PDvpCRed3giWWdI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.875rem;left:1.875rem; }
#xV83sMOTUGL7ggJE07mvadsT2TULNq6c { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:14.6875rem;left:58.3125rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJQ3z4XZniyZxh9naC8atcfQNxBVLtxb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:14.875rem;left:31.9375rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aBiL1Rfwdr04v9HF1lUiN4J9UV1quoDH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.9375rem;left:27.5rem; }
#KcQLLBJctRTgGF8Fgyr3GgT8f8UMflEg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:19rem;left:53.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cC3897NaqP5CdzDIGgEis7SD1a2aXl68 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19rem;left:27.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpzNhNrHONqu2ZDrUF6x0sgMFJVmk3N7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.9375rem;width:23.75rem;top:12.6875rem;left:0rem;display:block; }
#Zp5zpp4mo63DZqps9KRF2BJfFssIqKWa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:19rem;left:1.875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxG7VBFCOVgJHR4sTUMGouw0DmpKyvgx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:14.6875rem;left:5.8125rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { background-color: transparent; background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .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); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { border-width: 0; border-radius: 0; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:0.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gVH98B7E6LItfeao7eXFKoNux9fIOaO1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.375rem;width:16.125rem;top:9.2998046875rem;left:55.375rem;overflow:hidden;display:block; }
#QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.4375rem;left:0.0625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13.3125rem;left:3.5rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.4375rem;left:27rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:13.3125rem;left:30.375rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KF8MlfqeGT4wflwarMx2TAUTAtxTBsTw { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:33.0625rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:33.125rem;left:26.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vi5Ug2qsSoHcsy7TBw8pQVUnn4N4tPa7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.9375rem;left:3.5rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:26.9375rem;left:30.375rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SCs3THkiHfq24J489HKs06eNlpoH9Znm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.412109375rem;left:0rem; }
#KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.3125rem;left:26.8125rem; }
#nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.0625rem;left:26.8125rem; }
#k8s9BK08fxGZkZmthy3ueUc3ms3gwr7A { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.037109375rem;left:0rem; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.5rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:9.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#374000;line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#6d8000;height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_08212d1e771baf7bf83d19d0d0d9f1e5eb714e38.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.625rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#F9T7aLT767J0799PLdiOJcnIItTqq4vC { position:relative;display:block; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC { background-color: transparent; background-image: none; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row .container > .video-iframe-container { display: none; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row > .video-iframe-container { display: none; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .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); }#F9T7aLT767J0799PLdiOJcnIItTqq4vC { border-width: 0; border-radius: 0; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .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; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .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:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-form-header {  }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.6; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-textarea { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:.6; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:31.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:12.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .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:var(--paragraphs-font-family);line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.6875rem;overflow:hidden;font-style:normal;float:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .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; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#404040;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-container:first-of-type{padding-top:0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-container:last-of-type{padding-bottom:0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:2.15625rem;left:40.625rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.875rem;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht {display:block;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:2.15625rem;left:40.625rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #CuWmAiTCw5osLDyLbUZJ5f2qkyDzRJu9 { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #t5d8xQiKzwR3W2tsTUwoe8XRzyfo8lZl { position:relative;display:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PnkPrlTOqUBdvpAuX56GOxGMRtvyecU0 { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #XTHmKrHmbOozI5AKwIVBUnETsHiasFIa { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #nEAkKXko5XLaoP4lUU3G1kGHkw6PXSZm { position:relative;display:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #NLA6k6NUcomgiyCTH4EUPcWtU2eHeCBm { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #icPvmuBtfkFOHP4C7TTIWDNCrB2bt5qU { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #sghst10oXbxJwqPg9sEc1ZZrk0vqBRL4 { position:relative;display:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #Qgax4QZcOU6pRvwbgfaWArMQmLaqmhEz { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PwCG7knBFgkGJS0tVVc40wLbr8EK3Ph1 { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #BOZWPRqDzWR72MC08Zmr6o6mtvssxL5Z { position:relative;display:none; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #cXuQnQtrhWE65tabk43Qiva18r05v0J8 { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #G7zveslQrpdy49dqdshRT21SATchsZET { position:relative; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #wUiNKtyJIxQgUUK7grAMC6cIBzTGHfCM { position:relative; }
#rv1Jlk56Ccay5CuvXLDnBUvfgAwVVJty { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.1875rem;width:8.1875rem;top:13.1875rem;left:0rem;overflow:hidden;display:block; }
#fH9Kr4u7mvN72FFZE7oywixS1tfSpiiC { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:16.5rem;left:13.3125rem;height:1.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LPCZ8ZM55cGL7kI5Q5robAghM1oeInAW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:14.6875rem;left:13.3125rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:14.762500762939rem;left:9.625rem; }
#NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#UFpg9WSyoQyOgerD7d2wCcvzDJxHPS9z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:18.75rem;left:9.625rem;height:1.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MZDWMnFNMEc5TcDzGLUlQ30nRB7h1b7T { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:0.64999961853025rem;left:0rem;height:9.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { background-color: transparent; background-image: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container > .video-iframe-container { display: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container { display: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .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); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { border-width: 0; border-radius: 0; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QhezTgl69q5Pvzqg4tnFl2it8hzbXquI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZUtLPwyqmtJkEDFzFFD1D7iGJ4KtAMvX { 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:2.5rem;width:8.0625rem;top:12.25rem;left:2.625rem;overflow:hidden;display:block; }
#b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { 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:2.1875rem;width:12.5rem;top:12.09375rem;left:13.0625rem;overflow:hidden;display:block; }
#LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.5625rem;top:12rem;left:28.6875rem;overflow:hidden;display:block; }
#RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { 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:2.5rem;width:8.875rem;top:12.0625rem;left:38.875rem;overflow:hidden;display:block; }
#eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { 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.4375rem;width:8.125rem;top:11.5rem;left:52rem;overflow:hidden;display:block; }
#d8p6roC6aV34098FsEStvTf9ohUqaSfc { position:absolute;display:block;z-index:15007;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:1.875rem;width:9.375rem;top:12.25rem;left:63.125rem;overflow:hidden;display:block; }
#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f7af0149-5323-4689-8295-86b21432e2c1/Obszarroboczy5kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.adaptive-delivery-prevent-bg, #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.lazyload, #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.lazyloading { background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { background-color: transparent; background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .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); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { border-width: 0; border-radius: 0; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.25rem;width:75rem;overflow:visible;position:relative;display:block; }#uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.76171875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.625rem;left:1.25rem; }
#hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.03125rem;left:28.28125rem; }
#ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.6875rem;left:53.25rem; }
#ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:20.8125rem;left:1.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:20.8125rem;left:28.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:54.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:14.8125rem;left:5.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:14.8125rem;left:33.0625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.8125rem;left:57.6875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15rem;top:19.3125rem;left:1.875rem;display:block; }
#f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15rem;top:19.3125rem;left:28.28125rem;display:block; }
#xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15rem;top:19.3125rem;left:54.125rem;display:block; }
#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { background-color: transparent; background-image: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container > .video-iframe-container { display: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container { display: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .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); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { border-width: 0; border-radius: 0; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.78125rem;left:32.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#GgFSCbOnxrCav5i60V24vVf650eayh2i { 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:1.875rem;width:3.875rem;top:2.59375rem;left:66.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:1.25rem;left:0rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:12.375rem;left:0rem;width:40.75rem;height:15.625rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:29.375rem;left:0rem;width:36.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-regular-label { width:31.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-textarea { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-checkbox-label { width:30.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq  { width:31.875rem;height:auto;top:11rem;left:11.75rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .radio-container { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq {display:block;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq { width:31.875rem;height:auto;top:11rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #wocoOLetfzAAIR18y05hh6FXELgrDyuU {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LvlfGFapnb8LL7SuGuvuKmeUqNrF7aPm {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #bnq7IfK6tMBitTTPpuSMNxdELRSiQJzu {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #JRU4aMIlUx5NqhendDP7eiuwu0Hdx1hT {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #tdpmtivECJ5G4RD9G1C4EXg5SVSVZJif {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #ywLtPPlOR4WxZMugQfkLpKVJugcZ5LTA {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #OquoTu9H47KTgKaCttoAUqbVRTpLXvyt {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #u7bFlCE5Ois4H4HDAVx1OEqVBrJ5yBMZ {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LyK0ZIVDC8eRdOXxW37sJnC3T8Ke3P7u {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #zrbTdxJKHAx3P6AFrZildxouMHvQHOT4 {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #qBVI8W91ZOGNoJ3bxrpbUJx9ETDdBCtx {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mmB1U4K2dsKSQ0VmVdDICa6vbFLPG14J {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #lHq2TVTvSloAo8rtLTBU9nsUQDTVGGUo {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mcupWVVQZx6qMebe5TRUAa3gp4ANJ9dn {  }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { top:4.9375rem;left:0rem;width:20.0625rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { top:4.9375rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4of6klhzuNqowWDouiAEqfxBZSwM1AW { top:6.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQH5i7FTR8UiHTwb2oRMfOKWPZbHWBTT { top:13.0625rem;left:24rem;width:23.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXhuqD9GF9HQK6b81oAo7O7l2gAnCC1 { top:13.0625rem;left:12rem;width:23.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZo9kGZHtFbNoG9G8DMaa744TrVSC3J { top:14.875rem;left:39.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io8wz8b7gFrn0A071PDvpCRed3giWWdI { top:14.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV83sMOTUGL7ggJE07mvadsT2TULNq6c { top:14.6875rem;left:31.0625rem;width:16.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQ3z4XZniyZxh9naC8atcfQNxBVLtxb { top:14.875rem;left:18.3125rem;width:17.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiL1Rfwdr04v9HF1lUiN4J9UV1quoDH { top:14.9375rem;left:13.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQLLBJctRTgGF8Fgyr3GgT8f8UMflEg { top:19rem;left:27.75rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC3897NaqP5CdzDIGgEis7SD1a2aXl68 { top:19rem;left:13.875rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpzNhNrHONqu2ZDrUF6x0sgMFJVmk3N7 { top:12.6875rem;left:0rem;width:23.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp5zpp4mo63DZqps9KRF2BJfFssIqKWa { top:19rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxG7VBFCOVgJHR4sTUMGouw0DmpKyvgx { top:14.6875rem;left:0rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVH98B7E6LItfeao7eXFKoNux9fIOaO1 { top:9.25rem;left:31.625rem;width:16.125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { top:19.4375rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { top:13.3125rem;left:0rem;width:20.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { top:19.4375rem;left:13.375rem;width:23.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { top:13.3125rem;left:16.75rem;width:20.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF8MlfqeGT4wflwarMx2TAUTAtxTBsTw { top:33.0625rem;left:0rem;width:23.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { top:33.125rem;left:13.125rem;width:23.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi5Ug2qsSoHcsy7TBw8pQVUnn4N4tPa7 { top:26.9375rem;left:0rem;width:20.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { top:26.9375rem;left:16.75rem;width:21.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs3THkiHfq24J489HKs06eNlpoH9Znm { top:13.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { top:13.3125rem;left:13.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { top:27.0625rem;left:13.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8s9BK08fxGZkZmthy3ueUc3ms3gwr7A { top:27rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:6.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #F9T7aLT767J0799PLdiOJcnIItTqq4vC { display:block; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-regular-label { width:31.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-textarea { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-checkbox-label { width:30.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht  { width:31.875rem;height:21.6875rem;top:2.125rem;left:13.375rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .radio-container { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht {display:block;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht { width:31.875rem;height:21.6875rem;top:2.125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #CuWmAiTCw5osLDyLbUZJ5f2qkyDzRJu9 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #t5d8xQiKzwR3W2tsTUwoe8XRzyfo8lZl {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PnkPrlTOqUBdvpAuX56GOxGMRtvyecU0 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #XTHmKrHmbOozI5AKwIVBUnETsHiasFIa {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #nEAkKXko5XLaoP4lUU3G1kGHkw6PXSZm {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #NLA6k6NUcomgiyCTH4EUPcWtU2eHeCBm {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #icPvmuBtfkFOHP4C7TTIWDNCrB2bt5qU {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #sghst10oXbxJwqPg9sEc1ZZrk0vqBRL4 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #Qgax4QZcOU6pRvwbgfaWArMQmLaqmhEz {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PwCG7knBFgkGJS0tVVc40wLbr8EK3Ph1 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #BOZWPRqDzWR72MC08Zmr6o6mtvssxL5Z {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #cXuQnQtrhWE65tabk43Qiva18r05v0J8 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #G7zveslQrpdy49dqdshRT21SATchsZET {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #wUiNKtyJIxQgUUK7grAMC6cIBzTGHfCM {  }
 }@media only screen and (max-width: 763px) { #rv1Jlk56Ccay5CuvXLDnBUvfgAwVVJty { top:13.1875rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9Kr4u7mvN72FFZE7oywixS1tfSpiiC { top:16.5rem;left:0rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPCZ8ZM55cGL7kI5Q5robAghM1oeInAW { top:14.6875rem;left:0rem;width:15.625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 { top:14.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UFpg9WSyoQyOgerD7d2wCcvzDJxHPS9z { top:18.75rem;left:0rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDWMnFNMEc5TcDzGLUlQ30nRB7h1b7T { top:0.625rem;left:0rem;width:29.625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhezTgl69q5Pvzqg4tnFl2it8hzbXquI { top:6.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtLPwyqmtJkEDFzFFD1D7iGJ4KtAMvX { top:12.25rem;left:0rem;width:8.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { top:12.0625rem;left:0rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { top:12rem;left:15.0625rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { top:12.0625rem;left:25.25rem;width:8.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { top:11.5rem;left:38.375rem;width:8.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8p6roC6aV34098FsEStvTf9ohUqaSfc { top:12.25rem;left:38.375rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { top:13.625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { top:14rem;left:14.65625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { top:13.6875rem;left:39.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { top:20.8125rem;left:0rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { top:20.8125rem;left:14.6875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { top:20.8125rem;left:26.875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { top:14.8125rem;left:0rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { top:14.8125rem;left:19.4375rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { top:14.8125rem;left:30.8125rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { top:19.3125rem;left:0rem;width:15rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { top:19.3125rem;left:14.65625rem;width:15rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { top:19.3125rem;left:32.75rem;width:15rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { top:2.75rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgFSCbOnxrCav5i60V24vVf650eayh2i { width:3.875rem;height:1.875rem;top:2.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;background-color:#6855ff;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:7.875rem;height:3.6875rem;top:0.34375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3c0fdc8-fb2f-4aa1-b3d4-870e38f400cb/noroot.crop_2341x2895_2016,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:7.425rem;top:4.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:17.75rem;height:9rem;top:12.6875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-text {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-select {padding-top: 0; padding-bottom: 0;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-input-button { width:10.8125rem;margin-top:0.25rem;margin-right:6.6875rem;margin-bottom:0.25rem;margin-left:0;height:3.4375rem;font-size:1.125rem;overflow:hidden;background-color:#daff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#000000; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq  { width:17.5rem;height:auto;top:25.359375rem;left:0rem; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq {display:block;}#vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq { width:17.5rem;height:auto;top:25.359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #wocoOLetfzAAIR18y05hh6FXELgrDyuU {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LvlfGFapnb8LL7SuGuvuKmeUqNrF7aPm { display:none; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #bnq7IfK6tMBitTTPpuSMNxdELRSiQJzu {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #JRU4aMIlUx5NqhendDP7eiuwu0Hdx1hT {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #tdpmtivECJ5G4RD9G1C4EXg5SVSVZJif {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #ywLtPPlOR4WxZMugQfkLpKVJugcZ5LTA {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #OquoTu9H47KTgKaCttoAUqbVRTpLXvyt {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #u7bFlCE5Ois4H4HDAVx1OEqVBrJ5yBMZ { display:none; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #LyK0ZIVDC8eRdOXxW37sJnC3T8Ke3P7u {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #zrbTdxJKHAx3P6AFrZildxouMHvQHOT4 {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #qBVI8W91ZOGNoJ3bxrpbUJx9ETDdBCtx { display:none; }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mmB1U4K2dsKSQ0VmVdDICa6vbFLPG14J {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #lHq2TVTvSloAo8rtLTBU9nsUQDTVGGUo {  }
 }@media only screen and (max-width: 763px) { #vzRSN62ER6DwqhvfSzNmTHbznfGLaNkq #mcupWVVQZx6qMebe5TRUAa3gp4ANJ9dn {  }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { width:20rem;height:18.7rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { height:11.19925rem;width:20rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78e131cf-7ba4-432b-806e-8578b8c45171/Obszarroboczy4kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.adaptive-delivery-prevent-bg, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyload, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyloading { background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { background-color: transparent; background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .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); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4of6klhzuNqowWDouiAEqfxBZSwM1AW { width:20rem;height:2.4rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQH5i7FTR8UiHTwb2oRMfOKWPZbHWBTT { width:20rem;height:12.8125rem;top:33.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXhuqD9GF9HQK6b81oAo7O7l2gAnCC1 { width:20rem;height:12.8125rem;top:20.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZo9kGZHtFbNoG9G8DMaa744TrVSC3J { display:flex;width:2.5rem;height:2.5rem;top:35.75rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #io8wz8b7gFrn0A071PDvpCRed3giWWdI { display:flex;width:2.5rem;height:2.5rem;top:8.0234375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xV83sMOTUGL7ggJE07mvadsT2TULNq6c { width:14.375rem;height:3.3rem;top:36.1875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQ3z4XZniyZxh9naC8atcfQNxBVLtxb { width:14.375rem;height:3.3rem;top:22.4375rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiL1Rfwdr04v9HF1lUiN4J9UV1quoDH { display:flex;width:2.5rem;height:2.5rem;top:22rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KcQLLBJctRTgGF8Fgyr3GgT8f8UMflEg { width:17.5rem;height:5.25rem;top:39.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC3897NaqP5CdzDIGgEis7SD1a2aXl68 { width:17.5rem;height:5.25rem;top:25.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpzNhNrHONqu2ZDrUF6x0sgMFJVmk3N7 { width:19.75rem;height:12.8125rem;top:6.1484375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp5zpp4mo63DZqps9KRF2BJfFssIqKWa { width:17.5rem;height:5.25rem;top:11.7734375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxG7VBFCOVgJHR4sTUMGouw0DmpKyvgx { width:14.375rem;height:3.3rem;top:8.373046875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:20rem;height:87.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LutJDGP4C4w1xOQNvVDu4Qh7V7VNhC { width:20rem;height:2.4rem;top:29.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVH98B7E6LItfeao7eXFKoNux9fIOaO1 { width:13.1875rem;height:23.3125rem;top:3.359375rem;left:3.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QfBvsM3S5IsJri8wZnTH22T5rzFtqGIE { width:20rem;height:4.5rem;top:39.5625rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #G9rNqLnUKL5m8Vg2OEWaa8tXdMM7hp0p { width:16.875rem;height:3.3rem;top:34.375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtXV8wmTTyTdzveT5xPueiXbGuuy0CHO { width:20rem;height:6rem;top:53.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGJ4uxU6EJifUxqHJFiFp4AW2QhsDEA { width:16.875rem;height:3.3rem;top:47.875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF8MlfqeGT4wflwarMx2TAUTAtxTBsTw { width:20rem;height:6rem;top:66.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFNewt94FcZTpA4wPQvpKFUcyGlBTn { width:20rem;height:6rem;top:79.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi5Ug2qsSoHcsy7TBw8pQVUnn4N4tPa7 { width:16.875rem;height:3.3rem;top:61.375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXsTQVUN0aZLplt6txV0rOXJT0wFaxu9 { width:16.875rem;height:3.3rem;top:74.875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs3THkiHfq24J489HKs06eNlpoH9Znm { display:flex;width:2.5rem;height:2.5rem;top:33.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KCogGkFonIhgBay5vbuIcKoyIE3zU9M8 { display:flex;width:2.5rem;height:2.5rem;top:47.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nPZP2sMUITJTv8hDBecUym0FdGzUAdTe { display:flex;width:2.5rem;height:2.5rem;top:74.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8s9BK08fxGZkZmthy3ueUc3ms3gwr7A { display:flex;width:2.5rem;height:2.5rem;top:60.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:20rem;height:4.8rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:11.859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #F9T7aLT767J0799PLdiOJcnIItTqq4vC { display:block; }#F9T7aLT767J0799PLdiOJcnIItTqq4vC > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-input-button { width:10.8125rem;margin-top:0.25rem;margin-right:6.6875rem;margin-bottom:0.25rem;margin-left:0;height:3.4375rem;font-size:1.125rem;overflow:hidden;background-color:#daff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#000000; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht  { width:17.5rem;height:21.6875rem;top:2.125rem;left:0rem; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht {display:block;}#E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht { width:17.5rem;height:21.6875rem;top:26.35rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #CuWmAiTCw5osLDyLbUZJ5f2qkyDzRJu9 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #t5d8xQiKzwR3W2tsTUwoe8XRzyfo8lZl { display:none; }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PnkPrlTOqUBdvpAuX56GOxGMRtvyecU0 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #XTHmKrHmbOozI5AKwIVBUnETsHiasFIa {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #nEAkKXko5XLaoP4lUU3G1kGHkw6PXSZm {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #NLA6k6NUcomgiyCTH4EUPcWtU2eHeCBm {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #icPvmuBtfkFOHP4C7TTIWDNCrB2bt5qU {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #sghst10oXbxJwqPg9sEc1ZZrk0vqBRL4 { display:none; }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #Qgax4QZcOU6pRvwbgfaWArMQmLaqmhEz {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #PwCG7knBFgkGJS0tVVc40wLbr8EK3Ph1 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #BOZWPRqDzWR72MC08Zmr6o6mtvssxL5Z { display:none; }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #cXuQnQtrhWE65tabk43Qiva18r05v0J8 {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #G7zveslQrpdy49dqdshRT21SATchsZET {  }
 }@media only screen and (max-width: 763px) { #E4qNXMFdRtDZo0zDL0oyPRgasT5GEWht #wUiNKtyJIxQgUUK7grAMC6cIBzTGHfCM {  }
 }@media only screen and (max-width: 763px) { #rv1Jlk56Ccay5CuvXLDnBUvfgAwVVJty { width:8.1875rem;height:8.1875rem;top:5.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9Kr4u7mvN72FFZE7oywixS1tfSpiiC { width:15.625rem;height:1.2rem;top:16.875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPCZ8ZM55cGL7kI5Q5robAghM1oeInAW { width:15.625rem;height:1.8rem;top:15.0625rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 { display:flex;width:2.25rem;height:2.25rem;top:22.3125rem;left:8.875rem; }
#NC0HHhZ6dJbVXlAPZ7yAp7IhhWMElPG8 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #UFpg9WSyoQyOgerD7d2wCcvzDJxHPS9z { width:15.625rem;height:1.2rem;top:19.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZDWMnFNMEc5TcDzGLUlQ30nRB7h1b7T { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhezTgl69q5Pvzqg4tnFl2it8hzbXquI { width:20rem;height:7.2rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtLPwyqmtJkEDFzFFD1D7iGJ4KtAMvX { width:8.0625rem;height:2.5rem;top:11.6875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { width:12.5rem;height:2.1875rem;top:15.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { width:6.5625rem;height:2.5rem;top:19.625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { width:8.875rem;height:2.5rem;top:24.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { width:5.9375rem;height:2.5rem;top:28.6875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8p6roC6aV34098FsEStvTf9ohUqaSfc { width:9.375rem;height:1.875rem;top:33.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { background-color:#e3ff40;background-image:url("https://images.assets-landingi.com/uc/f7af0149-5323-4689-8295-86b21432e2c1/Obszarroboczy5kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.adaptive-delivery-prevent-bg, #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.lazyload, #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl.lazyloading { background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { background-color: transparent; background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .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); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { width:20rem;height:2.4rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { display:flex;width:2.375rem;height:2.375rem;top:8.25rem;left:0.625rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { display:flex;width:2.1875rem;height:2.1875rem;top:17.875rem;left:0.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { display:flex;width:2.8125rem;height:2.8125rem;top:27.5625rem;left:0.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { width:15.8125rem;height:1.5rem;top:11.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { width:15.8125rem;height:1.5rem;top:21.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { width:15.8125rem;height:1.5rem;top:31.1875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { width:15.8125rem;height:2.0625rem;top:8.3125rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { width:15.8125rem;height:2.0625rem;top:17.9375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { width:15.8125rem;height:2.0625rem;top:27.9375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { width:15rem;height:0.0625rem;top:15.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { width:15rem;height:0.0625rem;top:25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { width:15rem;height:0.0625rem;top:35.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgFSCbOnxrCav5i60V24vVf650eayh2i { width:3.875rem;height:1.875rem;top:1.1748046875rem;left:8.0625rem;display:block; }
 }