.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:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,33;--color-secondary-3:123,65,17;--color-secondary-4:37,20,5;--color-tertiary-0:255,255,255;--color-tertiary-1:255,244,244;--color-tertiary-2:236,238,241;--color-tertiary-3:40,40,40;--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-0),1);background-image:url("https://images.assets-landingi.com/uc/a71d77ee-3f67-4b6f-84d9-bb65af9d2302/landingimaindesktop2025epit.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.562173843384rem;left:1.9685878753662rem;height:7.1494375rem;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:11.6875rem;width:12.5rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#ErT0kHWHUvgdhFzpkFgWrbpl7p7k12wK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.125rem;left:1.96875rem;height:3.73730625rem;display:block; }
#htopqA6LdTnbxLTyFwMKqzHqt96tPaVz { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:4.71875rem;left:13rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FSOieaUvk6PF1cVflQQNaQWbP6FLhhsC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:27.874347686767rem;left:1.9685878753662rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPqbQmAZTiz7oHToHHBLgIT686lhoI4T { 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:4.1870125rem;width:8.9998125rem;top:13.739419937134rem;left:2.24853515625rem;overflow:hidden;display:block; }
#CHt93blukQlyuOlRUulRkn8ILnwT6MKX { 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; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { background-color: transparent; background-image: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .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); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { border-width: 0; border-radius: 0; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15002;line-height:.9;letter-spacing:0;top:1.5rem;left:0rem;height:2.5874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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:5.1875rem;left:0.03125rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK { position:relative;display:block; } #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection *:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="text"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="email"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="tel"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection textarea:focus-visible { outline: none; } #G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK > .row .container { position:relative;display:block; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME { 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; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container { background-color: transparent; background-image: none; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container > .video-iframe-container { display: none; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row > .video-iframe-container { display: none; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .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); }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container { border-width: 0; border-radius: 0; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#E1VRSCkODXIF433OnEz84uOakUWurPxA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.09375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 { 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; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container { background-color: transparent; background-image: none; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container > .video-iframe-container { display: none; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row > .video-iframe-container { display: none; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .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); }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container { border-width: 0; border-radius: 0; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#MKIPT42asWh73elTAlm6apHVLXcTUzwl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.34375rem;left:2.09375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#pne2hkvyJdkNMdQxam9Tr8wLZEBeTCr6 { 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:6.75rem;width:6.75rem;top:6.09375rem;left:24.9375rem;overflow:hidden;display:block; }
#RVlPwuUJQwrihE8HyLGGd0sZmVQr668r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.34375rem;left:20.71875rem;height:10.39844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihSLH8JxG4CoTBVvadmhhHupM6R1mI9G { 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:8.625rem;width:8.5625rem;top:5.15625rem;left:4.78125rem;overflow:hidden;display:block; }
#SWKnC3LH14UE7Lyz5pZHnUTHbblaD1bx { 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:7rem;width:7rem;top:5.96875rem;left:46.5rem;overflow:hidden;display:block; }
#bTvl6TmqitFwsAiIqIwA6CXVQNx3haMB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.34375rem;left:41.34375rem;height:11.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJRS1CBx84uNtItT4kr9RSoUkaPGKegx { color:rgba(var(--color-tertiary-2),0.2);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15001;line-height:.7;letter-spacing:0;top:1.34375rem;left:0rem;height:11.1996875rem;font-style:normal;display:block; }
#DrEnm3ZEKE4m61SBh4377il1n7Sz48DF { color:rgba(var(--color-tertiary-2),0.2);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15002;line-height:.7;letter-spacing:0;top:1.84375rem;left:20rem;height:11.1996875rem;font-style:normal;display:block; }
#I88aWUIUXWhiarWAxHzyQvRCzkpFEdZM { color:rgba(var(--color-tertiary-2),0.2);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15003;line-height:.7;letter-spacing:0;top:1.8125rem;left:40rem;height:11.1996875rem;font-style:normal;display:block; }
#qSA6LIzzfkzQC4SH0QhuHe8l6xIJMF3J { 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:5.0625rem;width:5.75rem;top:1.90625rem;left:13.34375rem;overflow:hidden;display:block; }
#sREJxDOV2ZTg3Vqd3tVkkO2Qo8TtCHLG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.75rem;top:1.90625rem;left:33.75rem;overflow:hidden;display:block; }
#IRIZMg7atZa3qnmGhtSmua5vZ7BCC9xe { position:absolute;display:block;z-index:15008;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:5.0625rem;width:5.75rem;top:1.84375rem;left:54.25rem;overflow:hidden;display:block; }
#m8nhwvbmCD5XE9umnNrbDNchX5KOE9Ze { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0.90625rem;height:6.90625rem;display:block; }
#hbxh1bSP2HKa8Q2B6eN3gGlXwDBMM0uZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:41.34375rem;height:6.90625rem;display:block; }
#GAIyZhmiDFbJXAGNLEv1WA4U3iP3JzPC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.0625rem;left:21.625rem;height:6.90625rem;display:block; }
#LRrHTMfkxvAlmkypdqHMd2XbQsHU5B5k { color:rgba(var(--color-tertiary-2),0.2);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:14999;line-height:.7;letter-spacing:0;top:24.5rem;left:23.0625rem;height:11.1996875rem;font-style:normal;display:block; }
#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq { 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; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container { background-color: transparent; background-image: none; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container > .video-iframe-container { display: none; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row > .video-iframe-container { display: none; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .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); }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container { border-width: 0; border-radius: 0; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#bI2FzRyzsmB2mfQ5EUi6ih4Mg0Zl3dw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.5rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#QKEQ0Gt04bNsul9c31yDisBe3M946zcx { 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:8.5625rem;width:8.5625rem;top:1.5rem;left:25.75rem;overflow:hidden;display:block; }
#zixQ2HTuEc3qDfy6aTElhRygfQwM7uPc { 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:11.125rem;width:12.6875rem;top:0rem;left:47.3125rem;overflow:hidden;display:block; }
#T2vhMGB8K6CdEBZdWF75b0C68PqctMTO { 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; } #T2vhMGB8K6CdEBZdWF75b0C68PqctMTO > .row .container { position:relative;display:block; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe { 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; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container { background-color: transparent; background-image: none; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container > .video-iframe-container { display: none; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row > .video-iframe-container { display: none; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .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); }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container { border-width: 0; border-radius: 0; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#kwkl9XqInZdOF4atXE5aZf62LSTBIoXE { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.21875rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nO6N8RGwrsqqbTNzToA2Ahg4H1WORQZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:36.8125rem;height:5.8496125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rwvB0nmUNqXfsZHWPFpkxMO8i2iEFSTe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.21875rem;height:9.09864375rem;text-align:left;text-align-last:left;display:block; }
#aShJNDqLW5QdNRtRDb04q8OErOGtl29s { color:rgba(var(--color-tertiary-2),0.2);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15001;line-height:.7;letter-spacing:0;top:1.875rem;left:24.8125rem;height:11.1996875rem;font-style:normal;display:block; }
#iNtuy7AZcVlPKeUWJ7m7dao7eModEbvW { 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:8.5625rem;width:8.5625rem;top:10.34375rem;left:25.75rem;overflow:hidden;display:block; }
#JLiiAKCZORT9HFDTu5aGaC1kOgc9V2pf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.0625rem;top:11.46875rem;left:35.3125rem;overflow:hidden;display:block; }
#hIZrZXRMyyspG5G5cXLVh93WqFbV2FxA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.3125rem;height:10.39845rem;text-align:right;text-align-last:right;display:block; }
#ngcogpnbPzyxVAoopopTlmc8bSynEqPk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.0625rem;top:11.46875rem;left:21.8125rem;overflow:hidden;display:block; }
#efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ { position:relative;display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ > .row .container { position:relative;display:block; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp > .row .container { border-width: 0; border-radius: 0; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:none; }#z6bJcayrQ5tg872ZczTrKIZlnJBVpiGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:60rem;top:1.21875rem;left:0rem;display:block; }
#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh { 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/c1abe559-3ae6-49fb-b99e-8ab4e3b447e5/tlosekcja3dolczarny.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; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh.adaptive-delivery-prevent-bg, #sKeL0Ur84TcNJqCtWkpA74INZEvSptZh.lazyload, #sKeL0Ur84TcNJqCtWkpA74INZEvSptZh.lazyloading { background-image: none; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container { background-color: transparent; background-image: none; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container > .video-iframe-container { display: none; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row > .video-iframe-container { display: none; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .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); }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container { border-width: 0; border-radius: 0; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP { position:relative;display:block; } #la9344b39681dfdf995f418661fd853d.widget-smartsection *:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="text"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="email"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="tel"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection textarea:focus-visible { outline: none; } #DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP > .row .container { position:relative;display:block; }#LLozJ4OCp5ybHHl4iOwMMFNL257U11iC { 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; } #LLozJ4OCp5ybHHl4iOwMMFNL257U11iC > .row .container { position:relative;display:block; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container { background-color: transparent; background-image: none; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container > .video-iframe-container { display: none; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row > .video-iframe-container { display: none; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .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); }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container { border-width: 0; border-radius: 0; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#XDkpDwM2ibpS9NTv0fvub0xSNSQgXyNC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vR1spmOp17lc755sxiD17pZ9TdW8HBw7 { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:9.46875rem;left:2.9375rem;height:2.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOwRokRGvh12Mwdl8voev61nHpoXHTvq { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.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:15008;text-align:center;text-align-last:center;top:13.3125rem;left:6.96875rem;display:block; }
#dF0Ny71eaTNliPnu1TPGWdsNvfQeCQPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sioyq6eE2Wym5wnIm4BpTSXFLMWublXr { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.84375rem;left:30rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIf9rBM1gFGw93diwKvzt5DhutxnQ0bq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13.8125rem;top:12.59375rem;left:30.8125rem;overflow:hidden;display:block; }
#iwkon7d5cmUKBQpRppvS6Fzzd9xWVih1 { position:absolute;display:block;z-index:15008;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.9375rem;width:13.8125rem;top:12.59375rem;left:45.375rem;overflow:hidden;display:block; }
#Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { 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:3rem;width:6.4375rem;top:5.7812509536743rem;left:10.15625rem;overflow:hidden;display:block; }
#NRQGHK7aKvn5hlFfAcqcIWftpekIx8fl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP { position:relative;display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP > .row .container { position:relative;display:block; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 { border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-4),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; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container { background-color: transparent; background-image: none; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container > .video-iframe-container { display: none; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row > .video-iframe-container { display: none; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .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); }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container { border-width: 0; border-radius: 0; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#nz6Wytbsykx1Z5IcXvI1W5h3Uw0ymc2x { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BgdC6UOpGFzLuUrvrB6H4HhMUs1Da2IC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.880859375rem;left:6.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xXWHxkXEGQXrSh75dPkXqzfNBuRTWEss { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15017;top:19.1875rem;left:12.5625rem;display:block; }
#LZuav7pgfcIsFoPTZRHzAqfSKtrPGUaK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15018;top:19.1875rem;left:14.375rem;display:block; }
#MZXXwNoJ60FSySAI1PCPOmJN04TzOKGC { position:absolute;display:block;z-index:15019;height:10.875rem;width:19.375rem;top:7.0625rem;left:6.3125rem;display:block; }
#IofmMd1QEPThiP2JeEMLgqLa451xIVso { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.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:15033;text-align:center;text-align-last:center;top:10.28125rem;left:38.375rem;display:block; }
#vR24Cd3StICzzw15TzGwgkcoC6Wy2XhR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emhDHJgt0bXUcL0K6NJ93Is4G12byhhx { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.78125rem;left:29.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#a8z7bVuTInOWry8oTqByuarIBS0sE9bR { 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/c1abe559-3ae6-49fb-b99e-8ab4e3b447e5/tlosekcja3dolczarny.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; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR.adaptive-delivery-prevent-bg, #a8z7bVuTInOWry8oTqByuarIBS0sE9bR.lazyload, #a8z7bVuTInOWry8oTqByuarIBS0sE9bR.lazyloading { background-image: none; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row .container { background-color: transparent; background-image: none; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row .container > .video-iframe-container { display: none; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row > .video-iframe-container { display: none; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .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); }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row .container { border-width: 0; border-radius: 0; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .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:arial;height:8.875rem;width:60rem;position:relative;display:block; }#hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:2.244140625rem;left:0rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MztvK3avavfwpnnQx9RIlaefvt8m6G3O { 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:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O.adaptive-delivery-prevent-bg, #MztvK3avavfwpnnQx9RIlaefvt8m6G3O.lazyload, #MztvK3avavfwpnnQx9RIlaefvt8m6G3O.lazyloading { background-image: none; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container { background-color: transparent; background-image: none; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container > .video-iframe-container { display: none; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row > .video-iframe-container { display: none; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .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); }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container { border-width: 0; border-radius: 0; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h { 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; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container { background-color: transparent; background-image: none; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container > .video-iframe-container { display: none; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row > .video-iframe-container { display: none; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .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); }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container { border-width: 0; border-radius: 0; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#De0L1gaUoluQsBTQeUatk5buMDpnxmu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R { 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; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R.adaptive-delivery-prevent-bg, #QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R.lazyload, #QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R.lazyloading { background-image: none; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container { background-color: transparent; background-image: none; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container > .video-iframe-container { display: none; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row > .video-iframe-container { display: none; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .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); }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container { border-width: 0; border-radius: 0; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 { 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; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container { background-color: transparent; background-image: none; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container > .video-iframe-container { display: none; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row > .video-iframe-container { display: none; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .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); }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container { border-width: 0; border-radius: 0; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#wIkh8VnEKcdoDZwkzTpV7NDdqfXSiIo4 { 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:18.6875rem;width:18.6875rem;top:0rem;left:0.65625rem;overflow:hidden;display:block; }
#TWbBgKCCbruRB2g67csDsp3ZkWWE3UNS { 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:18.6875rem;width:18.6875rem;top:0rem;left:20.65625rem;overflow:hidden;display:block; }
#c8te2MLQcp4O7rX39o6OExir3k6Kklgc { 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:18.6875rem;width:18.6875rem;top:0rem;left:40.65625rem;overflow:hidden;display:block; }
#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi { 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; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container { background-color: transparent; background-image: none; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container > .video-iframe-container { display: none; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row > .video-iframe-container { display: none; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .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); }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container { border-width: 0; border-radius: 0; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#bpgT98SoJvU5V7Pszn3JXsbE3NcuGiol { 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:12.4375rem;width:18.6875rem;top:0rem;left:0.65625rem;overflow:hidden;display:block; }
#QpDPQTxvxCmSSX3ewyBHHSvgZnEu0TG7 { 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:12.4375rem;width:18.6875rem;top:0rem;left:20.65625rem;overflow:hidden;display:block; }
#xnsWFHqy4QFLEvldK6idcWy2Nzso8r5c { 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:12.4375rem;width:18.6875rem;top:0rem;left:40.65625rem;overflow:hidden;display:block; }
#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V { 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; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V.adaptive-delivery-prevent-bg, #ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V.lazyload, #ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V.lazyloading { background-image: none; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container { background-color: transparent; background-image: none; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container > .video-iframe-container { display: none; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row > .video-iframe-container { display: none; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .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); }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container { border-width: 0; border-radius: 0; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt { 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; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container { background-color: transparent; background-image: none; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container > .video-iframe-container { display: none; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row > .video-iframe-container { display: none; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .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); }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container { border-width: 0; border-radius: 0; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#AzOQTaHouBMgT1ssMbxQTClZQ6klJQJ5 { 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.5498125rem;text-align:left;text-align-last:left;display:block; }
#J19XiHyQKMGRJ9pA3M3QzUawnucgtylp { 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; }#J19XiHyQKMGRJ9pA3M3QzUawnucgtylp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J19XiHyQKMGRJ9pA3M3QzUawnucgtylp li:before{  }
#iOhwViUnE1tRCo0wsrpBDRS8iqCUnBvz { 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; }
#zyDFzMF8QZRxtv4aS5vpTyZHTNtV9SqW { 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; }
#qP7fTS2TLm1sB4BBulGIJZIPbdtl9uXM { 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; }
#WuRRe3yaooueIOZpMKETDVmF5RzycT5H { 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; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H.adaptive-delivery-prevent-bg, #WuRRe3yaooueIOZpMKETDVmF5RzycT5H.lazyload, #WuRRe3yaooueIOZpMKETDVmF5RzycT5H.lazyloading { background-image: none; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container { background-color: transparent; background-image: none; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container > .video-iframe-container { display: none; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row > .video-iframe-container { display: none; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .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); }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container { border-width: 0; border-radius: 0; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC { 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; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container { background-color: transparent; background-image: none; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container > .video-iframe-container { display: none; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row > .video-iframe-container { display: none; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .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); }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container { border-width: 0; border-radius: 0; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-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:35.0625rem;width:30rem;top:0rem;left:0rem;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:1.625rem;left:10.0625rem;overflow:hidden;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(var(--color-tertiary-3),0.7);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:17rem;left:2.5625rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.5625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:29rem;left:6.71875rem;display:block; }
#xmldsxb5kGwpooWRGTFviBbukewderOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u45BBFbNUQ4bfTcCoe13GDAKtrxpAm9X { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:27.6875rem;top:0.15625rem;left:31.15625rem;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) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:24.6875rem;height:7.125rem;top:19.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:12.5rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT0kHWHUvgdhFzpkFgWrbpl7p7k12wK { width:26.0625rem;height:3.625rem;top:34.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htopqA6LdTnbxLTyFwMKqzHqt96tPaVz { width:20.875rem;height:2.25rem;top:4.6875rem;left:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSOieaUvk6PF1cVflQQNaQWbP6FLhhsC { width:33.5625rem;height:2.1875rem;top:27.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqbQmAZTiz7oHToHHBLgIT686lhoI4T { width:8.9375rem;height:4.1580226497774rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:47.75rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:47.75rem;height:3.1875rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK { display:block; } #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection *:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="text"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="email"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="tel"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection textarea:focus-visible { outline: none; } #G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWo0PobfSIrSOBSUgvyK9tiO1FNriLME { display:block; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1VRSCkODXIF433OnEz84uOakUWurPxA { width:15.8125rem;height:2.1875rem;top:1.75rem;left:15.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 { display:block; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKIPT42asWh73elTAlm6apHVLXcTUzwl { width:15.8125rem;height:2.5625rem;top:14.3125rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pne2hkvyJdkNMdQxam9Tr8wLZEBeTCr6 { width:6.75rem;height:6.75rem;top:6.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVlPwuUJQwrihE8HyLGGd0sZmVQr668r { width:17.125rem;height:10.375rem;top:14.3125rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihSLH8JxG4CoTBVvadmhhHupM6R1mI9G { width:8.5625rem;height:8.625rem;top:5.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKnC3LH14UE7Lyz5pZHnUTHbblaD1bx { width:7rem;height:7rem;top:5.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvl6TmqitFwsAiIqIwA6CXVQNx3haMB { width:17.3125rem;height:11.6875rem;top:14.3125rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJRS1CBx84uNtItT4kr9RSoUkaPGKegx { width:8.75rem;height:11.1875rem;top:1.3125rem;left:0rem;font-size:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrEnm3ZEKE4m61SBh4377il1n7Sz48DF { width:8.75rem;height:11.1875rem;top:1.8125rem;left:15.875rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88aWUIUXWhiarWAxHzyQvRCzkpFEdZM { width:8.75rem;height:11.1875rem;top:1.8125rem;left:31.75rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSA6LIzzfkzQC4SH0QhuHe8l6xIJMF3J { width:5.75rem;height:5.0625rem;top:1.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREJxDOV2ZTg3Vqd3tVkkO2Qo8TtCHLG { width:5.75rem;height:5.0625rem;top:1.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRIZMg7atZa3qnmGhtSmua5vZ7BCC9xe { width:5.75rem;height:5.0625rem;top:1.8125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nhwvbmCD5XE9umnNrbDNchX5KOE9Ze { width:4.375rem;height:6.9375rem;top:0rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxh1bSP2HKa8Q2B6eN3gGlXwDBMM0uZ { width:4.375rem;height:6.875rem;top:0rem;left:31.75rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAIyZhmiDFbJXAGNLEv1WA4U3iP3JzPC { width:4.375rem;height:6.875rem;top:0.0625rem;left:15.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrHTMfkxvAlmkypdqHMd2XbQsHU5B5k { width:8.75rem;height:11.1875rem;top:24.5rem;left:16.875rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq { display:block; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI2FzRyzsmB2mfQ5EUi6ih4Mg0Zl3dw7 { width:23rem;height:2.1875rem;top:11.25rem;left:12.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKEQ0Gt04bNsul9c31yDisBe3M946zcx { width:8.5625rem;height:8.5625rem;top:1.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixQ2HTuEc3qDfy6aTElhRygfQwM7uPc { width:12.6875rem;height:11.125rem;top:0rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vhMGB8K6CdEBZdWF75b0C68PqctMTO { 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; } #T2vhMGB8K6CdEBZdWF75b0C68PqctMTO > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #f83AqfqTRTv4eXCTr108cpf7K5tt5TFe { display:block; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwkl9XqInZdOF4atXE5aZf62LSTBIoXE { width:23rem;height:5.75rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO6N8RGwrsqqbTNzToA2Ahg4H1WORQZ8 { width:21.625rem;height:5.8125rem;top:1.1875rem;left:26.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwvB0nmUNqXfsZHWPFpkxMO8i2iEFSTe { width:22.5rem;height:8.75rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aShJNDqLW5QdNRtRDb04q8OErOGtl29s { width:8.75rem;height:11.1875rem;top:1.875rem;left:15.125rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNtuy7AZcVlPKeUWJ7m7dao7eModEbvW { width:8.5625rem;height:8.5625rem;top:10.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLiiAKCZORT9HFDTu5aGaC1kOgc9V2pf { width:3.0625rem;height:2.6875rem;top:11.4375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIZrZXRMyyspG5G5cXLVh93WqFbV2FxA { width:18.1875rem;height:10.375rem;top:8.4375rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngcogpnbPzyxVAoopopTlmc8bSynEqPk { width:3.0625rem;height:2.6875rem;top:11.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ { display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp { display:block; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6bJcayrQ5tg872ZczTrKIZlnJBVpiGe { width:47.75rem;height:26.859375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKeL0Ur84TcNJqCtWkpA74INZEvSptZh { display:block; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP { display:block; } #la9344b39681dfdf995f418661fd853d.widget-smartsection *:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="text"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="email"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="tel"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection textarea:focus-visible { outline: none; } #DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLozJ4OCp5ybHHl4iOwMMFNL257U11iC { 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; } #LLozJ4OCp5ybHHl4iOwMMFNL257U11iC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT { display:block; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDkpDwM2ibpS9NTv0fvub0xSNSQgXyNC { width:47.75rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1spmOp17lc755sxiD17pZ9TdW8HBw7 { width:20.875rem;height:2.5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwRokRGvh12Mwdl8voev61nHpoXHTvq { width:12.8125rem;height:2.5625rem;top:13.3125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF0Ny71eaTNliPnu1TPGWdsNvfQeCQPz { display:block; }
 }@media only screen and (max-width: 763px) { #Sioyq6eE2Wym5wnIm4BpTSXFLMWublXr { width:30rem;height:3.375rem;top:6.8125rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIf9rBM1gFGw93diwKvzt5DhutxnQ0bq { width:13.8125rem;height:3.9375rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwkon7d5cmUKBQpRppvS6Fzzd9xWVih1 { width:13.8125rem;height:3.9375rem;top:12.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:6.4375rem;height:3rem;top:5.75rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQGHK7aKvn5hlFfAcqcIWftpekIx8fl { width:20.875rem;height:1.6875rem;top:17.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP { display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 { display:block; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz6Wytbsykx1Z5IcXvI1W5h3Uw0ymc2x { width:47.75rem;height:3.6875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgdC6UOpGFzLuUrvrB6H4HhMUs1Da2IC { width:19.4375rem;height:1.3125rem;top:17.875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXWHxkXEGQXrSh75dPkXqzfNBuRTWEss { width:1.875rem;height:1.875rem;top:19.1875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZuav7pgfcIsFoPTZRHzAqfSKtrPGUaK { width:1.875rem;height:1.875rem;top:19.1875rem;left:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZXXwNoJ60FSySAI1PCPOmJN04TzOKGC { width:19.375rem;height:10.875rem;top:7.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofmMd1QEPThiP2JeEMLgqLa451xIVso { width:12.8125rem;height:2.5625rem;top:10.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR24Cd3StICzzw15TzGwgkcoC6Wy2XhR { display:block; }
 }@media only screen and (max-width: 763px) { #emhDHJgt0bXUcL0K6NJ93Is4G12byhhx { width:30.4375rem;height:2.625rem;top:13.75rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8z7bVuTInOWry8oTqByuarIBS0sE9bR { display:block; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .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) { #hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { width:47.75rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MztvK3avavfwpnnQx9RIlaefvt8m6G3O { display:block; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h { display:block; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0L1gaUoluQsBTQeUatk5buMDpnxmu9 { width:47.75rem;height:7.3125rem;top:0.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R { display:block; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voilq92eQ12CKlWZWZBRFJUBkxBLtED5 { display:block; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIkh8VnEKcdoDZwkzTpV7NDdqfXSiIo4 { width:18.6875rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbBgKCCbruRB2g67csDsp3ZkWWE3UNS { width:18.6875rem;height:18.6875rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8te2MLQcp4O7rX39o6OExir3k6Kklgc { width:18.6875rem;height:18.6875rem;top:0rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi { display:block; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpgT98SoJvU5V7Pszn3JXsbE3NcuGiol { width:18.6875rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpDPQTxvxCmSSX3ewyBHHSvgZnEu0TG7 { width:18.6875rem;height:12.4375rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnsWFHqy4QFLEvldK6idcWy2Nzso8r5c { width:18.6875rem;height:12.4375rem;top:0rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V { display:block; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt { display:block; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzOQTaHouBMgT1ssMbxQTClZQ6klJQJ5 { width:27.6875rem;height:8.5rem;top:0rem;left:20.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19XiHyQKMGRJ9pA3M3QzUawnucgtylp { width:27rem;height:14.1875rem;top:10.0625rem;left:20.75rem;font-size:1rem;display:block; }#J19XiHyQKMGRJ9pA3M3QzUawnucgtylp li:before{  }
 }@media only screen and (max-width: 763px) { #iOhwViUnE1tRCo0wsrpBDRS8iqCUnBvz { width:14.125rem;height:16.0625rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDFzMF8QZRxtv4aS5vpTyZHTNtV9SqW { width:12.1875rem;height:3.625rem;top:17.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7fTS2TLm1sB4BBulGIJZIPbdtl9uXM { width:11.8125rem;height:3.625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuRRe3yaooueIOZpMKETDVmF5RzycT5H { display:block; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC { display:block; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:30rem;height:35.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:1.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:26.75rem;height:2.8125rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:24.6875rem;height:16.875rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:16.5625rem;height:2.5625rem;top:29rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }@media only screen and (max-width: 763px) { #u45BBFbNUQ4bfTcCoe13GDAKtrxpAm9X { width:27.6875rem;height:34.75rem;top:0.125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4e67f39-8b05-40ea-8305-c4e70fcbc88b/landingimainmobile2025epit.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:19.999rem;height:4.875rem;top:17.6240234375rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:10.812375rem;height:10.1244375rem;top:0rem;left:4.5927374362946rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT0kHWHUvgdhFzpkFgWrbpl7p7k12wK { width:16.8110625rem;height:5.361325rem;top:49.7490234375rem;left:1.59423828125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #htopqA6LdTnbxLTyFwMKqzHqt96tPaVz { width:20rem;height:1.875rem;top:15.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSOieaUvk6PF1cVflQQNaQWbP6FLhhsC { width:20rem;height:4.38671875rem;top:44.6572265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqbQmAZTiz7oHToHHBLgIT686lhoI4T { width:8.9375rem;height:4.157225rem;top:10.12353515625rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:16.1875rem;height:3.9375rem;top:0.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:18.75rem;height:6.3984375rem;top:6.25rem;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) { #G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK { display:block; } #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection *:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="text"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="email"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection input[type="tel"]:focus-visible, #d008b5f2e0d3ae329b598117219db7fa.widget-smartsection textarea:focus-visible { outline: none; } #G4zMxwGOF83c4h9wcWQKUaiFvhZWrFhK > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWo0PobfSIrSOBSUgvyK9tiO1FNriLME { display:block; }#VWo0PobfSIrSOBSUgvyK9tiO1FNriLME > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1VRSCkODXIF433OnEz84uOakUWurPxA { width:15.8125rem;height:2.1933625rem;top:1.25rem;left:2.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 { display:block; }#PdD82c4VLaBGOeOqz8KA1zn1hTGzcTf5 > .row .container { width:20rem;height:47.82325rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKIPT42asWh73elTAlm6apHVLXcTUzwl { width:19.25rem;height:2.5996125rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pne2hkvyJdkNMdQxam9Tr8wLZEBeTCr6 { width:4.625rem;height:4.625rem;top:14.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVlPwuUJQwrihE8HyLGGd0sZmVQr668r { width:19.9375rem;height:7.7988375rem;top:20rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihSLH8JxG4CoTBVvadmhhHupM6R1mI9G { width:6rem;height:6rem;top:2.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKnC3LH14UE7Lyz5pZHnUTHbblaD1bx { width:4.625rem;height:4.625rem;top:30.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvl6TmqitFwsAiIqIwA6CXVQNx3haMB { width:19.9375rem;height:11.69825rem;top:36.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJRS1CBx84uNtItT4kr9RSoUkaPGKegx { width:8.75rem;height:7.4809375rem;top:0rem;left:4.3125rem;font-size:10.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrEnm3ZEKE4m61SBh4377il1n7Sz48DF { width:9.375rem;height:7.4375rem;top:11.3125rem;left:3.8125rem;font-size:10.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I88aWUIUXWhiarWAxHzyQvRCzkpFEdZM { width:8.75rem;height:7.4375rem;top:26.5rem;left:3.625rem;font-size:10.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSA6LIzzfkzQC4SH0QhuHe8l6xIJMF3J { width:5.75rem;height:5.0625rem;top:57.75rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sREJxDOV2ZTg3Vqd3tVkkO2Qo8TtCHLG { width:5.75rem;height:5.0625rem;top:65.0625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRIZMg7atZa3qnmGhtSmua5vZ7BCC9xe { width:5.75rem;height:5.0625rem;top:1.8125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8nhwvbmCD5XE9umnNrbDNchX5KOE9Ze { width:1.6875rem;height:2.5996125rem;top:0rem;left:9.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxh1bSP2HKa8Q2B6eN3gGlXwDBMM0uZ { width:1.5625rem;height:2.5996125rem;top:27.7978515625rem;left:9.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAIyZhmiDFbJXAGNLEv1WA4U3iP3JzPC { width:1rem;height:2.5996125rem;top:11.287109375rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrHTMfkxvAlmkypdqHMd2XbQsHU5B5k { width:8.75rem;height:7.4375rem;top:1.75rem;left:3.625rem;font-size:10.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq { display:block; }#BJC87LxF7sSTgXdkQ4BTDaocvu5WWXfq > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI2FzRyzsmB2mfQ5EUi6ih4Mg0Zl3dw7 { width:20rem;height:4.38671875rem;top:11.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKEQ0Gt04bNsul9c31yDisBe3M946zcx { width:4.9375rem;height:4.9375rem;top:5.4375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixQ2HTuEc3qDfy6aTElhRygfQwM7uPc { width:6.375rem;height:5.5625rem;top:0rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vhMGB8K6CdEBZdWF75b0C68PqctMTO { 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; } #T2vhMGB8K6CdEBZdWF75b0C68PqctMTO > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #f83AqfqTRTv4eXCTr108cpf7K5tt5TFe { display:block; }#f83AqfqTRTv4eXCTr108cpf7K5tt5TFe > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwkl9XqInZdOF4atXE5aZf62LSTBIoXE { width:20rem;height:5.8496125rem;top:1.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO6N8RGwrsqqbTNzToA2Ahg4H1WORQZ8 { width:20rem;height:5.8496125rem;top:30.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwvB0nmUNqXfsZHWPFpkxMO8i2iEFSTe { width:20rem;height:9.09864375rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aShJNDqLW5QdNRtRDb04q8OErOGtl29s { width:8.75rem;height:1.3999rem;top:21.25rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNtuy7AZcVlPKeUWJ7m7dao7eModEbvW { width:8.5625rem;height:8.5625rem;top:19.8125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLiiAKCZORT9HFDTu5aGaC1kOgc9V2pf { width:3.0625rem;height:2.6875rem;top:50.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIZrZXRMyyspG5G5cXLVh93WqFbV2FxA { width:18.1875rem;height:10.39845rem;top:38.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngcogpnbPzyxVAoopopTlmc8bSynEqPk { width:3.0625rem;height:2.6875rem;top:17.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ { display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #efWTiEJwL15EBX0vo0LyaBOWZvpQw7FZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp { display:none; }#aFZBE3a5giq4iLrrIKAzzH1e7qeOkqQp > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6bJcayrQ5tg872ZczTrKIZlnJBVpiGe { height:11.25rem;width:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKeL0Ur84TcNJqCtWkpA74INZEvSptZh { display:block; }#sKeL0Ur84TcNJqCtWkpA74INZEvSptZh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP { display:block; } #la9344b39681dfdf995f418661fd853d.widget-smartsection *:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="text"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="email"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection input[type="tel"]:focus-visible, #la9344b39681dfdf995f418661fd853d.widget-smartsection textarea:focus-visible { outline: none; } #DZPaIDgypTd3s20Tbauv1uc4VnVCOIyP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLozJ4OCp5ybHHl4iOwMMFNL257U11iC { 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; } #LLozJ4OCp5ybHHl4iOwMMFNL257U11iC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT { display:block; }#qlb47HXyEsQDU18Xuz6vTzVEauJEtrtT > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDkpDwM2ibpS9NTv0fvub0xSNSQgXyNC { width:20rem;height:8.53125rem;top:0.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1spmOp17lc755sxiD17pZ9TdW8HBw7 { width:20rem;height:2.0996125rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwRokRGvh12Mwdl8voev61nHpoXHTvq { width:12.8125rem;height:2.5625rem;top:20.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF0Ny71eaTNliPnu1TPGWdsNvfQeCQPz { display:block; }
 }@media only screen and (max-width: 763px) { #Sioyq6eE2Wym5wnIm4BpTSXFLMWublXr { width:17.25rem;height:3.89941875rem;top:30.1875rem;left:1.375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tIf9rBM1gFGw93diwKvzt5DhutxnQ0bq { width:13.875rem;height:4rem;top:35.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwkon7d5cmUKBQpRppvS6Fzzd9xWVih1 { width:13.875rem;height:4rem;top:41.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:9.4375rem;height:4.4375rem;top:10.40625rem;left:5.1875002384186rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NRQGHK7aKvn5hlFfAcqcIWftpekIx8fl { width:20rem;height:1.7871125rem;top:24.375rem;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) { #b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP { display:block; } #xf4db94ff3cd202a98530f06bee898af.widget-smartsection *:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="text"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="email"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection input[type="tel"]:focus-visible, #xf4db94ff3cd202a98530f06bee898af.widget-smartsection textarea:focus-visible { outline: none; } #b2CA7xZMEOHlA2EWrliqqvL8iL6JhioP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 { display:block; }#ytAxErJ3k6lZzv19XwHmi1MKd1sqkpg4 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz6Wytbsykx1Z5IcXvI1W5h3Uw0ymc2x { width:18.4375rem;height:5.6875rem;top:1.375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgdC6UOpGFzLuUrvrB6H4HhMUs1Da2IC { width:20rem;height:1.29980625rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXWHxkXEGQXrSh75dPkXqzfNBuRTWEss { width:1.875rem;height:1.875rem;top:24.8125rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZuav7pgfcIsFoPTZRHzAqfSKtrPGUaK { width:1.875rem;height:1.875rem;top:24.8125rem;left:11.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZXXwNoJ60FSySAI1PCPOmJN04TzOKGC { width:19.375rem;height:10.875rem;top:10.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofmMd1QEPThiP2JeEMLgqLa451xIVso { width:12.8125rem;height:2.5625rem;top:29.875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR24Cd3StICzzw15TzGwgkcoC6Wy2XhR { display:block; }
 }@media only screen and (max-width: 763px) { #emhDHJgt0bXUcL0K6NJ93Is4G12byhhx { width:20rem;height:2.5996125rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8z7bVuTInOWry8oTqByuarIBS0sE9bR { display:block; }#a8z7bVuTInOWry8oTqByuarIBS0sE9bR > .row .container { width:20rem;height:4.375rem;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:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { width:20rem;height:5.90625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MztvK3avavfwpnnQx9RIlaefvt8m6G3O { display:block; }#MztvK3avavfwpnnQx9RIlaefvt8m6G3O > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h { display:block; }#JLspU6D2sg0pEGg0zMen7xAFKZkf4R7h > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0L1gaUoluQsBTQeUatk5buMDpnxmu9 { width:18.3125rem;height:16.25rem;top:0rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R { display:block; }#QNHCWSrxapmm3ZHDbLwJbIgdWEChCv6R > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voilq92eQ12CKlWZWZBRFJUBkxBLtED5 { display:block; }#voilq92eQ12CKlWZWZBRFJUBkxBLtED5 > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIkh8VnEKcdoDZwkzTpV7NDdqfXSiIo4 { width:18.6875rem;height:18.6875rem;top:0rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbBgKCCbruRB2g67csDsp3ZkWWE3UNS { width:18.6875rem;height:18.6875rem;top:19.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8te2MLQcp4O7rX39o6OExir3k6Kklgc { width:18.6875rem;height:18.6875rem;top:39.375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi { display:block; }#DOT5UIWNzVZ9MqD3Pg5BXnNI1ach2bEi > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpgT98SoJvU5V7Pszn3JXsbE3NcuGiol { width:18.6875rem;height:12.4375rem;top:0rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpDPQTxvxCmSSX3ewyBHHSvgZnEu0TG7 { width:18.6875rem;height:12.4375rem;top:13.125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnsWFHqy4QFLEvldK6idcWy2Nzso8r5c { width:18.6875rem;height:12.4375rem;top:26.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V { display:block; }#ZK70bv6Hf21w3hdNoxiAlloX1cSTOU3V > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt { display:block; }#NfIG82ghI9J7u4hmo8euBqi8D7IsGfZt > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzOQTaHouBMgT1ssMbxQTClZQ6klJQJ5 { 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) { #J19XiHyQKMGRJ9pA3M3QzUawnucgtylp { width:20rem;height:16.847625rem;top:34.76171875rem;left:0rem;font-size:1rem;display:block; }#J19XiHyQKMGRJ9pA3M3QzUawnucgtylp li:before{  }
 }@media only screen and (max-width: 763px) { #iOhwViUnE1tRCo0wsrpBDRS8iqCUnBvz { width:14.125rem;height:16.0625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDFzMF8QZRxtv4aS5vpTyZHTNtV9SqW { width:12.1875rem;height:3.625rem;top:23.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7fTS2TLm1sB4BBulGIJZIPbdtl9uXM { width:11.8125rem;height:3.625rem;top:18.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuRRe3yaooueIOZpMKETDVmF5RzycT5H { display:block; }#WuRRe3yaooueIOZpMKETDVmF5RzycT5H > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC { display:block; }#MxXeVnBNtFt4GQQDdtiM36VnihBDK0fC > .row .container { width:20rem;height:50.8125rem;position:relative;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) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:18.75rem;height:2.84375rem;top:9.1875rem;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:15.75rem;top:13.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:16.5625rem;height:2.5625rem;top:25rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }@media only screen and (max-width: 763px) { #u45BBFbNUQ4bfTcCoe13GDAKtrxpAm9X { width:15.75rem;height:19.8125rem;top:29.9375rem;left:2.125rem;display:block; }
 }