.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:220,239,241;--color-primary-1:149,208,213;--color-primary-2:79,176,185;--color-primary-3:0,213,223;--color-primary-4:16,35,37;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,244,244;--color-tertiary-2:153,146,146;--color-tertiary-3:92,88,88;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/43ab1f7f-2339-49e6-9c7e-0b68510d6b56/nagoweklp4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:36.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#vynmvWS16bg3KU2XPQnktuxHbWuOkwab { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:20.75rem;left:1.3125rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { 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:10.5625rem;width:11.3125rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { 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:4.6875rem;width:10.125rem;top:3.0625rem;left:13.8125rem;overflow:hidden;display:block; }
#o1wCFMmTVNqd6oHJGlaGTO1EAW0o63lC { z-index:15001;top:29.6875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #f58221;border-left:0.1875rem solid #f58221;border-right:0.1875rem solid #f58221;border-bottom:0.1875rem solid #f58221;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f58221;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QmSIs8VNQHKdvJe4LBbLflG81tzLWyTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vw11goOTeACWrVcaC9clzt2EqVCHsVvF { box-sizing:content-box;color:#f58221;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:30.40625rem;left:14.9375rem;display:none; }
#fWTURVS4WIhW7o0Mnyqyv1J32mRgZUpS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.625rem;left:1.3125rem;display:block; }
#FNpVuX5fPCcHULr89QQcqX8ZBtJ4JeFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wngHrW6NMzoKcTzCti8ODqd33xrgnfhd { z-index:15007;top:31.625rem;left:20.125rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EQcmT3bo7DLr6HvqN398UH2hftRUoHQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEvsUTfVoGtzKA9aF8TL2lrZy2l24Bn9 { color:#368f97;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.3125rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#CyzlOFZF7qTHvxh9Z4U31FLTKbbugQwm { color:rgba(var(--color-secondary-4),1);display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.3125rem;height:4.386725rem;text-align:left;text-align-last:left;display:block; }
#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container { background-color: transparent; background-image: none; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container > .video-iframe-container { display: none; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row > .video-iframe-container { display: none; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .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); }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container { border-width: 0; border-radius: 0; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.1875rem;width:60rem;position:relative;display:block; }#ALNvN3dkbQlsVxoeD4Q70of6bvlWhCM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.78125rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#takERNfCRARAGumEV6Cbvws1BcuRVtlJ { z-index:15006;top:7.0625rem;left:24.875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tkv2mwgq4bced0DbJalTKWxRQ1tIrabE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3khoeE3EzzCDyf3m24R6AFybBu7L9zn { position:relative;display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #V3khoeE3EzzCDyf3m24R6AFybBu7L9zn > .row .container { position:relative;display:block; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container { background-color: transparent; background-image: none; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container > .video-iframe-container { display: none; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row > .video-iframe-container { display: none; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .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); }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container { border-width: 0; border-radius: 0; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#rPsCKg5ecX0a3lRR9d1ypZLnsUZnIpSK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.78125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container { background-color: transparent; background-image: none; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container > .video-iframe-container { display: none; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row > .video-iframe-container { display: none; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .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); }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container { border-width: 0; border-radius: 0; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#bomM8XOkybcOW7zvIyQG2fgImoHX7WlP { position:absolute;display:block;z-index:15045;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:16.1875rem;width:16.1875rem;top:0rem;left:21.90625rem;overflow:hidden;display:block; }
#xWgB4iTbLAtFnCnIVMx87sCTAQHEfo65 { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:41.90625rem;overflow:hidden;display:block; }
#eTTnyXxgMOhE4Ml0fE4GOlrusQ4woZUH { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:1.90625rem;overflow:hidden;display:block; }
#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container { background-color: transparent; background-image: none; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container > .video-iframe-container { display: none; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row > .video-iframe-container { display: none; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .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); }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container { border-width: 0; border-radius: 0; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#bXo1aT1uAhnQPf3AKSSybagkWAxHqooJ { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:1.90625rem;overflow:hidden;display:block; }
#hs0O6mVlQsOyUzaIIWPbkQFV5gTNGsq8 { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:21.90625rem;overflow:hidden;display:block; }
#C2VeWA0rIDVeRWPFCylABxT410Wh2SUb { position:absolute;display:block;z-index:15045;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:16.1875rem;width:16.1875rem;top:0rem;left:41.90625rem;overflow:hidden;display:block; }
#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container { background-color: transparent; background-image: none; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container > .video-iframe-container { display: none; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row > .video-iframe-container { display: none; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .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); }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container { border-width: 0; border-radius: 0; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#iNTDq1cbNWy37Qgd5BfCOiP24yVZrEHy { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:1.90625rem;overflow:hidden;display:block; }
#g8Wkh2gJ22oUJUKwPsnV8502OhnSbOLm { position:absolute;display:block;z-index:15046;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:16.1875rem;width:16.1875rem;top:0rem;left:21.90625rem;overflow:hidden;display:block; }
#UTAEQcoq8Z30a2zPbE8Piw5dAbMwOTCi { position:absolute;display:block;z-index:15045;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:16.1875rem;width:16.1875rem;top:0rem;left:41.90625rem;overflow:hidden;display:block; }
#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container { background-color: transparent; background-image: none; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container > .video-iframe-container { display: none; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row > .video-iframe-container { display: none; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .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); }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container { border-width: 0; border-radius: 0; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#pse4kv39rcfxH9vLHK1Fg7paHT7iLGrm { z-index:15003;top:0.15625rem;left:23.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rciEAKLfUK5wrt8z0DIahkULEM5Xp8mg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c29c0fd9-56d1-4815-a2dc-87899e790088/tlosekcja3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp.adaptive-delivery-prevent-bg, #tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp.lazyload, #tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp.lazyloading { background-image: none; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container { background-color: transparent; background-image: none; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container > .video-iframe-container { display: none; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row > .video-iframe-container { display: none; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .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); }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container { border-width: 0; border-radius: 0; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d4603db3-7c05-4381-b3aa-aef3299f5cde/tlosekcja3dol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy.adaptive-delivery-prevent-bg, #GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy.lazyload, #GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy.lazyloading { background-image: none; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container { background-color: transparent; background-image: none; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container > .video-iframe-container { display: none; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row > .video-iframe-container { display: none; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .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); }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container { border-width: 0; border-radius: 0; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { background-color: transparent; background-image: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container > .video-iframe-container { display: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container { display: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .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); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { border-width: 0; border-radius: 0; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { font-size:0.875rem;font-family:"open sans";height:3.9375rem;width:60rem;position:relative;display:block; }#ocNiytTOHwNMGhAuvE715ukSFSkVkfyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.177734375rem;left:0.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container { background-color: transparent; background-image: none; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container > .video-iframe-container { display: none; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row > .video-iframe-container { display: none; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .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); }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container { border-width: 0; border-radius: 0; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container { font-size:0.875rem;font-family:"open sans";height:4.6875rem;width:60rem;position:relative;display:block; }#ibHSvPFcnRb629BicluFBft82yCteXk2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:18.125rem;display:block; }
#slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz > .row .container { border-width: 0; border-radius: 0; }#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz > .row .container { font-size:0.875rem;font-family:"open sans";height:17.5rem;width:60rem;position:relative;display:none; }#LxTnpnogv88TclxbyqbZOAT9ot4Kt3FG { color:#f58221;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsoP3GhgpTrs7Q60hww7ekdgN3h1bhOv { position:absolute;display:block;z-index:15011;height:2.25rem;width:7.8125rem;top:6.4375rem;left:22.9375rem;display:block; }
#thF4GAHErXf97RcJH5tTPGzQJchhdBUH { position:absolute;display:block;z-index:15012;height:2.3125rem;width:7.8125rem;top:6.4375rem;left:39.1875rem;display:block; }
#bInFrCqmlE7Cle7cAdwcufnh612mbkZF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.38671875rem;left:10.40625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#H4bupPTF6X5TnxAKtZCcIDRlOnrkWkMX { position:absolute;display:block;z-index:15012;height:2.25rem;width:7.8125rem;top:6.4375rem;left:7rem;display:block; }
#veAoTSXwMEaQrIomPcvvKyPkQ1E4wJgu { box-sizing:content-box;color:#252424;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:14.6875rem;left:25.9375rem;display:block; }
#WhC4PzqdAkADE85gDKPCa3fXgbDaFlRz { box-sizing:content-box;color:#252424;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:14.6875rem;left:32.1875rem;display:block; }
#uTsrvrw06nMDrZI532JROtahf6BPBAih { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:9.3125rem;left:6.78125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#TQiTkPb6f5UgcnbzePTCrg0zF84Jayxw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:9.3125rem;left:23.28125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#XaFvTExysVLtyB7poiTMvsH5ymhnrPGl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:9.3125rem;left:39.53125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39397c26-0e7a-4473-b6f4-3ecf736750cb/tlosekcja3turkus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7.adaptive-delivery-prevent-bg, #slfn7T0tvqSi08gS9iuL1teNh21mvgk7.lazyload, #slfn7T0tvqSi08gS9iuL1teNh21mvgk7.lazyloading { background-image: none; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container { background-color: transparent; background-image: none; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container > .video-iframe-container { display: none; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row > .video-iframe-container { display: none; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .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); }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container { border-width: 0; border-radius: 0; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:0.875rem;font-family:"open sans";height:26.4375rem;width:60rem;position:relative;display:block; }#rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.3125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.8125rem;left:11.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#f58221;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.75rem;left:33.625rem;display:block; }
#qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { 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:4rem;width:13.875rem;top:20.8125rem;left:8.3125rem;overflow:hidden;display:block; }
#WHicf8xCQRSVvz90qZawogWF7pl0lTTf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { 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:4rem;width:13.875rem;top:20.8125rem;left:38.6875rem;overflow:hidden;display:block; }
#TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t69XLJ8BZcITkKwoS4RJ349iND7pzmin { position:relative;display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #t69XLJ8BZcITkKwoS4RJ349iND7pzmin > .row .container { position:relative;display:block; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container { background-color: transparent; background-image: none; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container > .video-iframe-container { display: none; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row > .video-iframe-container { display: none; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .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); }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container { border-width: 0; border-radius: 0; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#wDkBtWIW40FPHce3BohnC81HQ29VruOm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container { background-color: transparent; background-image: none; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container > .video-iframe-container { display: none; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row > .video-iframe-container { display: none; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .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); }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container { border-width: 0; border-radius: 0; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#RnNXdOUPF2PpEgVzNmTT30DJaCmLDU6W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#IcupJk1d8RG3TTG3tQPyQf6TUmrg4uDO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:0rem;left:30.3125rem;overflow:hidden;display:block; }
#ggd8QILkFTRBXfLsWK3WSRcKzqaLXefT { 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:14.375rem;width:14.375rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#a33pWC7ky9dUNOEvfkmX12l5H7Nd4G7L { 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:12rem;width:14.375rem;top:1.46875rem;left:45.3125rem;overflow:hidden;display:block; }
#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container { background-color: transparent; background-image: none; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container > .video-iframe-container { display: none; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row > .video-iframe-container { display: none; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .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); }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container { border-width: 0; border-radius: 0; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#CARWTgP5kwFg7kCzqrSToBlJEBca12vw { position:absolute;display:block;z-index:15000;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:12rem;width:14.375rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#hwPfADLtaJBGF4cDdMruUdA59ZhgIDT5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:14.375rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#T7AnIzahgog5dkUPM1AocpKZmAzCZweo { 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:12rem;width:14.375rem;top:0rem;left:45.3125rem;overflow:hidden;display:block; }
#LaJXMEVVxe0u75IInOTJM3lsOKXTgdNU { 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:12rem;width:14.375rem;top:0rem;left:30.3125rem;overflow:hidden;display:block; }
#Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P { position:relative;display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P > .row .container { position:relative;display:block; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container { background-color: transparent; background-image: none; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container > .video-iframe-container { display: none; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row > .video-iframe-container { display: none; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .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); }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container { border-width: 0; border-radius: 0; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#TEnRLTgsqAHOEhnG9WM4S8CnlhUuMqK9 { color:rgba(var(--color-primary-2),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0.03125rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2vO4TDm18mbCk7wJkNFHKVC7R6gduNa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.84375rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXy7wH4BwhI7dR13cwvuDm5XHleMTTTd { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8125rem;left:41.9375rem;height:6.5rem;font-style:normal;display:block; }
#B933Rfnm9nfCa1LdGmU4WWlQ1qHIHNMr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.4375rem;left:41.375rem;height:1.13720625rem;display:block; }
#GJnTvoyRWkFlSbnezLbbD8DWhwVXTJPD { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:3.8125rem;left:54.5625rem;height:6.5rem;font-style:normal;display:block; }
#xBrHgBWIcmprE0KEQUy7Gkgvzedfyr4T { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.4375rem;left:51.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#pU6zip1ZXVbCdRcwaN55mNHl0yT051T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4375rem;left:30rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIyr2BRPC0eSNy2qXh7pz1fe6BavDH6O { color:rgba(var(--color-secondary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:52.75rem;height:6.5rem;font-style:normal;display:none; }
#eF52rdJgxSQvzzcb8s78MRtspxKVqsxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8623046875rem;left:30rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOIKyDrUnDF4cHG6d2CS4UhbgTKMp3Mb { color:rgba(var(--color-primary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:29.375rem;left:47rem;height:4.38720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HuA69P74TT9yGTWUTqzsTtD8M34veJDf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.24951171875rem;left:50.249835968017rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#fmFAKLTv7xDagVEluhTw5keFgHbR0LO9 { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.6875rem;left:30rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EMcT96h2RLvdbz4RC3EU8VG0HzwgIhR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.51123046875rem;left:35.550945281983rem;height:1.13720625rem;display:block; }
#zdWXAFBFmv250shP7XPUsXBDafyJUQMh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0rem;height:;display:block; }#zdWXAFBFmv250shP7XPUsXBDafyJUQMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zdWXAFBFmv250shP7XPUsXBDafyJUQMh li:before{  }
#UeyDetEavJLrenyEF10poSPVgKfMIWqG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.21875rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXdRI9DwEgqmFk8JEgTFtNlK8Uus9aEo { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.4375rem;height:6.5rem;font-style:normal;display:block; }
#Py4fKihaWDtnq5lxD5tobvFDBxSEie5x { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.4375rem;left:30.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#hSTiwB5e11cVO2zt5bDqDh16A7hvachx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:33.24951171875rem;left:34.801433563233rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#NfsnUbvk5Wp2FqouprVGAzrhMLq7eGNc { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:27.75rem;left:30.625rem;height:6.5rem;font-style:normal;display:block; }
#AiVQXSHteTgJt7Zcp1lHtlR8QEHEGRWH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.14404296875rem;left:30.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atGJaZvvfCGkBNzSwdHBWBPkFgXAzRG8 { color:rgba(var(--color-primary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.125rem;left:46.375rem;height:4.38720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CRsmsKQ9qlt5NluaNdUBcoiBC3qD2HyA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.10107421875rem;left:51.301265716552rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d4603db3-7c05-4381-b3aa-aef3299f5cde/tlosekcja3dol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3.adaptive-delivery-prevent-bg, #tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3.lazyload, #tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3.lazyloading { background-image: none; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container { background-color: transparent; background-image: none; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container > .video-iframe-container { display: none; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row > .video-iframe-container { display: none; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .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); }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container { border-width: 0; border-radius: 0; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04dbb330-6f18-40d6-b76f-4a7b4391379c/tlosekcjaturkusaplikacjagora.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK.adaptive-delivery-prevent-bg, #iwP8NteLN7FWqVTFe7beGq95nhxpuOpK.lazyload, #iwP8NteLN7FWqVTFe7beGq95nhxpuOpK.lazyloading { background-image: none; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container { background-color: transparent; background-image: none; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container > .video-iframe-container { display: none; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row > .video-iframe-container { display: none; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .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); }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container { border-width: 0; border-radius: 0; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container { background-color: transparent; background-image: none; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container > .video-iframe-container { display: none; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row > .video-iframe-container { display: none; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .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); }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container { border-width: 0; border-radius: 0; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#Q2HmEK7DoUksAFKGPwWlGvQlK2F7afZs { color:rgba(var(--color-tertiary-1),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:31.5rem;height:8.5488125rem;text-align:left;text-align-last:left;display:block; }
#fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.06396484375rem;left:31.5rem;height:14.2480625rem;text-align:left;text-align-last:left;display:block; }#fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 li:before{  }
#ePQytFWsHBlgTtOdGE1dLgVWJ5rblM6Z { 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:16.0625rem;width:14.125rem;top:0rem;left:7.9375rem;overflow:hidden;display:block; }
#sIXprDcut0CTqgda6rSS7yG2RuxoSXtT { 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:3.625rem;width:12.1875rem;top:17.6875rem;left:16.125rem;overflow:hidden;display:block; }
#RbsVlyqIvl6oyC1KSMbEEFlidsdHWr39 { 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:3.625rem;width:11.8125rem;top:17.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b84445f-9ce5-40fb-bf84-877a6a746838/tlosekcjaturkusaplikacjadol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf.adaptive-delivery-prevent-bg, #hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf.lazyload, #hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf.lazyloading { background-image: none; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container { background-color: transparent; background-image: none; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container > .video-iframe-container { display: none; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row > .video-iframe-container { display: none; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .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); }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container { border-width: 0; border-radius: 0; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { border-width: 0; border-radius: 0; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { font-size:0.875rem;font-family:"open sans";height:31.5rem;width:60rem;position:relative;display:block; }#kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { color:rgba(var(--color-tertiary-0),0.7);display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.1875rem;left:13.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:25.5625rem;top:0rem;left:29.75rem;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:#282828;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:9.1875rem;left:27.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:12.4375rem;left:28.6875rem;height:18.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { position:absolute;display:block;z-index:15031;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:9.1875rem;width:9.1875rem;top:0rem;left:37.75rem;overflow:hidden;display:block; }
#r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:24.8125rem;left:36.3125rem;display:block; }
#GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { position:absolute;display:block;z-index:15033;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:31.4375rem;width:27.5625rem;top:0rem;left:2.0353190104167rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vynmvWS16bg3KU2XPQnktuxHbWuOkwab { width:36.6875rem;height:9rem;top:20.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:11.3125rem;height:10.5625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:10.125rem;height:4.6875rem;top:3.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wCFMmTVNqd6oHJGlaGTO1EAW0o63lC { top:29.6875rem;left:0rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmSIs8VNQHKdvJe4LBbLflG81tzLWyTl { display:block; }
 }@media only screen and (max-width: 763px) { #Vw11goOTeACWrVcaC9clzt2EqVCHsVvF { width:2rem;height:2rem;top:30.375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTURVS4WIhW7o0Mnyqyv1J32mRgZUpS { width:18.1875rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpVuX5fPCcHULr89QQcqX8ZBtJ4JeFT { display:block; }
 }@media only screen and (max-width: 763px) { #wngHrW6NMzoKcTzCti8ODqd33xrgnfhd { top:31.625rem;left:14rem;width:14.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQcmT3bo7DLr6HvqN398UH2hftRUoHQb { display:block; }
 }@media only screen and (max-width: 763px) { #DEvsUTfVoGtzKA9aF8TL2lrZy2l24Bn9 { width:35.125rem;height:2.1875rem;top:10.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzlOFZF7qTHvxh9Z4U31FLTKbbugQwm { width:35.125rem;height:4.375rem;top:12.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV { display:none; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ALNvN3dkbQlsVxoeD4Q70of6bvlWhCM5 { width:47.75rem;height:5.125rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #takERNfCRARAGumEV6Cbvws1BcuRVtlJ { top:7.0625rem;left:18.75rem;width:10.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkv2mwgq4bced0DbJalTKWxRQ1tIrabE { display:block; }
 }@media only screen and (max-width: 763px) { #V3khoeE3EzzCDyf3m24R6AFybBu7L9zn { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #V3khoeE3EzzCDyf3m24R6AFybBu7L9zn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe { display:block; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPsCKg5ecX0a3lRR9d1ypZLnsUZnIpSK { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF { display:block; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bomM8XOkybcOW7zvIyQG2fgImoHX7WlP { width:16.1875rem;height:16.1875rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgB4iTbLAtFnCnIVMx87sCTAQHEfo65 { width:16.1875rem;height:16.1875rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTnyXxgMOhE4Ml0fE4GOlrusQ4woZUH { width:16.1875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXsv2zScSfpGvbnDmh3MVLREb0pTspoK { display:block; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXo1aT1uAhnQPf3AKSSybagkWAxHqooJ { width:16.1875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs0O6mVlQsOyUzaIIWPbkQFV5gTNGsq8 { width:16.1875rem;height:16.1875rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2VeWA0rIDVeRWPFCylABxT410Wh2SUb { width:16.1875rem;height:16.1875rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaV2U41cTXingTMEuoHU5oaHvPhOvxaB { display:block; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNTDq1cbNWy37Qgd5BfCOiP24yVZrEHy { width:16.1875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Wkh2gJ22oUJUKwPsnV8502OhnSbOLm { width:16.1875rem;height:16.1875rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAEQcoq8Z30a2zPbE8Piw5dAbMwOTCi { width:16.1875rem;height:16.1875rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT { display:block; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pse4kv39rcfxH9vLHK1Fg7paHT7iLGrm { top:0.125rem;left:17rem;width:13.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rciEAKLfUK5wrt8z0DIahkULEM5Xp8mg { display:block; }
 }@media only screen and (max-width: 763px) { #tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp { display:block; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy { display:block; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocNiytTOHwNMGhAuvE715ukSFSkVkfyQ { width:47.75rem;height:1.625rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm3NN7HVzlw0etb5z93aTN4Z71CTETbq { display:block; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibHSvPFcnRb629BicluFBft82yCteXk2 { width:23.75rem;height:3.4375rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block; }
 }@media only screen and (max-width: 763px) { #q01hGcLyDp8TiZTSAcPC4thWuooh53Cz { display:block; }#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxTnpnogv88TclxbyqbZOAT9ot4Kt3FG { width:47.75rem;height:1.29948125rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsoP3GhgpTrs7Q60hww7ekdgN3h1bhOv { width:7.8125rem;height:2.25rem;top:6.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thF4GAHErXf97RcJH5tTPGzQJchhdBUH { width:7.8125rem;height:2.3125rem;top:6.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInFrCqmlE7Cle7cAdwcufnh612mbkZF { width:39.1875rem;height:1.29948125rem;top:13.375rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4bupPTF6X5TnxAKtZCcIDRlOnrkWkMX { width:7.8125rem;height:2.25rem;top:6.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veAoTSXwMEaQrIomPcvvKyPkQ1E4wJgu { width:1.875rem;height:1.875rem;top:14.6875rem;left:19.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhC4PzqdAkADE85gDKPCa3fXgbDaFlRz { width:1.875rem;height:1.875rem;top:14.6875rem;left:26.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTsrvrw06nMDrZI532JROtahf6BPBAih { width:12.5rem;height:2rem;top:9.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiTkPb6f5UgcnbzePTCrg0zF84Jayxw { width:12.5rem;height:1rem;top:9.3125rem;left:17.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaFvTExysVLtyB7poiTMvsH5ymhnrPGl { width:12.5rem;height:2rem;top:9.3125rem;left:33.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slfn7T0tvqSi08gS9iuL1teNh21mvgk7 { display:block; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:47.375rem;height:5.625rem;top:1.125rem;left:0.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { width:28.1875rem;height:2.625rem;top:7.8125rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { width:12.8125rem;height:2.625rem;top:7.75rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block; }
 }@media only screen and (max-width: 763px) { #ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { width:13.875rem;height:4rem;top:20.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHicf8xCQRSVvz90qZawogWF7pl0lTTf { width:47.75rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { width:13.875rem;height:4rem;top:20.8125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { width:47.75rem;height:1.625rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t69XLJ8BZcITkKwoS4RJ349iND7pzmin { display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #t69XLJ8BZcITkKwoS4RJ349iND7pzmin > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 { display:block; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDkBtWIW40FPHce3BohnC81HQ29VruOm { width:47.75rem;height:2.8125rem;top:0.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M { display:block; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnNXdOUPF2PpEgVzNmTT30DJaCmLDU6W { width:14.25rem;height:14.25rem;top:0rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcupJk1d8RG3TTG3tQPyQf6TUmrg4uDO { width:14.25rem;height:14.25rem;top:0rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggd8QILkFTRBXfLsWK3WSRcKzqaLXefT { width:14.375rem;height:14.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33pWC7ky9dUNOEvfkmX12l5H7Nd4G7L { width:14.375rem;height:12rem;top:1.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc { display:block; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CARWTgP5kwFg7kCzqrSToBlJEBca12vw { width:14.375rem;height:12rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPfADLtaJBGF4cDdMruUdA59ZhgIDT5 { width:14.375rem;height:12rem;top:0rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7AnIzahgog5dkUPM1AocpKZmAzCZweo { width:14.375rem;height:12rem;top:0rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJXMEVVxe0u75IInOTJM3lsOKXTgdNU { width:14.375rem;height:12rem;top:0rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm { display:block; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEnRLTgsqAHOEhnG9WM4S8CnlhUuMqK9 { width:29.0625rem;height:4.8125rem;top:0.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2vO4TDm18mbCk7wJkNFHKVC7R6gduNa { width:26.8125rem;height:4.6875rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXy7wH4BwhI7dR13cwvuDm5XHleMTTTd { width:7.5625rem;height:6.5rem;top:3.8125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B933Rfnm9nfCa1LdGmU4WWlQ1qHIHNMr { width:7.5625rem;height:1.125rem;top:9.4375rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnTvoyRWkFlSbnezLbbD8DWhwVXTJPD { width:3.9375rem;height:6.5rem;top:3.8125rem;left:43.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBrHgBWIcmprE0KEQUy7Gkgvzedfyr4T { width:7.8125rem;height:2.25rem;top:9.4375rem;left:39.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU6zip1ZXVbCdRcwaN55mNHl0yT051T7 { width:29.8125rem;height:2.8125rem;top:0.375rem;left:17.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyr2BRPC0eSNy2qXh7pz1fe6BavDH6O { width:5.8125rem;height:6.5rem;top:60.875rem;left:4.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF52rdJgxSQvzzcb8s78MRtspxKVqsxZ { width:29.875rem;height:3.875rem;top:23.8125rem;left:17.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOIKyDrUnDF4cHG6d2CS4UhbgTKMp3Mb { width:12.0625rem;height:4.375rem;top:29.375rem;left:35.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuA69P74TT9yGTWUTqzsTtD8M34veJDf { width:7.1875rem;height:1.125rem;top:33.1875rem;left:40.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmFAKLTv7xDagVEluhTw5keFgHbR0LO9 { width:16.4375rem;height:6.5rem;top:15.6875rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMcT96h2RLvdbz4RC3EU8VG0HzwgIhR6 { width:6.375rem;height:1.125rem;top:21.5rem;left:26.363445281983rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdWXAFBFmv250shP7XPUsXBDafyJUQMh { width:28.375rem;height:;top:17.3125rem;left:0rem;font-size:1rem;display:block; }#zdWXAFBFmv250shP7XPUsXBDafyJUQMh li:before{  }
 }@media only screen and (max-width: 763px) { #UeyDetEavJLrenyEF10poSPVgKfMIWqG { width:26.8125rem;height:1.75rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdRI9DwEgqmFk8JEgTFtNlK8Uus9aEo { width:7.5625rem;height:6.5rem;top:3.8125rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py4fKihaWDtnq5lxD5tobvFDBxSEie5x { width:7.75rem;height:2.25rem;top:9.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTiwB5e11cVO2zt5bDqDh16A7hvachx { width:7.1875rem;height:1.125rem;top:33.1875rem;left:25.61376953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsnUbvk5Wp2FqouprVGAzrhMLq7eGNc { width:15.9375rem;height:6.5rem;top:27.75rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVQXSHteTgJt7Zcp1lHtlR8QEHEGRWH { width:28.5rem;height:3.875rem;top:13.125rem;left:19.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGJaZvvfCGkBNzSwdHBWBPkFgXAzRG8 { width:12.0625rem;height:4.375rem;top:17.125rem;left:35.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsmsKQ9qlt5NluaNdUBcoiBC3qD2HyA { width:7.1875rem;height:1.125rem;top:21.0625rem;left:40.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 { display:block; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwP8NteLN7FWqVTFe7beGq95nhxpuOpK { display:block; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz { display:block; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2HmEK7DoUksAFKGPwWlGvQlK2F7afZs { width:27.6875rem;height:8.5rem;top:0rem;left:20.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 { width:27rem;height:14.1875rem;top:10.0625rem;left:20.75rem;font-size:1rem;display:block; }#fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 li:before{  }
 }@media only screen and (max-width: 763px) { #ePQytFWsHBlgTtOdGE1dLgVWJ5rblM6Z { width:14.125rem;height:16.0625rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXprDcut0CTqgda6rSS7yG2RuxoSXtT { width:12.1875rem;height:3.625rem;top:17.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbsVlyqIvl6oyC1KSMbEEFlidsdHWr39 { width:11.8125rem;height:3.625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf { display:block; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:29.875rem;height:0;top:3.1875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:25.5625rem;height:31.375rem;top:0rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:29.875rem;height:2.8125rem;top:9.1875rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:28.0625rem;height:18.25rem;top:12.4375rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { width:12.8125rem;height:2.5625rem;top:24.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block; }
 }@media only screen and (max-width: 763px) { #yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { width:27.5625rem;height:31.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/bc3a8926-a6b3-4760-ba5c-30a0d61efd73/Projektbeznazwy2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vynmvWS16bg3KU2XPQnktuxHbWuOkwab { width:20rem;height:6.298825rem;top:43.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:10.5625rem;height:9.875rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:7.8125rem;height:3.625rem;top:3.125rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wCFMmTVNqd6oHJGlaGTO1EAW0o63lC { top:49.15625rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmSIs8VNQHKdvJe4LBbLflG81tzLWyTl { display:block; }
 }@media only screen and (max-width: 763px) { #Vw11goOTeACWrVcaC9clzt2EqVCHsVvF { width:2rem;height:2rem;top:49.875rem;left:17.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWTURVS4WIhW7o0Mnyqyv1J32mRgZUpS { width:18.1875rem;height:3.4375rem;top:51.08444375rem;left:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FNpVuX5fPCcHULr89QQcqX8ZBtJ4JeFT { display:block; }
 }@media only screen and (max-width: 763px) { #wngHrW6NMzoKcTzCti8ODqd33xrgnfhd { top:55.77194375rem;left:2.9375rem;width:14.125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQcmT3bo7DLr6HvqN398UH2hftRUoHQb { display:block; }
 }@media only screen and (max-width: 763px) { #DEvsUTfVoGtzKA9aF8TL2lrZy2l24Bn9 { width:20rem;height:1.86865rem;top:9.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyzlOFZF7qTHvxh9Z4U31FLTKbbugQwm { width:20rem;height:5.60595625rem;top:11.74267578125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV { display:block; }#m7KZ6THSpp3HJrooM8UQfy3X0QAFQSuV > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALNvN3dkbQlsVxoeD4Q70of6bvlWhCM5 { width:20rem;height:15.3545rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #takERNfCRARAGumEV6Cbvws1BcuRVtlJ { top:17.6875rem;left:2.9375rem;width:14.125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkv2mwgq4bced0DbJalTKWxRQ1tIrabE { display:block; }
 }@media only screen and (max-width: 763px) { #V3khoeE3EzzCDyf3m24R6AFybBu7L9zn { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #V3khoeE3EzzCDyf3m24R6AFybBu7L9zn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe { display:block; }#Zpalpsw1qZ02MlmVzs7WodRFHBmOZwTe > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPsCKg5ecX0a3lRR9d1ypZLnsUZnIpSK { width:20rem;height:7.3125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF { display:block; }#iQFy2Np6ufbVSlmSJ9zvFVtrOLIAouRF > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bomM8XOkybcOW7zvIyQG2fgImoHX7WlP { width:16.25rem;height:16.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgB4iTbLAtFnCnIVMx87sCTAQHEfo65 { width:16.25rem;height:16.25rem;top:16.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTnyXxgMOhE4Ml0fE4GOlrusQ4woZUH { width:16.25rem;height:16.25rem;top:33.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXsv2zScSfpGvbnDmh3MVLREb0pTspoK { display:block; }#oXsv2zScSfpGvbnDmh3MVLREb0pTspoK > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXo1aT1uAhnQPf3AKSSybagkWAxHqooJ { width:16.25rem;height:16.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs0O6mVlQsOyUzaIIWPbkQFV5gTNGsq8 { width:16.25rem;height:16.25rem;top:33.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2VeWA0rIDVeRWPFCylABxT410Wh2SUb { width:16.25rem;height:16.25rem;top:16.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaV2U41cTXingTMEuoHU5oaHvPhOvxaB { display:block; }#TaV2U41cTXingTMEuoHU5oaHvPhOvxaB > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNTDq1cbNWy37Qgd5BfCOiP24yVZrEHy { width:16.25rem;height:16.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Wkh2gJ22oUJUKwPsnV8502OhnSbOLm { width:16.25rem;height:16.25rem;top:33.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAEQcoq8Z30a2zPbE8Piw5dAbMwOTCi { width:16.25rem;height:16.25rem;top:16.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT { display:block; }#AXHB9cgOdK48PzchvtUtlGPIOU4CLSWT > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pse4kv39rcfxH9vLHK1Fg7paHT7iLGrm { top:1.25rem;left:3.125rem;width:13.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rciEAKLfUK5wrt8z0DIahkULEM5Xp8mg { display:block; }
 }@media only screen and (max-width: 763px) { #tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp { display:block; }#tc5JDe3lFTDIBJQSd1S5MpitLzmHXlJp > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy { display:block; }#GM0mnFvMEtl1nlGnwAWZ1baeChDS0noy > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocNiytTOHwNMGhAuvE715ukSFSkVkfyQ { width:20rem;height:3.57421875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm3NN7HVzlw0etb5z93aTN4Z71CTETbq { display:block; }#pm3NN7HVzlw0etb5z93aTN4Z71CTETbq > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibHSvPFcnRb629BicluFBft82yCteXk2 { width:19rem;height:3.4375rem;top:0.6875rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block; }
 }@media only screen and (max-width: 763px) { #q01hGcLyDp8TiZTSAcPC4thWuooh53Cz { display:none; }#q01hGcLyDp8TiZTSAcPC4thWuooh53Cz > .row .container { width:20rem;height:30.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LxTnpnogv88TclxbyqbZOAT9ot4Kt3FG { width:18.75rem;height:5.625rem;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsoP3GhgpTrs7Q60hww7ekdgN3h1bhOv { width:7.8125rem;height:2.25rem;top:14.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thF4GAHErXf97RcJH5tTPGzQJchhdBUH { width:7.8125rem;height:2.3125rem;top:20.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInFrCqmlE7Cle7cAdwcufnh612mbkZF { width:20rem;height:1.25rem;top:26.974609375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4bupPTF6X5TnxAKtZCcIDRlOnrkWkMX { width:7.8125rem;height:2.25rem;top:8.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veAoTSXwMEaQrIomPcvvKyPkQ1E4wJgu { width:1.875rem;height:1.875rem;top:28.4619140625rem;left:6.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhC4PzqdAkADE85gDKPCa3fXgbDaFlRz { width:1.875rem;height:1.875rem;top:28.4619140625rem;left:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTsrvrw06nMDrZI532JROtahf6BPBAih { width:12.5rem;height:2rem;top:11.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiTkPb6f5UgcnbzePTCrg0zF84Jayxw { width:12.5rem;height:1rem;top:17.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaFvTExysVLtyB7poiTMvsH5ymhnrPGl { width:12.5rem;height:2rem;top:23.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slfn7T0tvqSi08gS9iuL1teNh21mvgk7 { display:block; }#slfn7T0tvqSi08gS9iuL1teNh21mvgk7 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:17.5rem;height:14.21875rem;top:0.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { width:20rem;height:2.32470625rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { width:12.8125rem;height:2.5625rem;top:23.1875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block; }
 }@media only screen and (max-width: 763px) { #ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { width:13.875rem;height:4rem;top:40.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHicf8xCQRSVvz90qZawogWF7pl0lTTf { width:17.375rem;height:6.5rem;top:32.875rem;left:1.3125rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { width:13.875rem;height:4rem;top:46.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { width:13.4375rem;height:2.5996125rem;top:27.375rem;left:3.28125rem;text-align:center;text-align-last:center;z-index:15002;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t69XLJ8BZcITkKwoS4RJ349iND7pzmin { display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #t69XLJ8BZcITkKwoS4RJ349iND7pzmin > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 { display:block; }#FPAxGiMCrszf89bIHo1NT3yRpXD4D4H0 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDkBtWIW40FPHce3BohnC81HQ29VruOm { width:20rem;height:7.7988125rem;top:0.6240234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M { display:block; }#A6zTyI6xfARhuUQwW3UHEqTow9QtQs4M > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnNXdOUPF2PpEgVzNmTT30DJaCmLDU6W { width:16.125rem;height:16.125rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcupJk1d8RG3TTG3tQPyQf6TUmrg4uDO { width:16.125rem;height:16.125rem;top:16.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggd8QILkFTRBXfLsWK3WSRcKzqaLXefT { width:16.25rem;height:16.25rem;top:33.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33pWC7ky9dUNOEvfkmX12l5H7Nd4G7L { width:16.25rem;height:13.5625rem;top:50.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc { display:block; }#FpXcKNOu4yX5aEnA6z3Zuq6Q848bmsEc > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CARWTgP5kwFg7kCzqrSToBlJEBca12vw { width:16.25rem;height:13.5625rem;top:0.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPfADLtaJBGF4cDdMruUdA59ZhgIDT5 { width:16.25rem;height:13.5625rem;top:15.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7AnIzahgog5dkUPM1AocpKZmAzCZweo { width:16.25rem;height:13.5625rem;top:43.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJXMEVVxe0u75IInOTJM3lsOKXTgdNU { width:16.25rem;height:13.5625rem;top:29.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #Nc69CWk9ySaRDt5QwhfFoSrqvIkHiw4P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm { display:block; }#ReRc2ZoRcK0WS6th9Ei9z3vJzOX75HPm > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEnRLTgsqAHOEhnG9WM4S8CnlhUuMqK9 { width:18.75rem;height:9.625rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2vO4TDm18mbCk7wJkNFHKVC7R6gduNa { width:18.75rem;height:6.3984375rem;top:11.124124526977rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #dXy7wH4BwhI7dR13cwvuDm5XHleMTTTd { width:6.375rem;height:0;top:51.1875rem;left:6.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B933Rfnm9nfCa1LdGmU4WWlQ1qHIHNMr { width:7.5625rem;height:1.29980625rem;top:66.6875rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GJnTvoyRWkFlSbnezLbbD8DWhwVXTJPD { width:6.6875rem;height:6.5rem;top:52.5625rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBrHgBWIcmprE0KEQUy7Gkgvzedfyr4T { width:10.4375rem;height:2.5996125rem;top:58.1875rem;left:4.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pU6zip1ZXVbCdRcwaN55mNHl0yT051T7 { width:20rem;height:2.11230625rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nIyr2BRPC0eSNy2qXh7pz1fe6BavDH6O { width:5.8125rem;height:6.5rem;top:60.875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:5rem;color:#4fb0b9;display:block; }
 }@media only screen and (max-width: 763px) { #eF52rdJgxSQvzzcb8s78MRtspxKVqsxZ { width:20rem;height:6.33691875rem;top:90.27392578125rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOIKyDrUnDF4cHG6d2CS4UhbgTKMp3Mb { width:13.125rem;height:4.46875rem;top:106.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuA69P74TT9yGTWUTqzsTtD8M34veJDf { width:7.75rem;height:1.29980625rem;top:87.53759765625rem;left:6.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fmFAKLTv7xDagVEluhTw5keFgHbR0LO9 { width:18.1875rem;height:6.5rem;top:76.01171875rem;left:0.90625rem;text-align:center;text-align-last:center;z-index:14996;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMcT96h2RLvdbz4RC3EU8VG0HzwgIhR6 { width:6.4375rem;height:1.29980625rem;top:81.474609375rem;left:6.78125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zdWXAFBFmv250shP7XPUsXBDafyJUQMh { width:20rem;height:16.847625rem;top:22rem;left:0rem;display:block; }#zdWXAFBFmv250shP7XPUsXBDafyJUQMh li:before{  }
 }@media only screen and (max-width: 763px) { #UeyDetEavJLrenyEF10poSPVgKfMIWqG { width:20rem;height:1.79980625rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #BXdRI9DwEgqmFk8JEgTFtNlK8Uus9aEo { width:7.5625rem;height:6.5rem;top:44.6123046875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py4fKihaWDtnq5lxD5tobvFDBxSEie5x { width:7.75rem;height:2.5996125rem;top:50.173828125rem;left:6.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTiwB5e11cVO2zt5bDqDh16A7hvachx { width:8.75rem;height:1.29980625rem;top:104.2861328125rem;left:5.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsnUbvk5Wp2FqouprVGAzrhMLq7eGNc { width:15.9375rem;height:6.5rem;top:97.7861328125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVQXSHteTgJt7Zcp1lHtlR8QEHEGRWH { width:20rem;height:6.3369375rem;top:69.8623046875rem;left:0rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGJaZvvfCGkBNzSwdHBWBPkFgXAzRG8 { width:12.0625rem;height:4.46875rem;top:83.75634765625rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsmsKQ9qlt5NluaNdUBcoiBC3qD2HyA { width:7.1875rem;height:1.29980625rem;top:110.8125rem;left:6.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 { display:block; }#tKF3pMC3o661f4hKBRJSrwlIAUVtVIa3 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwP8NteLN7FWqVTFe7beGq95nhxpuOpK { display:block; }#iwP8NteLN7FWqVTFe7beGq95nhxpuOpK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz { display:block; }#Mbv5AOonVm33hI9O8OkOIyNEHiuPf5Oz > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2HmEK7DoUksAFKGPwWlGvQlK2F7afZs { width:20rem;height:4.79980625rem;top:28.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 { width:20rem;height:16.847625rem;top:34.76171875rem;left:0rem;font-size:1rem;display:block; }#fFFuT4nHAcOfMa9f71I5hkHOvKmvQM10 li:before{  }
 }@media only screen and (max-width: 763px) { #ePQytFWsHBlgTtOdGE1dLgVWJ5rblM6Z { width:14.125rem;height:16.0625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXprDcut0CTqgda6rSS7yG2RuxoSXtT { width:12.1875rem;height:3.625rem;top:23.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbsVlyqIvl6oyC1KSMbEEFlidsdHWr39 { width:11.8125rem;height:3.625rem;top:18.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf { display:block; }#hUSpmHdDH0iThTTdNdWWUZxttqQz2aAf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { background-color:#ffffff;background-image:none;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:18.75rem;height:0;top:8.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20rem;height:38.125rem;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:18.75rem;height:2.84375rem;top:11.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:18.75rem;height:23.90625rem;top:15.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:1.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { width:12.8125rem;height:2.5625rem;top:33.5625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block; }
 }@media only screen and (max-width: 763px) { #yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { width:20rem;height:22.75rem;top:37.875rem;left:-0.12352507374631rem;display:block; }
 }