.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:217,237,235;--color-primary-1:128,196,189;--color-primary-2:0,136,123;--color-primary-3:0,68,62;--color-primary-4:0,20,18;--color-secondary-0:253,242,230;--color-secondary-1:250,211,173;--color-secondary-2:244,167,90;--color-secondary-3:122,84,45;--color-secondary-4:37,25,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Tahoma"; }@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:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov { 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; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container { background-color: transparent; background-image: none; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container > .video-iframe-container { display: none; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row > .video-iframe-container { display: none; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .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); }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container { border-width: 0; border-radius: 0; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#STI7oWJ966i4P3rwDV7VZGRaP9WiZDV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:6.875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iIHTvz4Bho6AS2uvZtEIJvGVIwPiNhTA { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.375rem;left:6.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK { position:relative;display:block; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK { background-color: transparent; background-image: none; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container > .video-iframe-container { display: none; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row > .video-iframe-container { display: none; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .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); }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK { border-width: 0; border-radius: 0; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-form-header {  }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:bold;color:#ea5324;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #68696d;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:25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #68696d;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:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ea5324;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:25rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .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; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .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:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-container:first-of-type{padding-top:0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-container:last-of-type{padding-bottom:0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:31.25rem;top:12.5986328125rem;z-index:15015;position:absolute; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m {display:block;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:31.25rem;top:12.5986328125rem;z-index:15015;position:absolute; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #lH9Dq4KKvhKJx12czfWIwbZ7QOBFaShb { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #Cz8CCVZK9To3UPhU3LFQ2RK7t1X13tRh { position:relative;display:none; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #nN8pKsVZZL78NA5KObFv419iBlA4gNXg { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #JfSfOf4GBkWwyoVVk6HzFLq23sGCredB { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #AIvRQFV9SH0NwN5OToUiM9QenUv6oBW4 { position:relative;display:none; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #saRhT4FsSvT6CVoJi61T2uJWSbkNrQNT { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #o7AZJryG6QHmtPWGlKl56kb3KypECdC4 { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #yQxhVeOGavvx4hdcd8xHkkWT2X03S970 { position:relative;z-index:2; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #rtXCZ6MWyDztWzhywuZ5Oe3PJQAHy1to { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #SUOhvqJwAVP6zFlZ5hGc9Qu7zpxOwhUT { position:relative; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #MQORKb2KmqZG2KysSkiX24RwBDL8Z4sl { position:relative; }
#SudWXLVgrm5cnquqzcfPlCi6BQatBeKo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.1241321563721rem;left:1.25rem;height:1.2999125rem;display:block; }
#FoA6CKXPInL8SVJQLe2y4csXfvPze0nl { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.423828125rem;left:31.21875rem;height:8.125rem;font-style:normal;display:block; }
#JPAMLlQtMBZQ2Aivt4GUUI7JoGD5GEV0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.6230625rem;width:25.4980625rem;top:0rem;left:2.25rem;overflow:hidden;display:block; }
#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { background-color: transparent; background-image: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { border-width: 0; border-radius: 0; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:60rem;height:7.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#sDeOHBMpHBRURO26mXuKh9TwoZME1cXn { color:rgba(var(--color-tertiary-3),1);display:block;width:41.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1123046875rem;left:9.5rem;height:2.35546875rem;font-style:normal;display:block; }
#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container { background-color: transparent; background-image: none; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container > .video-iframe-container { display: none; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row > .video-iframe-container { display: none; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .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); }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container { border-width: 0; border-radius: 0; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1284713745117rem;left:5.78125rem;height:10.371125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2f0efaa9-bb73-4554-815b-0b362ae2ae86/wykrzyknik.png); }
#WIsdwb3oSQcBHvoOqh96ykAu8nA95LoL { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.819444656372rem;left:7.28125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5efe6;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; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { background-color: transparent; background-image: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .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); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { border-width: 0; border-radius: 0; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#wwO3PNZS5qHgLE6hbKEZbbMKX6R3BPVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5607676506042rem;left:28.5625rem;height:13.6484375rem;font-style:normal;display:block; }
#J6Iy0ATwdKW3GTHSwpFPN4apXPwpUoxT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.437502861023rem;left:28.5625rem;display:block; }
#lXW6NfpzmXDRtc57JcLBE6vsx3azs2y4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcTp6mTRtekpCayBZu1o8eC3kK4Pnn1i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:20.875rem;width:20.4375rem;top:5.6803359985351rem;left:3.140193939209rem;overflow:hidden;display:block; }
#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { 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; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { background-color: transparent; background-image: none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container > .video-iframe-container { display: none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row > .video-iframe-container { display: none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .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); }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { border-width: 0; border-radius: 0; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#mnFUyhnrx7cT0sa7VTG1zIiQWa6AlOVE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6298828125rem;left:0rem;height:2.92480625rem;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; }
#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV { 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; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container { background-color: transparent; background-image: none; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container > .video-iframe-container { display: none; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row > .video-iframe-container { display: none; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .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); }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container { border-width: 0; border-radius: 0; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#HJFes9O6x253tBHvUWZVMZGbfv6RgwZP { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#QNwbGbuk80duoJTnIqfhT9WV05LJET97 { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:3.25rem;color:#2c3f51;font-style:normal;display:block; }
#kbigSshwQiVcLCALLwTSG1oT33nKElSf { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.5750007629394rem;left:7.5rem;height:1.3994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#S45brQccIKqSZdWO4WSvyGNc2de4um1m { display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.8020839691162rem;left:37.6875rem;height:1.3997375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#I6nMCSzyeetAe5aEn9aU7UIF9FogITTE { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;top:0rem;left:30.000001907349rem;display:block; }
#uPzJRxsK6GCbVScT7IUd3o5qU3iTE9Dn { display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:37.6875rem;height:3.25rem;color:#2c3f51;font-style:normal;display:block; }
#tlW6vg0JlvSrhdPkv5WNkKPbGqrJIxeR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.1987819671631rem;left:31.197917938233rem;overflow:hidden;display:block; }
#Nfy1GTZ3opqsxDBPJwO0uGV1T5SPFZvT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.4166698455811rem;left:1.4157981872559rem;overflow:hidden;display:block; }
#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d { 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; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container { background-color: transparent; background-image: none; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container > .video-iframe-container { display: none; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row > .video-iframe-container { display: none; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .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); }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container { border-width: 0; border-radius: 0; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#Vr9PhyvVPTtn7c9KzNd6w3K1UE11ozuX { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#U8NtCvNTB816OaJTLBIItoXO3c08nFQH { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.625rem;color:#2c3f51;font-style:normal;display:block; }
#Ez3FnP4DlgZ2WSXTHsyfcIFctATEPcaJ { display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.3680591583252rem;left:7.5rem;height:2.798825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Vg2utW3R7Zd4QeSOkuTk3HgMRWWSQuza { display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.7664947509766rem;left:37.3125rem;height:2.79948125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#Qq7lxXJA4RCbqrtbMgFwmhq3cJzdStNw { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#yEJo9ZkROrw7Tqk9GSdoCTblSF9xQtAd { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:37.3125rem;height:3.25rem;color:#2c3f51;font-style:normal;display:block; }
#dzXlN40tSl2mGMpIp8BCPROxli11Zv1R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.4166622161865rem;left:1.4157981872559rem;overflow:hidden;display:block; }
#UITQ9B2HKDWmIxumyTWvq3sHAp4u4BtE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.5095481872559rem;left:31.510417938233rem;overflow:hidden;display:block; }
#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu { position:relative;display:none; }#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu { border-width: 0; border-radius: 0; }#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mMalv1euZZlutD8mVR4WX3ST264i8b9h { display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5312528610229rem;left:23.625rem;height:6.5rem;color:#2c3f51;font-style:normal;display:block; }
#y2R1FC3ONoJVAKUOqT5zy5xmw7KHHA83 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.3125rem;top:0.65711784362794rem;left:3.1875rem;overflow:hidden;display:block; }
#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { 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; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { background-color: transparent; background-image: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .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); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { border-width: 0; border-radius: 0; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#b1A950A3hpht4LxyEZGLP9189c2xkfnU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8749957084656rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg { 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; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container { background-color: transparent; background-image: none; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container > .video-iframe-container { display: none; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row > .video-iframe-container { display: none; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .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); }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container { border-width: 0; border-radius: 0; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#PUHvKVKaB6BFb82LTUqOE6EXlVGDhxuL { color:#ea5324;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.9322919845581rem;left:43.71875rem;height:1.25rem;font-style:normal;display:block; }
#GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV { color:rgba(var(--color-tertiary-4),0.7);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.931640625rem;left:2.25rem;height:19.828125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV li:before{  }
#yVKKL9VR8UqutcH3Fwxsya5c9WChcP4x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:16.1875rem;width:16.1875rem;top:4.65625rem;left:42.3125rem;overflow:hidden;display:block; }
#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5efe6;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; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { background-color: transparent; background-image: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container > .video-iframe-container { display: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row > .video-iframe-container { display: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .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); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { border-width: 0; border-radius: 0; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.310546875rem;left:7.03125rem;height:9.15525rem;font-style:normal;overflow:hidden;display:block; }#LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8ddab6b3-7656-42e7-9b5d-7f7ab7dd9c4e/check.png); }
#dIaTDRGadEi4k2wQaTbupKeWZakaH93p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.6240234375rem;left:21.25rem;display:block; }
#tZQtJQqNkTBoOJINI8kpAfQ8AwI1pUuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HehhmQi8SUmDF1mwyNOJC3y6c8m1kZJN { color:#ea5324;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4365234375rem;left:4.4375rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5efe6;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; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container { background-color: transparent; background-image: none; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container > .video-iframe-container { display: none; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row > .video-iframe-container { display: none; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .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); }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container { border-width: 0; border-radius: 0; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#gkCUItH7i6S94SqrcHl3yKbRfckcESVu { 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:28.0625rem;width:28.0625rem;top:1.954861164093rem;left:30.0625rem;overflow:hidden;display:block; }
#CwQukbWlvIPlJk4na3aHXU8QdaomEuEI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8289823532104rem;left:3.125rem;height:18.76664375rem;font-style:normal;display:block; }
#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container { background-color: transparent; background-image: none; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container > .video-iframe-container { display: none; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row > .video-iframe-container { display: none; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .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); }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container { border-width: 0; border-radius: 0; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#M6J5VMol9glPXVVE6LlHRo44IEF75rBW { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:3.1250028610229rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnccdQiaJ7JlKdh2aQIbFAibeRJdK19A { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.8098926544187rem;left:10.09375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-form-header {  }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-regular-label { display:block;width:13.5rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #a8a6a3;border-left:0.0625rem solid #a8a6a3;border-right:0.0625rem solid #a8a6a3;border-bottom:0.0625rem solid #a8a6a3;height:3.125rem;width:13.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ea5324;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #a8a6a3;border-left:0.0625rem solid #a8a6a3;border-right:0.0625rem solid #a8a6a3;border-bottom:0.0625rem solid #a8a6a3;height:3rem;width:13.5rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ea5324;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:13.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-select {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:12.5rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1rem;background-color:#ea5324;background-image:none;overflow:hidden;box-shadow: 0rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;font-style:normal; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:27.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.8125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.25rem;padding-bottom:0;padding-left:0.25rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-container:first-of-type{padding-top:0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-container:last-of-type{padding-bottom:0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:42.875rem;height:auto;left:7.3125rem;top:12.9345703125rem;z-index:15008;position:absolute; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .radio-container { width:14.125rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:42.875rem;height:auto;left:7.3125rem;top:12.9345703125rem;z-index:15008;position:absolute; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #coDQbs5qDiPtzKNWT3zr85HemnpbhC5M { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SOuk777seziF8TFJHOMOKQK7BNMOsMzP { position:relative;display:none; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HCHwf0zUXm9ecqPWUk9962ZGAEEM4Vxh { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #F8yfFgBk5ipAoL1DrOfPemOxzwpvJ9gT { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SACETtUpNT1aIXqK2XD1uhiD5pZWXhSw { position:relative;display:none; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #oGWEEWT0eEUalLOzxneMkX8S6GhtfE8A { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #prG3Ce4vDLo6bT4bqJGRnaNxb2BhZKp0 { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #mXXWNhB9wTQtt29n2bqEQ7ddxchm9f59 { position:relative;z-index:2; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #B6ZuT03oTR0sD1oX8mzbwx5d6UVA50Tc { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HyDvRfpitpdRho9iea00TvVrfQi7kQG1 { position:relative; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #LITdLvsM1XFo85w0vWaffuSbJShgCT0M { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov { display:block; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STI7oWJ966i4P3rwDV7VZGRaP9WiZDV8 { width:46.8125rem;height:3.0625rem;top:2.625rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHTvz4Bho6AS2uvZtEIJvGVIwPiNhTA { width:46.8125rem;height:3.25rem;top:6.375rem;left:0.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3hty66VtGykm5MkLGAsAoBUD0lbHWK { display:block; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-regular-label { display:block;width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m  { width:25rem;height:auto;top:12.5625rem;left:20.25rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m {display:block;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m { width:25rem;height:auto;top:12.5625rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #lH9Dq4KKvhKJx12czfWIwbZ7QOBFaShb {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #Cz8CCVZK9To3UPhU3LFQ2RK7t1X13tRh { display:block; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #nN8pKsVZZL78NA5KObFv419iBlA4gNXg {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #JfSfOf4GBkWwyoVVk6HzFLq23sGCredB {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #AIvRQFV9SH0NwN5OToUiM9QenUv6oBW4 { display:block; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #saRhT4FsSvT6CVoJi61T2uJWSbkNrQNT {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #o7AZJryG6QHmtPWGlKl56kb3KypECdC4 {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #yQxhVeOGavvx4hdcd8xHkkWT2X03S970 { z-index:2; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #rtXCZ6MWyDztWzhywuZ5Oe3PJQAHy1to {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #SUOhvqJwAVP6zFlZ5hGc9Qu7zpxOwhUT {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #MQORKb2KmqZG2KysSkiX24RwBDL8Z4sl {  }
 }@media only screen and (max-width: 763px) { #SudWXLVgrm5cnquqzcfPlCi6BQatBeKo { top:1.0625rem;left:0rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoA6CKXPInL8SVJQLe2y4csXfvPze0nl { width:27.5625rem;height:8.125rem;top:2.375rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPAMLlQtMBZQ2Aivt4GUUI7JoGD5GEV0 { top:0rem;left:0rem;width:25.4375rem;height:34.540826478237rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDeOHBMpHBRURO26mXuKh9TwoZME1cXn { width:41.4375rem;height:2.3125rem;top:2.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ { display:block; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:47.75rem;height:10.3125rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2f0efaa9-bb73-4554-815b-0b362ae2ae86/wykrzyknik.png); }
 }@media only screen and (max-width: 763px) { #WIsdwb3oSQcBHvoOqh96ykAu8nA95LoL { width:44.1875rem;height:2.5rem;top:13.8125rem;left:1.15625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { display:block; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwO3PNZS5qHgLE6hbKEZbbMKX6R3BPVJ { width:23.125rem;height:13.625rem;top:5.5rem;left:20.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Iy0ATwdKW3GTHSwpFPN4apXPwpUoxT { width:17.75rem;height:3.8125rem;top:22.4375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXW6NfpzmXDRtc57JcLBE6vsx3azs2y4 { display:block; }
 }@media only screen and (max-width: 763px) { #gcTp6mTRtekpCayBZu1o8eC3kK4Pnn1i { top:5.625rem;left:0rem;width:20.4375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { display:block; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnFUyhnrx7cT0sa7VTG1zIiQWa6AlOVE { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV { display:block; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJFes9O6x253tBHvUWZVMZGbfv6RgwZP { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNwbGbuk80duoJTnIqfhT9WV05LJET97 { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbigSshwQiVcLCALLwTSG1oT33nKElSf { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S45brQccIKqSZdWO4WSvyGNc2de4um1m { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6nMCSzyeetAe5aEn9aU7UIF9FogITTE { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPzJRxsK6GCbVScT7IUd3o5qU3iTE9Dn { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlW6vg0JlvSrhdPkv5WNkKPbGqrJIxeR { width:2.9375rem;height:2.9375rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfy1GTZ3opqsxDBPJwO0uGV1T5SPFZvT { width:1.625rem;height:1.625rem;top:1.75rem;left:27.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d { display:block; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr9PhyvVPTtn7c9KzNd6w3K1UE11ozuX { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8NtCvNTB816OaJTLBIItoXO3c08nFQH { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3FnP4DlgZ2WSXTHsyfcIFctATEPcaJ { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2utW3R7Zd4QeSOkuTk3HgMRWWSQuza { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq7lxXJA4RCbqrtbMgFwmhq3cJzdStNw { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEJo9ZkROrw7Tqk9GSdoCTblSF9xQtAd { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzXlN40tSl2mGMpIp8BCPROxli11Zv1R { width:1.625rem;height:1.625rem;top:1.75rem;left:26.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UITQ9B2HKDWmIxumyTWvq3sHAp4u4BtE { width:2.3125rem;height:2.3125rem;top:1.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu { display:block; }#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMalv1euZZlutD8mVR4WX3ST264i8b9h { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2R1FC3ONoJVAKUOqT5zy5xmw7KHHA83 { top:0.625rem;left:0rem;width:18.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1A950A3hpht4LxyEZGLP9189c2xkfnU { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg { display:block; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUHvKVKaB6BFb82LTUqOE6EXlVGDhxuL { width:13.375rem;height:1.25rem;top:1.875rem;left:34.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV { width:35.75rem;height:19.8125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }#GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV li:before{  }
 }@media only screen and (max-width: 763px) { #yVKKL9VR8UqutcH3Fwxsya5c9WChcP4x { top:4.625rem;left:31.5625rem;width:16.1875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D { display:block; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 { width:45.9375rem;height:9.125rem;top:3.25rem;left:0.90625rem;font-size:1.3125rem;display:block; }#LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8ddab6b3-7656-42e7-9b5d-7f7ab7dd9c4e/check.png); }
 }@media only screen and (max-width: 763px) { #dIaTDRGadEi4k2wQaTbupKeWZakaH93p { width:17.5rem;height:3.8125rem;top:24.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQtJQqNkTBoOJINI8kpAfQ8AwI1pUuy { display:block; }
 }@media only screen and (max-width: 763px) { #HehhmQi8SUmDF1mwyNOJC3y6c8m1kZJN { top:15.375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 { display:block; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkCUItH7i6S94SqrcHl3yKbRfckcESVu { top:1.9375rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQukbWlvIPlJk4na3aHXU8QdaomEuEI { width:24.4375rem;height:18.75rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb { display:block; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6J5VMol9glPXVVE6LlHRo44IEF75rBW { width:47.75rem;height:3.125rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnccdQiaJ7JlKdh2aQIbFAibeRJdK19A { width:42.8125rem;height:2.75rem;top:8.75rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-regular-label { width:13.5rem;display:block; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text { width:13.5rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-textarea { width:13.5rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-select { width:13.5rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-select {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-checkbox-label { width:41.0625rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-radio-label { width:5.8125rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM  { width:42.875rem;height:7.5rem;top:12.875rem;left:1.1875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .radio-container { width:14.125rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM {display:inline-block;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM { width:42.875rem;height:7.5rem;top:12.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #coDQbs5qDiPtzKNWT3zr85HemnpbhC5M {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SOuk777seziF8TFJHOMOKQK7BNMOsMzP {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HCHwf0zUXm9ecqPWUk9962ZGAEEM4Vxh {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #F8yfFgBk5ipAoL1DrOfPemOxzwpvJ9gT {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SACETtUpNT1aIXqK2XD1uhiD5pZWXhSw { display:block; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #oGWEEWT0eEUalLOzxneMkX8S6GhtfE8A {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #prG3Ce4vDLo6bT4bqJGRnaNxb2BhZKp0 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #mXXWNhB9wTQtt29n2bqEQ7ddxchm9f59 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #B6ZuT03oTR0sD1oX8mzbwx5d6UVA50Tc {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HyDvRfpitpdRho9iea00TvVrfQi7kQG1 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #LITdLvsM1XFo85w0vWaffuSbJShgCT0M {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov { display:block; }#BVBnbRXkmRGaRVr2TLW7su2ZJDe1ZZov > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STI7oWJ966i4P3rwDV7VZGRaP9WiZDV8 { width:20rem;height:2.2744125rem;top:1.6357421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHTvz4Bho6AS2uvZtEIJvGVIwPiNhTA { width:20rem;height:4.548825rem;top:4.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3hty66VtGykm5MkLGAsAoBUD0lbHWK { display:block; }#hg3hty66VtGykm5MkLGAsAoBUD0lbHWK > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-text {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-select {padding-top: 0; padding-bottom: 0;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m  { width:17.5rem;height:auto;top:15.1240234375rem;left:0rem; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m {display:block;}#TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m { width:17.5rem;height:auto;top:15.1240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #lH9Dq4KKvhKJx12czfWIwbZ7QOBFaShb {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #Cz8CCVZK9To3UPhU3LFQ2RK7t1X13tRh { display:none; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #nN8pKsVZZL78NA5KObFv419iBlA4gNXg {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #JfSfOf4GBkWwyoVVk6HzFLq23sGCredB {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #AIvRQFV9SH0NwN5OToUiM9QenUv6oBW4 { display:none; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #saRhT4FsSvT6CVoJi61T2uJWSbkNrQNT {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #o7AZJryG6QHmtPWGlKl56kb3KypECdC4 {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #yQxhVeOGavvx4hdcd8xHkkWT2X03S970 { z-index:2; }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #rtXCZ6MWyDztWzhywuZ5Oe3PJQAHy1to {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #SUOhvqJwAVP6zFlZ5hGc9Qu7zpxOwhUT {  }
 }@media only screen and (max-width: 763px) { #TiZhRGR4FyFzh2z7kiTASwHO9hD1dR3m #MQORKb2KmqZG2KysSkiX24RwBDL8Z4sl {  }
 }@media only screen and (max-width: 763px) { #SudWXLVgrm5cnquqzcfPlCi6BQatBeKo { width:20rem;height:1.29980625rem;top:28.966796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoA6CKXPInL8SVJQLe2y4csXfvPze0nl { width:19.5rem;height:13rem;top:1.3125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JPAMLlQtMBZQ2Aivt4GUUI7JoGD5GEV0 { width:20rem;height:27.15725rem;top:34.841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDeOHBMpHBRURO26mXuKh9TwoZME1cXn { width:17.1875rem;height:4.875rem;top:1.03125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ { display:block; }#cZ14o0whWAGOP16k0Tss3MR9dz0EdDrQ > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:17.5rem;height:21.5rem;top:1.3125rem;left:1.2491319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2f0efaa9-bb73-4554-815b-0b362ae2ae86/wykrzyknik.png); }
 }@media only screen and (max-width: 763px) { #WIsdwb3oSQcBHvoOqh96ykAu8nA95LoL { width:17.5rem;height:4.548825rem;top:24.712673664093rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { background-color:#f4a75a;background-image:none;display:block; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { background-color: transparent; background-image: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .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); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwO3PNZS5qHgLE6hbKEZbbMKX6R3BPVJ { width:17.5rem;height:14.625rem;top:22.429685592651rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Iy0ATwdKW3GTHSwpFPN4apXPwpUoxT { width:16.6875rem;height:3.8125rem;top:40.124130725861rem;left:1.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXW6NfpzmXDRtc57JcLBE6vsx3azs2y4 { display:block; }
 }@media only screen and (max-width: 763px) { #gcTp6mTRtekpCayBZu1o8eC3kK4Pnn1i { width:18.8748125rem;height:19.3120625rem;top:1.501736164093rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { display:block; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnFUyhnrx7cT0sa7VTG1zIiQWa6AlOVE { width:20rem;height:4.875rem;top:1.8428599834442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV { display:block; }#LGxlvm8I9Zx715vzltL9EzKaRhzMiwuV > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJFes9O6x253tBHvUWZVMZGbfv6RgwZP { width:3.75rem;height:3.75rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNwbGbuk80duoJTnIqfhT9WV05LJET97 { width:16.8125rem;height:3.25rem;top:6.5833339691163rem;left:1.5937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbigSshwQiVcLCALLwTSG1oT33nKElSf { width:15rem;height:2.79948125rem;top:10.40625rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S45brQccIKqSZdWO4WSvyGNc2de4um1m { width:15rem;height:2.79948125rem;top:26.937490463257rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6nMCSzyeetAe5aEn9aU7UIF9FogITTE { width:3.75rem;height:3.75rem;top:15.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPzJRxsK6GCbVScT7IUd3o5qU3iTE9Dn { width:15rem;height:4.875rem;top:21.125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlW6vg0JlvSrhdPkv5WNkKPbGqrJIxeR { width:1.875rem;height:1.875rem;top:16.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfy1GTZ3opqsxDBPJwO0uGV1T5SPFZvT { width:2.25rem;height:2.25rem;top:2.165798664093rem;left:8.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d { display:block; }#n4ksWhyWD4zZ3TD3JIad7Gq3E7ZJfr1d > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr9PhyvVPTtn7c9KzNd6w3K1UE11ozuX { width:3.75rem;height:3.75rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8NtCvNTB816OaJTLBIItoXO3c08nFQH { width:15rem;height:1.625rem;top:6.58333375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3FnP4DlgZ2WSXTHsyfcIFctATEPcaJ { width:15rem;height:4.19824375rem;top:8.8550349473956rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2utW3R7Zd4QeSOkuTk3HgMRWWSQuza { width:15rem;height:4.19824375rem;top:25.812502861023rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qq7lxXJA4RCbqrtbMgFwmhq3cJzdStNw { width:3.75rem;height:3.75rem;top:15.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEJo9ZkROrw7Tqk9GSdoCTblSF9xQtAd { width:15rem;height:4.875rem;top:20.375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzXlN40tSl2mGMpIp8BCPROxli11Zv1R { width:2.375rem;height:2.375rem;top:2.1032981872559rem;left:8.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITQ9B2HKDWmIxumyTWvq3sHAp4u4BtE { width:1.875rem;height:1.875rem;top:16.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu { display:none; }#ru8s2X3D6buvzW8Tg8DUEA5DQSWC1btu > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mMalv1euZZlutD8mVR4WX3ST264i8b9h { width:19.625rem;height:9.75rem;top:13.0625rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2R1FC3ONoJVAKUOqT5zy5xmw7KHHA83 { width:18.3125rem;height:10.25rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1A950A3hpht4LxyEZGLP9189c2xkfnU { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg { display:block; }#NVQf1gEheS1dlO49uoAxVtI6XpnaEyNg > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUHvKVKaB6BFb82LTUqOE6EXlVGDhxuL { width:20rem;height:1.875rem;top:1.809889793396rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV { width:20rem;height:31.6376875rem;top:26.308154702187rem;left:0rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#GqJIeB7MO3IdveCTMWv8WVf8VhV0S3MV li:before{  }
 }@media only screen and (max-width: 763px) { #yVKKL9VR8UqutcH3Fwxsya5c9WChcP4x { width:17.9375rem;height:17.9375rem;top:5.7621526718139rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D { background-color:#f5efe6;background-image:none;display:block; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { background-color: transparent; background-image: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container > .video-iframe-container { display: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row > .video-iframe-container { display: none; }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .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); }#VDcaPJceEMSrCADhwG2NTGH5OaHUKq0D > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 { width:17.5rem;height:18.5rem;top:1.2465176582336rem;left:1.2491319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#LRzk1qg0frwHc9KBRELwh6IqHGsTGn18 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8ddab6b3-7656-42e7-9b5d-7f7ab7dd9c4e/check.png); }
 }@media only screen and (max-width: 763px) { #dIaTDRGadEi4k2wQaTbupKeWZakaH93p { width:15.25rem;height:3.8125rem;top:35.375rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQtJQqNkTBoOJINI8kpAfQ8AwI1pUuy { display:block; }
 }@media only screen and (max-width: 763px) { #HehhmQi8SUmDF1mwyNOJC3y6c8m1kZJN { width:18.8125rem;height:11.6953125rem;top:22.000000476837rem;left:0.59288197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 { display:block; }#iSEXFvlQUvTyUJI6Z9CIuh9fb0OL23T8 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkCUItH7i6S94SqrcHl3yKbRfckcESVu { width:20rem;height:20rem;top:0.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQukbWlvIPlJk4na3aHXU8QdaomEuEI { width:20rem;height:21.125rem;top:21.125001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb { display:block; }#oeLGDMcv9h3MTcuum00vQ4oshmUrEIxb > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6J5VMol9glPXVVE6LlHRo44IEF75rBW { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnccdQiaJ7JlKdh2aQIbFAibeRJdK19A { width:20rem;height:6.9970625rem;top:7.499131679535rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-regular-label { width:16.875rem;display:block; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text { width:16.875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-text {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-textarea { width:16.875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-select { width:16.875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-select {padding-top: 0; padding-bottom: 0;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-input-button { width:16.875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-checkbox-label { width:16.1875rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .widget-radio-label { width:7.75rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM  { width:17.5rem;height:14.97225rem;top:15.8949375rem;left:0rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM .radio-container { width:17.5rem; }
#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM {display:inline-block;}#nTARAndwBFzhl3uU0LJnXIFVObGO8uHM { width:17.5rem;height:14.97225rem;top:15.8949375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #coDQbs5qDiPtzKNWT3zr85HemnpbhC5M {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SOuk777seziF8TFJHOMOKQK7BNMOsMzP { display:none; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HCHwf0zUXm9ecqPWUk9962ZGAEEM4Vxh {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #F8yfFgBk5ipAoL1DrOfPemOxzwpvJ9gT {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #SACETtUpNT1aIXqK2XD1uhiD5pZWXhSw { display:none; }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #oGWEEWT0eEUalLOzxneMkX8S6GhtfE8A {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #prG3Ce4vDLo6bT4bqJGRnaNxb2BhZKp0 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #mXXWNhB9wTQtt29n2bqEQ7ddxchm9f59 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #B6ZuT03oTR0sD1oX8mzbwx5d6UVA50Tc {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #HyDvRfpitpdRho9iea00TvVrfQi7kQG1 {  }
 }@media only screen and (max-width: 763px) { #nTARAndwBFzhl3uU0LJnXIFVObGO8uHM #LITdLvsM1XFo85w0vWaffuSbJShgCT0M {  }
 }