.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:60rem;height:38.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#d2TzC5RGT9avkIForoN46W81wqBdGhX2 { color:#594ad1;display:block;width:41.25rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9990234375rem;left:0.8740234375rem;height:5.6875rem;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:26.875rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.936279296875rem;left:0.8740234375rem;height:8.125rem;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:5.5rem;width:6.6875rem;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:4.125rem;width:5.0625rem;top:3.4375rem;left:0.875rem;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:0.125rem solid #594ad1;border-left:0.125rem solid #594ad1;border-right:0.125rem solid #594ad1;border-bottom:0.125rem solid #594ad1;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:24.0625rem;width:20.0616875rem;top:6.878125190735rem;left:34.414064407349rem;display:block; }#LFmEfIMUi84JreG634p5Uawl3BbfeNls.adaptive-delivery-prevent-bg, #LFmEfIMUi84JreG634p5Uawl3BbfeNls.lazyload, #LFmEfIMUi84JreG634p5Uawl3BbfeNls.lazyloading { background-image: none; }
#zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { color:#ff1e1e;display:block;width:30.5609375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:31.091421127319rem;left:0.87343788146975rem;height:5.625rem;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:60rem;height:39.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { color:#594ad1;display:block;width:33.4375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:8.12343788147rem;left:0.060937881469726rem;height:25.3173875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { color:#ff1e1e;display:block;width:40.18675rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:9.527587890625rem;height:3.575rem;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:29.0625rem;width:29.0625rem;top:10.45156288147rem;left:30.937501907349rem;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:60rem;height:27.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { color:#ffffff;display:block;width:56.6241875rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.3734378814698rem;left:1.4984378814698rem;height:21.7448125rem;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:60rem;height:30.1875rem;font-size:0.875rem;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:24.4375rem;width:24.4375rem;top:1.9242191314698rem;left:35.46249961853rem;overflow:hidden;display:block; }
#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { color:#594ad1;display:block;width:34.1875rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5117282867431rem;left:0.77421951293944rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
#yh30vIt2LvesTexImS8VqRKS1D3wHksa { box-sizing:content-box;height:17.6875rem;width:34.125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:6.2484397888184rem;left:0.58671951293945rem;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:60rem;height:43.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { color:#594ad1;display:block;width:56.6234375rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.6226563453675rem;left:2.5609378814698rem;height:25.400375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:not(:first-child){ padding-top:0.3125rem;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:56.6234375rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.796875rem;left:2.5609378814698rem;height:2.71875rem;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:60rem;height:45.375rem;font-size:0.875rem;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.5rem;left:5.53125rem;display:block; }
#Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block;position:absolute;top:50%;left:0rem;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.499219417572rem;left:32.97421836853rem;display:block; }
#KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.9984288215638rem;left:4.125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { color:#ffffff;display:block;width:27rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.703115940094rem;left:31.16171836853rem;height:7.03125rem;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:0.125rem solid #594ad1;border-left:0.125rem solid #594ad1;border-right:0.125rem solid #594ad1;border-bottom:0.125rem solid #594ad1;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:13.625rem;width:14.0625rem;top:27.560156345367rem;left:6.9929695129394rem;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:0.125rem solid #2778b8;border-left:0.125rem solid #2778b8;border-right:0.125rem solid #2778b8;border-bottom:0.125rem solid #2778b8;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:13.625rem;width:14.6875rem;top:27.559376239777rem;left:36.571092605591rem;display:block; }#nASbvubZngRLTUT3JTL80mlFZXMOgsn5.adaptive-delivery-prevent-bg, #nASbvubZngRLTUT3JTL80mlFZXMOgsn5.lazyload, #nASbvubZngRLTUT3JTL80mlFZXMOgsn5.lazyloading { background-image: none; }
#V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.148437976837rem;left:7.875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#XbuimbP6friJUe5v7NaemcU1I9RvOh2n { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.147655963897rem;left:35.72421836853rem;height:2.6001rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:41.25rem;height:;top:8.9375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:26.875rem;height:;top:20.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTN45JU7fGx7qoO7iGSZuWT1qnqyF3T { width:6.6875rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8S1ln2nq9XMUJDiVeFex9tmOult0XiL { width:5.0625rem;height:4.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFmEfIMUi84JreG634p5Uawl3BbfeNls { width:20rem;height:24.0625rem;top:6.875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { width:30.5rem;height:5.625rem;top:31.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:33.4375rem;height:27.8125rem;top:8.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:40.125rem;height:3.5625rem;top:2.25rem;left:3.40234375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhHaepz4uIrQ8K2CBnqynkJeoP0PCa1 { top:10.4375rem;left:18.6875rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { width:47.75rem;height:24.4375rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkBZwOHlS1QkPmMbvCH7IkuHtK9dUzpt { top:1.875rem;left:23.3125rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:34.1875rem;height:;top:6.5rem;left:0rem;font-size:1.6875rem;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
 }@media only screen and (max-width: 763px) { #yh30vIt2LvesTexImS8VqRKS1D3wHksa { top:6.1875rem;left:0rem;width:34.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:47.75rem;height:28.125rem;top:8.5625rem;left:0rem;font-size:1.125rem;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:47.75rem;height:2.6875rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { display:block; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxS2MsbOGBTLTMcpksT4XHPSkT80QdFE { width:17.1875rem;height:5rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block; }
 }@media only screen and (max-width: 763px) { #G5OZxRTV7L7zhnuJtznf74MvzCBN6XT2 { width:23.375rem;height:5rem;top:14.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block; }
 }@media only screen and (max-width: 763px) { #ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { width:20rem;height:4.6875rem;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { width:27rem;height:7rem;top:4.6875rem;left:20.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII { width:14.0625rem;height:13.625rem;top:27.5rem;left:0.86796951293944rem;display:block; }
 }@media only screen and (max-width: 763px) { #nASbvubZngRLTUT3JTL80mlFZXMOgsn5 { width:14.6875rem;height:13.625rem;top:27.5rem;left:30.446092605591rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { top:22.125rem;left:1.75rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbuimbP6friJUe5v7NaemcU1I9RvOh2n { top:22.125rem;left:29.59921836853rem;width:17.875rem;height:2.5625rem;font-size:2rem;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:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:20rem;height:2.6rem;top:12.49843788147rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:20rem;height:4.7125rem;top:19.272656440735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OCTN45JU7fGx7qoO7iGSZuWT1qnqyF3T { top:1.25rem;left:7.75rem;width:4.43671875rem;height:3.6859375rem;z-index:15007;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g8S1ln2nq9XMUJDiVeFex9tmOult0XiL { width:5.0625rem;height:4.125rem;top:4.6875rem;left:8.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LFmEfIMUi84JreG634p5Uawl3BbfeNls { width:14.0625rem;height:17.1875rem;top:25.298438072204rem;left:2.8687499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCiPRtlqpwpgKJ4R6UedD9VFI7LhEuac { width:20rem;height:4.3125rem;top:44.06093788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:20rem;height:26.25rem;top:10.324999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:20rem;height:5.19921875rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #wJhHaepz4uIrQ8K2CBnqynkJeoP0PCa1 { width:20rem;height:20rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdE4TpTOCvWQrOOIv11RaRNFXEKegPdR { width:20rem;height:23.625rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkBZwOHlS1QkPmMbvCH7IkuHtK9dUzpt { width:20rem;height:20rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:20rem;height:17.28125rem;top:4.0187501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX li:before{  }
 }@media only screen and (max-width: 763px) { #yh30vIt2LvesTexImS8VqRKS1D3wHksa { width:20rem;height:16.375rem;top:3.703125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:20rem;height:33rem;top:8.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;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:20rem;height:6.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTV9ufDMIJtCn6zra8R40VSULq2tyxG { display:block; }#tQTV9ufDMIJtCn6zra8R40VSULq2tyxG > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxS2MsbOGBTLTMcpksT4XHPSkT80QdFE { width:17.1875rem;height:5rem;top:24.936718225479rem;left:1.8000000715256rem;font-size:1.125rem;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zBJCMRCydDRuXsElBT7kursvTzpuNV { display:block; }
 }@media only screen and (max-width: 763px) { #G5OZxRTV7L7zhnuJtznf74MvzCBN6XT2 { width:18rem;height:5rem;top:64.024999618531rem;left:1rem;font-size:1.125rem;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #KCToMCoEzIoslhHcE81wpNAPbpytix6m { display:block; }
 }@media only screen and (max-width: 763px) { #ufmiDaWuNLt1HUHmP541qkaalsAAxNLr { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxq4XZOnnuTqdh6FsWbmRSx4OmGizDZ { width:20rem;height:9.375rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFWqRQlQngscV2ltCdRWQg4NmhmlGII { width:14.375rem;height:13.625rem;top:6.496874809265rem;left:2.7124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nASbvubZngRLTUT3JTL80mlFZXMOgsn5 { width:14.8125rem;height:13.625rem;top:42.8125rem;left:2.4937499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sptqxTyWA5NRdAS1842vWbs7CGQRTn { width:12.5rem;height:2.6rem;top:21.312500238419rem;left:3.7499998807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbuimbP6friJUe5v7NaemcU1I9RvOh2n { width:17.875rem;height:2.6rem;top:58.72500038147rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }