.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:#050505;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;overflow:visible;position:relative;display:block; }#Zz0A2RNCitoWVxklS9qFBqrHB7UnSgC0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:186.961px;width:186.961px;top:39.984375px;left:506px;overflow:hidden;display:block; }
#e4Td8aUSGvbTFXhym95kgXrN1EtTH777 { color:#fafafa;display:block;width:378px;position:absolute;font-family:signika;font-size:28px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:249px;left:411px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#wBTwlvbqP21Ggd2d13UgD8PDWbF3Q6FB { position:absolute;display:block;z-index:15005;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:49.9922px;width:69.9844px;top:304.171875px;left:565px;overflow:hidden;display:block; }
#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk.adaptive-delivery-prevent-bg, #OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk.lazyload, #OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk.lazyloading { background-image: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { background-color: transparent; background-image: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container > .video-iframe-container { display: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row > .video-iframe-container { display: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .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); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { border-width: 0; border-radius: 0; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;overflow:visible;position:relative;display:block; }#dzLGdabyzchowQ28Txqq1RwBLMHlqWWN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:10.96875px;left:120px;overflow:hidden;display:block; }
#mLxTLzvhsIfNoOwyAOqSTEd0o8HbKSB0 { box-sizing:content-box;height:91.9922px;width:223.969px;position:absolute;display:block;z-index:15003;background-color:#050505;background-image:none;top:428.015625px;left:828px;display:block; }
#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV.adaptive-delivery-prevent-bg, #qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV.lazyload, #qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV.lazyloading { background-image: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { background-color: transparent; background-image: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container > .video-iframe-container { display: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row > .video-iframe-container { display: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .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); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { border-width: 0; border-radius: 0; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#daxVnxd1yxhhtwm1IkwCNlkUF9VfKKvk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#PipfQ4c8X8lxuV9WnNGNIaOV5cty9Tlv { box-sizing:content-box;height:91.9922px;width:223.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:418.5234375px;left:823px;display:block; }
#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C.adaptive-delivery-prevent-bg, #XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C.lazyload, #XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C.lazyloading { background-image: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { background-color: transparent; background-image: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container > .video-iframe-container { display: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row > .video-iframe-container { display: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .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); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { border-width: 0; border-radius: 0; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#dxozPTNR9NsCMhonhW7VHAOEfA9oJmZu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#BSCfFbO5cLuhAWNaaowcx6DeIQKl6sPH { box-sizing:content-box;height:91.9922px;width:223.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:418.5234375px;left:823px;display:block; }
#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW.adaptive-delivery-prevent-bg, #nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW.lazyload, #nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW.lazyloading { background-image: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { background-color: transparent; background-image: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container > .video-iframe-container { display: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row > .video-iframe-container { display: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .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); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { border-width: 0; border-radius: 0; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#NlObQtTxXfBKSGK0J2ZQhFw88M70Xmt7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#lil7PMVzDCOMACpsAqAF2HfLFPHtCHVQ { box-sizing:content-box;height:91.9922px;width:223.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:418.5234375px;left:823px;display:block; }
#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU.adaptive-delivery-prevent-bg, #lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU.lazyload, #lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU.lazyloading { background-image: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { background-color: transparent; background-image: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container > .video-iframe-container { display: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row > .video-iframe-container { display: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .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); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { border-width: 0; border-radius: 0; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#xyQAUbU15yFA3LEdtp023G2EGbdO5o6X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#gqD7zGhxVMFxJFOSQFfoZ9Orr2TafQXQ { box-sizing:content-box;height:91.9922px;width:223.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:418.5234375px;left:823px;display:block; }
#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7.adaptive-delivery-prevent-bg, #s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7.lazyload, #s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7.lazyloading { background-image: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { background-color: transparent; background-image: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container > .video-iframe-container { display: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row > .video-iframe-container { display: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .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); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { border-width: 0; border-radius: 0; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#T0erTE6vZn0qODJBsImOiht0rnCEk3hc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#x5369JnZuG92CiktHvEBEGIoS5zsB4J6 { box-sizing:content-box;height:91.9922px;width:223.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:418.5234375px;left:823px;display:block; }
#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA.adaptive-delivery-prevent-bg, #azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA.lazyload, #azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA.lazyloading { background-image: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { background-color: transparent; background-image: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container > .video-iframe-container { display: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row > .video-iframe-container { display: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .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); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { border-width: 0; border-radius: 0; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;overflow:visible;position:relative;display:block; }#ewfQGurlQ8pKt2Sbs4AJTiiZWWKzBkHb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:120px;overflow:hidden;display:block; }
#Iv2DZzEobQMhIdHGhqTbSXxIDimFliCD { box-sizing:content-box;height:70.9922px;width:175.992px;position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;top:456.9609375px;left:511px;display:block; }
#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX.adaptive-delivery-prevent-bg, #i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX.lazyload, #i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX.lazyloading { background-image: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { background-color: transparent; background-image: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container > .video-iframe-container { display: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row > .video-iframe-container { display: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .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); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { border-width: 0; border-radius: 0; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { font-size:14px;font-family:arial;height:408px;width:1200px;overflow:visible;position:relative;display:block; }#ZZm5BmvkisPfveJps3ONHMrSzSHOT0w9 { color:#fafafa;display:block;width:564px;position:absolute;font-family:mulish;font-size:20px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:114.9375px;left:318px;height:210px;display:block; }
#OCz67SGQzE0TmfeCrgZ3PImQOh0Mg3Lo { color:#fafafa;display:block;width:378px;position:absolute;font-family:signika;font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.953125px;left:405px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ.adaptive-delivery-prevent-bg, #FqfPpogeVUOUug1RlieUSzW0DLobI4nQ.lazyload, #FqfPpogeVUOUug1RlieUSzW0DLobI4nQ.lazyloading { background-image: none; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container { background-color: transparent; background-image: none; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container > .video-iframe-container { display: none; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row > .video-iframe-container { display: none; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .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); }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container { border-width: 0; border-radius: 0; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container { font-size:14px;font-family:arial;height:537px;width:1200px;overflow:visible;position:relative;display:block; }#Cb2NbXrclcoiIHXlh8GHi4Q8wNUmF12T { color:#fafafa;display:block;width:867px;position:absolute;font-family:silka;font-size:20px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:123.984375px;left:165px;height:180px;display:block; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-form-header {  }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-regular-label { display:none;width:664px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:664px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:mulish;font-weight:400;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-textarea { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:664px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:mulish;font-weight:400;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:664px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:190px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:mulish;font-weight:bold;text-align:center;text-align-last:center;font-size:16px;background-color:#80736b;background-image:none;overflow:hidden; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]:-moz-placeholder { font-size:18px;font-family:roboto;color:#abaeb4;text-align:left;text-align-last:left; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]::-moz-placeholder { font-size:18px;font-family:roboto;color:#abaeb4;text-align:left;text-align-last:left; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]:-ms-input-placeholder { font-size:18px;font-family:roboto;color:#abaeb4;text-align:left;text-align-last:left; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]::-webkit-input-placeholder { font-size:18px;font-family:roboto;color:#abaeb4;text-align:left;text-align-last:left; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:860px;height:auto;font-size:16px;font-family:mulish;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#fafafa; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:317px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:4px;padding-bottom:0;padding-left:4px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-container:first-of-type{padding-top:0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-container:last-of-type{padding-bottom:0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:889.992px;height:auto;left:15px;top:343px;z-index:15020;position:absolute; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .radio-container { width:674px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:889.992px;height:auto;left:135px;top:343px;z-index:15020;position:absolute; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #nqxwKF7uA4M2PpRbUW0Wvmm82PaWse19 { position:relative; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #CPZ3KMS9pUhdFs7H8wK1H7FTwq88a7nN { position:relative;display:none; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #A76eBzIqnKQTbMMr4r1leIopcMzxwu94 { position:relative; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #z6vvLk9fsQ9uXAWvgEsMIMlqCWweTKkn { position:relative; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #M29B3eTkMdqXENREta0qRvf1tGa9LH2P { position:relative; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #GuVrT3hXSJPkkNivAmIqSyEfLQ5tN3Zr { position:relative; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #HZqNcy4iea73TFgsa12Xe8c67dTwnkfa { position:relative;z-index:2; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #Ixbp7u2fCDBtFwW0V29qNzk2aqXwapOg { position:relative; }
#wHZNZuWhygzaSk0TTEEkImWEoREST8yp { color:#fafafa;display:block;width:219px;position:absolute;font-family:signika;font-size:28px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.953125px;left:470px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/45dd5013-4384-4193-9b99-7f9a4659a9b2/Lekcja2PrecyzyjneCelowanieSztukaDefiniowaniaIdealnegoKlientawColdMailinguprezentacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.adaptive-delivery-prevent-bg, #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.lazyload, #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.lazyloading { background-image: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { background-color: transparent; background-image: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container > .video-iframe-container { display: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row > .video-iframe-container { display: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .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); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { border-width: 0; border-radius: 0; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { font-size:14px;font-family:arial;height:318px;width:1200px;overflow:visible;position:relative;display:block; }#oMHf5dcIdSHN4F3sBFD8TnJiW4oiptZk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123px;width:123px;top:80.9765625px;left:538px;overflow:hidden;display:block; }
#fi5FmeCPS6KM6K09fONPS6hQ5L0VQWgU { color:#fafafa;display:block;width:462.984px;position:absolute;font-family:mulish;font-size:20px;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:26.0859375px;left:368px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVRnMeLMQ9goWxqtHgduyFAR7NoQSsyh { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #b8a7a0;border-left:1px solid #b8a7a0;border-right:1px solid #b8a7a0;border-bottom:1px solid #b8a7a0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:mulish;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:301.969px;height:54.9375px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:227.578125px;left:448px;display:block; }
#iuE2EVHs3W9vpd1zhsq9WMhBPvra3KhA { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz0A2RNCitoWVxklS9qFBqrHB7UnSgC0 { top:39px;left:288px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #e4Td8aUSGvbTFXhym95kgXrN1EtTH777 { top:249px;left:193px;width:378px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wBTwlvbqP21Ggd2d13UgD8PDWbF3Q6FB { top:304px;left:347px;width:69px;height:49.281319836992px;display:block; }
 }@media only screen and (max-width: 763px) { #OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk { display:block; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzLGdabyzchowQ28Txqq1RwBLMHlqWWN { top:10px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #mLxTLzvhsIfNoOwyAOqSTEd0o8HbKSB0 { top:428px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV { display:block; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daxVnxd1yxhhtwm1IkwCNlkUF9VfKKvk { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #PipfQ4c8X8lxuV9WnNGNIaOV5cty9Tlv { top:418px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C { display:block; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxozPTNR9NsCMhonhW7VHAOEfA9oJmZu { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #BSCfFbO5cLuhAWNaaowcx6DeIQKl6sPH { top:418px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW { display:block; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlObQtTxXfBKSGK0J2ZQhFw88M70Xmt7 { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #lil7PMVzDCOMACpsAqAF2HfLFPHtCHVQ { top:418px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU { display:block; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQAUbU15yFA3LEdtp023G2EGbdO5o6X { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #gqD7zGhxVMFxJFOSQFfoZ9Orr2TafQXQ { top:418px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 { display:block; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0erTE6vZn0qODJBsImOiht0rnCEk3hc { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #x5369JnZuG92CiktHvEBEGIoS5zsB4J6 { top:418px;left:541px;width:223px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA { display:block; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewfQGurlQ8pKt2Sbs4AJTiiZWWKzBkHb { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2DZzEobQMhIdHGhqTbSXxIDimFliCD { top:456px;left:293px;width:175px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX { display:block; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZm5BmvkisPfveJps3ONHMrSzSHOT0w9 { top:114px;left:100px;width:564px;height:209px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OCz67SGQzE0TmfeCrgZ3PImQOh0Mg3Lo { top:23px;left:187px;width:378px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FqfPpogeVUOUug1RlieUSzW0DLobI4nQ { display:block; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb2NbXrclcoiIHXlh8GHi4Q8wNUmF12T { top:123px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-regular-label { width:498px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text { width:498px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-textarea { width:498px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select { width:498px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-checkbox-label { width:695px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-radio-label { width:234px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT  { width:724px;height:91px;top:343px;left:0px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .radio-container { width:508px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT {display:inline-block;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT { width:724px;height:91px;top:343px;left:0px; }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #nqxwKF7uA4M2PpRbUW0Wvmm82PaWse19 {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #CPZ3KMS9pUhdFs7H8wK1H7FTwq88a7nN {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #A76eBzIqnKQTbMMr4r1leIopcMzxwu94 {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #z6vvLk9fsQ9uXAWvgEsMIMlqCWweTKkn {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #M29B3eTkMdqXENREta0qRvf1tGa9LH2P {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #GuVrT3hXSJPkkNivAmIqSyEfLQ5tN3Zr {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #HZqNcy4iea73TFgsa12Xe8c67dTwnkfa {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #Ixbp7u2fCDBtFwW0V29qNzk2aqXwapOg {  }
 }@media only screen and (max-width: 763px) { #wHZNZuWhygzaSk0TTEEkImWEoREST8yp { top:38px;left:252px;width:219px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb { display:block; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMHf5dcIdSHN4F3sBFD8TnJiW4oiptZk { top:80px;left:320px;width:123px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #fi5FmeCPS6KM6K09fONPS6hQ5L0VQWgU { top:26px;left:150px;width:462px;height:29px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uVRnMeLMQ9goWxqtHgduyFAR7NoQSsyh { width:301px;height:54px;top:227px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #iuE2EVHs3W9vpd1zhsq9WMhBPvra3KhA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/c4f74de5-c7a2-443b-8d4b-e1560c0ca377/kocwkadorolek1.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:276px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz0A2RNCitoWVxklS9qFBqrHB7UnSgC0 { width:133.969px;height:133.969px;top:21.9609375px;left:93.0234375px;display:block; }
 }@media only screen and (max-width: 763px) { #e4Td8aUSGvbTFXhym95kgXrN1EtTH777 { width:280.992px;height:27.2812px;top:165.6328125px;left:19.5234375px;font-size:21px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wBTwlvbqP21Ggd2d13UgD8PDWbF3Q6FB { width:69px;height:49.289010122256px;top:211.875px;left:125.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk { background-color:#050505;background-image:none;display:block; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { background-color: transparent; background-image: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container > .video-iframe-container { display: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row > .video-iframe-container { display: none; }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .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); }#OVpNT8COQUSWHmBuJfeyK4ieZmNMWiGk > .row .container { width:320px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzLGdabyzchowQ28Txqq1RwBLMHlqWWN { width:320px;height:180px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mLxTLzvhsIfNoOwyAOqSTEd0o8HbKSB0 { width:74px;height:29px;top:162.0234375px;left:234.9609375px;display:block; }
 }@media only screen and (max-width: 763px) { #qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV { background-color:#050505;background-image:none;display:block; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { background-color: transparent; background-image: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container > .video-iframe-container { display: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row > .video-iframe-container { display: none; }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .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); }#qkbbaFzWxKTKOqTJSr4EyWAxswUdMKzV > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daxVnxd1yxhhtwm1IkwCNlkUF9VfKKvk { width:320px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PipfQ4c8X8lxuV9WnNGNIaOV5cty9Tlv { width:66px;height:32px;top:140.515625px;left:238.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C { background-color:#050505;background-image:none;display:block; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { background-color: transparent; background-image: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container > .video-iframe-container { display: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row > .video-iframe-container { display: none; }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .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); }#XHyrclePIhWxxsTZCTn4iZXXZH0UQ17C > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxozPTNR9NsCMhonhW7VHAOEfA9oJmZu { width:319px;height:179px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BSCfFbO5cLuhAWNaaowcx6DeIQKl6sPH { width:66px;height:32px;top:140.515625px;left:238.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW { background-color:#050505;background-image:none;display:block; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { background-color: transparent; background-image: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container > .video-iframe-container { display: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row > .video-iframe-container { display: none; }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .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); }#nfwS5t4SDMczzE7agSs0EcIxxiVtkoiW > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlObQtTxXfBKSGK0J2ZQhFw88M70Xmt7 { width:319px;height:179px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lil7PMVzDCOMACpsAqAF2HfLFPHtCHVQ { width:66px;height:32px;top:140.515625px;left:238.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU { background-color:#050505;background-image:none;display:block; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { background-color: transparent; background-image: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container > .video-iframe-container { display: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row > .video-iframe-container { display: none; }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .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); }#lVhqcmhxKdrgwvFBk4CIqlQTOkcRVytU > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQAUbU15yFA3LEdtp023G2EGbdO5o6X { width:319px;height:179px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gqD7zGhxVMFxJFOSQFfoZ9Orr2TafQXQ { width:66px;height:32px;top:140.515625px;left:238.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 { background-color:#050505;background-image:none;display:block; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { background-color: transparent; background-image: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container > .video-iframe-container { display: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row > .video-iframe-container { display: none; }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .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); }#s558ygFMdQwMNkNumdi7PrUAsHT0Mnf7 > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0erTE6vZn0qODJBsImOiht0rnCEk3hc { width:319px;height:179px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x5369JnZuG92CiktHvEBEGIoS5zsB4J6 { width:66px;height:32px;top:140.515625px;left:238.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA { background-color:#050505;background-image:none;display:block; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { background-color: transparent; background-image: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container > .video-iframe-container { display: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row > .video-iframe-container { display: none; }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .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); }#azHVcPPcam7HmgaaPb0lmM8oOw5ksfhA > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewfQGurlQ8pKt2Sbs4AJTiiZWWKzBkHb { width:319px;height:179px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2DZzEobQMhIdHGhqTbSXxIDimFliCD { width:66px;height:31.9922px;top:147.984375px;left:126.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX { background-color:#050505;background-image:none;display:block; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { background-color: transparent; background-image: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container > .video-iframe-container { display: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row > .video-iframe-container { display: none; }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .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); }#i3uhRr6ZiiqQsgKLbXS5T7p42HVPVMkX > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZm5BmvkisPfveJps3ONHMrSzSHOT0w9 { width:319.969px;height:126px;top:87px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OCz67SGQzE0TmfeCrgZ3PImQOh0Mg3Lo { width:319.992px;height:28.5938px;top:36px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqfPpogeVUOUug1RlieUSzW0DLobI4nQ { display:block; }#FqfPpogeVUOUug1RlieUSzW0DLobI4nQ > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb2NbXrclcoiIHXlh8GHi4Q8wNUmF12T { width:289.992px;height:230.7417px;top:74.765625px;left:15.0234375px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-regular-label { width:262px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text { width:262px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-text {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-textarea { width:262px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select { width:262px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-select {padding-top: 0; padding-bottom: 0;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-input-button { width:262px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]:-moz-placeholder { font-size:13px;text-align:center;text-align-last:center; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]::-moz-placeholder { font-size:13px;text-align:center;text-align-last:center; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]:-ms-input-placeholder { font-size:13px;text-align:center;text-align-last:center; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT [class*="-text"]::-webkit-input-placeholder { font-size:13px;text-align:center;text-align-last:center; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-checkbox-label { width:251px;line-height:1.4;overflow:hidden;height:auto;font-size:12px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .widget-radio-label { width:116px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT  { width:279.984px;height:auto;top:319.21875px;left:0px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT .radio-container { width:272px; }
#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT {display:inline-block;}#IBQXHThL43nuDKDmWRFKlIsgsdtt51NT { width:279.984px;height:auto;top:319.21875px;left:0px; }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #nqxwKF7uA4M2PpRbUW0Wvmm82PaWse19 {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #CPZ3KMS9pUhdFs7H8wK1H7FTwq88a7nN {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #A76eBzIqnKQTbMMr4r1leIopcMzxwu94 {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #z6vvLk9fsQ9uXAWvgEsMIMlqCWweTKkn {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #M29B3eTkMdqXENREta0qRvf1tGa9LH2P {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #GuVrT3hXSJPkkNivAmIqSyEfLQ5tN3Zr {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #HZqNcy4iea73TFgsa12Xe8c67dTwnkfa {  }
 }@media only screen and (max-width: 763px) { #IBQXHThL43nuDKDmWRFKlIsgsdtt51NT #Ixbp7u2fCDBtFwW0V29qNzk2aqXwapOg {  }
 }@media only screen and (max-width: 763px) { #wHZNZuWhygzaSk0TTEEkImWEoREST8yp { width:319.969px;height:28.5938px;top:26.2265625px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/c4f74de5-c7a2-443b-8d4b-e1560c0ca377/kocwkadorolek1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.adaptive-delivery-prevent-bg, #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.lazyload, #okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb.lazyloading { background-image: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { background-color: transparent; background-image: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container > .video-iframe-container { display: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row > .video-iframe-container { display: none; }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .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); }#okxDvrakTtdNu7TiQvX3CCIBlGDHqsPb > .row .container { width:320px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMHf5dcIdSHN4F3sBFD8TnJiW4oiptZk { width:114.984px;height:114.984px;top:100.5px;left:102.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #fi5FmeCPS6KM6K09fONPS6hQ5L0VQWgU { width:252px;height:59.9531px;top:18.9609375px;left:33.984375px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVRnMeLMQ9goWxqtHgduyFAR7NoQSsyh { width:301px;height:54px;top:224.9375px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #iuE2EVHs3W9vpd1zhsq9WMhBPvra3KhA { display:block; }
 }