.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:240,220,227;--color-primary-1:206,139,161;--color-primary-2:156,22,66;--color-primary-3:78,11,33;--color-primary-4:23,3,10;--color-secondary-0:223,223,227;--color-secondary-1:148,149,163;--color-secondary-2:41,42,70;--color-secondary-3:21,21,35;--color-secondary-4:6,6,11;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:96,96,96;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 { 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; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container { background-color: transparent; background-image: none; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container > .video-iframe-container { display: none; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row > .video-iframe-container { display: none; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .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); }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container { border-width: 0; border-radius: 0; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#tbKHahWwaFWpH3Nd1NUGglNJbNsrr6cK { color:#bbbbbb;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:2.4;letter-spacing:0;top:3.125rem;left:57.5rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IFgboAowPQEXk3OVJ9IkKCSpczRqVOhG { color:#bbbbbb;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:2.4;letter-spacing:0;top:3.125rem;left:44rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mDArb0At0Vww2Q8bVDiM2h0bPfMJFHuI { 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:6.375rem;width:13.8125rem;top:1.75rem;left:8.3125rem;overflow:hidden;display:block; }
#xQrvZldqVsup4UhOOQRiNdao8tdflTzg { box-sizing:content-box;color:#bbbbbb;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:3.25rem;left:41.6875rem;display:block; }
#fPV1dsIGfkrm4h7kFp9PtlffzSXXs7UI { box-sizing:content-box;color:#bbbbbb;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.25rem;left:55.0625rem;display:block; }
#tTxzwForCEEPJ5qRlOuXCLztUlhrlypa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:0.0625rem;top:2.375rem;left:23rem;display:block; }
#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a84f0cc4-f81d-44f6-b9c2-641c075fe439/DarkBlueInternetTechnologyPresentation.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.adaptive-delivery-prevent-bg, #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.lazyload, #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.lazyloading { background-image: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { background-color: transparent; background-image: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container > .video-iframe-container { display: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row > .video-iframe-container { display: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .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); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { border-width: 0; border-radius: 0; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#CuGA8MdGbnki6wvhnqoVFFV8V1zXELLi { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.25rem 0.4375rem rgba(var(--color-tertiary-4),0.81);top:4.375rem;left:4.875rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lumzMBBXfEXMmNbT1PZ0xiAoqQT9dIT7 { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #ba093e, #791e44);background-image: -moz-linear-gradient(177deg, #ba093e, #791e44);background-image: -ms-linear-gradient(177deg, #ba093e, #791e44);background-image: -o-linear-gradient(177deg, #ba093e, #791e44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#791e44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#791e44' );";background-image: linear-gradient(177deg, #ba093e, #791e44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5605625rem;height:2.999025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.625rem;left:12.4990234375rem;display:block; }
#ZUkmzyLEomE4x9Ibdc1AqrhmI1Lsr3ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJlK12qd88Qpw6rCp2Vgw1WxT2hsPhiU { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),1);top:29rem;left:5.9677734375rem;height:9.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1wo5yn9wWWtX11z4F3ga0tLTdoaTdok { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),1);top:28rem;left:1.9365234375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kf1Lriv89ekSLuCrn4KvyexrLB1H1rpE { box-sizing:content-box;height:6.6875rem;width:62.875rem;position:absolute;display:block;z-index:15002;background-color:#9c1642;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:6.9375rem;display:block; }
#NtCkpwT6AS0NbJNbfDN10nVGeobzteAW { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),1);top:16.75rem;left:1.9365234375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUZDq0J2Sw6Wd4UaQEKuVueg7LJtgatc { position:absolute;display:block;z-index:15003;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.875rem;width:26.125rem;top:13.5rem;left:48.3740234375rem;display:block; }
#gX9harw9AX3Kli0oF8HCh8z6giXlFR7a { color:rgba(var(--color-primary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:14.33203125rem;left:48.53125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-form-header {  }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;overflow:hidden; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:initial !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-textarea { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:initial !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#666666;font-family:roboto;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:22.875rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container:first-of-type{padding-top:0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container:last-of-type{padding-bottom:0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.0068359375rem;left:48.75rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L {display:block;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.0068359375rem;left:48.75rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #Wsl5LAuONneZ39WLkFPFxTcMCDfO7EAK { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PfrC6K3mexXrosq3inEk8WbsFbHfC3QE { position:relative;display:none; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IoMLrtdGHDbKCF4215FzFfnn8a7XzAER { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #RM0qDDGDlXexJ0aUKhKNBxcKLRDu631M { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #AmktpVl969ozx9LKNVPi1hfu1Eb1FySq { position:relative;display:none; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #k5oQGlZgUTOfEdLT0RmyuhqXpF84uTg9 { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #T5tJQE2U7NxdI3mI6wQ258sqC6TU2HAm { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #bxbXm2xDaoMUxQitfRJxXTNPE76Twzno { position:relative;display:none; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #gGsttloERf2sXB20Ee0sHTnbHmHQQteO { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #WSOI3uWUiwdzea2JOQqqm6vL9KMPHhkm { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #ITaB3D34bnXJ6beq7tzyU8rg3BA6OAZe { position:relative;display:block; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #LhMnrTgzqdRWvMVOdeGfM0vb6cWu3ZCf { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #KsGTXT1AaTF9M8Q7MxEZywc5sIzy5fbM { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PJp4mPI3KUvNroSgp5SJmxdCGOzVEK5T { position:relative;display:block; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #yKdJBJys66l1syLWZg6TT5HbyS7wJgOT { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #nJCs3TpwnDqHUwCKUdK1JADFkxzTZGWs { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #mFLiZRZ9qeRug9rp8KUhRwuxRpkOmWJd { position:relative;z-index:2; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IU8bvrNEApOXOXIHG1miWFl95eLBhP8p { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PcKaQ9NdycqVTVCvJytdSisUGdzCRQ9E { position:relative; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #pwLEUBnNdfl3F3NMPJzzTTFhFiNW3cMJ { position:relative; }
#Bp1cL83v44skrkrXflDFsUvi019BFRen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(229deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(229deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(229deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(229deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(229deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));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; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container { background-color: transparent; background-image: none; }#Bp1cL83v44skrkrXflDFsUvi019BFRen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container > .video-iframe-container { display: none; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row > .video-iframe-container { display: none; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .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); }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container { border-width: 0; border-radius: 0; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#Zyvwu0VFuMnzJGqH2I5caFtvkDnD9ytI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.0478515625rem;left:0rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLPkUBiD63LRUGXhZeGloPqRn4S69DwJ { color:rgba(var(--color-tertiary-0),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1982421875rem;left:7.09375rem;height:8.9355625rem;text-align:justify;text-align-last:initial;display:block; }
#I1TBwtnNqlqoBAXcKnOqDfbNkaei6CRN { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5732421875rem;left:13rem;height:10.722625rem;text-align:justify;text-align-last:initial;display:none; }
#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b687b45a-3060-4763-b361-efec7d7d0e2d/Projektbeznazwy6.png");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf.adaptive-delivery-prevent-bg, #QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf.lazyload, #QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf.lazyloading { background-image: none; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container { background-color: transparent; background-image: none; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container > .video-iframe-container { display: none; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row > .video-iframe-container { display: none; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .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); }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container { border-width: 0; border-radius: 0; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#bpTOBQ6GlZHV9CzhEGJG9BHAQ71ZthNM { color:rgba(121,30,68,0.48);display:block;width:7.56225rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.205322265625rem;left:1.436767578125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsX1xAbUs3QqTwFw8iJMN7URLd69661F { color:#232b3e;display:block;width:14.24925rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8.375rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HWXJMOKBI8NPuqE8NuQ0hEIlE5A9Zbfy { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:2.5625rem;height:5.84765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Fl7ITXhR96GgcWHkbdGCcQTVunHNmORK { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.375rem;left:27.5625rem;height:5.84765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JD2zrpox1O9r8dxQLGusrn301P2QdtpG { color:rgba(121,30,68,0.48);display:block;width:7.56225rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.205322265625rem;left:26.624755859375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7Wr9E3UkoQ0wqhnJJ4FGnABGZ6hUIXA { color:#232b3e;display:block;width:14.24925rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.56005859375rem;left:34.185791015625rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMk2BkDaVvOSPVFF2bT4HhtmZJDO0zSu { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:52.5625rem;height:10.233375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kGNasE0W00Bmh66zVvthTpVqPVTNKTTE { color:rgba(121,30,68,0.48);display:block;width:7.56225rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.205322265625rem;left:51.749267578125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoAza8xBAk93un8xvnmasoduJWGD3nRO { color:#232b3e;display:block;width:14.24925rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.56005859375rem;left:59.310302734375rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cp1bTmw4fHZKCvu8ecducTZoQ4E1Tvi8 { background-color:transparent;background-image: -webkit-linear-gradient(top, #ba093e, #791e44);background-image: -moz-linear-gradient(top, #ba093e, #791e44);background-image: -ms-linear-gradient(top, #ba093e, #791e44);background-image: -o-linear-gradient(top, #ba093e, #791e44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#791e44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#791e44' );";background-image: linear-gradient(to bottom, #ba093e, #791e44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.8110625rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.0625rem;left:14.125rem;display:block; }
#JxfXTOGBz12yrFNnbHOT7G2ZKofVNQ52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9d3ETTC1r2HfrVcO6gPGs6KbVuzxWLF { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.93603515625rem;left:0rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l68KH4Lsgan3u7Az9sXp7T98KJTwx8XX { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:37.9375rem;left:11.125rem;height:4.38574375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l7zTexigP2pCLrdxnhhCC0JCtVPZimhQ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:38rem;left:42.9375rem;height:4.38574375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#woCBSM21ZrNndEIwVhJAc9RcObhFzbxB { color:rgba(121,30,68,0.48);display:block;width:7.56225rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.75rem;left:9.9375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpehWgJ3fe1ldTi0NilZ3a2AS9X25QD3 { color:rgba(121,30,68,0.48);display:block;width:7.5610625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:29.8125rem;left:42.375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtixBfZixccgT4iaR45HCG5brHGi7GfF { color:#232b3e;display:block;width:16.93725rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:31.25rem;left:17.75rem;height:4.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNP3nK6QFe7Iuxm8wZOK2WvP24kgKn30 { color:#232b3e;display:block;width:14.2480625rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:31.1875rem;left:50.1875rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.adaptive-delivery-prevent-bg, #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.lazyload, #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.lazyloading { background-image: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { background-color: transparent; background-image: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container > .video-iframe-container { display: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container { display: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .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); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { border-width: 0; border-radius: 0; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#MmA0JpgQBIqCNvHNrMfZrEJAB3Ua4lnQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4384765625rem;left:22rem;height:4.14375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eTiNg295l9axGbXsNJLLvXBsiLVanTWN { color:rgba(var(--color-tertiary-0),1);display:block;width:67.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.39453125rem;left:1.875rem;height:8.53028125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#h1riACxke8W74lZUurDczW2e50GwIoy4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.9375rem;height:3.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19rem;left:17.5rem;display:block; }
#tgrQMfgFdqgfeAOv6IZE3Pc98CI4vg8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.adaptive-delivery-prevent-bg, #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.lazyload, #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.lazyloading { background-image: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { background-color: transparent; background-image: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container > .video-iframe-container { display: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row > .video-iframe-container { display: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .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); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { border-width: 0; border-radius: 0; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#hwTlwfBm4mu1s78laz0veAf1l2JEft9M { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.9375rem;left:30.0625rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hHDA87efQhPMVCwQJosrGB3vMcSFnigv { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.8125rem;left:30.0625rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xgqMmVuSquKf9hMOLBUyXvNpKatPKP9W { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.3125rem;left:30.125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FbVhfdf4aRPcaIe0A1zxOhBwWVyXrdUS { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:20.4375rem;left:30.125rem;height:2.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHGP0nPf8kMP324gxlT7b59CDRFVd4dF { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:27rem;left:29.9375rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CPD9Ew4drC9OaZxAk3HUsGAapTp3vnzl { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:29.1875rem;left:29.875rem;height:3.82324375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASHas8FBTwpkTDexp35OIxslqdLFPWGn { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.1875rem;left:55.9375rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0244r0m0gxnmIlVQn8mMMi94dDEkDMS { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27rem;left:56.125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Eh0TuRfOdHoEeQpkTadg3iCkSa61vuS6 { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.3125rem;left:56.1875rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l1KoPoKOvw4TDsZTVmGhL9cISxOSzyde { color:rgba(var(--color-secondary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:20.5rem;left:56.25rem;height:2.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DP3aeqwbvgPglTm98PkrbE0SAxdhmvG8 { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:9.875rem;left:56.3125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a9Z3HFX3GCygsdaafsxSXhyEM3czOa8v { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:12rem;left:56.3125rem;height:3.82324375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccPZw9x5n9SH78U01hdqbGfzudsQH3Ef { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.283203125rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EB9O0RyAC56hFd0gNMczMTK7ilU1HPVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.4375rem;left:49.875rem; }
#nk78352TmsVnTDa5O6E1CoysPBfkhD0B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.8125rem;left:25.4375rem; }
#RmU57TvgbIqKTLs3p6oICX7AyywuS7yT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.3125rem;left:25rem; }
#aG13LxUxnbmMMNMKLg4Vb6fNQ2fOAK4a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.25rem;left:25.1875rem; }
#VU4kKRJbGG16MAGcsNAZI6UbVQmf39R2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27rem;left:50rem; }
#hDL9tKf0fQMbzUVTBJfMgTf3F7nodKnT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:18.125rem;top:5.4609375rem;left:2.5rem;overflow:hidden;display:block; }
#wwmOmc587SE3vMFkgmogBqxg4hDf2W0c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.8125rem;left:49.875rem; }
#TSDdw822WuesFdPeR9xpVEfk1qT1smhk { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.283203125rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { background-color: transparent; background-image: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container > .video-iframe-container { display: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row > .video-iframe-container { display: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .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); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { border-width: 0; border-radius: 0; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#SVCSaduz8Cwho72l9Vb2lplpRL2N9Tqy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0.25rem rgba(16,1,6,0.85);top:2.322265625rem;left:0rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#CBn2VDfgTLXT0fe35TtX7yDBWZqTQeoT { position:absolute;display:block;z-index:15012;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: 0.4375rem 0.4375rem 1rem rgba(var(--color-tertiary-4),0.85) ;height:21.5625rem;width:37.5rem;top:9.4375rem;left:18.75rem;overflow:hidden;display:block; }
#M0Tow7dJG9fPvUM6SiCT15msVc9nkQwt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.1865234375rem;left:28.75rem;display:block; }
#UTFrmuqXWNVEoXo32dePvATZGXgXExko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3.adaptive-delivery-prevent-bg, #qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3.lazyload, #qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3.lazyloading { background-image: none; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container { background-color: transparent; background-image: none; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container > .video-iframe-container { display: none; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row > .video-iframe-container { display: none; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .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); }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container { border-width: 0; border-radius: 0; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#bOSq47gTvB9EsivVant4CHo700i6T5hJ { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#hC2J6gzetlilVMokIUhZqaIB6brpTeFr { position:absolute;display:block;z-index:15000;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16rem;width:18.9375rem;top:12.8125rem;left:7.5rem;display:block; }
#ulXLOVlT6AJRhFd5feD3u3MrBce9ZIN6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.1875rem;left:8.3125rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MPK9f1MfI7MVK6ZGPIi6uiaJ60rd47hW { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znGMf5w06H9WknopGcScFL1MFMBrTBfF { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.375rem;left:29.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esw64JD3Ml0MPbU4FTCnQLB3caW9uTpx { position:absolute;display:block;z-index:15005;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.9375rem;width:18.9375rem;top:12.6875rem;left:28.0625rem;display:block; }
#PSsOo3t9Pl8C8u1Lcy7P9b91SCzuFSn2 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:18.1875rem;left:28.9375rem;height:9.84375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#sWM1yfoiE55zphuhLs0OamvdQh9okNwu { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.75rem;left:49.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N9Aqf5Jdt5FdbFWAnTkthf2eliR2dW5X { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:15.375rem;left:49.75rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vfysl4Z43MV23PhJXO1ip3eGTthoes6v { position:absolute;display:block;z-index:15010;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.1875rem;width:18.9375rem;top:12.5625rem;left:48.5625rem;display:block; }
#uFwN6DEZ8olhNUQILep4kpa5W5Wet04E { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:18.1875rem;left:49.75rem;height:7.03125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#y96qIAzJoVNReAO3TtVDFIshgbBv3JtD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:8.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B0uVwA1mKsyCtDaM0bseOoWw4dFJiZCG { color:#b9b9b9;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.5rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTvibTFGvUO9dF57vPkCnEaWQTMvSePl { position:absolute;display:block;z-index:15024;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:13.25rem;left:24.3125rem;display:block; }#kTvibTFGvUO9dF57vPkCnEaWQTMvSePl.adaptive-delivery-prevent-bg, #kTvibTFGvUO9dF57vPkCnEaWQTMvSePl.lazyload, #kTvibTFGvUO9dF57vPkCnEaWQTMvSePl.lazyloading { background-image: none; }
#vziJZGcSHsLoiwqnRTdKZ1nZfCusOFS2 { 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:1.625rem;width:6rem;top:16.625rem;left:8.3125rem;overflow:hidden;display:block; }
#DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6 { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:12.8125rem;left:45rem;display:block; }#DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6.adaptive-delivery-prevent-bg, #DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6.lazyload, #DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6.lazyloading { background-image: none; }
#J17mbz54lIy0ygGNsiG059qCXdBRG1nM { position:absolute;display:block;z-index:15026;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:12.8125rem;left:65.3125rem;display:block; }#J17mbz54lIy0ygGNsiG059qCXdBRG1nM.adaptive-delivery-prevent-bg, #J17mbz54lIy0ygGNsiG059qCXdBRG1nM.lazyload, #J17mbz54lIy0ygGNsiG059qCXdBRG1nM.lazyloading { background-image: none; }
#oOCOf40XnDtkA8mCWKNN12z2poZxXXBb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:16.625rem;left:29.25rem;overflow:hidden;display:block; }
#VzviS9q2mzD0ywkUxk4z5a2zPEOz0vyw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:16.625rem;left:49.75rem;overflow:hidden;display:block; }
#eXI3mhwPJdhJixBgvh2X34IypDoiQki2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:30.9375rem;left:27.4375rem;display:block; }
#omXeS2zOZvgIW0eVHLJzFw2meGVvIPUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD25WTMuOP1EpWgVUiPTDhpVqZxFB54u { color:rgba(var(--color-tertiary-1),0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/369acf49-e7b8-4d61-8803-3c3bf90d2b82/Projektbeznazwy11.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; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6.adaptive-delivery-prevent-bg, #ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6.lazyload, #ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6.lazyloading { background-image: none; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container { background-color: transparent; background-image: none; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container > .video-iframe-container { display: none; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row > .video-iframe-container { display: none; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .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); }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container { border-width: 0; border-radius: 0; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#oviXn7LT7dO2RC1bnvR3UA2WcL787uZn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.375rem;top:2.5rem;left:30.8125rem;overflow:hidden;display:block; }
#eb60aiqKzbh59kyL3zBgTO0Nwf13142q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itnMR4QB1OyAqmCRNhwr74V6KEtcdsrL { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.125rem;left:11.875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXVV8wX3xtAHE4dCCxnGl4RwE5Mh3GPO { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.875rem;left:16.75rem;display:block; }
#mJ73RwiqIw4b9lQkuHc2LEL2x4haUSyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container { background-color: transparent; background-image: none; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container > .video-iframe-container { display: none; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row > .video-iframe-container { display: none; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .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); }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container { border-width: 0; border-radius: 0; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-form-header {  }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;overflow:hidden; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-textarea { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#666666;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.25rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container:first-of-type{padding-top:0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container:last-of-type{padding-bottom:0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.94921875rem;left:44.375rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss {display:block;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.94921875rem;left:44.375rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #tmTO9AWJVCwqlvqDuWWQTM1Wc83vuaJu { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #eovI7gstKuBHMT4uC7T5aVTh2Iq4ZUQ5 { position:relative;display:none; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #sblinCcQ5fDqRTIyB7pTvs4UMyCc1Uxg { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #Mw3ZIdfzJbDphaql42NL8ku9gAcT8vX5 { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #y1rA5ppHn1aprxs6gJqbU1UzTKi0R2C7 { position:relative;display:none; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0L0pBsuBFVfaN6yPoaK8ygbCkpRRTFT { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #SPAmPCwkZpSVQTO4w0MimAJWMicJ2o36 { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #HFsxUszmqaP9wcFlbAnmwNZIb81y567a { position:relative;display:none; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #OGHDPnV8uFf21pdsNM6GrQCNr0eDfnNX { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #vJltx5GXk6pETUqhSF4n1S2ZcgE7VrLo { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #pMkz4Fw5R3ZfNemZAXkl5Pzf3dvCOwpH { position:relative;display:block; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #HHNNBG11cCTcWFEKxmzpSbl4mflW0LN1 { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #MJT8vTz0vmURBlFoUzNwyI9BRZKzfw6l { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #plX0VD1hBTt9o2ss3yQU80PdQAHRg7og { position:relative;display:block; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #k1I4LFcTTaV1B8fiMCCBoaxIzMlPRyE4 { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #mRT2DEIOuf5lHOOU52ThPDtW1OssE1Qz { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0N4dNUSpAiOTJFrL0w5VwUVOdihPwSC { position:relative;display:block; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #wbG4p1rZa07kyKtN3k6BscMo8SAhEEHP { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #pqRqtlM74Fcvhzocmt6KplvPGsEdvvnn { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #PTxtSCB6lypUlwfpa7pJcnDktg5TiBxM { position:relative;z-index:2; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #IbRu9oPPVTBQGT02vO4kFHOrf4sIf1mq { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #tJRpqTNRyePI58q3AWeCbfQb57skGXUS { position:relative; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss #PHUfo0wCLM9gtrG21l9aaeiPEeJXxsUa { position:relative; }
#F8FGI7EnM2NT1t0JckF6CBm4Q2UUOA7B { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73779296875rem;left:42.25rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtBgGuJ5JPm1Ou1cIS6Dhi6HcENOXupU { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.4482421875rem;left:5.125rem;height:6.25rem;font-style:normal;display:block; }
#TZoWKeIE3A3VA1m7E2l7cIcah0REudJX { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:7.875rem;height:12.3203125rem;font-style:normal;display:block; }#TZoWKeIE3A3VA1m7E2l7cIcah0REudJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZoWKeIE3A3VA1m7E2l7cIcah0REudJX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6aa92154-0906-4a34-8886-d3c887551387/checkge838a35b2_1920.png); }
#WwIJI1NwnmdGbIsmguw1tloLFcfK07Tf { color:rgba(var(--color-secondary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.875rem;left:7.0625rem;height:6.09375rem;display:block; }
#K55h61N74JmSAvvse25chBqViUeykbvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));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; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { background-color: transparent; background-image: none; }#K55h61N74JmSAvvse25chBqViUeykbvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container > .video-iframe-container { display: none; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row > .video-iframe-container { display: none; }#K55h61N74JmSAvvse25chBqViUeykbvT > .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); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { border-width: 0; border-radius: 0; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;vertical-align:top; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-2),1); }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-secondary-2),1); }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-trigger.adaptive-delivery-prevent-bg, #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-trigger.lazyload, #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-trigger.lazyloading { background-image: none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.875rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ebBezVgqUaw4XE0BXJRwpiN1HTthDQuz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #Ldn75e7mIKF1zwbcDumK0loT2Be7WP3v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #g1H27BIbvRTiVgIMNpdmzlV2Oeo4FqtK { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #P1JNss3aUfKnt1evBHX5w16oStidbTcG {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #S6Lt5T3W1eTQSn4NsRG5IlKASfhZAfDc {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #RSd8XmLhsXvpnCQlZmzp6GLKqnXXTkLI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #AeaTOMRRkoT69ApK1NbZyTVg0C95kO69 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JMGyyhUNDWVmlGq2yoG0A6uGWVZwsoH5 { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #B7nxchbkT0IGileLFtSlIcPKIhqFohhQ {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IOc4MBm5fCfNB0EWarwGyIROtCIMtStM { display:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #oDekth1TktQxsqrJTVq20Sgw3f4kZv4D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #o19Pz5G5RqpBwECRMKAMNBLAuip8nBot { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IRdVTal8h4n4b0yQKcfKcqovFts3SwpU { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #qow7DAKCdoiN7l8nIPP1AbHqTk8Dy4hz {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #cEsEHmuuBwkcw8ym1khvSwrm5qNLeikr { display:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #MJDXblA8Js1ebtJMCTPB9I1Ui6QLaHTE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #TMUHrmaiAVcyvRPNiJ1AExg8VqRdcfHa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #taTu8dCJywop6qPl1lRd7OomMppgBF9L { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #DdWuB4csQNkWx9QzovMKcmpFPeDUQntk {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #F98GbRMGnFFJBe2C1hb444PeqTL8CB42 { display:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #v3W2TDrN6JJ85EpN0zaGbEaU6lNnC9yG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #PPbPgWrN4qMMNvbhzeSTudGW7n18tqbZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #LRDDTogRys1CINw06FTuK3kQdz2WxIiX { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #iLhS8I4l3KWQyKTih7E546eWlFwtSACG {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #dPS0LPE5TDG5a6NtDlNH2AqldrbUkqTF { display:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #lXgUF8TfBdvTCxuoyip9gcDOPV9AHN5p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ps1ZfJHeI75zzOZd2dHS5pX81P5Cy9S8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #f1c5hTCDXRSrVo5e5bOnsS6IsTSTrTZl { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #p6nm7N3UvXrz0OaZpEhZ6Ar4VFWBV2nT {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #gyZmcKR1BOIBETvZdIPLFBIdo1W58B97 { display:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JLArwyIbvKpeCov4tva00hzfPaVRPqbk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ZugxnMrVwXu6dTLkw21PlVTZpHvxeFaa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #QBxF88I3G9TC8DlIeoD5vEzxGmkEu0dc { display:block;position:relative; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #bWw81Hw6NtMh65b6skztA9mrC9zw1J1Z {  }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #srqRyU33LV7qbzoqCGvm8bnvOD7DOrXk { display:none; }
#mxT8KSHONQaTM4QqexZSWvGxTp34CiMT { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2rem;left:10.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfHg0B1EQp5baonTkEV5zcPUUIx4XalT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.7373046875rem;left:22.75rem; }
#b9KbTSfdcDBoWoFflBqiFMlOcQ1PXWeP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.8623046875rem;left:50.75rem; }
#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { background-color: transparent; background-image: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container > .video-iframe-container { display: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row > .video-iframe-container { display: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .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); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { border-width: 0; border-radius: 0; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#WN7SZhDKbleicDmooEnlNpFeZ0MgMg0u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.1875rem;top:14.4375rem;left:12.6875rem;overflow:hidden;display:block; }
#Jr4arGiqssJ4C0RndTXP3y5a3bR6C68C { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75146484375rem;left:42.4375rem;height:32.4951125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ad5p8ASDizR2qlD0vTaJ9R4ick4y05xZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:21.3125rem;left:12.5rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 { display:block; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbKHahWwaFWpH3Nd1NUGglNJbNsrr6cK { top:3.125rem;left:40.0625rem;width:7.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFgboAowPQEXk3OVJ9IkKCSpczRqVOhG { top:3.125rem;left:30.375rem;width:11.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDArb0At0Vww2Q8bVDiM2h0bPfMJFHuI { top:1.75rem;left:0rem;width:13.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrvZldqVsup4UhOOQRiNdao8tdflTzg { top:3.25rem;left:28.0625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPV1dsIGfkrm4h7kFp9PtlffzSXXs7UI { top:3.25rem;left:41.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxzwForCEEPJ5qRlOuXCLztUlhrlypa { top:2.375rem;left:9.375rem;width:0.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 { display:block; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuGA8MdGbnki6wvhnqoVFFV8V1zXELLi { width:47.75rem;height:6.3125rem;top:4.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lumzMBBXfEXMmNbT1PZ0xiAoqQT9dIT7 { width:23.5rem;height:2.9375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUkmzyLEomE4x9Ibdc1AqrhmI1Lsr3ru { display:block; }
 }@media only screen and (max-width: 763px) { #sJlK12qd88Qpw6rCp2Vgw1WxT2hsPhiU { width:36.625rem;height:9.6875rem;top:29rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1wo5yn9wWWtX11z4F3ga0tLTdoaTdok { width:44.6875rem;height:4.375rem;top:28rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf1Lriv89ekSLuCrn4KvyexrLB1H1rpE { top:4.4375rem;left:0rem;width:47.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtCkpwT6AS0NbJNbfDN10nVGeobzteAW { width:46.4375rem;height:5.5rem;top:16.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZDq0J2Sw6Wd4UaQEKuVueg7LJtgatc { width:26.125rem;height:37.875rem;top:13.5rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9harw9AX3Kli0oF8HCh8z6giXlFR7a { width:25.875rem;height:3.6875rem;top:14.3125rem;left:21.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-checkbox-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L  { width:22.875rem;height:auto;top:18rem;left:22.375rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L {display:block;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L { width:22.875rem;height:auto;top:18rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #Wsl5LAuONneZ39WLkFPFxTcMCDfO7EAK {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PfrC6K3mexXrosq3inEk8WbsFbHfC3QE { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IoMLrtdGHDbKCF4215FzFfnn8a7XzAER {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #RM0qDDGDlXexJ0aUKhKNBxcKLRDu631M {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #AmktpVl969ozx9LKNVPi1hfu1Eb1FySq { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #k5oQGlZgUTOfEdLT0RmyuhqXpF84uTg9 {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #T5tJQE2U7NxdI3mI6wQ258sqC6TU2HAm {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #bxbXm2xDaoMUxQitfRJxXTNPE76Twzno { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #gGsttloERf2sXB20Ee0sHTnbHmHQQteO {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #WSOI3uWUiwdzea2JOQqqm6vL9KMPHhkm {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #ITaB3D34bnXJ6beq7tzyU8rg3BA6OAZe {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #LhMnrTgzqdRWvMVOdeGfM0vb6cWu3ZCf {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #KsGTXT1AaTF9M8Q7MxEZywc5sIzy5fbM {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PJp4mPI3KUvNroSgp5SJmxdCGOzVEK5T {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #yKdJBJys66l1syLWZg6TT5HbyS7wJgOT {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #nJCs3TpwnDqHUwCKUdK1JADFkxzTZGWs {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #mFLiZRZ9qeRug9rp8KUhRwuxRpkOmWJd {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IU8bvrNEApOXOXIHG1miWFl95eLBhP8p {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PcKaQ9NdycqVTVCvJytdSisUGdzCRQ9E {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #pwLEUBnNdfl3F3NMPJzzTTFhFiNW3cMJ {  }
 }@media only screen and (max-width: 763px) { #Bp1cL83v44skrkrXflDFsUvi019BFRen { display:block; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zyvwu0VFuMnzJGqH2I5caFtvkDnD9ytI { top:2rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPkUBiD63LRUGXhZeGloPqRn4S69DwJ { top:8.1875rem;left:0rem;width:47.75rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TBwtnNqlqoBAXcKnOqDfbNkaei6CRN { top:7.5625rem;left:0rem;width:18.0625rem;height:11.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf { display:block; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpTOBQ6GlZHV9CzhEGJG9BHAQ71ZthNM { width:7.5rem;height:7.6875rem;top:9.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsX1xAbUs3QqTwFw8iJMN7URLd69661F { width:14.1875rem;height:3rem;top:11.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWXJMOKBI8NPuqE8NuQ0hEIlE5A9Zbfy { width:19.875rem;height:5.8125rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7ITXhR96GgcWHkbdGCcQTVunHNmORK { width:19.875rem;height:5.8125rem;top:17.375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2zrpox1O9r8dxQLGusrn301P2QdtpG { width:7.5rem;height:7.6875rem;top:9.1875rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Wr9E3UkoQ0wqhnJJ4FGnABGZ6hUIXA { width:14.1875rem;height:3rem;top:11.5rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMk2BkDaVvOSPVFF2bT4HhtmZJDO0zSu { width:19.875rem;height:10.1875rem;top:17.375rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGNasE0W00Bmh66zVvthTpVqPVTNKTTE { width:7.5rem;height:7.6875rem;top:9.1875rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoAza8xBAk93un8xvnmasoduJWGD3nRO { width:14.1875rem;height:3rem;top:11.5rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1bTmw4fHZKCvu8ecducTZoQ4E1Tvi8 { width:46.75rem;height:3.75rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfXTOGBz12yrFNnbHOT7G2ZKofVNQ52 { display:block; }
 }@media only screen and (max-width: 763px) { #p9d3ETTC1r2HfrVcO6gPGs6KbVuzxWLF { width:47.75rem;height:5.5625rem;top:1.875rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l68KH4Lsgan3u7Az9sXp7T98KJTwx8XX { width:24.1875rem;height:4.375rem;top:37.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7zTexigP2pCLrdxnhhCC0JCtVPZimhQ { width:22.1875rem;height:4.375rem;top:38rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woCBSM21ZrNndEIwVhJAc9RcObhFzbxB { width:7.5rem;height:7.6875rem;top:29.75rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpehWgJ3fe1ldTi0NilZ3a2AS9X25QD3 { width:7.5rem;height:7.6875rem;top:29.8125rem;left:24.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtixBfZixccgT4iaR45HCG5brHGi7GfF { width:16.875rem;height:4.625rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNP3nK6QFe7Iuxm8wZOK2WvP24kgKn30 { width:14.1875rem;height:5.0625rem;top:31.1875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf { display:block; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmA0JpgQBIqCNvHNrMfZrEJAB3Ua4lnQ { top:2.4375rem;left:8.375rem;width:30.9375rem;height:4.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTiNg295l9axGbXsNJLLvXBsiLVanTWN { width:47.75rem;height:8.5rem;top:8.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1riACxke8W74lZUurDczW2e50GwIoy4 { width:39.9375rem;height:3.6875rem;top:19rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrQMfgFdqgfeAOv6IZE3Pc98CI4vg8U { display:block; }
 }@media only screen and (max-width: 763px) { #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX { display:block; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwTlwfBm4mu1s78laz0veAf1l2JEft9M { width:16.5625rem;height:3.1875rem;top:11.9375rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHDA87efQhPMVCwQJosrGB3vMcSFnigv { width:15.625rem;height:2.125rem;top:9.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqMmVuSquKf9hMOLBUyXvNpKatPKP9W { width:12.9375rem;height:2.125rem;top:18.3125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhfdf4aRPcaIe0A1zxOhBwWVyXrdUS { width:14.0625rem;height:2.5rem;top:20.4375rem;left:16.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHGP0nPf8kMP324gxlT7b59CDRFVd4dF { width:15.75rem;height:2.125rem;top:27rem;left:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPD9Ew4drC9OaZxAk3HUsGAapTp3vnzl { width:16.4375rem;height:3.8125rem;top:29.1875rem;left:15.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHas8FBTwpkTDexp35OIxslqdLFPWGn { width:15.9375rem;height:2.75rem;top:29.1875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0244r0m0gxnmIlVQn8mMMi94dDEkDMS { width:15.625rem;height:2.125rem;top:27rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0TuRfOdHoEeQpkTadg3iCkSa61vuS6 { width:15.625rem;height:2.125rem;top:18.3125rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1KoPoKOvw4TDsZTVmGhL9cISxOSzyde { width:14.125rem;height:2.5rem;top:20.5rem;left:33.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3aeqwbvgPglTm98PkrbE0SAxdhmvG8 { width:15.625rem;height:2.125rem;top:9.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Z3HFX3GCygsdaafsxSXhyEM3czOa8v { width:16.1875rem;height:3.8125rem;top:12rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPZw9x5n9SH78U01hdqbGfzudsQH3Ef { top:1.25rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9O0RyAC56hFd0gNMczMTK7ilU1HPVl { top:18.4375rem;left:28.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk78352TmsVnTDa5O6E1CoysPBfkhD0B { top:9.8125rem;left:15.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmU57TvgbIqKTLs3p6oICX7AyywuS7yT { top:18.3125rem;left:15.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG13LxUxnbmMMNMKLg4Vb6fNQ2fOAK4a { top:27.25rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU4kKRJbGG16MAGcsNAZI6UbVQmf39R2 { top:27rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDL9tKf0fQMbzUVTBJfMgTf3F7nodKnT { top:5.4375rem;left:0rem;width:18.125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmOmc587SE3vMFkgmogBqxg4hDf2W0c { top:9.8125rem;left:28.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSDdw822WuesFdPeR9xpVEfk1qT1smhk { top:1.25rem;left:0rem;width:19.3125rem;height:3.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT { display:block; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVCSaduz8Cwho72l9Vb2lplpRL2N9Tqy { top:2.3125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBn2VDfgTLXT0fe35TtX7yDBWZqTQeoT { top:9.4375rem;left:0rem;width:37.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Tow7dJG9fPvUM6SiCT15msVc9nkQwt { width:17.5rem;height:2.8125rem;top:33.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFrmuqXWNVEoXo32dePvATZGXgXExko { display:block; }
 }@media only screen and (max-width: 763px) { #qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 { display:block; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOSq47gTvB9EsivVant4CHo700i6T5hJ { width:47.75rem;height:4.0625rem;top:6.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC2J6gzetlilVMokIUhZqaIB6brpTeFr { width:18.9375rem;height:16rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXLOVlT6AJRhFd5feD3u3MrBce9ZIN6 { width:17.3125rem;height:5.625rem;top:18.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPK9f1MfI7MVK6ZGPIi6uiaJ60rd47hW { width:11.25rem;height:1.625rem;top:13.75rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGMf5w06H9WknopGcScFL1MFMBrTBfF { width:11.25rem;height:1rem;top:15.375rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esw64JD3Ml0MPbU4FTCnQLB3caW9uTpx { width:18.9375rem;height:15.9375rem;top:12.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSsOo3t9Pl8C8u1Lcy7P9b91SCzuFSn2 { width:17.0625rem;height:9.8125rem;top:18.1875rem;left:15.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWM1yfoiE55zphuhLs0OamvdQh9okNwu { width:11.25rem;height:1.625rem;top:13.75rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Aqf5Jdt5FdbFWAnTkthf2eliR2dW5X { width:11.25rem;height:1rem;top:15.375rem;left:36.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfysl4Z43MV23PhJXO1ip3eGTthoes6v { width:18.9375rem;height:16.1875rem;top:12.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwN6DEZ8olhNUQILep4kpa5W5Wet04E { width:17rem;height:7.0625rem;top:18.1875rem;left:30.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y96qIAzJoVNReAO3TtVDFIshgbBv3JtD { width:11.25rem;height:1.625rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0uVwA1mKsyCtDaM0bseOoWw4dFJiZCG { width:10.9375rem;height:1rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTvibTFGvUO9dF57vPkCnEaWQTMvSePl { width:1.5rem;height:1.5rem;top:13.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vziJZGcSHsLoiwqnRTdKZ1nZfCusOFS2 { top:16.625rem;left:0rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6 { width:1.5rem;height:1.5rem;top:12.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17mbz54lIy0ygGNsiG059qCXdBRG1nM { width:1.5rem;height:1.5rem;top:12.8125rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCOf40XnDtkA8mCWKNN12z2poZxXXBb { top:16.625rem;left:15.625rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzviS9q2mzD0ywkUxk4z5a2zPEOz0vyw { top:16.625rem;left:36.125rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXI3mhwPJdhJixBgvh2X34IypDoiQki2 { width:20.1875rem;height:3.4375rem;top:30.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXeS2zOZvgIW0eVHLJzFw2meGVvIPUd { display:block; }
 }@media only screen and (max-width: 763px) { #TD25WTMuOP1EpWgVUiPTDhpVqZxFB54u { width:47.75rem;height:9.75rem;top:0rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 { display:block; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oviXn7LT7dO2RC1bnvR3UA2WcL787uZn { width:13.3125rem;height:2.7371495327103rem;top:2.5rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb60aiqKzbh59kyL3zBgTO0Nwf13142q { width:47.75rem;height:3.1875rem;top:6.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnMR4QB1OyAqmCRNhwr74V6KEtcdsrL { width:47.75rem;height:4.125rem;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXVV8wX3xtAHE4dCCxnGl4RwE5Mh3GPO { width:41.5rem;height:3.9375rem;top:17.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ73RwiqIw4b9lQkuHc2LEL2x4haUSyO { display:block; }
 }@media only screen and (max-width: 763px) { #AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL { display:block; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-button { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss  { width:21.25rem;height:auto;top:5.9375rem;left:23.9375rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss {display:block;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss { width:21.25rem;height:auto;top:5.9375rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #tmTO9AWJVCwqlvqDuWWQTM1Wc83vuaJu {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #eovI7gstKuBHMT4uC7T5aVTh2Iq4ZUQ5 { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #sblinCcQ5fDqRTIyB7pTvs4UMyCc1Uxg {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #Mw3ZIdfzJbDphaql42NL8ku9gAcT8vX5 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #y1rA5ppHn1aprxs6gJqbU1UzTKi0R2C7 { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0L0pBsuBFVfaN6yPoaK8ygbCkpRRTFT {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #SPAmPCwkZpSVQTO4w0MimAJWMicJ2o36 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #HFsxUszmqaP9wcFlbAnmwNZIb81y567a { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #OGHDPnV8uFf21pdsNM6GrQCNr0eDfnNX {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #vJltx5GXk6pETUqhSF4n1S2ZcgE7VrLo {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #pMkz4Fw5R3ZfNemZAXkl5Pzf3dvCOwpH {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #HHNNBG11cCTcWFEKxmzpSbl4mflW0LN1 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #MJT8vTz0vmURBlFoUzNwyI9BRZKzfw6l {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #plX0VD1hBTt9o2ss3yQU80PdQAHRg7og {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #k1I4LFcTTaV1B8fiMCCBoaxIzMlPRyE4 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #mRT2DEIOuf5lHOOU52ThPDtW1OssE1Qz {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0N4dNUSpAiOTJFrL0w5VwUVOdihPwSC {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #wbG4p1rZa07kyKtN3k6BscMo8SAhEEHP {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #pqRqtlM74Fcvhzocmt6KplvPGsEdvvnn {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #PTxtSCB6lypUlwfpa7pJcnDktg5TiBxM {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #IbRu9oPPVTBQGT02vO4kFHOrf4sIf1mq {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #tJRpqTNRyePI58q3AWeCbfQb57skGXUS {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #PHUfo0wCLM9gtrG21l9aaeiPEeJXxsUa {  }
 }@media only screen and (max-width: 763px) { #F8FGI7EnM2NT1t0JckF6CBm4Q2UUOA7B { width:28rem;height:3.6875rem;top:1.6875rem;left:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtBgGuJ5JPm1Ou1cIS6Dhi6HcENOXupU { top:5.4375rem;left:0rem;width:23.9375rem;height:6.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoWKeIE3A3VA1m7E2l7cIcah0REudJX { top:16.0625rem;left:1.0625rem;width:20.4375rem;height:12.3125rem;font-size:0.9375rem;display:block; }#TZoWKeIE3A3VA1m7E2l7cIcah0REudJX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6aa92154-0906-4a34-8886-d3c887551387/checkge838a35b2_1920.png); }
 }@media only screen and (max-width: 763px) { #WwIJI1NwnmdGbIsmguw1tloLFcfK07Tf { top:32.875rem;left:0.25rem;width:20.0625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K55h61N74JmSAvvse25chBqViUeykbvT { display:block; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ebBezVgqUaw4XE0BXJRwpiN1HTthDQuz {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #Ldn75e7mIKF1zwbcDumK0loT2Be7WP3v {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #g1H27BIbvRTiVgIMNpdmzlV2Oeo4FqtK {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #P1JNss3aUfKnt1evBHX5w16oStidbTcG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #S6Lt5T3W1eTQSn4NsRG5IlKASfhZAfDc {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #RSd8XmLhsXvpnCQlZmzp6GLKqnXXTkLI {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #AeaTOMRRkoT69ApK1NbZyTVg0C95kO69 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JMGyyhUNDWVmlGq2yoG0A6uGWVZwsoH5 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #B7nxchbkT0IGileLFtSlIcPKIhqFohhQ {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IOc4MBm5fCfNB0EWarwGyIROtCIMtStM {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #oDekth1TktQxsqrJTVq20Sgw3f4kZv4D {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #o19Pz5G5RqpBwECRMKAMNBLAuip8nBot {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IRdVTal8h4n4b0yQKcfKcqovFts3SwpU {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #qow7DAKCdoiN7l8nIPP1AbHqTk8Dy4hz {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #cEsEHmuuBwkcw8ym1khvSwrm5qNLeikr {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #MJDXblA8Js1ebtJMCTPB9I1Ui6QLaHTE {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #TMUHrmaiAVcyvRPNiJ1AExg8VqRdcfHa {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #taTu8dCJywop6qPl1lRd7OomMppgBF9L {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #DdWuB4csQNkWx9QzovMKcmpFPeDUQntk {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #F98GbRMGnFFJBe2C1hb444PeqTL8CB42 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #v3W2TDrN6JJ85EpN0zaGbEaU6lNnC9yG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #PPbPgWrN4qMMNvbhzeSTudGW7n18tqbZ {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #LRDDTogRys1CINw06FTuK3kQdz2WxIiX {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #iLhS8I4l3KWQyKTih7E546eWlFwtSACG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #dPS0LPE5TDG5a6NtDlNH2AqldrbUkqTF {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #lXgUF8TfBdvTCxuoyip9gcDOPV9AHN5p {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ps1ZfJHeI75zzOZd2dHS5pX81P5Cy9S8 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #f1c5hTCDXRSrVo5e5bOnsS6IsTSTrTZl {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #p6nm7N3UvXrz0OaZpEhZ6Ar4VFWBV2nT {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #gyZmcKR1BOIBETvZdIPLFBIdo1W58B97 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JLArwyIbvKpeCov4tva00hzfPaVRPqbk {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ZugxnMrVwXu6dTLkw21PlVTZpHvxeFaa {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #QBxF88I3G9TC8DlIeoD5vEzxGmkEu0dc {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #bWw81Hw6NtMh65b6skztA9mrC9zw1J1Z {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #srqRyU33LV7qbzoqCGvm8bnvOD7DOrXk {  }
 }@media only screen and (max-width: 763px) { #mxT8KSHONQaTM4QqexZSWvGxTp34CiMT { top:2rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHg0B1EQp5baonTkEV5zcPUUIx4XalT { top:2.6875rem;left:9.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9KbTSfdcDBoWoFflBqiFMlOcQ1PXWeP { top:2.8125rem;left:37.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO { display:block; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN7SZhDKbleicDmooEnlNpFeZ0MgMg0u { top:14.4375rem;left:5.875rem;width:12.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4arGiqssJ4C0RndTXP3y5a3bR6C68C { top:2.75rem;left:20.125rem;width:27.625rem;height:32.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad5p8ASDizR2qlD0vTaJ9R4ick4y05xZ { top:21.3125rem;left:5.6875rem;width:12.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 { display:block; }#zJEmtiCtAhvB7LLIVmpDDT76oV8109B3 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbKHahWwaFWpH3Nd1NUGglNJbNsrr6cK { width:6.625rem;height:2.54980625rem;top:0.818359375rem;left:12.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFgboAowPQEXk3OVJ9IkKCSpczRqVOhG { width:11.125rem;height:2.54980625rem;top:5.5rem;left:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDArb0At0Vww2Q8bVDiM2h0bPfMJFHuI { width:6.25rem;height:2.9375rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrvZldqVsup4UhOOQRiNdao8tdflTzg { width:2.25rem;height:2.25rem;top:0.96875rem;left:10rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPV1dsIGfkrm4h7kFp9PtlffzSXXs7UI { width:2.3125rem;height:2.3125rem;top:5.625rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTxzwForCEEPJ5qRlOuXCLztUlhrlypa { width:0.0625rem;height:2.1875rem;top:1.4375rem;left:7.78125rem;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fcea9477-0925-485b-91b4-8a82d309e10a/Projektbeznazwy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.adaptive-delivery-prevent-bg, #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.lazyload, #B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8.lazyloading { background-image: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { background-color: transparent; background-image: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container > .video-iframe-container { display: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row > .video-iframe-container { display: none; }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .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); }#B7nkXTWc7DNCaAim99Zl4V5ABThgWyD8 > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuGA8MdGbnki6wvhnqoVFFV8V1zXELLi { width:20rem;height:4.26171875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lumzMBBXfEXMmNbT1PZ0xiAoqQT9dIT7 { width:15.4375rem;height:2.375rem;top:21rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUkmzyLEomE4x9Ibdc1AqrhmI1Lsr3ru { display:block; }
 }@media only screen and (max-width: 763px) { #sJlK12qd88Qpw6rCp2Vgw1WxT2hsPhiU { width:19rem;height:5.27831875rem;top:13.71484375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1wo5yn9wWWtX11z4F3ga0tLTdoaTdok { width:20rem;height:2.611325rem;top:9.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kf1Lriv89ekSLuCrn4KvyexrLB1H1rpE { width:19.0625rem;height:5.1875rem;top:2.630859375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtCkpwT6AS0NbJNbfDN10nVGeobzteAW { width:20rem;height:3.91699375rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZDq0J2Sw6Wd4UaQEKuVueg7LJtgatc { width:20rem;height:33.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9harw9AX3Kli0oF8HCh8z6giXlFR7a { width:20rem;height:2.88671875rem;top:28.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.875rem;overflow:hidden;height:auto; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.125rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.9375rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container:first-of-type{padding-top:0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .widget-container:last-of-type{padding-bottom:0;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L  { width:17.5rem;height:auto;top:32.1875rem;left:0rem; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L {display:block;}#nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L { width:17.5rem;height:auto;top:32.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #Wsl5LAuONneZ39WLkFPFxTcMCDfO7EAK {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PfrC6K3mexXrosq3inEk8WbsFbHfC3QE { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IoMLrtdGHDbKCF4215FzFfnn8a7XzAER {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #RM0qDDGDlXexJ0aUKhKNBxcKLRDu631M {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #AmktpVl969ozx9LKNVPi1hfu1Eb1FySq { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #k5oQGlZgUTOfEdLT0RmyuhqXpF84uTg9 {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #T5tJQE2U7NxdI3mI6wQ258sqC6TU2HAm {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #bxbXm2xDaoMUxQitfRJxXTNPE76Twzno { display:none; }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #gGsttloERf2sXB20Ee0sHTnbHmHQQteO {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #WSOI3uWUiwdzea2JOQqqm6vL9KMPHhkm {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #ITaB3D34bnXJ6beq7tzyU8rg3BA6OAZe {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #LhMnrTgzqdRWvMVOdeGfM0vb6cWu3ZCf {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #KsGTXT1AaTF9M8Q7MxEZywc5sIzy5fbM {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PJp4mPI3KUvNroSgp5SJmxdCGOzVEK5T {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #yKdJBJys66l1syLWZg6TT5HbyS7wJgOT {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #nJCs3TpwnDqHUwCKUdK1JADFkxzTZGWs {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #mFLiZRZ9qeRug9rp8KUhRwuxRpkOmWJd {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #IU8bvrNEApOXOXIHG1miWFl95eLBhP8p {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #PcKaQ9NdycqVTVCvJytdSisUGdzCRQ9E {  }
 }@media only screen and (max-width: 763px) { #nnFu6v1T3qynMxpnwxSxXJ9EeGoMCC4L #pwLEUBnNdfl3F3NMPJzzTTFhFiNW3cMJ {  }
 }@media only screen and (max-width: 763px) { #Bp1cL83v44skrkrXflDFsUvi019BFRen { display:block; }#Bp1cL83v44skrkrXflDFsUvi019BFRen > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zyvwu0VFuMnzJGqH2I5caFtvkDnD9ytI { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vLPkUBiD63LRUGXhZeGloPqRn4S69DwJ { width:18.0625rem;height:0;top:6.5087890625rem;left:0.96875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #I1TBwtnNqlqoBAXcKnOqDfbNkaei6CRN { width:18.0625rem;height:11.3671875rem;top:6.44091796875rem;left:0.96875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf { display:block; }#QLS8n3Ta3A8IVlR6szbH7h2E95twZGhf > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpTOBQ6GlZHV9CzhEGJG9BHAQ71ZthNM { width:7.5625rem;height:2.4375rem;top:4.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsX1xAbUs3QqTwFw8iJMN7URLd69661F { width:14.25rem;height:1.625rem;top:5.3125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWXJMOKBI8NPuqE8NuQ0hEIlE5A9Zbfy { width:19.9375rem;height:4.546875rem;top:7.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7ITXhR96GgcWHkbdGCcQTVunHNmORK { width:19.9375rem;height:3.41015625rem;top:16.117721557618rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2zrpox1O9r8dxQLGusrn301P2QdtpG { width:7rem;height:2.4375rem;top:13.681640625rem;left:2.2176846265793rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Wr9E3UkoQ0wqhnJJ4FGnABGZ6hUIXA { width:14.25rem;height:1.625rem;top:14.090908050537rem;left:4.7745026350021rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMk2BkDaVvOSPVFF2bT4HhtmZJDO0zSu { width:19.9375rem;height:5.68359375rem;top:24.215198040009rem;left:0.063032627105713rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGNasE0W00Bmh66zVvthTpVqPVTNKTTE { width:6.6875rem;height:2.4375rem;top:21.77911901474rem;left:2.3739346265793rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoAza8xBAk93un8xvnmasoduJWGD3nRO { width:12.5rem;height:1.625rem;top:21.779118537903rem;left:7.4999994039538rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1bTmw4fHZKCvu8ecducTZoQ4E1Tvi8 { width:17.5rem;height:2.6242875rem;top:50.435011148453rem;left:1.2491122484207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfXTOGBz12yrFNnbHOT7G2ZKofVNQ52 { display:block; }
 }@media only screen and (max-width: 763px) { #p9d3ETTC1r2HfrVcO6gPGs6KbVuzxWLF { width:17.9375rem;height:2.5996125rem;top:0.68714475631713rem;left:1.0298295021057rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l68KH4Lsgan3u7Az9sXp7T98KJTwx8XX { width:20rem;height:3.41015625rem;top:36.24733543396rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7zTexigP2pCLrdxnhhCC0JCtVPZimhQ { width:20rem;height:2.2734375rem;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woCBSM21ZrNndEIwVhJAc9RcObhFzbxB { width:4.8125rem;height:2.4375rem;top:32.811611175537rem;left:3.3105467557907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpehWgJ3fe1ldTi0NilZ3a2AS9X25QD3 { width:5.1875rem;height:2.4375rem;top:42.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtixBfZixccgT4iaR45HCG5brHGi7GfF { width:11.6868125rem;height:2.75rem;top:32.65535736084rem;left:7.3925775289538rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNP3nK6QFe7Iuxm8wZOK2WvP24kgKn30 { width:11.125rem;height:3rem;top:41.875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.adaptive-delivery-prevent-bg, #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.lazyload, #JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf.lazyloading { background-image: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { background-color: transparent; background-image: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,42,70,0.88); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container > .video-iframe-container { display: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,42,70,0.88); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container { display: none; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .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); }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { border-width: 0; border-radius: 0; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSBP3oIJwF8dA28IyTtin1D4JPNC4TUf > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmA0JpgQBIqCNvHNrMfZrEJAB3Ua4lnQ { width:20rem;height:2.1936375rem;top:1.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTiNg295l9axGbXsNJLLvXBsiLVanTWN { width:19.5625rem;height:10.5rem;top:5.28125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h1riACxke8W74lZUurDczW2e50GwIoy4 { width:20rem;height:2.3125rem;top:17.24609375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tgrQMfgFdqgfeAOv6IZE3Pc98CI4vg8U { display:block; }
 }@media only screen and (max-width: 763px) { #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.adaptive-delivery-prevent-bg, #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.lazyload, #NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX.lazyloading { background-image: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { background-color: transparent; background-image: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container > .video-iframe-container { display: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row > .video-iframe-container { display: none; }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .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); }#NkXgwurXAIeQTFTOuzkcO1rJK1UXV0TX > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwTlwfBm4mu1s78laz0veAf1l2JEft9M { width:15.3125rem;height:1.7871125rem;top:7.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hHDA87efQhPMVCwQJosrGB3vMcSFnigv { width:15.5rem;height:1.5rem;top:5.625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqMmVuSquKf9hMOLBUyXvNpKatPKP9W { width:16rem;height:1.5rem;top:9.6875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhfdf4aRPcaIe0A1zxOhBwWVyXrdUS { width:16rem;height:1.7871125rem;top:11.1875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KHGP0nPf8kMP324gxlT7b59CDRFVd4dF { width:15.375rem;height:1.40625rem;top:13.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPD9Ew4drC9OaZxAk3HUsGAapTp3vnzl { width:16.9375rem;height:1.94921875rem;top:15.1875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHas8FBTwpkTDexp35OIxslqdLFPWGn { width:16.5625rem;height:1.94921875rem;top:19.5rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t0244r0m0gxnmIlVQn8mMMi94dDEkDMS { width:15.625rem;height:1.40625rem;top:18.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0TuRfOdHoEeQpkTadg3iCkSa61vuS6 { width:15.5rem;height:1.40625rem;top:22.3125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1KoPoKOvw4TDsZTVmGhL9cISxOSzyde { width:15.875rem;height:1.94921875rem;top:23.75rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3aeqwbvgPglTm98PkrbE0SAxdhmvG8 { width:15.1875rem;height:1.5rem;top:26.875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Z3HFX3GCygsdaafsxSXhyEM3czOa8v { width:16.5625rem;height:1.94921875rem;top:28.375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPZw9x5n9SH78U01hdqbGfzudsQH3Ef { width:17.5rem;height:0;top:1.08203125rem;left:1.4609375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#292a46;font-family:raleway;line-height:1.1;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EB9O0RyAC56hFd0gNMczMTK7ilU1HPVl { display:flex;width:2rem;height:2rem;top:22.875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nk78352TmsVnTDa5O6E1CoysPBfkhD0B { display:flex;width:1.9375rem;height:1.9375rem;top:6.25rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #RmU57TvgbIqKTLs3p6oICX7AyywuS7yT { display:flex;width:1.875rem;height:1.875rem;top:10.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #aG13LxUxnbmMMNMKLg4Vb6fNQ2fOAK4a { display:flex;width:1.8125rem;height:1.8125rem;top:14.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #VU4kKRJbGG16MAGcsNAZI6UbVQmf39R2 { display:flex;width:2.4375rem;height:2.4375rem;top:18.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hDL9tKf0fQMbzUVTBJfMgTf3F7nodKnT { width:2.4375rem;height:4.25rem;top:5.4838333129883rem;left:16.431107103824rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wwmOmc587SE3vMFkgmogBqxg4hDf2W0c { display:flex;width:2.0625rem;height:2.0625rem;top:27.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #TSDdw822WuesFdPeR9xpVEfk1qT1smhk { width:19.3125rem;height:3.574225rem;top:0.98828125rem;left:0.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#292a46;font-family:raleway;line-height:1.1;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT { background-color:#9c1642;background-image:none;display:block; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { background-color: transparent; background-image: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container > .video-iframe-container { display: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row > .video-iframe-container { display: none; }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .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); }#EERV2mTC8Ksyka9qts0zNKr9NbEhKKkT > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVCSaduz8Cwho72l9Vb2lplpRL2N9Tqy { width:20rem;height:4.125rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBn2VDfgTLXT0fe35TtX7yDBWZqTQeoT { width:17.6875rem;height:9.875rem;top:6.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Tow7dJG9fPvUM6SiCT15msVc9nkQwt { width:8.0625rem;height:2.375rem;top:18.375rem;left:5.96875rem;font-size:0.875rem;background-color:#292a46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UTFrmuqXWNVEoXo32dePvATZGXgXExko { display:block; }
 }@media only screen and (max-width: 763px) { #qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 { display:block; }#qrvxJhrpRkq4OF1CA44AlTZ7PcVtkut3 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOSq47gTvB9EsivVant4CHo700i6T5hJ { width:20rem;height:1.949775rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hC2J6gzetlilVMokIUhZqaIB6brpTeFr { width:9.4375rem;height:13.4375rem;top:6.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXLOVlT6AJRhFd5feD3u3MrBce9ZIN6 { width:7.375rem;height:6.82225rem;top:10.875rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MPK9f1MfI7MVK6ZGPIi6uiaJ60rd47hW { width:13.1875rem;height:1.29980625rem;top:21.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGMf5w06H9WknopGcScFL1MFMBrTBfF { width:13.8125rem;height:0.599609375rem;top:23.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #esw64JD3Ml0MPbU4FTCnQLB3caW9uTpx { width:9.6875rem;height:13.375rem;top:7rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSsOo3t9Pl8C8u1Lcy7P9b91SCzuFSn2 { width:17.5rem;height:6.334rem;top:24.5625rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sWM1yfoiE55zphuhLs0OamvdQh9okNwu { width:8.5625rem;height:1.29980625rem;top:7.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Aqf5Jdt5FdbFWAnTkthf2eliR2dW5X { width:8.125rem;height:0.599609375rem;top:8.9248046875rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Vfysl4Z43MV23PhJXO1ip3eGTthoes6v { width:18.9375rem;height:10.0625rem;top:21.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwN6DEZ8olhNUQILep4kpa5W5Wet04E { width:7.6875rem;height:7.796875rem;top:10.875rem;left:11.3125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y96qIAzJoVNReAO3TtVDFIshgbBv3JtD { width:11.25rem;height:1.29980625rem;top:7.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0uVwA1mKsyCtDaM0bseOoWw4dFJiZCG { width:10.9375rem;height:0.599609375rem;top:8.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #kTvibTFGvUO9dF57vPkCnEaWQTMvSePl { width:1.3125rem;height:1.3125rem;top:21.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vziJZGcSHsLoiwqnRTdKZ1nZfCusOFS2 { width:4.75rem;height:1.125rem;top:9.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDSs9BdsnWZlLTMtQIsH1zoFXAzCJ7p6 { width:1.3125rem;height:1.3125rem;top:7.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17mbz54lIy0ygGNsiG059qCXdBRG1nM { width:1.3125rem;height:1.3125rem;top:6.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCOf40XnDtkA8mCWKNN12z2poZxXXBb { width:5.0625rem;height:1.25rem;top:23.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzviS9q2mzD0ywkUxk4z5a2zPEOz0vyw { width:4.625rem;height:1.0625rem;top:9.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXI3mhwPJdhJixBgvh2X34IypDoiQki2 { width:15.75rem;height:2.125rem;top:32.6240234375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXeS2zOZvgIW0eVHLJzFw2meGVvIPUd { display:block; }
 }@media only screen and (max-width: 763px) { #TD25WTMuOP1EpWgVUiPTDhpVqZxFB54u { width:20rem;height:4.7124rem;top:1.11328125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.625rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 { display:block; }#ZRoLT0O7FNsBCKTLKP8AsSI0QOXiSMP6 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oviXn7LT7dO2RC1bnvR3UA2WcL787uZn { width:13.375rem;height:2.75rem;top:1.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb60aiqKzbh59kyL3zBgTO0Nwf13142q { width:20rem;height:1.7871125rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnMR4QB1OyAqmCRNhwr74V6KEtcdsrL { width:20rem;height:3.09375rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QXVV8wX3xtAHE4dCCxnGl4RwE5Mh3GPO { width:18.8125rem;height:2.3125rem;top:13.8125rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ73RwiqIw4b9lQkuHc2LEL2x4haUSyO { display:block; }
 }@media only screen and (max-width: 763px) { #AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL { display:block; }#AhARbkkZzdTB4dgQDvX2ExsBnGSnmOOL > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-form-header { font-size:0.875rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:center;text-align-last:center;vertical-align:top;height:auto;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.125rem;display:block;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.25rem;display:block;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;font-size:0; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container:first-of-type{padding-top:0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss .widget-container:last-of-type{padding-bottom:0;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss  { width:16.5rem;height:auto;top:19.984375rem;left:0.5rem;font-size:0.875rem; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lAUTPdOSgADUbu3sUgpkEe83py0quyss {display:block;}#lAUTPdOSgADUbu3sUgpkEe83py0quyss { width:16.5rem;height:auto;top:19.984375rem;left:0.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #tmTO9AWJVCwqlvqDuWWQTM1Wc83vuaJu {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #eovI7gstKuBHMT4uC7T5aVTh2Iq4ZUQ5 { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #sblinCcQ5fDqRTIyB7pTvs4UMyCc1Uxg {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #Mw3ZIdfzJbDphaql42NL8ku9gAcT8vX5 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #y1rA5ppHn1aprxs6gJqbU1UzTKi0R2C7 { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0L0pBsuBFVfaN6yPoaK8ygbCkpRRTFT {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #SPAmPCwkZpSVQTO4w0MimAJWMicJ2o36 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #HFsxUszmqaP9wcFlbAnmwNZIb81y567a { display:none; }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #OGHDPnV8uFf21pdsNM6GrQCNr0eDfnNX {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #vJltx5GXk6pETUqhSF4n1S2ZcgE7VrLo {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #pMkz4Fw5R3ZfNemZAXkl5Pzf3dvCOwpH {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #HHNNBG11cCTcWFEKxmzpSbl4mflW0LN1 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #MJT8vTz0vmURBlFoUzNwyI9BRZKzfw6l {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #plX0VD1hBTt9o2ss3yQU80PdQAHRg7og {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #k1I4LFcTTaV1B8fiMCCBoaxIzMlPRyE4 {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #mRT2DEIOuf5lHOOU52ThPDtW1OssE1Qz {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #J0N4dNUSpAiOTJFrL0w5VwUVOdihPwSC {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #wbG4p1rZa07kyKtN3k6BscMo8SAhEEHP {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #pqRqtlM74Fcvhzocmt6KplvPGsEdvvnn {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #PTxtSCB6lypUlwfpa7pJcnDktg5TiBxM {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #IbRu9oPPVTBQGT02vO4kFHOrf4sIf1mq {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #tJRpqTNRyePI58q3AWeCbfQb57skGXUS {  }
 }@media only screen and (max-width: 763px) { #lAUTPdOSgADUbu3sUgpkEe83py0quyss #PHUfo0wCLM9gtrG21l9aaeiPEeJXxsUa {  }
 }@media only screen and (max-width: 763px) { #F8FGI7EnM2NT1t0JckF6CBm4Q2UUOA7B { width:17.25rem;height:2.4746125rem;top:17.57177734375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtBgGuJ5JPm1Ou1cIS6Dhi6HcENOXupU { width:20rem;height:3.25rem;top:1.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZoWKeIE3A3VA1m7E2l7cIcah0REudJX { width:16.375rem;height:10.375rem;top:5.1640625rem;left:1.8125rem;font-size:0.9375rem;z-index:15003;display:block; }#TZoWKeIE3A3VA1m7E2l7cIcah0REudJX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6aa92154-0906-4a34-8886-d3c887551387/checkge838a35b2_1920.png); }
 }@media only screen and (max-width: 763px) { #WwIJI1NwnmdGbIsmguw1tloLFcfK07Tf { width:19.75rem;height:3.65625rem;top:16.2265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #K55h61N74JmSAvvse25chBqViUeykbvT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9c1642, #292a46);background-image: -moz-linear-gradient(180deg, #9c1642, #292a46);background-image: -ms-linear-gradient(180deg, #9c1642, #292a46);background-image: -o-linear-gradient(180deg, #9c1642, #292a46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1642', endColorstr='#292a46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1642', endColorstr='#292a46' );";background-image: linear-gradient(180deg, #9c1642, #292a46);background-size:auto !important;display:block; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { background-color: transparent; background-image: none; }#K55h61N74JmSAvvse25chBqViUeykbvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container > .video-iframe-container { display: none; }#K55h61N74JmSAvvse25chBqViUeykbvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row > .video-iframe-container { display: none; }#K55h61N74JmSAvvse25chBqViUeykbvT > .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); }#K55h61N74JmSAvvse25chBqViUeykbvT > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-element-container { background-color:rgba(255,255,255,0.82);background-image:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-heading-text { font-size:1rem;height:auto;color:#292a46;font-weight:700;font-style:normal; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-desc-text { font-size:0.875rem;height:auto;font-weight:300;font-style:normal;color:#292a46; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS { display:flex;height:auto;width:17.5rem;top:3.39892578125rem;left:0rem;background-color:transparent;background-image:none; }
#Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ebBezVgqUaw4XE0BXJRwpiN1HTthDQuz {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #Ldn75e7mIKF1zwbcDumK0loT2Be7WP3v {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #g1H27BIbvRTiVgIMNpdmzlV2Oeo4FqtK {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #P1JNss3aUfKnt1evBHX5w16oStidbTcG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #S6Lt5T3W1eTQSn4NsRG5IlKASfhZAfDc {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #RSd8XmLhsXvpnCQlZmzp6GLKqnXXTkLI {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #AeaTOMRRkoT69ApK1NbZyTVg0C95kO69 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JMGyyhUNDWVmlGq2yoG0A6uGWVZwsoH5 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #B7nxchbkT0IGileLFtSlIcPKIhqFohhQ {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IOc4MBm5fCfNB0EWarwGyIROtCIMtStM {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #oDekth1TktQxsqrJTVq20Sgw3f4kZv4D {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #o19Pz5G5RqpBwECRMKAMNBLAuip8nBot {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #IRdVTal8h4n4b0yQKcfKcqovFts3SwpU {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #qow7DAKCdoiN7l8nIPP1AbHqTk8Dy4hz {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #cEsEHmuuBwkcw8ym1khvSwrm5qNLeikr {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #MJDXblA8Js1ebtJMCTPB9I1Ui6QLaHTE {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #TMUHrmaiAVcyvRPNiJ1AExg8VqRdcfHa {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #taTu8dCJywop6qPl1lRd7OomMppgBF9L {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #DdWuB4csQNkWx9QzovMKcmpFPeDUQntk {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #F98GbRMGnFFJBe2C1hb444PeqTL8CB42 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #v3W2TDrN6JJ85EpN0zaGbEaU6lNnC9yG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #PPbPgWrN4qMMNvbhzeSTudGW7n18tqbZ {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #LRDDTogRys1CINw06FTuK3kQdz2WxIiX {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #iLhS8I4l3KWQyKTih7E546eWlFwtSACG {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #dPS0LPE5TDG5a6NtDlNH2AqldrbUkqTF {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #lXgUF8TfBdvTCxuoyip9gcDOPV9AHN5p {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ps1ZfJHeI75zzOZd2dHS5pX81P5Cy9S8 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #f1c5hTCDXRSrVo5e5bOnsS6IsTSTrTZl {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #p6nm7N3UvXrz0OaZpEhZ6Ar4VFWBV2nT {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #gyZmcKR1BOIBETvZdIPLFBIdo1W58B97 {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #JLArwyIbvKpeCov4tva00hzfPaVRPqbk {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #ZugxnMrVwXu6dTLkw21PlVTZpHvxeFaa {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #QBxF88I3G9TC8DlIeoD5vEzxGmkEu0dc {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #bWw81Hw6NtMh65b6skztA9mrC9zw1J1Z {  }
 }@media only screen and (max-width: 763px) { #Oac9HEqROcbQXlu9SoJQIdhoEv4z1ayS #srqRyU33LV7qbzoqCGvm8bnvOD7DOrXk {  }
 }@media only screen and (max-width: 763px) { #mxT8KSHONQaTM4QqexZSWvGxTp34CiMT { width:20rem;height:2.2749rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHg0B1EQp5baonTkEV5zcPUUIx4XalT { display:flex;width:1.1875rem;height:1.1875rem;top:1.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9KbTSfdcDBoWoFflBqiFMlOcQ1PXWeP { display:flex;width:1.125rem;height:1.125rem;top:1.6875rem;left:18.875rem; }
 }@media only screen and (max-width: 763px) { #R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO { background-color:#292a46;background-image:none;display:block; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { background-color: transparent; background-image: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container > .video-iframe-container { display: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row > .video-iframe-container { display: none; }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .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); }#R6WBQs8UX9ov1MKnTMP3fQJdmWyTh0gO > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN7SZhDKbleicDmooEnlNpFeZ0MgMg0u { width:8.3125rem;height:1.8125rem;top:1.25rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4arGiqssJ4C0RndTXP3y5a3bR6C68C { width:18.9375rem;height:22.338875rem;top:7.787109375rem;left:0.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad5p8ASDizR2qlD0vTaJ9R4ick4y05xZ { width:12.5rem;height:2.199225rem;top:4.412109375rem;left:3.75rem;font-size:1rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }