.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:#594ad1;background-image:none;position:relative;display:block; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .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); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { background-color:#594ad1;background-image:url("https://images.assets-landingi.com/Nh0B0Jgo/horse_s1_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.adaptive-delivery-prevent-bg, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyload, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyloading { background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { background-color: transparent; background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .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); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { border-width: 0; border-radius: 0; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:960px;height:616px;font-size:14px;font-family:arial;position:relative;display:block; }#d2TzC5RGT9avkIForoN46W81wqBdGhX2 { color:#594ad1;display:block;width:660px;position:absolute;font-family:raleway;font-size:70px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:143.984375px;left:13.984375px;height:91px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { color:#594ad1;display:block;width:430px;position:absolute;font-family:raleway;font-size:50px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:334.98046875px;left:13.984375px;height:130px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCTN45JU7fGx7qoO7iGSZuWT1qnqyF3T { 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:88px;width:107px;display:none; }
#g8S1ln2nq9XMUJDiVeFex9tmOult0XiL { position:absolute;display:block;z-index:15002;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:66px;width:81px;top:55px;left:14px;overflow:hidden;display:block; }
#LFmEfIMUi84JreG634p5Uawl3BbfeNls { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dc20dea-4e90-4f75-9f8d-98f95f857003/studiopsych2024176.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:2px solid #594ad1;border-left:2px solid #594ad1;border-right:2px solid #594ad1;border-bottom:2px solid #594ad1;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 50px rgba(43,0,0,0.27) ;height:385px;width:320.987px;top:110.05000305176px;left:550.62503051758px;display:block; }#LFmEfIMUi84JreG634p5Uawl3BbfeNls.adaptive-delivery-prevent-bg, #LFmEfIMUi84JreG634p5Uawl3BbfeNls.lazyload, #LFmEfIMUi84JreG634p5Uawl3BbfeNls.lazyloading { background-image: none; }
#zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { color:#ff1e1e;display:block;width:488.975px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:497.46273803711px;left:13.975006103516px;height:90px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { background-color: transparent; background-image: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container > .video-iframe-container { display: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container { display: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .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); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { border-width: 0; border-radius: 0; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:960px;height:632px;font-size:14px;font-family:arial;position:relative;display:block; }#nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { color:#594ad1;display:block;width:535px;position:absolute;font-family:raleway;font-size:27px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:129.97500610352px;left:0.97500610351562px;height:405px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { color:#ff1e1e;display:block;width:642.988px;position:absolute;font-family:raleway;font-size:44px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.9921875px;left:152.44140625px;height:57.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJhHaepz4uIrQ8K2CBnqynkJeoP0PCa1 { position:absolute;display:block;z-index:15007;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:465px;width:465px;top:167.22500610352px;left:495.00003051758px;overflow:hidden;display:block; }
#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { background-color: transparent; background-image: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container > .video-iframe-container { display: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row > .video-iframe-container { display: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .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); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:960px;height:444px;font-size:14px;font-family:arial;position:relative;display:block; }#kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { color:#ffffff;display:block;width:905.987px;position:absolute;font-family:raleway;font-size:29px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.975006103516px;left:23.975006103516px;height:348px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { background-color: transparent; background-image: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container > .video-iframe-container { display: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row > .video-iframe-container { display: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .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); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:960px;height:483px;font-size:14px;font-family:arial;position:relative;display:block; }#tkBZwOHlS1QkPmMbvCH7IkuHtK9dUzpt { position:absolute;display:block;z-index:15004;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:391px;width:391px;top:30.787506103516px;left:567.39999389648px;overflow:hidden;display:block; }
#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { color:#594ad1;display:block;width:547px;position:absolute;font-family:raleway;font-size:27px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:104.18765258789px;left:12.387512207031px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
#yh30vIt2LvesTexImS8VqRKS1D3wHksa { box-sizing:content-box;height:283px;width:546px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:99.975036621094px;left:9.3875122070312px;display:block; }
#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { background-color: transparent; background-image: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container > .video-iframe-container { display: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container { display: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .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); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { border-width: 0; border-radius: 0; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:960px;height:695px;font-size:14px;font-family:arial;position:relative;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { color:#594ad1;display:block;width:905.975px;position:absolute;font-family:raleway;font-size:29px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:137.96250152588px;left:40.975006103516px;height:406.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d446f6ee4b3862bd3ec3e8f2fa39c922c65ad647.svg); }
#fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { color:#594ad1;display:block;width:905.975px;position:absolute;font-family:raleway;font-size:29px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:44.75px;left:40.975006103516px;height:43.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { display:block; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { background-color: transparent; background-image: none; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container > .video-iframe-container { display: none; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row > .video-iframe-container { display: none; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .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); }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container { background-color:transparent;background-image:none;width:960px;height:726px;font-size:14px;font-family:arial;position:relative;display:block; }#rxS2MsbOGBTLTMcpksT4XHPSkT80QdFE { background-color:#ffffff;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: 2px 5px 50px rgba(43,0,0,0.19) ;box-sizing:border-box;color:#594ad1;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:275px;height:80px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:232px;left:88.5px;display:block; }
#Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G5OZxRTV7L7zhnuJtznf74MvzCBN6XT2 { background-color:#ffffff;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: 2px 5px 50px rgba(43,0,0,0.19) ;box-sizing:border-box;color:#594ad1;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:374px;height:80px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:231.98751068115px;left:527.58749389648px;display:block; }
#KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { color:#ffffff;display:block;width:320px;position:absolute;font-family:raleway;font-size:25px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:111.97486114502px;left:66px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { color:#ffffff;display:block;width:432px;position:absolute;font-family:raleway;font-size:25px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:75.249855041504px;left:498.58749389648px;height:112.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEFWqRQlQngscV2ltCdRWQg4NmhmlGII { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a712f47-8463-430b-b4ac-fdc1f5325805/montazV1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:2px solid #594ad1;border-left:2px solid #594ad1;border-right:2px solid #594ad1;border-bottom:2px solid #594ad1;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 50px rgba(43,0,0,0.27) ;height:218px;width:225px;top:440.96250152588px;left:111.88751220703px;display:block; }#zEFWqRQlQngscV2ltCdRWQg4NmhmlGII.adaptive-delivery-prevent-bg, #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII.lazyload, #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII.lazyloading { background-image: none; }
#nASbvubZngRLTUT3JTL80mlFZXMOgsn5 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7621453d-6b22-4e95-9c15-416768e86aa8/miniaturki2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:2px solid #2778b8;border-left:2px solid #2778b8;border-right:2px solid #2778b8;border-bottom:2px solid #2778b8;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 50px rgba(43,0,0,0.27) ;height:218px;width:235px;top:440.95001983643px;left:585.13748168945px;display:block; }#nASbvubZngRLTUT3JTL80mlFZXMOgsn5.adaptive-delivery-prevent-bg, #nASbvubZngRLTUT3JTL80mlFZXMOgsn5.lazyload, #nASbvubZngRLTUT3JTL80mlFZXMOgsn5.lazyloading { background-image: none; }
#V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { color:#ffffff;display:block;width:200px;position:absolute;font-family:raleway;font-size:32px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:354.37500762939px;left:126px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#XbuimbP6friJUe5v7NaemcU1I9RvOh2n { color:#ffffff;display:block;width:286px;position:absolute;font-family:raleway;font-size:32px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:354.36249542236px;left:571.58749389648px;height:41.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { display:block; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:660px;height:;top:143px;left:0px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:430px;height:;top:334px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #OCTN45JU7fGx7qoO7iGSZuWT1qnqyF3T { width:107px;height:88px;display:none; }
 }@media only screen and (max-width: 763px) { #g8S1ln2nq9XMUJDiVeFex9tmOult0XiL { width:81px;height:66px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LFmEfIMUi84JreG634p5Uawl3BbfeNls { width:320px;height:385px;top:110px;left:440px;display:block; }
 }@media only screen and (max-width: 763px) { #zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { width:488px;height:90px;top:497px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:535px;height:445px;top:129px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:642px;height:57px;top:36px;left:54.4375px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #wJhHaepz4uIrQ8K2CBnqynkJeoP0PCa1 { top:167px;left:299px;width:465px;height:465px;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { width:764px;height:391px;top:21px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkBZwOHlS1QkPmMbvCH7IkuHtK9dUzpt { top:30px;left:373px;width:391px;height:391px;display:block; }
 }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:547px;height:;top:104px;left:0px;font-size:27px;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
 }@media only screen and (max-width: 763px) { #yh30vIt2LvesTexImS8VqRKS1D3wHksa { top:99px;left:0px;width:546px;height:283px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:764px;height:450px;top:137px;left:0px;font-size:18px;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d446f6ee4b3862bd3ec3e8f2fa39c922c65ad647.svg); }
 }@media only screen and (max-width: 763px) { #fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { width:764px;height:43px;top:44px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { display:block; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxS2MsbOGBTLTMcpksT4XHPSkT80QdFE { width:275px;height:80px;top:232px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block; }
 }@media only screen and (max-width: 763px) { #G5OZxRTV7L7zhnuJtznf74MvzCBN6XT2 { width:374px;height:80px;top:231px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block; }
 }@media only screen and (max-width: 763px) { #ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { width:320px;height:75px;top:111px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { width:432px;height:112px;top:75px;left:332px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII { width:225px;height:218px;top:440px;left:13.887512207031px;display:block; }
 }@media only screen and (max-width: 763px) { #nASbvubZngRLTUT3JTL80mlFZXMOgsn5 { width:235px;height:218px;top:440px;left:487.13748168945px;display:block; }
 }@media only screen and (max-width: 763px) { #V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { top:354px;left:28px;width:200px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XbuimbP6friJUe5v7NaemcU1I9RvOh2n { top:354px;left:473.58749389648px;width:286px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#594ad1;background-image:none;position:relative;display:block; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .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) { #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { background-color:#2778b8;background-image:url("https://images.assets-landingi.com/uc/fc0cead1-0810-46eb-9e0f-eb090c3dea19/Projektbeznazwy7.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;z-index:auto;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; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.adaptive-delivery-prevent-bg, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyload, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyloading { background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { background-color: transparent; background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .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); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { border-width: 0; border-radius: 0; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:320px;height:41.6px;top:199.97500610352px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:320px;height:75.4px;top:308.36250305176px;left:0px;text-align:center;text-align-last:center;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OCTN45JU7fGx7qoO7iGSZuWT1qnqyF3T { top:20px;left:124px;width:70.9875px;height:58.975px;z-index:15007;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g8S1ln2nq9XMUJDiVeFex9tmOult0XiL { width:81px;height:66px;top:75px;left:138px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LFmEfIMUi84JreG634p5Uawl3BbfeNls { width:225px;height:275px;top:404.77500915527px;left:45.89999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { width:320px;height:69px;top:704.97500610352px;left:0px;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:320px;height:918px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:320px;height:420px;top:165.19999694824px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:320px;height:83.1875px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #wJhHaepz4uIrQ8K2CBnqynkJeoP0PCa1 { width:320px;height:320px;top:598px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:320px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { width:320px;height:378px;top:43px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:320px;height:669px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkBZwOHlS1QkPmMbvCH7IkuHtK9dUzpt { width:320px;height:320px;top:340px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:320px;height:276.5px;top:64.300003051758px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
 }@media only screen and (max-width: 763px) { #yh30vIt2LvesTexImS8VqRKS1D3wHksa { width:320px;height:262px;top:59.25px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:320px;height:687px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:320px;height:528px;top:139px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d446f6ee4b3862bd3ec3e8f2fa39c922c65ad647.svg); }
 }@media only screen and (max-width: 763px) { #fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { width:320px;height:99px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { display:block; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container { width:320px;height:1148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxS2MsbOGBTLTMcpksT4XHPSkT80QdFE { width:275px;height:80px;top:398.98749160767px;left:28.800001144409px;font-size:18px;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block; }
 }@media only screen and (max-width: 763px) { #G5OZxRTV7L7zhnuJtznf74MvzCBN6XT2 { width:288px;height:80px;top:1024.3999938965px;left:16px;font-size:18px;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block; }
 }@media only screen and (max-width: 763px) { #ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { width:320px;height:75px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { width:320px;height:150px;top:516px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII { width:230px;height:218px;top:103.94999694824px;left:43.39999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #nASbvubZngRLTUT3JTL80mlFZXMOgsn5 { width:237px;height:218px;top:685px;left:39.89999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { width:200px;height:41.6px;top:341.0000038147px;left:59.999998092651px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbuimbP6friJUe5v7NaemcU1I9RvOh2n { width:286px;height:41.6px;top:939.60000610352px;left:17px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }