.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:249,244,224;--color-primary-1:236,220,152;--color-primary-2:217,184,48;--color-primary-3:109,92,24;--color-primary-4:33,28,7;--color-secondary-0:233,242,250;--color-secondary-1:231,241,249;--color-secondary-2:197,223,240;--color-secondary-3:101,176,214;--color-secondary-4:0,57,117;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 { position:relative;z-index:auto;display:block; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 { background-color: transparent; background-image: none; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container > .video-iframe-container { display: none; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row > .video-iframe-container { display: none; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .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); }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 { border-width: 0; border-radius: 0; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aqvoCa4azyonl5qugedGz30fLGMSafSC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.0625rem;top:1rem;left:9.875rem;overflow:hidden;display:block; }
#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU { position:relative;display:block; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU { background-color: transparent; background-image: none; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container > .video-iframe-container { display: none; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row > .video-iframe-container { display: none; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .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); }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU { border-width: 0; border-radius: 0; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eD0SBpBQEpobTqeaBEMrwkAdpCWkpdEZ { color:rgba(var(--color-secondary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.75rem;height:4.38671875rem;text-align:left;text-align-last:left;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; }
#y7Q5MvItko58kp8rxTxBsE1utU7GHzle { color:rgba(var(--color-secondary-4),1);display:block;width:16.125rem;position:absolute;font-family:sansita;font-size:2.5rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.03125rem;height:3.25rem;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; }
#zcDK8GfKwviQ504T4zy7q2NuxTImihpr { box-sizing:content-box;height:10.125rem;width:20.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.73);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:1.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#QMiWg8E3WU58E4iLZ6d2oFrrss3ua5Me { box-sizing:content-box;height:6.375rem;width:18.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:2.9375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#zp6HLBWpd16wsA9xGC1TpeOz2XWTsTUS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:74.9375rem;top:0.55898475646973rem;left:0rem;overflow:hidden;display:block; }
#ydnMxBIOtk6eJT7MTuAettLqJI29ImOw { box-sizing:content-box;height:25.6865rem;width:74.87375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:0rem;display:block; }
#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT { 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; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container { background-color: transparent; background-image: none; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container > .video-iframe-container { display: none; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row > .video-iframe-container { display: none; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .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); }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container { border-width: 0; border-radius: 0; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#QIfboB43PD1ppr1pCbaRsRtpk5I5kLdt { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.4375rem;width:5.5rem;top:2.5625rem;left:34.75rem;display:block; }
#vvaTMpmOfzRBAK7aoiHzD6zGtGOzTnBt { color:rgba(var(--color-secondary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.630859375rem;left:6.875rem;height:3.25rem;font-style:normal;display:block; }
#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { z-index:;position:relative;display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { background-color: transparent; background-image: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .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); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { border-width: 0; border-radius: 0; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/654c6df5-7a75-46ab-bb35-dd47585871bf/niebieskiefalepoziom2crop_1992x866_0333previewenhance_35.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.adaptive-delivery-prevent-bg, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyload, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyloading { background-image: none; }#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-form-header { font-size:0.75rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#003975;width:41.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(101,176,214,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:41.9375rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;box-shadow: none; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-textarea { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(101,176,214,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;box-shadow: none; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:41.9375rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #003975, #003975);background-image: -moz-linear-gradient(13deg, #003975, #003975);background-image: -ms-linear-gradient(13deg, #003975, #003975);background-image: -o-linear-gradient(13deg, #003975, #003975);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003975', endColorstr='#003975' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003975', endColorstr='#003975' );";background-image: linear-gradient(13deg, #003975, #003975);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:3.5625rem;margin-bottom:0.25rem;margin-left:5.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:31.4375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.4; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-moz-placeholder { color:#353635;font-family:"open sans";font-size:0.875rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-moz-placeholder { color:#353635;font-family:"open sans";font-size:0.875rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-ms-input-placeholder { color:#353635;font-family:"open sans";font-size:0.875rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-webkit-input-placeholder { color:#353635;font-family:"open sans";font-size:0.875rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:40.6875rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .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; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-container:first-of-type{padding-top:0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-container:last-of-type{padding-bottom:0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi  { background-color:#e9f2fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem #003975 ;font-size:0.75rem;left:15.27978515625rem;top:3.2421875rem;z-index:15003;position:absolute; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.9375rem;display:block;vertical-align:top; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.1;font-weight:700;color:#003975;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi {display:block;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi { background-color:#e9f2fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem #003975 ;font-size:0.75rem;left:15.27978515625rem;top:3.2421875rem;z-index:15003;position:absolute; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ckXT5cHQRBsCJkMLPVcFZ5RVFgf5EewJ { position:relative;display:block;z-index:15000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #wT3AMqQ8lZWqTgtINTOT72t8CRwrrc2N { position:relative;display:block;z-index:15000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Pc0nzPfGAomIXEHkHeuTAL9TfghP41XV { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LND64TkkEglL6daLgBpUxi2nf51KX200 { position:relative;display:block; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #v9SLiWnSxZZSydtlklVWnnLsulfhRrZM { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DBIr8ERbUnqxs2kku4bslOUIArlNkZZq { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #VcwEQ6ktgWMTT5oxvnGgLUv6Lxkfznnx { position:relative;display:block; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #QlT4uAw8TRs7roDCckWGEbgTkJltCgmr { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #tQDp28fX1K5rCNpTlqbLFH2KzLUIgSrZ { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #RADtTTMh2wBLElrCNuTuGDlJIxvS2XO2 { position:relative;display:block; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #woTLxAmxMg72ccZTvuQmc8XpkE5rc6QE { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #BeZbprvCrQyCPtc0oCpg68r5TcVifDJg { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #gTi7cMPXOINglymPMTyvxX8qRnbFkaDI { position:relative;display:block; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #H8HinkEBzydJ9zvU4aSFhPMTEEdpxGOT { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #TyITW4UXFOg2rqkSCg86csODwXZGdeE3 { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #WzvS3vwE30MBqXMFdlkaBwTxsUuuluTo { position:relative;display:block; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LvDfqDp6SQt7EPuqicUF6LlN97gQz7E9 { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #PR31oahEnqPFWcvEx7HeunfasLsHcSEn { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Lq8ctWI6h5E33KL1t5BUVho1TZDLNK9Z { position:relative;z-index:2; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ARGl65TbBCuUwX7u7GdRLEyOHA2gCmpq { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #hcDIwCJ86c8ICBmFKam83UTRvzMeiXwa { position:relative;display:block;z-index:15000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DK9TOEsCg7JLCWCWT9w1dOctH604OdNB { position:relative;display:block;z-index:15000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #pP5Tmkgff0npgXmIgEGdIPPgwMM1MJvT { position:relative; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #UPBVwwnCvqeCEQixyOB7h68uSxrSVFBC { position:relative; }
#LCF28pRAcV3KA3MhFIHIT5H578lK4trX { position:relative;display:block; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX { background-color: transparent; background-image: none; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container > .video-iframe-container { display: none; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row > .video-iframe-container { display: none; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .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); }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX { border-width: 0; border-radius: 0; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Aly7Mlccn8bVUePa2L5uTGJ0vcN7Jtwy { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.875rem;height:2.5996125rem;font-style:normal;display:block; }
#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container { background-color: transparent; background-image: none; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container > .video-iframe-container { display: none; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row > .video-iframe-container { display: none; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .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); }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container { border-width: 0; border-radius: 0; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#CgZvLnBdhcfusTbGTxKiFzADW8vv5nUy { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:9.0625rem;height:5.68603125rem;font-style:normal;display:block; }
#vvHXEuLlhpEoeSOEdbcG4AGv1rAXGck8 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.125rem;left:57.9375rem;height:3.6738375rem;font-style:normal;display:block; }
#kbmDeicBFDRr1opl4eOxI9MSRFpoMewI { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.9375rem;left:31.875rem;display:block; }
#fbT9ZZ2tRPpDcoJ9XotKM1W1TS8C2VEs { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:48.8125rem;height:1.225rem;font-style:normal;display:block; }
#gAHNU0m4QDPXzkN0LetxiCDP0xSF4dEE { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.125rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#vGUTs1xAVmlDpMqq3VJMAaIZLiMIwoz2 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.05rem;font-style:normal;display:block; }
#bJPCQ3SQTLMNaAhQ3F9keXbc4QXOoq8D { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.05rem;font-style:normal;display:block; }
#G9d4lwe8HmBDrkdCmF5T9GC4eCbBCvek { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.9375rem;left:7.5rem;display:block; }
#sAiulBbNNp6Up0gZHOOfKmRVKQ18Jv2h { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:33rem; }
#snaMT1xAdSWZXWxhtqHK5Ce3FxphsQQw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.125rem;left:46.875rem; }
#cdN1TD4HiPR8l0MGCKfENRyhXTTB0oKx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:55.875rem; }
#Em2FusorW6c95CvcmJedyQcuzfg9ZiTm { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.5625rem;left:49.9375rem; }
#Em2FusorW6c95CvcmJedyQcuzfg9ZiTm > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#zf8n2EUPdrxHo8nTDNUm63tC0Dpkksur { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:61rem; }
#vJ1k86Cflcy9pxDpAy2CTAN6es32R5v4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:64.875rem; }
#RePr4xs41147T3maoIPy9URbmUGLhDRs { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:16.0625rem;top:2.21240234375rem;left:9.0625rem;overflow:hidden;display:block; }
#aH1aiRrfHK46TmalM9D0umK53hZTITMs { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.5625rem;left:54.9375rem; }
#aH1aiRrfHK46TmalM9D0umK53hZTITMs > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#dTpw0Vso7044dJpUAD7QkArgaGQa3xWS { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.5625rem;left:59.875rem; }
#dTpw0Vso7044dJpUAD7QkArgaGQa3xWS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#xFynIuBVuTG69ZqMLG5XGpk0gFxzsr7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.5625rem;left:9.0625rem; }
#G1WII79BfrQSVMmlHLBE1ulBDgcEC5VA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.4375rem;left:13rem;height:1.625rem;display:block; }
#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub { background-color: transparent; background-image: none; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container > .video-iframe-container { display: none; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row > .video-iframe-container { display: none; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .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); }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub { border-width: 0; border-radius: 0; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 { display:block; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqvoCa4azyonl5qugedGz30fLGMSafSC { width:9.0625rem;height:2.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU { display:block; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD0SBpBQEpobTqeaBEMrwkAdpCWkpdEZ { top:6.125rem;left:0rem;width:15.375rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Q5MvItko58kp8rxTxBsE1utU7GHzle { top:1.5625rem;left:0rem;width:16.125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcDK8GfKwviQ504T4zy7q2NuxTImihpr { width:20.8125rem;height:10.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMiWg8E3WU58E4iLZ6d2oFrrss3ua5Me { width:18.3125rem;height:6.375rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp6HLBWpd16wsA9xGC1TpeOz2XWTsTUS { width:47.75rem;height:16.447664720601rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydnMxBIOtk6eJT7MTuAettLqJI29ImOw { width:47.75rem;height:25.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT { display:block; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIfboB43PD1ppr1pCbaRsRtpk5I5kLdt { top:2.5625rem;left:21.125rem;width:5.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvaTMpmOfzRBAK7aoiHzD6zGtGOzTnBt { top:4.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { background-color: transparent; background-image: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .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); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { border-width: 0; border-radius: 0; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container { width:47.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/654c6df5-7a75-46ab-bb35-dd47585871bf/niebieskiefalepoziom2crop_1992x866_0333previewenhance_35.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.adaptive-delivery-prevent-bg, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyload, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-regular-label { display:block;width:41.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text { width:41.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;color:#000000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-textarea { width:41.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;color:#000000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select { width:41.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-button { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #d9b830, #d9b830);background-image: -moz-linear-gradient(13deg, #d9b830, #d9b830);background-image: -ms-linear-gradient(13deg, #d9b830, #d9b830);background-image: -o-linear-gradient(13deg, #d9b830, #d9b830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b830', endColorstr='#d9b830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b830', endColorstr='#d9b830' );";background-image: linear-gradient(13deg, #d9b830, #d9b830);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-moz-placeholder { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-moz-placeholder { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-checkbox-label { width:40.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-radio-label { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi  { width:41.9375rem;height:auto;top:3.1875rem;left:1.65478515625rem;background-color:#003975;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .radio-container { width:41.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-info-text { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi {display:block;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi { width:41.9375rem;height:auto;top:3.1875rem;left:1.65478515625rem;background-color:#003975;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ; }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ckXT5cHQRBsCJkMLPVcFZ5RVFgf5EewJ {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #wT3AMqQ8lZWqTgtINTOT72t8CRwrrc2N {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Pc0nzPfGAomIXEHkHeuTAL9TfghP41XV {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LND64TkkEglL6daLgBpUxi2nf51KX200 { display:block; }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #v9SLiWnSxZZSydtlklVWnnLsulfhRrZM {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DBIr8ERbUnqxs2kku4bslOUIArlNkZZq {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #VcwEQ6ktgWMTT5oxvnGgLUv6Lxkfznnx {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #QlT4uAw8TRs7roDCckWGEbgTkJltCgmr {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #tQDp28fX1K5rCNpTlqbLFH2KzLUIgSrZ {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #RADtTTMh2wBLElrCNuTuGDlJIxvS2XO2 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #woTLxAmxMg72ccZTvuQmc8XpkE5rc6QE {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #BeZbprvCrQyCPtc0oCpg68r5TcVifDJg {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #gTi7cMPXOINglymPMTyvxX8qRnbFkaDI {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #H8HinkEBzydJ9zvU4aSFhPMTEEdpxGOT {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #TyITW4UXFOg2rqkSCg86csODwXZGdeE3 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #WzvS3vwE30MBqXMFdlkaBwTxsUuuluTo {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LvDfqDp6SQt7EPuqicUF6LlN97gQz7E9 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #PR31oahEnqPFWcvEx7HeunfasLsHcSEn {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Lq8ctWI6h5E33KL1t5BUVho1TZDLNK9Z {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ARGl65TbBCuUwX7u7GdRLEyOHA2gCmpq {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #hcDIwCJ86c8ICBmFKam83UTRvzMeiXwa {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DK9TOEsCg7JLCWCWT9w1dOctH604OdNB {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #pP5Tmkgff0npgXmIgEGdIPPgwMM1MJvT {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #UPBVwwnCvqeCEQixyOB7h68uSxrSVFBC {  }
 }@media only screen and (max-width: 763px) { #LCF28pRAcV3KA3MhFIHIT5H578lK4trX { display:block; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aly7Mlccn8bVUePa2L5uTGJ0vcN7Jtwy { top:3.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ { display:block; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZvLnBdhcfusTbGTxKiFzADW8vv5nUy { top:6.3125rem;left:0rem;width:16.6875rem;height:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHXEuLlhpEoeSOEdbcG4AGv1rAXGck8 { top:6.125rem;left:38.125rem;width:9.625rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbmDeicBFDRr1opl4eOxI9MSRFpoMewI { top:11.9375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbT9ZZ2tRPpDcoJ9XotKM1W1TS8C2VEs { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHNU0m4QDPXzkN0LetxiCDP0xSF4dEE { top:6.125rem;left:21.375rem;width:10.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGUTs1xAVmlDpMqq3VJMAaIZLiMIwoz2 { top:13.0625rem;left:30.1875rem;width:17.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJPCQ3SQTLMNaAhQ3F9keXbc4QXOoq8D { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9d4lwe8HmBDrkdCmF5T9GC4eCbBCvek { top:11.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAiulBbNNp6Up0gZHOOfKmRVKQ18Jv2h { top:6.125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaMT1xAdSWZXWxhtqHK5Ce3FxphsQQw { top:6.125rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdN1TD4HiPR8l0MGCKfENRyhXTTB0oKx { top:6.125rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em2FusorW6c95CvcmJedyQcuzfg9ZiTm { top:14.5625rem;left:36.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#Em2FusorW6c95CvcmJedyQcuzfg9ZiTm > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #zf8n2EUPdrxHo8nTDNUm63tC0Dpkksur { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1k86Cflcy9pxDpAy2CTAN6es32R5v4 { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RePr4xs41147T3maoIPy9URbmUGLhDRs { width:16.0625rem;height:2.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH1aiRrfHK46TmalM9D0umK53hZTITMs { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:41.3125rem;display:block; }
#aH1aiRrfHK46TmalM9D0umK53hZTITMs > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #dTpw0Vso7044dJpUAD7QkArgaGQa3xWS { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:44.6875rem;display:block; }
#dTpw0Vso7044dJpUAD7QkArgaGQa3xWS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #xFynIuBVuTG69ZqMLG5XGpk0gFxzsr7F { width:3.125rem;height:3.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1WII79BfrQSVMmlHLBE1ulBDgcEC5VA { width:12.5rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub { display:block; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 { position:relative;z-index:auto;display:block; }#IxgRcDm17q3Oc1vfolsJr7UBLfRN23g9 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqvoCa4azyonl5qugedGz30fLGMSafSC { width:6.125rem;height:1.5rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU { display:block; }#HxEdZ4MuVtJvTm8h2lnE3qVatOwsQzOU > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD0SBpBQEpobTqeaBEMrwkAdpCWkpdEZ { width:14.0625rem;height:1.05615rem;top:6.5rem;left:2.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7Q5MvItko58kp8rxTxBsE1utU7GHzle { width:7.25rem;height:1.21875rem;top:3.83203125rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcDK8GfKwviQ504T4zy7q2NuxTImihpr { width:7.6875rem;height:4.375rem;top:2.25390625rem;left:1.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMiWg8E3WU58E4iLZ6d2oFrrss3ua5Me { width:13.8125rem;height:2.9375rem;top:5.5625rem;left:1.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp6HLBWpd16wsA9xGC1TpeOz2XWTsTUS { width:19.9980625rem;height:7.1996875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydnMxBIOtk6eJT7MTuAettLqJI29ImOw { width:20rem;height:7.0625rem;top:1.31640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT { display:block; }#QKSyp03hSEFSTfqy79Mi1AkGiyzm7soT > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIfboB43PD1ppr1pCbaRsRtpk5I5kLdt { width:5.5rem;height:0.4375rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvaTMpmOfzRBAK7aoiHzD6zGtGOzTnBt { width:18.1875rem;height:2.6806625rem;top:2.9375rem;left:0.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { background-color: transparent; background-image: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row > .video-iframe-container { display: none; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .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); }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN { border-width: 0; border-radius: 0; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container { width:20rem;height:63.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/654c6df5-7a75-46ab-bb35-dd47585871bf/niebieskiefalepoziom2crop_1992x866_0333previewenhance_35.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;display:block; }#MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.adaptive-delivery-prevent-bg, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyload, #MmOXhBrMO5ioeSIE9IDuD9lSL3GZSvhN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#003975;font-size:0.8125rem;overflow:hidden;height:auto; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(101,176,214,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;color:#000000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(101,176,214,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;color:#000000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-input-button { width:13.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #003975, #003975);background-image: -moz-linear-gradient(13deg, #003975, #003975);background-image: -ms-linear-gradient(13deg, #003975, #003975);background-image: -o-linear-gradient(13deg, #003975, #003975);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003975', endColorstr='#003975' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003975', endColorstr='#003975' );";background-image: linear-gradient(13deg, #003975, #003975);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-moz-placeholder { color:#353635;font-size:0.8125rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-moz-placeholder { color:#353635;font-size:0.8125rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]:-ms-input-placeholder { color:#353635;font-size:0.8125rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi [class*="-text"]::-webkit-input-placeholder { color:#353635;font-size:0.8125rem; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-radio-label { color:#ffffff; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi  { width:17.4995rem;height:58.286625rem;top:1.25rem;left:0rem;background-color:#e9f2fa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi .widget-info-text { color:#003975;font-size:0.75rem;overflow:hidden;height:auto; }
#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi {display:block;}#vGZEg8aoema0ulIRnrhuiZI5tngtrrhi { width:17.4995rem;height:58.286625rem;top:1.25rem;left:0rem;background-color:#e9f2fa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ; }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ckXT5cHQRBsCJkMLPVcFZ5RVFgf5EewJ {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #wT3AMqQ8lZWqTgtINTOT72t8CRwrrc2N {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Pc0nzPfGAomIXEHkHeuTAL9TfghP41XV {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LND64TkkEglL6daLgBpUxi2nf51KX200 { display:block; }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #v9SLiWnSxZZSydtlklVWnnLsulfhRrZM {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DBIr8ERbUnqxs2kku4bslOUIArlNkZZq {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #VcwEQ6ktgWMTT5oxvnGgLUv6Lxkfznnx {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #QlT4uAw8TRs7roDCckWGEbgTkJltCgmr {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #tQDp28fX1K5rCNpTlqbLFH2KzLUIgSrZ {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #RADtTTMh2wBLElrCNuTuGDlJIxvS2XO2 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #woTLxAmxMg72ccZTvuQmc8XpkE5rc6QE {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #BeZbprvCrQyCPtc0oCpg68r5TcVifDJg {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #gTi7cMPXOINglymPMTyvxX8qRnbFkaDI {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #H8HinkEBzydJ9zvU4aSFhPMTEEdpxGOT {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #TyITW4UXFOg2rqkSCg86csODwXZGdeE3 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #WzvS3vwE30MBqXMFdlkaBwTxsUuuluTo {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #LvDfqDp6SQt7EPuqicUF6LlN97gQz7E9 {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #PR31oahEnqPFWcvEx7HeunfasLsHcSEn {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #Lq8ctWI6h5E33KL1t5BUVho1TZDLNK9Z {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #ARGl65TbBCuUwX7u7GdRLEyOHA2gCmpq {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #hcDIwCJ86c8ICBmFKam83UTRvzMeiXwa {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #DK9TOEsCg7JLCWCWT9w1dOctH604OdNB {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #pP5Tmkgff0npgXmIgEGdIPPgwMM1MJvT {  }
 }@media only screen and (max-width: 763px) { #vGZEg8aoema0ulIRnrhuiZI5tngtrrhi #UPBVwwnCvqeCEQixyOB7h68uSxrSVFBC {  }
 }@media only screen and (max-width: 763px) { #LCF28pRAcV3KA3MhFIHIT5H578lK4trX { display:block; }#LCF28pRAcV3KA3MhFIHIT5H578lK4trX > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aly7Mlccn8bVUePa2L5uTGJ0vcN7Jtwy { width:17.1875rem;height:5.84765625rem;top:1.1875rem;left:1.40625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ { display:block; }#AkZLaGU1y42bWBT5WbiIyUaHyCwtT3UZ > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZvLnBdhcfusTbGTxKiFzADW8vv5nUy { width:14.625rem;height:8.5722375rem;top:7.79980625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvHXEuLlhpEoeSOEdbcG4AGv1rAXGck8 { width:12.1875rem;height:4.1997rem;top:31.35690625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbmDeicBFDRr1opl4eOxI9MSRFpoMewI { width:18.75rem;height:0.12402375rem;top:38.118625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbT9ZZ2tRPpDcoJ9XotKM1W1TS8C2VEs { width:7.3125rem;height:1.3999rem;top:25.89548125rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAHNU0m4QDPXzkN0LetxiCDP0xSF4dEE { width:11.375rem;height:1.3999rem;top:20.43356875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGUTs1xAVmlDpMqq3VJMAaIZLiMIwoz2 { width:19.999rem;height:1.04980625rem;top:39.243625rem;left:0.0010000000000013rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJPCQ3SQTLMNaAhQ3F9keXbc4QXOoq8D { width:20rem;height:1.04980625rem;top:5.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9d4lwe8HmBDrkdCmF5T9GC4eCbBCvek { width:18.75rem;height:0.06201175rem;top:36.806125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAiulBbNNp6Up0gZHOOfKmRVKQ18Jv2h { width:1.5620125rem;height:1.5620125rem;top:17.62155625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaMT1xAdSWZXWxhtqHK5Ce3FxphsQQw { width:1.5625rem;height:1.5625rem;top:23.08298125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdN1TD4HiPR8l0MGCKfENRyhXTTB0oKx { width:1.5620125rem;height:1.5620125rem;top:28.54489375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em2FusorW6c95CvcmJedyQcuzfg9ZiTm { width:3.6245125rem;height:3.6245125rem;top:48.10593125rem;left:8.1875rem;display:block; }
#Em2FusorW6c95CvcmJedyQcuzfg9ZiTm > img { max-width: 100%;max-height:100%; width:3.6245125rem; height:3.6245125rem; } }@media only screen and (max-width: 763px) { #zf8n2EUPdrxHo8nTDNUm63tC0Dpkksur { width:1.875rem;height:1.875rem;top:62.72946875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1k86Cflcy9pxDpAy2CTAN6es32R5v4 { width:2.1875rem;height:2.1875rem;top:65.85446875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RePr4xs41147T3maoIPy9URbmUGLhDRs { width:15.375rem;height:3rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH1aiRrfHK46TmalM9D0umK53hZTITMs { display:flex;width:3.5625rem;height:3.5625rem;top:52.98044375rem;left:8.1875rem; }
#aH1aiRrfHK46TmalM9D0umK53hZTITMs > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #dTpw0Vso7044dJpUAD7QkArgaGQa3xWS { display:flex;width:3.686525rem;height:3.686525rem;top:57.79294375rem;left:8.125rem; }
#dTpw0Vso7044dJpUAD7QkArgaGQa3xWS > img { max-width: 100%;max-height:100%; width:3.686525rem; height:3.686525rem; } }@media only screen and (max-width: 763px) { #xFynIuBVuTG69ZqMLG5XGpk0gFxzsr7F { display:flex;width:2.4375rem;height:2.4375rem;top:41.54343125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #G1WII79BfrQSVMmlHLBE1ulBDgcEC5VA { width:12.499rem;height:1.625rem;top:45.23093125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub { position:relative;z-index:auto;display:block; }#sU7bsXDJW1l7kpw6GCJR3TuT5gJacDub > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }