.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-input-select option {
  color: #000;
}
.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;
}body { background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a93e530c-b35c-4a2b-8ed4-06125672e913/SzymonSokolik.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:402px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.lazyloading { background-image: none; }#XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { color:#ffffff;display:block;width:802px;position:absolute;font-family:lato;font-size:41px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:98px;left:20px;height:213.1876px;font-style:normal;display:block; }
#qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { color:#ffffff;display:block;width:486px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:326px;left:20px;height:54px;font-style:normal;display:block; }
#pu6BpgJNboJPgeHaEFQk1WNH1IZRPW5f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:116px;top:19px;left:30.399993896484px;overflow:hidden;display:block; }
#dn9K5prGzgmd1JzsAwHT09JCcM3WW46V { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:91px;width:141px;top:5.3999938964844px;left:20px;display:block; }
#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { position:relative;display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { background-color: transparent; background-image: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .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); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { border-width: 0; border-radius: 0; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:442px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:15000;background-color:#f5f4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:375px;width:900px;top:0px;left:30px;display:block; }
#DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { color:#002642;display:block;width:391px;position:absolute;font-family:lato;font-size:33px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29px;left:80px;height:42.9px;display:block; }
#nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { position:absolute;display:block;z-index:15002;background-color:#e62121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:329px;width:411px;top:-1px;left:470px;display:block; }
#hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { color:#000000;display:block;width:349px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:106.99998474121px;left:101px;height:48px;display:block; }
#dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { color:#000000;display:block;width:349px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:225px;left:101px;height:48px;display:block; }
#oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { color:#000000;display:block;width:349px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:164.5px;left:101px;height:48px;display:block; }
#syaubX22GVQ50PZVdHkWThMCA1ta5yrJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:113.49998474121px;left:54.399993896484px; }
#menhtn4sFo6FexexngvigQyrbvNACM2M { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:172px;left:54.399993896484px; }
#egfMIq1kamZxi68reZTvokQpxeh4pFdT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:231px;left:54.399993896484px; }
#deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { color:#ffffff;display:block;width:351px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29px;left:499.99996948242px;height:62.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcTBOlVt4D49ULlDx2H9kZkwDFHerHwH { color:#ffffff;display:block;width:411px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:138.89999389648px;left:470.99996948242px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2No5coxV4T5754JZQu8vEb7okamTvD3 { background-color:#e62121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:239.60000610352px;left:535.49996948242px;display:block; }
#ffXBNnhRec0TuoF9NMvzq1br0OC2cz8n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xcGLJMpqUzlAIfchxFSUO3xHxy71EEid { color:#000000;display:block;width:349px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:280.79998779297px;left:101px;height:48px;display:block; }
#UBQIW9FcXqUe2rWfNV5QUQqnpRpigBNm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:287.29998779297px;left:54.399993896484px; }
#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e62121;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container { background-color: transparent; background-image: none; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container > .video-iframe-container { display: none; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row > .video-iframe-container { display: none; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .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); }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container { border-width: 0; border-radius: 0; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;position:relative;display:block; }#EqFidOU07kHgaqzHicPRl2qPpil16Rcb { display:block;width:93px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18px;left:385px;height:18px;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#iWK2p4ym2ZFvLtl2UU4umWa0grbTLPtX { position:absolute;z-index:15013;top:133px;left:100px;width:760px;height:261px;display:block; }
#lvUZPAT8S9BpS75RhvSJcAXGW0XbUmh4 { color:#ffffff;display:block;width:777px;position:absolute;font-family:"source sans pro";font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55px;left:92px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo { 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; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container { background-color: transparent; background-image: none; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container > .video-iframe-container { display: none; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row > .video-iframe-container { display: none; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .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); }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container { border-width: 0; border-radius: 0; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container { font-size:14px;font-family:"open sans";height:177px;width:960px;position:relative;display:block; }#F5T4VS0pyVoM6idR50nvdwQD1XPhb5yM { display:block;width:899px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:51px;left:30px;height:77.969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:764px;height:518px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { top:98px;left:0px;width:399px;height:213.1876px;font-size:41px;display:block; }
 }@media only screen and (max-width: 959px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { top:330px;left:0px;width:334px;height:81px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #pu6BpgJNboJPgeHaEFQk1WNH1IZRPW5f { width:116px;height:60px;top:20.5px;left:12.5px;display:block; }
 }@media only screen and (max-width: 959px) { #dn9K5prGzgmd1JzsAwHT09JCcM3WW46V { width:141px;height:91px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:764px;height:467px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:0px;left:0px;width:764px;height:402px;display:block; }
 }@media only screen and (max-width: 959px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { top:29px;left:0px;width:391px;height:42.9px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { top:-1px;left:353px;width:411px;height:329px;display:block; }
 }@media only screen and (max-width: 959px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { top:106px;left:43px;width:289px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { top:260px;left:43px;width:305px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { top:176px;left:43px;width:308px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #syaubX22GVQ50PZVdHkWThMCA1ta5yrJ { width:35px;height:35px;top:113px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #menhtn4sFo6FexexngvigQyrbvNACM2M { width:35px;height:35px;top:172px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #egfMIq1kamZxi68reZTvokQpxeh4pFdT { width:35px;height:35px;top:266px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { top:29px;left:401.99996948242px;width:351px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #xcTBOlVt4D49ULlDx2H9kZkwDFHerHwH { top:138px;left:353px;width:411px;height:41.5938px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #k2No5coxV4T5754JZQu8vEb7okamTvD3 { width:280px;height:55px;top:239px;left:437.49996948242px;display:block; }
 }@media only screen and (max-width: 959px) { #ffXBNnhRec0TuoF9NMvzq1br0OC2cz8n { display:block; }
 }@media only screen and (max-width: 959px) { #xcGLJMpqUzlAIfchxFSUO3xHxy71EEid { top:329px;left:43px;width:305px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #UBQIW9FcXqUe2rWfNV5QUQqnpRpigBNm { width:35px;height:35px;top:322px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va { display:block; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container { width:764px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EqFidOU07kHgaqzHicPRl2qPpil16Rcb { width:90px;height:18px;top:18px;left:518px;display:none; }
 }@media only screen and (max-width: 959px) { #iWK2p4ym2ZFvLtl2UU4umWa0grbTLPtX { width:720px;height:221px;top:122px;left:22px;display:block; }
 }@media only screen and (max-width: 959px) { #lvUZPAT8S9BpS75RhvSJcAXGW0XbUmh4 { top:55px;left:0px;width:764px;height:33.7969px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #f0s4Mrxpf9gkCaWWindhnO5GBosL2URo { display:block; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container { width:764px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #F5T4VS0pyVoM6idR50nvdwQD1XPhb5yM { width:743px;height:77.969px;top:19.500061035156px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:320px;height:470px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a93e530c-b35c-4a2b-8ed4-06125672e913/SzymonSokolik.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { width:255px;height:140.3752px;top:164.8125px;left:10px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { width:237px;height:96px;top:352px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pu6BpgJNboJPgeHaEFQk1WNH1IZRPW5f { width:116px;height:60px;top:28px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #dn9K5prGzgmd1JzsAwHT09JCcM3WW46V { width:141px;height:91px;top:12px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:320px;height:761px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:320px;height:725px;top:-1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { width:249px;height:41.5938px;top:21px;left:10px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { width:300px;height:318px;top:394px;left:10px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { width:253px;height:72px;top:236px;left:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { width:261px;height:48px;top:168px;left:59px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { width:233px;height:72px;top:79px;left:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #syaubX22GVQ50PZVdHkWThMCA1ta5yrJ { display:flex;width:35px;height:35px;top:79px;left:10px; }
 }@media only screen and (max-width: 763px) { #menhtn4sFo6FexexngvigQyrbvNACM2M { display:flex;width:35px;height:35px;top:168px;left:10px; }
 }@media only screen and (max-width: 763px) { #egfMIq1kamZxi68reZTvokQpxeh4pFdT { display:flex;width:35px;height:35px;top:236px;left:9px; }
 }@media only screen and (max-width: 763px) { #deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { width:284px;height:52px;top:430px;left:18px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xcTBOlVt4D49ULlDx2H9kZkwDFHerHwH { width:245px;height:83.1876px;top:511px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k2No5coxV4T5754JZQu8vEb7okamTvD3 { width:280px;height:55px;top:642px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ffXBNnhRec0TuoF9NMvzq1br0OC2cz8n { display:block; }
 }@media only screen and (max-width: 763px) { #xcGLJMpqUzlAIfchxFSUO3xHxy71EEid { width:253px;height:48px;top:323px;left:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UBQIW9FcXqUe2rWfNV5QUQqnpRpigBNm { display:flex;width:35px;height:35px;top:323px;left:9px; }
 }@media only screen and (max-width: 763px) { #iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va { display:block; }#iyKO3iCTsbUQum4ZEKvDgI8bmp6pZ6va > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqFidOU07kHgaqzHicPRl2qPpil16Rcb { width:0;height:0;top:0px;left:160px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #iWK2p4ym2ZFvLtl2UU4umWa0grbTLPtX { width:320px;height:261px;top:165.78125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lvUZPAT8S9BpS75RhvSJcAXGW0XbUmh4 { width:320px;height:101.391px;top:34.390625px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #f0s4Mrxpf9gkCaWWindhnO5GBosL2URo { display:block; }#f0s4Mrxpf9gkCaWWindhnO5GBosL2URo > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5T4VS0pyVoM6idR50nvdwQD1XPhb5yM { width:279px;height:128.672px;top:13px;left:20.5px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }