.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:245,226,232;--color-primary-1:221,158,178;--color-primary-2:187,60,100;--color-primary-3:94,30,50;--color-primary-4:28,9,15;--color-secondary-0:254,248,246;--color-secondary-1:252,232,227;--color-secondary-2:249,208,198;--color-secondary-3:125,104,99;--color-secondary-4:37,31,30;--color-tertiary-0:255,255,255;--color-tertiary-1:158,155,144;--color-tertiary-2:37,35,27;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/paMVSKP1/workplace_with_various_gadgets_notebook_and_coffee_cup_on_pink_background.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);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; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { background-color: transparent; background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { border-width: 0; border-radius: 0; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.5625rem;width:31.6875rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.7802734375rem;left:0rem;overflow:hidden;display:block; }
#E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.04296875rem;left:28.75rem;height:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.75rem;left:35.5625rem;height:8.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#uTWLezkJrkhENOMeOCFCKBtGONaUkLOT { display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.04296875rem;left:0.5625rem;height:2.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:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#tqJxMNPKbITWb6ayfaStFqDU5WD8S9uX { background-color:rgba(var(--color-tertiary-3),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(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.4375rem;left:41.25rem;display:block; }
#yThr2w2OT59ul2ckBKoHJOx56A38dBXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNNoJowtcdWZt6FVig5rW9G4DlKAbS5e { position:absolute;display:block;z-index:14998;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:23.5625rem;top:3.5302734375rem;left:0rem;display:block; }
#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp { 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; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container { background-color: transparent; background-image: none; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container > .video-iframe-container { display: none; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row > .video-iframe-container { display: none; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .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); }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container { border-width: 0; border-radius: 0; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-form-header {  }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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: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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .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; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .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; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-container:first-of-type{padding-top:0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-container:last-of-type{padding-bottom:0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem dotted rgba(var(--color-primary-2),1);border-left:0.125rem dotted rgba(var(--color-primary-2),1);border-right:0.125rem dotted rgba(var(--color-primary-2),1);border-bottom:0.125rem dotted rgba(var(--color-primary-2),1);z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:10.0625rem;left:37.78125rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 {display:block;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem dotted rgba(var(--color-primary-2),1);border-left:0.125rem dotted rgba(var(--color-primary-2),1);border-right:0.125rem dotted rgba(var(--color-primary-2),1);border-bottom:0.125rem dotted rgba(var(--color-primary-2),1);z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:10.0625rem;left:37.78125rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #a2MadDg69ewh6m7KI6GTT9V6AOSEtytC { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #kBsiTBqFpGNC104XJS9gmrcU5693SIIt { position:relative;display:block; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NhU7t40B2gI6IRBivIEaOLAyeeC8LoHX { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #UqBLA4H1W6aTt5kF50DWbLbtQqgC46aC { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #SEBBvLKdmJZopvsK8QEe02klZq2NXO7A { position:relative;display:block; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NL8PMH0aN0ui8TqX3Jpgs6sLCE5T7McD { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #fE485XF6GuqETRIpBduUpUU0Etc9scwb { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #B1T7MN8FTLhSkrWGftk29TDJkrsLGEOK { position:relative;z-index:2; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #FPMJBCx1x65b92UKN2B2m4A9zXLcRmTX { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #Tsd1D2QAZRQ25ZWNV10OAOE7m0kWlSeS { position:relative; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #RTB6AT4TvQZTkLUbeOG57Ti9gacdAzpv { position:relative; }
#nG3mzedFccoy1VkHNhk26y50VhVvd9TJ { display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:35.8125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#iKpTSPhv8FlVAaTwX3SIJUUiypvchmk4 { position:absolute;display:block;z-index:15019;height:18.4375rem;width:32.9375rem;top:10.0625rem;left:0rem;display:block; }
#p3CmOaLLqfI5v1wQFXzs3u48ulbOIirc { position:absolute;display:block;z-index:14999;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:23.5625rem;top:15.5rem;left:10.0625rem;display:block; }
#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT { 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; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container { background-color: transparent; background-image: none; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container > .video-iframe-container { display: none; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row > .video-iframe-container { display: none; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .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); }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container { border-width: 0; border-radius: 0; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:2.6875rem;left:18.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pGKEFUSy/gwiazdkaa.png); }
#mDA7CUBNK1zNpowtvdyLyFpdkw6ffcRU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#aRL9odKNXbfwDqG0PPJ9mGrmqiknI4aE { position:absolute;display:block;z-index:14999;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16.8125rem;top:2.5302734375rem;left:0rem;display:block; }
#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);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; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { background-color: transparent; background-image: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .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); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { border-width: 0; border-radius: 0; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.15625rem;left:0rem;height:4.75rem;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;color:rgba(var(--color-tertiary-2),1);display:block; }
#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);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; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { background-color: transparent; background-image: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .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); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { border-width: 0; border-radius: 0; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#OfVfO5Rbe5fMW9qb4FqdtK5nqM609NEl { color:rgba(var(--color-tertiary-3),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:2.125rem;left:2.1875rem;height:36.575rem;text-align:center;text-align-last:center;font-style:normal;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; }
#t3rUlJI3N18QJJ7VvdDX3tpet1eBT3oP { color:rgba(var(--color-tertiary-3),1);display:block;width:26.1875rem;position:absolute;font-family:"marck script";font-size:2.125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:42.0625rem;left:16.9375rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ESGVgWkXFCUIMFWKWblW2gCKqzb8ThMC { background-color:rgba(var(--color-tertiary-3),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(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.5625rem;left:20.625rem;display:block; }
#UbaRx8t65bTli2g1g9H45vJR24P98lUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#surrxfenu17hiQTTLILXtk9fASxRA5lZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { background-color: transparent; background-image: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .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); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { border-width: 0; border-radius: 0; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { background-color: transparent; background-image: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .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); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { border-width: 0; border-radius: 0; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#AzCaOrURb7ssuJ4WLmp1eh1ItvnumnBF { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:24.75rem;left:40.9375rem;height:1.4rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:block; }
#r1xQeTlFZefOnWGdrTrNFx7zTDReGTa1 { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:22.6875rem;left:40.9375rem;height:1.925rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#w8kpDcBVnkD3XFLV3gEauD7k4WAfGJQH { display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.5625rem;left:29.9375rem;height:19.95rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#CiOfm142nTzhu00bmr3ciB85niGkgFRA { background-color:rgba(var(--color-tertiary-3),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(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.0625rem;left:0rem;display:block; }
#mQkPMblAo2EtlssJvXAB8hkAUVX4dUvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzHt2Cf1rF7CvGpulJiDTAoxwKvq5klM { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:20.9375rem;left:11rem;height:1.4rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:block; }
#eZ0oCGz9xCB4uZWfJCT2M3FNTf4iwdOe { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:18.875rem;left:11rem;height:1.925rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#aPCGV0hOkDX70UXTB7dq0pC2fwFJqO64 { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:17.1rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container { background-color: transparent; background-image: none; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container > .video-iframe-container { display: none; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row > .video-iframe-container { display: none; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .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); }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container { border-width: 0; border-radius: 0; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#s8kgZsRNpa9Kny5h5HfHyQsg8fofP9po { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:15.75rem;left:40.9375rem;height:1.4rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:block; }
#lRARvqBi4ubElTpSV0ZltREzTd15Hxwl { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:13.6875rem;left:40.9375rem;height:1.925rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#wTFn9PWPTpTfXlZ4sk3ousCFmRsvTvd5 { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.5625rem;left:29.9375rem;height:11.4rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:17.75rem;left:11rem;height:1.4rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:block; }
#R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:15.6875rem;left:11rem;height:1.925rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:12.825rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container { background-color: transparent; background-image: none; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container > .video-iframe-container { display: none; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row > .video-iframe-container { display: none; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .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); }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container { border-width: 0; border-radius: 0; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#tZPqa6x0xGTNbkME4IMwhUirq4LMLFST { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:20.625rem;height:2.925rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#BT8qCEJge8AMmzZ08ORwGCZmcZtJA17h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.625rem;width:18.9375rem;top:5.7552080154419rem;left:0.0010414123535156rem;display:block; }
#xn1200Q52KW2i9nJJMyAgHD80eLpqQ0T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.625rem;width:18.9375rem;top:5.7552080154419rem;left:20.53125rem;display:block; }
#iaeTCswpVKitiWFWwEuCSkfZaq1xzTXR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.625rem;width:18.9375rem;top:5.7552080154419rem;left:41.063541412354rem;display:block; }
#Uw0cIAXtLnIdobECgrLzWuXsPSNl2wuX { display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:41.251041412354rem;height:2.925rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#LpCJdblJ0hMs7MmCtz2A26srTdVE2pGb { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0.0010414123535156rem;height:4.3875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { border-width: 0; border-radius: 0; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;position:relative;display:block; }#gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:26.5625rem;height:8.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#gxUv7WuHgbnRtnQgQt0lQaFmQMCTkFJQ { 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(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.0859375rem;left:41.25rem;display:block; }
#Nxfa3NeB5NM1iZvFiwlxoNwPK7TBpAgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIJQLhXNrMEDafI0kTXJkkifXlMiJrKX { position:absolute;display:block;z-index:15021;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:25rem;width:16.6875rem;top:1.375rem;left:5.8486328125rem;overflow:hidden;display:block; }
#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;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; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { background-color: transparent; background-image: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container > .video-iframe-container { display: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row > .video-iframe-container { display: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .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); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { border-width: 0; border-radius: 0; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { font-size:0.875rem;font-family:"open sans";height:10.4375rem;width:60rem;position:relative;display:block; }#JeotDugkrxSTHqgQQ9hrpcUtph1e6cTE { 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.0625rem;width:10.0625rem;top:5.90625rem;left:20.0625rem;overflow:hidden;display:block; }
#fOLmAlDQDMu22EHldN7SahTwBK6oS5e6 { display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8812561035156rem;left:0rem;height:2.1125rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);display:block; }
#s4gi5nr7AXnlnAroF6Myk00pgVaSNC2T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10.0625rem;top:5.65625rem;left:32.4375rem;overflow:hidden;display:block; }
#fO2gB8eFfvLQfHWqa8tMx8c53IdLRSCN { 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.625rem;width:9.8125rem;top:5.625rem;left:44.624996185302rem;overflow:hidden;display:block; }
#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;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; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container { background-color: transparent; background-image: none; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container > .video-iframe-container { display: none; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row > .video-iframe-container { display: none; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .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); }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container { border-width: 0; border-radius: 0; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container { font-size:0.875rem;font-family:"open sans";height:6.875rem;width:60rem;position:relative;display:block; }#BSitdN9uuR1EkAl9bugP6GMzwh1KkNHv { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:0.8125rem;left:0rem;height:3.325rem;text-align:center;text-align-last:center;color:#13161b;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:23.9375rem;height:20.0625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWLezkJrkhENOMeOCFCKBtGONaUkLOT { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJxMNPKbITWb6ayfaStFqDU5WD8S9uX { width:18.75rem;height:3.5rem;top:32.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThr2w2OT59ul2ckBKoHJOx56A38dBXO { display:block; }
 }@media only screen and (max-width: 763px) { #bNNoJowtcdWZt6FVig5rW9G4DlKAbS5e { width:23.5625rem;height:3.25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp { display:block; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59  { width:17.5rem;height:17.1875rem;top:10.0625rem;left:27.5rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 {display:block;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 { width:17.5rem;height:17.1875rem;top:10.0625rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #a2MadDg69ewh6m7KI6GTT9V6AOSEtytC {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #kBsiTBqFpGNC104XJS9gmrcU5693SIIt { display:block; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NhU7t40B2gI6IRBivIEaOLAyeeC8LoHX {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #UqBLA4H1W6aTt5kF50DWbLbtQqgC46aC {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #SEBBvLKdmJZopvsK8QEe02klZq2NXO7A { display:block; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NL8PMH0aN0ui8TqX3Jpgs6sLCE5T7McD {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #fE485XF6GuqETRIpBduUpUU0Etc9scwb {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #B1T7MN8FTLhSkrWGftk29TDJkrsLGEOK {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #FPMJBCx1x65b92UKN2B2m4A9zXLcRmTX {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #Tsd1D2QAZRQ25ZWNV10OAOE7m0kWlSeS {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #RTB6AT4TvQZTkLUbeOG57Ti9gacdAzpv {  }
 }@media only screen and (max-width: 763px) { #nG3mzedFccoy1VkHNhk26y50VhVvd9TJ { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKpTSPhv8FlVAaTwX3SIJUUiypvchmk4 { width:32.9375rem;height:18.4375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3CmOaLLqfI5v1wQFXzs3u48ulbOIirc { width:23.5625rem;height:13.9375rem;top:15.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT { display:block; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 { width:41.375rem;height:;top:2.6875rem;left:6.375rem;font-size:1.375rem;display:block; }#z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pGKEFUSy/gwiazdkaa.png); }
 }@media only screen and (max-width: 763px) { #mDA7CUBNK1zNpowtvdyLyFpdkw6ffcRU { width:17.625rem;height:2.4375rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRL9odKNXbfwDqG0PPJ9mGrmqiknI4aE { width:16.8125rem;height:3.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfVfO5Rbe5fMW9qb4FqdtK5nqM609NEl { width:47.75rem;height:36.5625rem;top:2.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3rUlJI3N18QJJ7VvdDX3tpet1eBT3oP { width:26.1875rem;height:2.125rem;top:42.0625rem;left:10.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESGVgWkXFCUIMFWKWblW2gCKqzb8ThMC { width:18.75rem;height:3.5rem;top:45.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaRx8t65bTli2g1g9H45vJR24P98lUM { display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzCaOrURb7ssuJ4WLmp1eh1ItvnumnBF { width:14.3125rem;height:2.6875rem;top:16.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xQeTlFZefOnWGdrTrNFx7zTDReGTa1 { width:14.3125rem;height:1.875rem;top:13.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8kpDcBVnkD3XFLV3gEauD7k4WAfGJQH { width:22.0625rem;height:7.5rem;top:2.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiOfm142nTzhu00bmr3ciB85niGkgFRA { width:18.75rem;height:3.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQkPMblAo2EtlssJvXAB8hkAUVX4dUvo { display:block; }
 }@media only screen and (max-width: 763px) { #NzHt2Cf1rF7CvGpulJiDTAoxwKvq5klM { width:14.3125rem;height:2.6875rem;top:16.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0oCGz9xCB4uZWfJCT2M3FNTf4iwdOe { width:14.3125rem;height:1.875rem;top:13.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPCGV0hOkDX70UXTB7dq0pC2fwFJqO64 { width:22.0625rem;height:7.5rem;top:2.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI { display:block; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8kgZsRNpa9Kny5h5HfHyQsg8fofP9po { width:14.3125rem;height:2.6875rem;top:16.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRARvqBi4ubElTpSV0ZltREzTd15Hxwl { width:14.3125rem;height:1.875rem;top:13.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFn9PWPTpTfXlZ4sk3ousCFmRsvTvd5 { width:22.0625rem;height:7.5rem;top:2.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { width:14.3125rem;height:2.6875rem;top:16.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { width:14.3125rem;height:1.875rem;top:13.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { width:22.0625rem;height:7.5rem;top:2.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 { display:block; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZPqa6x0xGTNbkME4IMwhUirq4LMLFST { width:18.75rem;height:1.625rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT8qCEJge8AMmzZ08ORwGCZmcZtJA17h { width:18.9375rem;height:10.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1200Q52KW2i9nJJMyAgHD80eLpqQ0T { width:18.9375rem;height:10.625rem;top:5.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaeTCswpVKitiWFWwEuCSkfZaq1xzTXR { width:18.9375rem;height:10.625rem;top:5.75rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0cIAXtLnIdobECgrLzWuXsPSNl2wuX { width:18.75rem;height:1.625rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpCJdblJ0hMs7MmCtz2A26srTdVE2pGb { width:18.75rem;height:1.625rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { background-color:#ffffff;background-image:none;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUv7WuHgbnRtnQgQt0lQaFmQMCTkFJQ { width:18.75rem;height:3.5rem;top:16.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxfa3NeB5NM1iZvFiwlxoNwPK7TBpAgw { display:block; }
 }@media only screen and (max-width: 763px) { #fIJQLhXNrMEDafI0kTXJkkifXlMiJrKX { width:16.6875rem;height:25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB { display:block; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeotDugkrxSTHqgQQ9hrpcUtph1e6cTE { width:10.0625rem;height:2.0625rem;top:5.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOLmAlDQDMu22EHldN7SahTwBK6oS5e6 { width:47.75rem;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4gi5nr7AXnlnAroF6Myk00pgVaSNC2T { width:10.0625rem;height:2.5625rem;top:5.625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2gB8eFfvLQfHWqa8tMx8c53IdLRSCN { width:9.8125rem;height:2.625rem;top:5.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyD2f6w2hIEfrNs3mtDr2759QyThpoOe { display:block; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSitdN9uuR1EkAl9bugP6GMzwh1KkNHv { width:47.75rem;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { background-color:#fdeef4;background-image:none;display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { background-color: transparent; background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:20rem;height:16.75rem;top:26.1630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:19.1875rem;height:8.75rem;top:6.4375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:19.6875rem;height:4.3875rem;top:15.9794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWLezkJrkhENOMeOCFCKBtGONaUkLOT { width:20rem;height:1.71875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tqJxMNPKbITWb6ayfaStFqDU5WD8S9uX { width:18.75rem;height:3.5rem;top:21.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThr2w2OT59ul2ckBKoHJOx56A38dBXO { display:block; }
 }@media only screen and (max-width: 763px) { #bNNoJowtcdWZt6FVig5rW9G4DlKAbS5e { width:20rem;height:3.25rem;top:1.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp { display:block; }#QTQbPWQQxw7dUcXoOsWy8RlhUKl2KiHp > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59  { width:17.375rem;height:auto;top:27.5625rem;left:0rem; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 {display:block;}#rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 { width:17.375rem;height:auto;top:27.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #a2MadDg69ewh6m7KI6GTT9V6AOSEtytC {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #kBsiTBqFpGNC104XJS9gmrcU5693SIIt { display:block; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NhU7t40B2gI6IRBivIEaOLAyeeC8LoHX {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #UqBLA4H1W6aTt5kF50DWbLbtQqgC46aC {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #SEBBvLKdmJZopvsK8QEe02klZq2NXO7A { display:block; }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #NL8PMH0aN0ui8TqX3Jpgs6sLCE5T7McD {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #fE485XF6GuqETRIpBduUpUU0Etc9scwb {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #B1T7MN8FTLhSkrWGftk29TDJkrsLGEOK {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #FPMJBCx1x65b92UKN2B2m4A9zXLcRmTX {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #Tsd1D2QAZRQ25ZWNV10OAOE7m0kWlSeS {  }
 }@media only screen and (max-width: 763px) { #rhLn7gRVw5V81Zhe26zK3ne6DqvSlc59 #RTB6AT4TvQZTkLUbeOG57Ti9gacdAzpv {  }
 }@media only screen and (max-width: 763px) { #nG3mzedFccoy1VkHNhk26y50VhVvd9TJ { width:20rem;height:8.125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKpTSPhv8FlVAaTwX3SIJUUiypvchmk4 { width:20rem;height:11.8125rem;top:2.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3CmOaLLqfI5v1wQFXzs3u48ulbOIirc { width:20rem;height:13.9375rem;top:1.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT { display:block; }#GH2sF7bWzSZ5CRRFCVT7ux0afGQLsGOT > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 { width:19.0625rem;height:26.225rem;top:6.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }#z0nTVvqkRsGVpgDcpMt8ixauaShwLZn8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pGKEFUSy/gwiazdkaa.png); }
 }@media only screen and (max-width: 763px) { #mDA7CUBNK1zNpowtvdyLyFpdkw6ffcRU { width:20rem;height:2.4375rem;top:2.466796875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRL9odKNXbfwDqG0PPJ9mGrmqiknI4aE { width:16.8125rem;height:3.25rem;top:2.216796875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:19.3125rem;height:5.25rem;top:1.90625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfVfO5Rbe5fMW9qb4FqdtK5nqM609NEl { width:20rem;height:59.9625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t3rUlJI3N18QJJ7VvdDX3tpet1eBT3oP { width:20rem;height:2rem;top:64.6796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESGVgWkXFCUIMFWKWblW2gCKqzb8ThMC { width:18.75rem;height:3.5rem;top:69.2421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaRx8t65bTli2g1g9H45vJR24P98lUM { display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { width:19.3125rem;height:2.1rem;top:2.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzCaOrURb7ssuJ4WLmp1eh1ItvnumnBF { width:19.0625rem;height:1.225rem;top:55.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xQeTlFZefOnWGdrTrNFx7zTDReGTa1 { width:19.0625rem;height:1.575rem;top:54.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8kpDcBVnkD3XFLV3gEauD7k4WAfGJQH { width:20rem;height:27rem;top:26.162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiOfm142nTzhu00bmr3ciB85niGkgFRA { width:18.75rem;height:3.5rem;top:58.591796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQkPMblAo2EtlssJvXAB8hkAUVX4dUvo { display:block; }
 }@media only screen and (max-width: 763px) { #NzHt2Cf1rF7CvGpulJiDTAoxwKvq5klM { width:15.125rem;height:1.225rem;top:22.69921875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0oCGz9xCB4uZWfJCT2M3FNTf4iwdOe { width:19.0625rem;height:1.575rem;top:21.125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPCGV0hOkDX70UXTB7dq0pC2fwFJqO64 { width:18.8125rem;height:20.25rem;top:0rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI { display:block; }#ooiMJlI1V3OWoR0geOdHtm6e6wZE5LPI > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8kgZsRNpa9Kny5h5HfHyQsg8fofP9po { width:19.0625rem;height:1.225rem;top:39.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRARvqBi4ubElTpSV0ZltREzTd15Hxwl { width:19.0625rem;height:1.575rem;top:38.3125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFn9PWPTpTfXlZ4sk3ousCFmRsvTvd5 { width:20rem;height:13.5rem;top:23.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { width:15.125rem;height:1.225rem;top:20.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { width:19.0625rem;height:1.575rem;top:18.92578125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { width:18.8125rem;height:16.2rem;top:1.4375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 { display:block; }#hythSMa4PTFb2wStTMwRRuWKoC7NDJS8 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZPqa6x0xGTNbkME4IMwhUirq4LMLFST { width:16rem;height:2.6rem;top:18.47265625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT8qCEJge8AMmzZ08ORwGCZmcZtJA17h { height:10.625rem;width:18.9375rem;top:5.8984375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1200Q52KW2i9nJJMyAgHD80eLpqQ0T { height:10.625rem;width:18.9375rem;top:21.6484375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaeTCswpVKitiWFWwEuCSkfZaq1xzTXR { height:10.625rem;width:18.9375rem;top:36.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0cIAXtLnIdobECgrLzWuXsPSNl2wuX { width:18.625rem;height:2.6rem;top:33.6396484375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpCJdblJ0hMs7MmCtz2A26srTdVE2pGb { width:18.1875rem;height:3.9rem;top:1.375rem;left:0.90625rem;font-size:1rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:19rem;height:9.75rem;top:1.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxUv7WuHgbnRtnQgQt0lQaFmQMCTkFJQ { width:18.75rem;height:3.5rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxfa3NeB5NM1iZvFiwlxoNwPK7TBpAgw { display:block; }
 }@media only screen and (max-width: 763px) { #fIJQLhXNrMEDafI0kTXJkkifXlMiJrKX { width:16.8125rem;height:25.3125rem;top:15.84375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB { background-color:#efefef;background-image:none;display:block; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { background-color: transparent; background-image: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container > .video-iframe-container { display: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row > .video-iframe-container { display: none; }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .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); }#UICmbrMlDlEVLuQbpNbp2XhwOS6Sd9XB > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeotDugkrxSTHqgQQ9hrpcUtph1e6cTE { width:10.0625rem;height:2.0625rem;top:4.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOLmAlDQDMu22EHldN7SahTwBK6oS5e6 { width:20rem;height:2.19375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4gi5nr7AXnlnAroF6Myk00pgVaSNC2T { width:10.0625rem;height:2.5625rem;top:9.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2gB8eFfvLQfHWqa8tMx8c53IdLRSCN { width:9.8125rem;height:2.625rem;top:12.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyD2f6w2hIEfrNs3mtDr2759QyThpoOe { display:block; }#KyD2f6w2hIEfrNs3mtDr2759QyThpoOe > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSitdN9uuR1EkAl9bugP6GMzwh1KkNHv { width:20rem;height:2.6125rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }