.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/FtQPiDsBvZU/unsplash/pawel-czerwinski-FtQPiDsBvZU-photo-1579267144032-2ac3187a4854.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.6); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:1200px;height:871px;font-size:14px;font-family:"open sans";position:relative;display:block; }#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:#2f2f2f;display:block;width:763px;position:absolute;font-family:"open sans";font-size:54px;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:269px;left:56px;height:178.1718px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { color:#2f2f2f;display:block;width:793px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:205px;left:56px;height:35.0994px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { color:#2f2f2f;display:block;width:319px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:163px;left:835px;height:85.7814px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-form-header { font-size:12px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:rgba(0,0,0,0);width:279px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:279px;box-sizing:border-box;height:41px;color:#030522;font-size:13px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;line-height:1.3; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:279px;box-sizing:border-box;height:70px;color:#030522;font-size:13px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;line-height:1.3; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:279px;box-sizing:border-box;height:40px;color:#ffffff;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#c41425;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:279px;height:51px;font-family:"open sans";overflow:hidden;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;line-height:1; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-moz-placeholder { color:#030522;font-family:"open sans";font-size:14px;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-moz-placeholder { color:#030522;font-family:"open sans";font-size:14px;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-ms-input-placeholder { color:#030522;font-family:"open sans";font-size:14px;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-webkit-input-placeholder { color:#030522;font-family:"open sans";font-size:14px;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:259px;overflow:hidden;font-style:normal;float:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container { padding-top:10px;padding-right:0;padding-bottom:9px;padding-left:0;width:100%;font-size:0;height:auto; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:first-of-type{padding-top:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:last-of-type{padding-bottom:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { background-color:#104887;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:279px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:12px;left:835px;top:269px;z-index:15033;position:absolute; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:279px;display:block;vertical-align:top; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-info-text { display:block;height:auto;font-family:raleway;font-size:10px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { background-color:#104887;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:279px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:12px;left:835px;top:269px;z-index:15033;position:absolute; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic { position:relative; }
#opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { position:relative;display:block; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #pGriqPIGHBuwuM4t8QZpDOITMKKNV8aO { position:relative;display:block;z-index:15000; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #u7IRTcKJL9BktRZoPzUvfSSbS1fdBfNE { position:relative;display:block;z-index:15000; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp { position:relative; }
#e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d8e872fc-f68a-4383-ac4d-8b966be239f1/MistrzPodatkw_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:138px;top:113px;left:37px;display:block; }#e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm.adaptive-delivery-prevent-bg, #e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm.lazyload, #e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm.lazyloading { background-image: none; }
#SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a47d840-a5c8-4138-b3df-f5f10fd2696d/KancelariaWMP_Obszarroboczy1kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:144px;top:114px;left:196px;display:block; }#SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H.adaptive-delivery-prevent-bg, #SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H.lazyload, #SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H.lazyloading { background-image: none; }
#M314eMvzBf7Ffh66bnEkkiXVgXO74Nzx { box-sizing:content-box;height:680px;width:1200px;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-size:auto !important;top:87px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 6px 15px rgba(0,0,0,0.5) ;display:block; }
#PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { color:#2f2f2f;display:block;width:676px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:530px;left:56px;height:64px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs { position:absolute;display:block;z-index:15017;background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: none;height:53px;width:53px;top:652px;left:56px;display:block; }#tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs.adaptive-delivery-prevent-bg, #tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs.lazyload, #tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs.lazyloading { background-image: none; }
#R2fU9xgU0XwVZunRwNSVkz8NtBlhlR7A { color:#c41425;display:block;width:123px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:666px;left:610px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpVKzepJJRHRBfT3NuuLCyigUHMUfwbF { color:#c41425;display:block;width:329px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:669px;left:133px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eaInNizn2fX7H6PnFIzLRqlnI9oZWHWb { box-sizing:content-box;height:743px;width:1200px;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);background-size:auto !important;top:67px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:none; }
#S4VFgksyLX2oWw0gDto3mWwpal3i1D5o { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15036;background-color:#104887;background-image:none;top:484px;left:56px;display:block; }
#LCZuWDOWWXoDFshnaITks4W85ykDOTmd { position:absolute;display:block;z-index:15018;background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: none;height:53px;width:53px;top:652px;left:533px;display:block; }#LCZuWDOWWXoDFshnaITks4W85ykDOTmd.adaptive-delivery-prevent-bg, #LCZuWDOWWXoDFshnaITks4W85ykDOTmd.lazyload, #LCZuWDOWWXoDFshnaITks4W85ykDOTmd.lazyloading { background-image: none; }
#TLa0XawvteTDzHTvTETJCpgQtUT8Zn9J { color:#2f2f2f;display:block;width:676px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:545.5px;left:56px;height:64px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container { background-color: transparent; background-image: none; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container > .video-iframe-container { display: none; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row > .video-iframe-container { display: none; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .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); }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container { border-width: 0; border-radius: 0; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container { font-size:14px;font-family:arial;height:610px;width:1200px;position:relative;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { color:#2f2f2f;display:block;width:564px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:190px;left:600px;height:341.344px;text-align:left;text-align-last:left;font-style:italic;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:not(:first-child){ padding-top:28px;padding-right:0;padding-bottom:0;padding-left:0; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { color:#2f2f2f;display:block;width:284px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:131px;left:600px;height:30.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg { box-sizing:content-box;height:557px;width:557px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:53px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg.adaptive-delivery-prevent-bg, #vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg.lazyload, #vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg.lazyloading { background-image: none; }
#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { position:relative;display:block; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { background-color: transparent; background-image: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .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); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { border-width: 0; border-radius: 0; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#104887;background-image:none;font-size:14px;font-family:arial;height:127px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { color:#ffcb74;display:block;width:138px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:612px;left:84px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { color:#ffcb74;display:block;width:123px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:612px;left:338px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { color:#ffcb74;display:block;width:93px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:612px;left:581px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { color:#ffffff;display:block;width:759px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:33.59375px;left:220.5px;height:59.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { font-size:14px;font-family:"open sans";height:956px;width:1200px;position:relative;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { position:absolute;display:block;z-index:15000;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: 20px 10px 30px rgba(0,0,0,0.2) ;height:108px;width:108px;top:47px;left:642px;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:#2f2f2f;display:block;width:320px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:54.1875px;left:774px;height:93.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { color:#2f2f2f;display:block;width:479px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:209.453125px;left:642px;height:675px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { position:absolute;display:block;z-index:15000;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: 20px 10px 30px rgba(0,0,0,0.2) ;height:108px;width:108px;top:47px;left:61px;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
#lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { color:#2f2f2f;display:block;width:206px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:54.1875px;left:192px;height:93.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { color:#2f2f2f;display:block;width:479px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:209.453125px;left:60.5px;height:675px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KemLSlPSD9VAltNNL314DElVOz4S4Lsd { box-sizing:content-box;height:4px;width:300px;position:absolute;display:block;z-index:15028;background-color:#104887;background-image:none;top:184px;left:61px;display:block; }
#rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { box-sizing:content-box;height:4px;width:300px;position:absolute;display:block;z-index:15029;background-color:#c41425;background-image:none;top:184px;left:642px;display:block; }
#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { font-size:14px;font-family:arial;height:776px;width:1200px;position:relative;display:block; }#bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { color:#2f2f2f;display:block;width:817px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.59375px;left:191.5px;height:119.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUsd24DqMicJ5tSRX4AyukXns0WLacDO { box-sizing:content-box;height:49px;width:280px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:222px;left:300px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
#gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { box-sizing:content-box;height:482px;width:4px;position:absolute;display:block;z-index:15004;background-color:#4775a6;background-image:none;top:213.5px;left:598px;display:block; }
#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { box-sizing:content-box;height:128px;width:282px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:222px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { box-sizing:content-box;height:83px;width:293px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:286px;left:284px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
#KtBb0rJpV14013MvbT7WNHChcP3G4pJN { box-sizing:content-box;height:49px;width:291px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:369px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { box-sizing:content-box;height:39px;width:262px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:440px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { box-sizing:content-box;height:40px;width:256px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:388px;left:325px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
#HtepWTxFoWEnN5TLxcM0INXK11APkwbg { box-sizing:content-box;height:75px;width:288px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:450px;left:293px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { box-sizing:content-box;height:52px;width:296px;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:548px;left:285px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { box-sizing:content-box;height:42px;width:273px;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:652.5px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { box-sizing:content-box;height:64px;width:313px;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:498px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { box-sizing:content-box;height:50px;width:347px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:581px;left:620px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { box-sizing:content-box;height:39px;width:269px;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:618.5px;left:306px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
#Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { box-sizing:content-box;height:529px;width:831px;position:absolute;display:block;z-index:15000;background-color:rgba(47,47,47,0.02);background-image:none;top:190px;left:184.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 15px rgba(0,0,0,0.1) ;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:14px;font-family:"open sans";height:314px;width:1200px;position:relative;display:block; }#F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15009;background-color:#104887;background-image:none;top:172px;left:450px;display:block; }
#iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { color:#2f2f2f;display:block;width:837px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26px;left:182px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHRT1NkZyRdDBXPXbn15ozZHb3UAEJZr { z-index:15003;top:220px;left:456px;background-color:#5dc000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(18,204,148,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:288px;height:51px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l4fuwVZqGH8ta9aOxdfrxXFqbs86KEmx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:763px;height:178px;top:269px;left:0px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { width:764px;height:35px;top:205px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { top:163px;left:445px;width:319px;height:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { display:block;width:279px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { width:279px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { width:279px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { width:279px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { width:279px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { width:279px;height:auto;top:229px;left:445px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { width:279px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { width:279px;height:auto;top:229px;left:445px; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic {  }
 }@media only screen and (max-width: 763px) { #opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #pGriqPIGHBuwuM4t8QZpDOITMKKNV8aO {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #u7IRTcKJL9BktRZoPzUvfSSbS1fdBfNE {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp {  }
 }@media only screen and (max-width: 763px) { #e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm { width:138px;height:51px;top:113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H { width:144px;height:50px;top:114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M314eMvzBf7Ffh66bnEkkiXVgXO74Nzx { width:764px;height:680px;top:87px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { width:676px;height:64px;top:530px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs { width:53px;height:53px;top:652px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R2fU9xgU0XwVZunRwNSVkz8NtBlhlR7A { top:666px;left:392px;width:123px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BpVKzepJJRHRBfT3NuuLCyigUHMUfwbF { top:669px;left:0px;width:329px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eaInNizn2fX7H6PnFIzLRqlnI9oZWHWb { width:764px;height:743px;top:67px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #S4VFgksyLX2oWw0gDto3mWwpal3i1D5o { width:300px;height:5px;top:484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LCZuWDOWWXoDFshnaITks4W85ykDOTmd { width:53px;height:53px;top:652px;left:315px;display:block; }
 }@media only screen and (max-width: 763px) { #TLa0XawvteTDzHTvTETJCpgQtUT8Zn9J { width:289px;height:127px;top:319px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF { display:block; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { width:564px;height:341px;top:190px;left:200px;font-size:22px;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { width:284px;height:30px;top:131px;left:382px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg { width:557px;height:557px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { display:block; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { top:86px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { top:198px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { top:612px;left:363px;width:93px;height:22px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:759px;height:59px;top:33px;left:2.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:108px;height:108px;top:47px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:320px;height:93px;top:54px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:479px;height:675px;top:209px;left:285px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:108px;height:108px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:206px;height:94px;top:54px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:478px;height:674px;top:209px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KemLSlPSD9VAltNNL314DElVOz4S4Lsd { width:300px;height:4px;top:184px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { width:300px;height:4px;top:184px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:764px;height:119px;top:15px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:280px;height:49px;top:222px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:4px;height:482px;top:213px;left:380px;display:block; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:282px;height:128px;top:222px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:293px;height:83px;top:286px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:291px;height:49px;top:369px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:262px;height:39px;top:440px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:256px;height:40px;top:388px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:288px;height:75px;top:450px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:296px;height:52px;top:548px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:273px;height:42px;top:652px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:313px;height:64px;top:498px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:347px;height:50px;top:581px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:269px;height:39px;top:618px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:764px;height:529px;top:190px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { width:300px;height:5px;top:172px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:764px;height:93px;top:26px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RHRT1NkZyRdDBXPXbn15ozZHb3UAEJZr { top:220px;left:238px;width:288px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #l4fuwVZqGH8ta9aOxdfrxXFqbs86KEmx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/FtQPiDsBvZU/unsplash/pawel-czerwinski-FtQPiDsBvZU-photo-1579267144032-2ac3187a4854.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.46); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.46); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:320px;height:1245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:301px;height:79.1718px;top:202px;left:10px;text-align:center;text-align-last:center;font-size:22px;color:#030522;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { width:300px;height:41.5938px;top:134px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { width:285px;height:62.3907px;top:747px;left:18px;font-size:16px;text-align:center;text-align-last:center;text-shadow:0 0 0 #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1px;overflow:hidden;height:auto;line-height:.6; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:.9;overflow:hidden; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:.9;overflow:hidden; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:43px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-moz-placeholder { font-size:13px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-moz-placeholder { font-size:13px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-ms-input-placeholder { font-size:13px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-webkit-input-placeholder { font-size:13px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:first-of-type{padding-top:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:last-of-type{padding-bottom:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { width:280px;height:auto;top:826px;left:0px; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { width:280px;height:auto;top:826px;left:0px; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic {  }
 }@media only screen and (max-width: 763px) { #opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #pGriqPIGHBuwuM4t8QZpDOITMKKNV8aO {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #u7IRTcKJL9BktRZoPzUvfSSbS1fdBfNE {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp {  }
 }@media only screen and (max-width: 763px) { #e9TqW5kO2y2Lhuuw1xCcuwvcf3KHTtsm { width:138px;height:51px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SDXmMeUTCfNSM4TM1tyxVQg3aGk9UA1H { width:144px;height:36px;top:58px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #M314eMvzBf7Ffh66bnEkkiXVgXO74Nzx { width:320px;height:601px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { width:289px;height:0;top:288.5px;left:15.5px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #tiRB5eMb3n6ha1fv6xyPXTfK9GNG3iDs { width:31px;height:31px;top:478px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #R2fU9xgU0XwVZunRwNSVkz8NtBlhlR7A { width:320px;height:20.7969px;top:589px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpVKzepJJRHRBfT3NuuLCyigUHMUfwbF { width:320px;height:20.7969px;top:513px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaInNizn2fX7H6PnFIzLRqlnI9oZWHWb { width:320px;height:116px;top:728px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S4VFgksyLX2oWw0gDto3mWwpal3i1D5o { width:300px;height:5px;top:306px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LCZuWDOWWXoDFshnaITks4W85ykDOTmd { width:31px;height:31px;top:556px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #TLa0XawvteTDzHTvTETJCpgQtUT8Zn9J { width:289px;height:95.9375px;top:349px;left:16px;text-align:center;text-align-last:center;font-size:16px;z-index:15035;line-height:1.2;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF { display:block; }#T2uymlsAIHDud67XB6QMhCOBt1Bf7nkF > .row .container { width:320px;height:766px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { width:284px;height:318px;top:97px;left:18px;text-align:left;text-align-last:left;font-size:15px;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { width:284px;height:22.3906px;top:43px;left:18px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vGmzBhF0ub8lI7sRRmCrICuyy3T5kPIg { width:320px;height:320px;top:446px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { background-color: transparent; background-image: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .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); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { border-width: 0; border-radius: 0; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { width:320px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { width:320px;height:0;top:87px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { width:320px;height:0;top:198.375px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { width:320px;height:0;top:316.765625px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:320px;height:67.5938px;top:28.6875px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:320px;height:1900px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:92px;height:92px;top:959.28125px;left:25px;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:191px;height:62.375px;top:974.09375px;left:129px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:270px;height:735px;top:1081.46875px;left:25px;text-align:left;text-align-last:left;font-size:15px;color:#2f2f2f;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:92px;height:92px;top:35px;left:25px;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:177px;height:62.375px;top:49.8125px;left:136px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:270px;height:735px;top:165.1875px;left:25px;text-align:left;text-align-last:left;font-size:15px;color:#2f2f2f;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KemLSlPSD9VAltNNL314DElVOz4S4Lsd { width:300px;height:4px;top:2376.9375px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { width:300px;height:4px;top:2402.9375px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:320px;height:1150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:320px;height:101.391px;top:25px;left:0px;font-size:26px;color:#030522;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:320px;height:52px;top:170.375px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:2px;height:1600px;top:264.4375px;left:159px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:320px;height:147px;top:233.375px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:320px;height:92px;top:392.375px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:320px;height:50px;top:497px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:320px;height:49px;top:561px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:320px;height:47px;top:623px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:320px;height:67px;top:686px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:320px;height:50px;top:868px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:320px;height:82px;top:770px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:320px;height:59px;top:930px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:320px;height:47px;top:1004px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:320px;height:45px;top:1069px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:320px;height:529px;top:1134px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { width:300px;height:5px;top:162px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:301px;height:78px;top:56px;left:9.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RHRT1NkZyRdDBXPXbn15ozZHb3UAEJZr { top:191.5px;left:64px;width:192px;height:50px;font-size:15px;background-color:#104887;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l4fuwVZqGH8ta9aOxdfrxXFqbs86KEmx { display:block; }
 }