.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:transparent;background-image:url("https://images.assets-landingi.com/uc/aebb9b95-56a5-4fdc-8d67-b0030d543114/Tarotprzewodnikduchowyipraktyczny.png");background-position:top left !important;background-repeat: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; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;overflow:visible;position:relative;display:block; }#BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:45px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:63px;left:0px;height:117px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:250px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:200px;left:0px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { color:rgba(255,255,255,0.8);display:block;width:559px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:322px;left:0px;height:89.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:497.80000305176px;left:0px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { background-color:#4d7fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:62px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:636.60000610352px;left:15px;display:block; }
#SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:531.60000610352px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQKQHNxJNDWcoEtz9febN71qNUzp9Iev { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:497.80000305176px;left:286.00003051758px;height:41.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhBIDRZ9WfWrGIXWigKL4IWXitB4CowH { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:579.20001220703px;left:295.00003051758px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:636.60000610352px;left:295.00003051758px;display:block; }
#S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UUF4sNpPMT85K7nTTyzMZRyTPWoCi4DF { color:#ffffff;display:block;width:240px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:579.20001220703px;left:295.00003051758px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITH4wsJukOm4i7kkWW3DNBX95C1LUAMU { background-color:#4d7fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:62px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:726.60000610352px;left:159.5px;display:block; }
#sKtEEiUwIrBVIODD96a5aSFsZr3hT7CG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#doNfTmMZtrgo7dmRby3NPIdLtawZp26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W.adaptive-delivery-prevent-bg, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyload, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyloading { background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { border-width: 0; border-radius: 0; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { color:#000000;display:block;width:437px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:135px;left:38px;height:112px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { color:#000000;display:block;width:437px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:259.10000610352px;left:0px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { position:absolute;display:block;z-index:15005;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:70px;top:259.10000610352px;left:204px;display:block; }
#T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { color:rgba(0,0,0,0.7);display:block;width:437px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:315px;left:38px;height:105px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { position:absolute;display:block;z-index:14999;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:366px;width:550px;top:99.5px;left:394.52499389648px;overflow:hidden;display:block; }
#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { 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; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { background-color: transparent; background-image: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .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); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { border-width: 0; border-radius: 0; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { font-size:14px;font-family:arial;height:575px;width:960px;position:relative;display:block; }#NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { color:rgba(0,0,0,0.7);display:block;width:153px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:91px;left:120px;height:19.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { position:absolute;display:block;z-index:15007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:100px;top:100px;left:0px;display:block; }
#KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { color:#000000;display:block;width:259px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:122.5px;left:0px;height:119.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { position:absolute;display:block;z-index:15009;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:30px;width:30px;top:92.5px;left:320px;overflow:hidden;display:block; }
#sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:142px;left:360px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:94px;left:359.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { position:absolute;display:block;z-index:15012;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:30px;width:30px;top:223px;left:320px;overflow:hidden;display:block; }
#uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:225px;left:360px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:273px;left:360px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { position:absolute;display:block;z-index:15015;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:30px;width:30px;top:354px;left:320px;overflow:hidden;display:block; }
#tLC0NARKvGPF2pgLPIAWGhzufaekJROp { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:356px;left:360px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:404px;left:360px;height:105px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ls53DN5dL2HN5H471nfn1PeazLE5MByM { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:142px;left:695px;height:63px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zDcFOWWghei5GtJDpIErNOxWeN57mRQb { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:94px;left:694.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:225px;left:695px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { position:absolute;display:block;z-index:15018;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:30px;width:30px;top:92.5px;left:655px;overflow:hidden;display:block; }
#q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:223px;left:655px;overflow:hidden;display:block; }
#sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:273px;left:695px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { position:absolute;display:block;z-index:15024;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:30px;width:30px;top:354px;left:655px;overflow:hidden;display:block; }
#XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:356px;left:695px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:404px;left:695px;height:105px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zVarU0UhBHlz8bqbzXM67LifQFWbsc7P { position:absolute;display:block;z-index:15009;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:30px;width:30px;top:92.5px;left:320px;overflow:hidden;display:none; }
#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85af82bb-29ff-4d86-ad15-0592973184fa/JakczytaTarota.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.adaptive-delivery-prevent-bg, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyload, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyloading { background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { background-color: transparent; background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .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); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { border-width: 0; border-radius: 0; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { font-size:14px;font-family:arial;height:1010px;width:960px;position:relative;display:block; }#tgr3UJthTtsGyidxOqmzseirZBdgH5WX { color:#ffffff;display:block;width:565px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:131px;left:396px;height:58.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T5cvcVLlD2sLU8pvEfMTrP6ke3RucPJF { color:#ffffff;display:block;width:565px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:201px;left:396px;height:65px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { color:rgba(255,255,255,0.8);display:block;width:450px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:278px;left:508.00003051758px;height:691.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { color:#ffffff;display:block;width:564px;position:absolute;font-family:lato;font-size:30px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:91px;left:396px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DWzpHks20fuDaaUfLcgSleoqx25VQwbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg.adaptive-delivery-prevent-bg, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyload, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyloading { background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { border-width: 0; border-radius: 0; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { font-size:14px;font-family:arial;height:532px;width:960px;position:relative;display:block; }#aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { 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:70px;width:370px;top:90px;left:90px;overflow:hidden;display:block; }
#MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { 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:30px;width:33px;top:141px;left:258.5px;overflow:hidden;display:block; }
#xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { color:rgba(0,0,0,0.7);display:block;width:550px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:205px;left:0px;height:76.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { color:#000000;display:block;width:437px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:353.70001220703px;left:56.5px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { position:absolute;display:block;z-index:15007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:40px;top:347px;left:154px;display:block; }
#KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { position:absolute;display:block;z-index:15008;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:40px;top:347px;left:383px;display:block; }
#xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { position:absolute;display:block;z-index:15009;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:70px;width:370px;top:370px;left:90px;overflow:hidden;display:block; }
#HEgIynGw5ebOVlrAKKfAA1hTeGWQenKP { position:absolute;display:block;z-index:14999;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:205px;width:311px;top:77.599884033203px;left:610.30001831055px;overflow:hidden;display:block; }
#paQf63I78bQKma3JRN1AJx9B8TD9NWr4 { color:#000000;display:block;width:240px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:295.00000572205px;left:621.80001831055px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lWgutx7ZxfwVWQwJPwEQOxhTIJWUn5Xd { color:#000000;display:block;width:240px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:408.00000762939px;left:517.00003051758px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pZ7R6TXKWtr77svshlCht7GBFTia3WqN { color:#000000;display:block;width:240px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:408.00000762939px;left:690.60000610352px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:315.79999351501px;left:621.80001831055px;z-index:15010; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #qiKKw1yhVGkN94x5NM3OqdPEu7Vlvs4C { display:flex;position:relative;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #En0M6DfUr6tfgsVUIf2DMX4l7M9lENok { width:auto; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vsvxQ2WQkVTGukDD9y9UE5hk6r5ClMHt {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #NfGzOxTsNbqrQOGBwVwoLXaoS3h7zG88 { display:flex;position:relative;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #M7nf22afQnHCT5z2ZGADcI58MKoImLfi {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #xPId1aeQCwMtw8abeRD2lG8DzBW8PAq8 {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #a79lF1rReMrubNC5SWTIT6NGvVfgzXXO { display:flex;position:relative;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #Ah4tTCW2A3tMdrMoTHrSTvItyuFHAxOo {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #m3O4rnTMPlMV4ROszDrTeKJIxkCRo7KR {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #riObXUaTePO3smTDZAyvyWlmLzBF6qpk { display:flex;position:relative;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #naoBnEPMQahwuXwouFK6f1ZUdHI3N1Z3 {  }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vF9kxKz0GzrtdmF3N92WTqZI52D9LTeB {  }
#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.adaptive-delivery-prevent-bg, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyload, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyloading { background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { font-size:14px;font-family:arial;height:538px;width:960px;position:relative;display:block; }#yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { color:#000000;display:block;width:487px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:289.80000305176px;left:473.00003051758px;height:23.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wLN7REtT6K0M0TarlqoVfEBlTN2XTGCw { color:#000000;display:block;width:220px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:330px;left:473px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbTGNMGAcqbLP0pUePwXoeihgkT1IbSc { color:#000000;display:block;width:220px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:330px;left:740px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5DTGA0NW8faTnHTllRSdcoOexpsULhv { color:#000000;display:block;width:220px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:346px;left:473px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JU3pfqx5e8uVoSqJCWTLmTEf4s8Ly6Fw { color:#000000;display:block;width:220px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:346px;left:740px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCDqffKvXJcdmavANB22zUBqVlpiZE8X { background-color:#4d7fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:62px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:406px;left:473px;display:block; }
#TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nWV5Ep1gD0GiteiuLbgTDoCWD4moap2T { background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:62px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:406px;left:740px;display:block; }
#FUKy9hncvJ7atqe7ewSA6NX3AiFdNbDc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { color:#000000;display:block;width:487px;position:absolute;font-family:lato;font-size:45px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:76.300003051758px;left:473.00003051758px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { color:#000000;display:block;width:488px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:134px;left:473px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eI64qthhsRZTEopJbdIP4txDZzxrgpSh { 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:393px;width:629px;top:72.500003814697px;left:17px;overflow:hidden;display:block; }
#xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:453.40000534058px;left:256.60000610352px; }
#xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 > img { max-width: 100%;max-height:100%; }#Nen8H7M3Z79NETtbmK6Fph9F60t67up9 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:468.00016021729px;left:86.600006103516px;height:20.8px;display:block; }
#O2iGzasawMrMKC86mUr8CflZrp4Idos7 { position:relative;display:block; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 { background-color: transparent; background-image: none; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row .container > .video-iframe-container { display: none; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row > .video-iframe-container { display: none; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .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); }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 { border-width: 0; border-radius: 0; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .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; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;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; }@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) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:559px;height:117px;top:63px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:559px;height:;top:250px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:559px;height:32px;top:200px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:559px;height:89px;top:322px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { width:240px;height:20px;top:497px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:240px;height:62px;top:636px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { width:240px;height:;top:531px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hQKQHNxJNDWcoEtz9febN71qNUzp9Iev { width:240px;height:41px;top:497px;left:188.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WhBIDRZ9WfWrGIXWigKL4IWXitB4CowH { width:240px;height:46px;top:579px;left:197.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { width:240px;height:62px;top:636px;left:197.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block; }
 }@media only screen and (max-width: 763px) { #UUF4sNpPMT85K7nTTyzMZRyTPWoCi4DF { width:240px;height:;top:538px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ITH4wsJukOm4i7kkWW3DNBX95C1LUAMU { width:240px;height:62px;top:726px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sKtEEiUwIrBVIODD96a5aSFsZr3hT7CG { display:block; }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:437px;height:112px;top:135px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:437px;height:25px;top:259px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:70px;height:1px;top:259px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:437px;height:105px;top:315px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:550px;height:366px;top:99px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:153px;height:19px;top:91px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:100px;height:1px;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { width:259px;height:119px;top:122px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:30px;height:30px;top:92px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:265px;height:42px;top:142px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:250px;height:;top:94px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { width:30px;height:30px;top:223px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { width:250px;height:;top:225px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { width:265px;height:42px;top:273px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:30px;height:30px;top:354px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:250px;height:;top:356px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:265px;height:105px;top:404px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:265px;height:42px;top:142px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:250px;height:;top:94px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:250px;height:;top:225px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:30px;height:30px;top:92px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { width:30px;height:30px;top:223px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { width:265px;height:42px;top:273px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:30px;height:30px;top:354px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:250px;height:;top:356px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:265px;height:105px;top:404px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zVarU0UhBHlz8bqbzXM67LifQFWbsc7P { width:30px;height:30px;top:92px;left:254px;display:none; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:565px;height:;top:131px;left:199px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T5cvcVLlD2sLU8pvEfMTrP6ke3RucPJF { width:565px;height:;top:201px;left:199px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:450px;height:665px;top:278px;left:314px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:564px;height:;top:91px;left:200px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { width:370px;height:70px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { width:33px;height:30px;top:141px;left:160.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { width:550px;height:76px;top:205px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:437px;height:25px;top:353px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { width:40px;height:1px;top:347px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { width:40px;height:1px;top:347px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { width:370px;height:70px;top:370px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HEgIynGw5ebOVlrAKKfAA1hTeGWQenKP { width:311px;height:205px;top:77px;left:453px;display:block; }
 }@media only screen and (max-width: 763px) { #paQf63I78bQKma3JRN1AJx9B8TD9NWr4 { width:240px;height:20px;top:295px;left:523.80001831055px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lWgutx7ZxfwVWQwJPwEQOxhTIJWUn5Xd { width:240px;height:;top:408px;left:419.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pZ7R6TXKWtr77svshlCht7GBFTia3WqN { width:240px;height:;top:408px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN { display:flex;width:288px;height:81px;top:393px;left:414.60000610352px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #qiKKw1yhVGkN94x5NM3OqdPEu7Vlvs4C { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #En0M6DfUr6tfgsVUIf2DMX4l7M9lENok {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vsvxQ2WQkVTGukDD9y9UE5hk6r5ClMHt {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #NfGzOxTsNbqrQOGBwVwoLXaoS3h7zG88 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #M7nf22afQnHCT5z2ZGADcI58MKoImLfi {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #xPId1aeQCwMtw8abeRD2lG8DzBW8PAq8 {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #a79lF1rReMrubNC5SWTIT6NGvVfgzXXO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #Ah4tTCW2A3tMdrMoTHrSTvItyuFHAxOo {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #m3O4rnTMPlMV4ROszDrTeKJIxkCRo7KR {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #riObXUaTePO3smTDZAyvyWlmLzBF6qpk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #naoBnEPMQahwuXwouFK6f1ZUdHI3N1Z3 {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vF9kxKz0GzrtdmF3N92WTqZI52D9LTeB {  }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { width:487px;height:23px;top:289px;left:277px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wLN7REtT6K0M0TarlqoVfEBlTN2XTGCw { width:220px;height:20px;top:330px;left:375.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NbTGNMGAcqbLP0pUePwXoeihgkT1IbSc { width:220px;height:20px;top:330px;left:544px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V5DTGA0NW8faTnHTllRSdcoOexpsULhv { width:220px;height:;top:346px;left:375.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JU3pfqx5e8uVoSqJCWTLmTEf4s8Ly6Fw { width:220px;height:;top:346px;left:544px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cCDqffKvXJcdmavANB22zUBqVlpiZE8X { width:220px;height:62px;top:406px;left:375px;display:block; }
 }@media only screen and (max-width: 763px) { #TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block; }
 }@media only screen and (max-width: 763px) { #nWV5Ep1gD0GiteiuLbgTDoCWD4moap2T { width:220px;height:62px;top:406px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #FUKy9hncvJ7atqe7ewSA6NX3AiFdNbDc { display:block; }
 }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:487px;height:;top:76px;left:277px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { width:488px;height:;top:134px;left:276px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eI64qthhsRZTEopJbdIP4txDZzxrgpSh { width:629px;height:393px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 { top:453px;left:158.60000610352px;width:50px;height:50px;display:block; }
#xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Nen8H7M3Z79NETtbmK6Fph9F60t67up9 { top:468px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O2iGzasawMrMKC86mUr8CflZrp4Idos7 { display:block; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:917px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:319px;height:117px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:319px;height:124.8px;top:229px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:320px;height:52px;top:157px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:320px;height:134.4px;top:361.80001831055px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { width:240px;height:20.8px;top:508.19999694824px;left:40.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:240px;height:62px;top:588px;left:40.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { width:240px;height:auto;top:531px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #hQKQHNxJNDWcoEtz9febN71qNUzp9Iev { width:240px;height:41.6px;top:666px;left:40.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WhBIDRZ9WfWrGIXWigKL4IWXitB4CowH { width:240px;height:20.8px;top:717.60000610352px;left:40.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { width:240px;height:62px;top:753.4px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block; }
 }@media only screen and (max-width: 763px) { #UUF4sNpPMT85K7nTTyzMZRyTPWoCi4DF { width:240px;height:;top:538px;left:40.000000953674px;text-align:center;text-align-last:center;font-size:16px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ITH4wsJukOm4i7kkWW3DNBX95C1LUAMU { width:240px;height:62px;top:835.40002441406px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #sKtEEiUwIrBVIODD96a5aSFsZr3hT7CG { display:block; }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:320px;height:156.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:320px;height:22.4px;top:196.8px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:70px;height:1px;top:239.2px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:320px;height:156.8px;top:260.2px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:320px;height:213px;top:437px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:320px;height:1459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:153px;height:22.4px;top:41px;left:83px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:100px;height:1px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { width:234px;height:62.4px;top:83.4px;left:43px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:30px;height:30px;top:257.39999389648px;left:145.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:265px;height:48px;top:334.78750610352px;left:27.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:250px;height:24px;top:298.39999389648px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { width:32px;height:30px;top:195.69999694824px;left:136.79999637604px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { width:250px;height:24px;top:477.80000305176px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { width:265px;height:48px;top:527.80000305176px;left:27.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:30px;height:30px;top:617.60000610352px;left:145.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:250px;height:24px;top:674.80001831055px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:265px;height:144px;top:724.80001831055px;left:27.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:265px;height:72px;top:1016.8000030518px;left:27.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:250px;height:24px;top:980.80000305176px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:250px;height:24px;top:1133.6000061035px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:30px;height:30px;top:951.60000610352px;left:145.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { width:30px;height:30px;top:1104.4000091553px;left:145.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { width:265px;height:72px;top:1164.8000183105px;left:27.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:30px;height:30px;top:1253.6000061035px;left:145.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:250px;height:24px;top:1283.6000061035px;left:35.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:265px;height:120px;top:1319.8px;left:27px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zVarU0UhBHlz8bqbzXM67LifQFWbsc7P { width:30px;height:30px;top:412.59999847412px;left:145.00000858307px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85af82bb-29ff-4d86-ad15-0592973184fa/JakczytaTarota.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.adaptive-delivery-prevent-bg, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyload, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyloading { background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { background-color: transparent; background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .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); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { border-width: 0; border-radius: 0; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:320px;height:1166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:151px;height:78px;top:71.2px;left:84px;text-align:center;text-align-last:center;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5cvcVLlD2sLU8pvEfMTrP6ke3RucPJF { width:320px;height:41.6px;top:229.20001220703px;left:0px;text-align:center;text-align-last:center;color:#000000;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:320px;height:896px;top:270px;left:0px;text-align:center;text-align-last:center;z-index:15006;color:rgba(0,0,0,0.8);font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:250px;height:31.2px;top:20px;left:35px;text-align:center;text-align-last:center;font-size:24px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg.adaptive-delivery-prevent-bg, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyload, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyloading { background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { width:320px;height:60.5375px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { width:33px;height:30px;top:71px;left:168.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { width:320px;height:128px;top:121px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:320px;height:50.4px;top:527.21235351562px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { width:40px;height:1px;top:574.61235351562px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { width:40px;height:1px;top:574.61235351562px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { width:320px;height:60.5375px;top:597.61235351562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HEgIynGw5ebOVlrAKKfAA1hTeGWQenKP { width:320px;height:213px;top:269px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #paQf63I78bQKma3JRN1AJx9B8TD9NWr4 { width:240px;height:20.8px;top:486.41235351562px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lWgutx7ZxfwVWQwJPwEQOxhTIJWUn5Xd { width:240px;height:41.6px;top:799.14985351562px;left:40px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pZ7R6TXKWtr77svshlCht7GBFTia3WqN { width:240px;height:41.6px;top:860.74985351562px;left:40px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN { display:flex;width:288px;height:81px;top:678.14985351562px;left:6px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #qiKKw1yhVGkN94x5NM3OqdPEu7Vlvs4C { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #En0M6DfUr6tfgsVUIf2DMX4l7M9lENok {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vsvxQ2WQkVTGukDD9y9UE5hk6r5ClMHt {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #NfGzOxTsNbqrQOGBwVwoLXaoS3h7zG88 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #M7nf22afQnHCT5z2ZGADcI58MKoImLfi {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #xPId1aeQCwMtw8abeRD2lG8DzBW8PAq8 {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #a79lF1rReMrubNC5SWTIT6NGvVfgzXXO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #Ah4tTCW2A3tMdrMoTHrSTvItyuFHAxOo {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #m3O4rnTMPlMV4ROszDrTeKJIxkCRo7KR {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #riObXUaTePO3smTDZAyvyWlmLzBF6qpk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #naoBnEPMQahwuXwouFK6f1ZUdHI3N1Z3 {  }
 }@media only screen and (max-width: 763px) { #TqO7hyVh9nVpCyBuw0hmCfVtkxX82gnN #vF9kxKz0GzrtdmF3N92WTqZI52D9LTeB {  }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.adaptive-delivery-prevent-bg, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyload, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyloading { background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:320px;height:981px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { width:320px;height:23.4px;top:568.90014648438px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wLN7REtT6K0M0TarlqoVfEBlTN2XTGCw { width:220px;height:20.8px;top:426.10000610352px;left:50.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NbTGNMGAcqbLP0pUePwXoeihgkT1IbSc { width:220px;height:20.8px;top:617.50001525879px;left:50.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V5DTGA0NW8faTnHTllRSdcoOexpsULhv { width:220px;height:41.6px;top:459.10000610352px;left:50.000000953674px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JU3pfqx5e8uVoSqJCWTLmTEf4s8Ly6Fw { width:220px;height:41.6px;top:662.30001831055px;left:50.000000953674px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cCDqffKvXJcdmavANB22zUBqVlpiZE8X { width:220px;height:62px;top:516.50003051758px;left:50.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block; }
 }@media only screen and (max-width: 763px) { #nWV5Ep1gD0GiteiuLbgTDoCWD4moap2T { width:220px;height:62px;top:726.90001678467px;left:50.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #FUKy9hncvJ7atqe7ewSA6NX3AiFdNbDc { display:block; }
 }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:300px;height:78px;top:220.10041809082px;left:9.9875001907349px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { width:320px;height:83.2px;top:298.09999394417px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eI64qthhsRZTEopJbdIP4txDZzxrgpSh { width:320px;height:213px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 { display:flex;width:50px;height:50px;top:130.90000915527px;left:195.00000858307px; }
#xFO2kx94iWDtXbZPr5miNPU7LzoUahg4 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Nen8H7M3Z79NETtbmK6Fph9F60t67up9 { width:200px;height:20.8px;top:91.000018358231px;left:120.00000858307px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2iGzasawMrMKC86mUr8CflZrp4Idos7 { display:block; }#O2iGzasawMrMKC86mUr8CflZrp4Idos7 > .row .container { width:320px;height:214px;position:relative;display:block; } }