.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/aa7b4d6e-ec7c-4065-81d3-b13a450a2bc2/medytacjevata.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91.adaptive-delivery-prevent-bg, #l7EN8I6xcswiy09tGWbuMT2VufZZtv91.lazyload, #l7EN8I6xcswiy09tGWbuMT2VufZZtv91.lazyloading { background-image: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { background-color: transparent; background-image: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container > .video-iframe-container { display: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row > .video-iframe-container { display: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .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); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { border-width: 0; border-radius: 0; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZTnIdkhMTPaIBWbZP28rMmH7QF2xTCX3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.375rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.8125rem;left:54.2412109375rem;overflow:hidden;display:block; }
#mZdX2o2CZqhGAA11WKpOC2G1KwV9hIRT { color:#4790ae;display:block;width:34.8125rem;position:absolute;font-family:"josefin sans";font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:39.0224609375rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RslTnvV3vapHNLsA1RKsEDo0gTQAD8F2 { position:absolute;display:block;z-index:15011;background-color:#4790ae;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:26.970703125rem;left:43.8994140625rem;display:block; }
#EcvAIRUp0RkypDXv3LFl2B8EdNVofb9O { color:#ffffff;display:block;width:26.4984375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:44.554689407349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNERUaVibTlcDyvOzmGEIFbmRPDmyN9B { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.5rem;left:46.4287109375rem;display:block; }
#p10HrgkgT47y1FIp5PyCIgs5MKVf5XaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuiHCtg6WUqqpbm2SnT5HDqiZTdC0KCN { box-sizing:content-box;height:14.0625rem;width:64.1875rem;position:absolute;display:block;z-index:15000;background-color:#8adcff;background-image:none;top:49.1875rem;left:5.4375rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#r1WcT8smkpSDaLNPQNUAKR5Agf3q4pyV { color:#4790ae;display:block;width:64rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:51.8125rem;left:5.625rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmNHG8PkDI3evHy5TWrd5f3umCR6uXDe { 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:20.8125rem;width:31.25rem;display:none; }
#riKlLeI4pnuAVanHISDH5EJCzLvmpeQu { color:#4790ae;display:block;width:25.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:28.25rem;left:43.6787109375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhqFxt7H0wy1O751A2Nb8VTMS7CU6MCv { box-sizing:content-box;height:5.9375rem;width:40.375rem;position:absolute;display:block;z-index:15004;background-color:#f39c12;background-image:none;top:1.1875rem;left:34.625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#ST1gVhcKX4TmaEXmd2aBpKKQkOBXBIav { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:37.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbeffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container { background-color: transparent; background-image: none; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container > .video-iframe-container { display: none; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row > .video-iframe-container { display: none; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .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); }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container { border-width: 0; border-radius: 0; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#qT8eZtByxHqp3HfurG5JpwqhCzK2ptio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:19.625rem;left:17.9375rem; }
#kLgJsyEhenvoCRePTg7NaEbPvbQ4mbKf { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.125001907349rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NL4VZC8eA65neH45vBoAmPI8phTnCctE { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.4375rem;left:17.90625rem;height:3.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gfZ5FZGOSXpFxrToWwPkFVSUqMThHef1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:26.0625rem;left:17.9375rem; }
#PhST4fduoMTpzWoLbu2TX9xczEO6Hz0U { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.875rem;left:22.125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZb7UlQJShr272PcZg7TRHbUyTTnQPMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:32.8125rem;left:17.9375rem; }
#bBD4RcqKJdwVJClITNz7Gznhxygdb6Ub { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.8125rem;left:22.125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff3f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container { background-color: transparent; background-image: none; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container > .video-iframe-container { display: none; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row > .video-iframe-container { display: none; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .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); }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container { border-width: 0; border-radius: 0; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#SL7gQvPkOtRH0Py6TVd3UHRdVMwwBv5L { position:absolute;display:block;z-index:15009;background-color:#8adcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.5rem;width:23.75rem;top:6.6875rem;left:40.25rem;display:block; }
#gyu57HV4dzvg2ZxHBbGOlTqTkaqE4c9f { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.3125rem;width:24.375rem;top:5.875rem;left:39.875rem;display:block; }
#EkyLZnPqhiu0vKvAHNH5D7w1H1OdU6wv { color:#f4fcff;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:41.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAxiywOKy662AZK0onkXQ7lDkXXU0uhy { color:#47545a;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.3125rem;left:41.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uwmf9oqkJHhh6PwTCFiPQZILNy6TvcBb { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:27rem;left:10.8125rem;height:11.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ok3wBogTzWTP89Sw8ZDnPHN9ksnrZ2x0 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.615885375rem;height:4.240885375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:35.0625rem;left:42.8125rem;display:block; }
#fowiJxJCH1gPooAuJRCth4gU1FRoTXnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDHhk7X9KK8oKXoHLOtVHRslFDnUTWZM { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:20.9375rem;left:42.75rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vttF7tVgTQUGpGyFBHawNCaTbolk04qO { color:#4bae16;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:30rem;left:42.75rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DF5Qy6LsC2BJoPgWcR2uTbwz6OUFoaL5 { color:#47545a;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:40.0625rem;left:43.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpD3CAxuXBiBqCuQC3bkIeZSUDR1aORd { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:27.4375rem;left:42.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IVPzVCHboyTd4hCAsHoOwpbsyUlcnJ9p { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:23.125rem;left:42.75rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#p1W8WeCHKMCBETw4E7Go3iKS6VHv0kKw { color:#ba8f68;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:10.8125rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbeffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container { background-color: transparent; background-image: none; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container > .video-iframe-container { display: none; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row > .video-iframe-container { display: none; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .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); }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container { border-width: 0; border-radius: 0; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#wsqKEv6kURNFDRqO5Tst3zBq9M9vG70M { box-sizing:content-box;height:11.25rem;width:47.625rem;position:absolute;display:block;z-index:15001;background-color:#8adcff;background-image:none;top:1.1875114440918rem;left:13.11171913147rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#acUeTgcCvpTsk6THfwuclBrRDn3NzFWo { color:#4790ae;display:block;width:64rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9687614440918rem;left:4rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbeffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container { background-color: transparent; background-image: none; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container > .video-iframe-container { display: none; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row > .video-iframe-container { display: none; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .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); }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container { border-width: 0; border-radius: 0; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#Ue6i2xfF8QSQsrTt68VHy2RP3JdfBwsT { color:#ba8f68;display:block;width:37.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:0.3125rem;left:37.4375rem;height:27.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7BUnDu9rcztUvH0XeTF4FLFp5XogsOd { color:#ba8f68;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:0.3125rem;left:6.3125rem;height:25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p8TbQZzPVPiODD0Cyfc0z0uR2RBXFOXv { box-sizing:content-box;height:14.0625rem;width:64.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffd3d9;background-image:none;top:41.22917175293rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#E9991Txx4B2DVgmxsMtIzhdEgAIwah44 { color:#ef5a6f;display:block;width:64rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:44.354164123535rem;left:5.5rem;height:8.833333rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/a7ee9d18-500c-4ce2-b4ba-48b1403a3d7b/KluczedobalansowaniaVaty.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.adaptive-delivery-prevent-bg, #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.lazyload, #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.lazyloading { background-image: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { background-color: transparent; background-image: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .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); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { border-width: 0; border-radius: 0; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#FT1nV7eCu0Wfr7D3v803MMTWmpmfU7Vd { display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.125rem;left:42.5625rem;height:5.625rem;color:#4790ae;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LAIDRGAhgng5kHrWVvAqzgonvpCQUkUv { display:block;width:31.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:17.125rem;left:42.5625rem;height:27.625rem;color:#4790ae;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wS2PLCVzEuR16Urgc89h2gG99ROlrR3W { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uSi69hBJePAW43kfWlx2DLBoERrwz6fR { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5625rem;left:42.5625rem;height:2.8125rem;color:#4790ae;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNVnOqGFthMfOig79HQnNzIZCWrelAz8 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GvZ6GZ4VmE5sV09MeHOPDFf7lFeW2Fmc { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xy4eetasTOPt5TDTZ3PAHw3tK3tCnfcA { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#EeyTwyREbI2snx1emIufBeqTWh8D0R0X { 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:43.75rem;width:43.75rem;display:none; }
#iZs1W1QIIfG0KH7QT6Hi76NsKTda0LAu { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#baclFvxdUQgFqZut6VQnutaBB7dnTte0 { 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:31.25rem;width:31.25rem;display:none; }
#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbeffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { background-color: transparent; background-image: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container > .video-iframe-container { display: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row > .video-iframe-container { display: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .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); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { border-width: 0; border-radius: 0; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#AHM4hWOxnJNQ0hP1IqATh9Q53Sif3IrM { color:#4790ae;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:5.4375rem;height:3.875rem;font-style:normal;display:block; }
#Jvbc3QcSXAFpZViKRLtTbTLOnfyHxhxo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3216552734375rem;left:33.291667938233rem;overflow:hidden;display:block; }
#bAZVMUJo46agxJ078HpqAMFqJQd9v3qD { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:60.270835876465rem;overflow:hidden;display:block; }
#MTpRCUvO0rp7qSbTRBDRCbgalSLgLB26 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:52.0625rem;overflow:hidden;display:block; }
#CJiBR7iQaXccvxf1cMR61mVdQp8GgaX3 { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:22.9375rem;overflow:hidden;display:block; }
#quW9pvBmmL0UwAZp7P4LfSnElK7LwlAA { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:43.583335876465rem;overflow:hidden;display:block; }
#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbeffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container { background-color: transparent; background-image: none; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container > .video-iframe-container { display: none; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row > .video-iframe-container { display: none; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .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); }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container { border-width: 0; border-radius: 0; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#NCTTFmeM5bVq0Qs8Tbg5Lta76M6aOqLC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#TLrkOTv8HKpvVTmB5t36THI1L2c47n2m { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac8f763d-0c40-4808-8cdc-e8167bc054ed/_Zdjciegwnenastronzapisucz24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#FdPiTTFW0hHJGEe1RTNkXifrIRwQQbNr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:53.6875rem;overflow:hidden;display:block; }
#p0TFQZO3eQDexkdTa69lDTXzmgH29BKE { color:#ffffff;display:block;width:30.68619725rem;position:absolute;font-family:"josefin sans";font-size:5.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:42.5625rem;height:14.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0FiHuiapdhgbVPxx4WHA93FpX0Rblyv { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:34.125rem;left:45.375rem;display:block; }
#KHu1SzeiOrQsTlCFBoAVVCUrTD6kxp9l { color:#ffffff;display:block;width:26.49869725rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.5625rem;left:44.6875rem;height:13.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOJ5tSR7gT6KJTwTvMV25PxwJ5qWvDuh { 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:31.25rem;width:31.25rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #l7EN8I6xcswiy09tGWbuMT2VufZZtv91 { display:block; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZTnIdkhMTPaIBWbZP28rMmH7QF2xTCX3 { width:3.125rem;height:3.375rem;top:2.6875001490116rem;left:36.093752264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZdX2o2CZqhGAA11WKpOC2G1KwV9hIRT { width:20.1875rem;height:6.5rem;top:7.6549482345581rem;left:27.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RslTnvV3vapHNLsA1RKsEDo0gTQAD8F2 { width:16.2473965rem;height:0.1236979375rem;top:14.84375rem;left:29.532552719116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcvAIRUp0RkypDXv3LFl2B8EdNVofb9O { width:16.5625rem;height:1.625rem;top:16.302083969116rem;left:29.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNERUaVibTlcDyvOzmGEIFbmRPDmyN9B { width:16.25rem;height:3.75rem;top:23.875rem;left:29.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p10HrgkgT47y1FIp5PyCIgs5MKVf5XaF { display:block; }
 }@media only screen and (max-width: 1199px) { #WuiHCtg6WUqqpbm2SnT5HDqiZTdC0KCN { width:40.625rem;height:12.1875rem;top:30.0625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1WcT8smkpSDaLNPQNUAKR5Agf3q4pyV { width:35.1875rem;height:5.6875rem;top:32.760417938233rem;left:6.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmNHG8PkDI3evHy5TWrd5f3umCR6uXDe { width:31.25rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #riKlLeI4pnuAVanHISDH5EJCzLvmpeQu { width:16.5625rem;height:4.5rem;top:17.020313650369rem;left:28.672657370567rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhqFxt7H0wy1O751A2Nb8VTMS7CU6MCv { width:40.625rem;height:8.75rem;top:0.6875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ST1gVhcKX4TmaEXmd2aBpKKQkOBXBIav { width:35.1875rem;height:2.84375rem;top:3.8226537704467rem;left:6.2812498807906rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO { display:block; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qT8eZtByxHqp3HfurG5JpwqhCzK2ptio { width:3.125rem;height:3.125rem;top:14.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLgJsyEhenvoCRePTg7NaEbPvbQ4mbKf { width:17.5rem;height:4.14375rem;top:14.75rem;left:16.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NL4VZC8eA65neH45vBoAmPI8phTnCctE { width:22.4375rem;height:2.03125rem;top:10.625rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfZ5FZGOSXpFxrToWwPkFVSUqMThHef1 { width:3.125rem;height:3.125rem;top:22rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhST4fduoMTpzWoLbu2TX9xczEO6Hz0U { width:17.5rem;height:2.7625rem;top:22.25rem;left:16.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZb7UlQJShr272PcZg7TRHbUyTTnQPMK { width:3.125rem;height:3.125rem;top:28.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBD4RcqKJdwVJClITNz7Gznhxygdb6Ub { width:17.5rem;height:2.7625rem;top:27.9375rem;left:16.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZi5gr26FBwV9vw9kfo0hB1L0zs090hA { display:block; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container { width:47.75rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SL7gQvPkOtRH0Py6TVd3UHRdVMwwBv5L { width:20.625rem;height:6.1875rem;top:2.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyu57HV4dzvg2ZxHBbGOlTqTkaqE4c9f { width:21.875rem;height:27.4375rem;top:1.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkyLZnPqhiu0vKvAHNH5D7w1H1OdU6wv { width:22rem;height:4.0625rem;top:3.9375rem;left:24rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAxiywOKy662AZK0onkXQ7lDkXXU0uhy { width:18.75rem;height:2.03125rem;top:10.125rem;left:25.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uwmf9oqkJHhh6PwTCFiPQZILNy6TvcBb { width:20.4375rem;height:11.7rem;top:16.82421875rem;left:2.9791667461395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ok3wBogTzWTP89Sw8ZDnPHN9ksnrZ2x0 { width:17.365885375rem;height:3.240885375rem;top:24.5625rem;left:26.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fowiJxJCH1gPooAuJRCth4gU1FRoTXnq { display:block; }
 }@media only screen and (max-width: 1199px) { #rDHhk7X9KK8oKXoHLOtVHRslFDnUTWZM { width:15.625rem;height:2.0625rem;top:13.375rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vttF7tVgTQUGpGyFBHawNCaTbolk04qO { width:15.625rem;height:2.8125rem;top:21.5625rem;left:27.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DF5Qy6LsC2BJoPgWcR2uTbwz6OUFoaL5 { width:18.75rem;height:1.4625rem;top:8.75rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EpD3CAxuXBiBqCuQC3bkIeZSUDR1aORd { width:15.625rem;height:2.8125rem;top:18.8125rem;left:27.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVPzVCHboyTd4hCAsHoOwpbsyUlcnJ9p { width:15.625rem;height:2.0625rem;top:15.375rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1W8WeCHKMCBETw4E7Go3iKS6VHv0kKw { width:14.1875rem;height:4.875rem;top:10.625rem;left:2.9791667461395rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 { display:block; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container { width:47.75rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wsqKEv6kURNFDRqO5Tst3zBq9M9vG70M { width:40.625rem;height:8.75rem;top:0.8750014305115rem;left:2.1554688215256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acUeTgcCvpTsk6THfwuclBrRDn3NzFWo { width:35.1875rem;height:4.875rem;top:1.9375rem;left:4.8749998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 { display:block; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ue6i2xfF8QSQsrTt68VHy2RP3JdfBwsT { width:43.746875rem;height:23.375rem;top:22.592189788818rem;left:3.5624998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7BUnDu9rcztUvH0XeTF4FLFp5XogsOd { width:40.1875rem;height:21.25rem;top:1.3424530029297rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8TbQZzPVPiODD0Cyfc0z0uR2RBXFOXv { width:47.75rem;height:14.0625rem;top:41.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E9991Txx4B2DVgmxsMtIzhdEgAIwah44 { width:35.1875rem;height:4rem;top:31.395833969116rem;left:6.28125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/aa7b4d6e-ec7c-4065-81d3-b13a450a2bc2/medytacjevata.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.adaptive-delivery-prevent-bg, #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.lazyload, #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo.lazyloading { background-image: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { background-color: transparent; background-image: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .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); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FT1nV7eCu0Wfr7D3v803MMTWmpmfU7Vd { width:25.75rem;height:4.6875rem;top:5.2487030029297rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAIDRGAhgng5kHrWVvAqzgonvpCQUkUv { width:25.9375rem;height:23.48125rem;top:11.329437255859rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wS2PLCVzEuR16Urgc89h2gG99ROlrR3W { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uSi69hBJePAW43kfWlx2DLBoERrwz6fR { width:25.75rem;height:2.25rem;top:2.4375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNVnOqGFthMfOig79HQnNzIZCWrelAz8 { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #GvZ6GZ4VmE5sV09MeHOPDFf7lFeW2Fmc { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xy4eetasTOPt5TDTZ3PAHw3tK3tCnfcA { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #EeyTwyREbI2snx1emIufBeqTWh8D0R0X { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iZs1W1QIIfG0KH7QT6Hi76NsKTda0LAu { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #baclFvxdUQgFqZut6VQnutaBB7dnTte0 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R { display:block; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AHM4hWOxnJNQ0hP1IqATh9Q53Sif3IrM { width:17.5rem;height:2.4375rem;top:2.2708435058594rem;left:15.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Jvbc3QcSXAFpZViKRLtTbTLOnfyHxhxo { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAZVMUJo46agxJ078HpqAMFqJQd9v3qD { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTpRCUvO0rp7qSbTRBDRCbgalSLgLB26 { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJiBR7iQaXccvxf1cMR61mVdQp8GgaX3 { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quW9pvBmmL0UwAZp7P4LfSnElK7LwlAA { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl { display:block; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NCTTFmeM5bVq0Qs8Tbg5Lta76M6aOqLC { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLrkOTv8HKpvVTmB5t36THI1L2c47n2m { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:34.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FdPiTTFW0hHJGEe1RTNkXifrIRwQQbNr { width:6.875rem;height:7.5rem;top:1.625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0TFQZO3eQDexkdTa69lDTXzmgH29BKE { width:20.1875rem;height:6.5rem;top:9.7174482345581rem;left:27.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0FiHuiapdhgbVPxx4WHA93FpX0Rblyv { width:16.2473965rem;height:0.1236979375rem;top:17.03125rem;left:29.407552719116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHu1SzeiOrQsTlCFBoAVVCUrTD6kxp9l { width:16.5625rem;height:1.583333375rem;top:18.75rem;left:29.552083969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOJ5tSR7gT6KJTwTvMV25PxwJ5qWvDuh { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7EN8I6xcswiy09tGWbuMT2VufZZtv91 { background-color:#cbeffb;background-image:none;display:block; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { background-color: transparent; background-image: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container > .video-iframe-container { display: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row > .video-iframe-container { display: none; }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .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); }#l7EN8I6xcswiy09tGWbuMT2VufZZtv91 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTnIdkhMTPaIBWbZP28rMmH7QF2xTCX3 { width:1.875rem;height:2rem;top:14.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZdX2o2CZqhGAA11WKpOC2G1KwV9hIRT { width:20rem;height:4.875rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RslTnvV3vapHNLsA1RKsEDo0gTQAD8F2 { width:16.25rem;height:0.125rem;top:26.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcvAIRUp0RkypDXv3LFl2B8EdNVofb9O { width:20rem;height:1.625rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNERUaVibTlcDyvOzmGEIFbmRPDmyN9B { width:16.25rem;height:3.75rem;top:33.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p10HrgkgT47y1FIp5PyCIgs5MKVf5XaF { display:block; }
 }@media only screen and (max-width: 763px) { #WuiHCtg6WUqqpbm2SnT5HDqiZTdC0KCN { width:20rem;height:6.5rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1WcT8smkpSDaLNPQNUAKR5Agf3q4pyV { width:20rem;height:3.5rem;top:40.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmNHG8PkDI3evHy5TWrd5f3umCR6uXDe { top:6.1875rem;left:0rem;width:20rem;height:13.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #riKlLeI4pnuAVanHISDH5EJCzLvmpeQu { width:16.5rem;height:4.5rem;top:27.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqFxt7H0wy1O751A2Nb8VTMS7CU6MCv { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1gVhcKX4TmaEXmd2aBpKKQkOBXBIav { width:15.5rem;height:3.375rem;top:0.84375rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO { display:block; }#I6vET8xmmAcUXTr4ucN7kElWKz9JKhJO > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT8eZtByxHqp3HfurG5JpwqhCzK2ptio { display:flex;width:2.3125rem;height:2.3125rem;top:5.6875rem;left:8.84375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #kLgJsyEhenvoCRePTg7NaEbPvbQ4mbKf { width:18.125rem;height:4.125rem;top:8.6666679382325rem;left:0.90625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NL4VZC8eA65neH45vBoAmPI8phTnCctE { width:20rem;height:1.75rem;top:2rem;left:0rem;font-size:1.375rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfZ5FZGOSXpFxrToWwPkFVSUqMThHef1 { display:flex;width:2.3125rem;height:2.3125rem;top:13.1875rem;left:8.84375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #PhST4fduoMTpzWoLbu2TX9xczEO6Hz0U { width:18.125rem;height:2.75rem;top:16.415367126465rem;left:0.90625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZb7UlQJShr272PcZg7TRHbUyTTnQPMK { display:flex;width:2.3125rem;height:2.3125rem;top:21.125rem;left:8.84375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #bBD4RcqKJdwVJClITNz7Gznhxygdb6Ub { width:18.125rem;height:2.75rem;top:25.12370300293rem;left:0.90625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZi5gr26FBwV9vw9kfo0hB1L0zs090hA { display:block; }#PZi5gr26FBwV9vw9kfo0hB1L0zs090hA > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL7gQvPkOtRH0Py6TVd3UHRdVMwwBv5L { width:17.5rem;height:7.5rem;top:7.9974060058594rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyu57HV4dzvg2ZxHBbGOlTqTkaqE4c9f { width:18.75rem;height:32.3125rem;top:7.23698425293rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkyLZnPqhiu0vKvAHNH5D7w1H1OdU6wv { width:17.5rem;height:4rem;top:9.7474060058594rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAxiywOKy662AZK0onkXQ7lDkXXU0uhy { width:20rem;height:2.4375rem;top:16.852874755859rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uwmf9oqkJHhh6PwTCFiPQZILNy6TvcBb { width:18.125rem;height:13.75rem;top:41.915374755859rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok3wBogTzWTP89Sw8ZDnPHN9ksnrZ2x0 { width:16.25rem;height:4.1875rem;top:33.665374755859rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowiJxJCH1gPooAuJRCth4gU1FRoTXnq { display:block; }
 }@media only screen and (max-width: 763px) { #rDHhk7X9KK8oKXoHLOtVHRslFDnUTWZM { width:18.75rem;height:2.0625rem;top:21.01823425293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vttF7tVgTQUGpGyFBHawNCaTbolk04qO { width:18.75rem;height:3rem;top:29.235687255859rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF5Qy6LsC2BJoPgWcR2uTbwz6OUFoaL5 { width:20rem;height:1.4375rem;top:28.5901694375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpD3CAxuXBiBqCuQC3bkIeZSUDR1aORd { width:18.75rem;height:2.4375rem;top:26.81901550293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVPzVCHboyTd4hCAsHoOwpbsyUlcnJ9p { width:18.75rem;height:2.0625rem;top:23.01823425293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1W8WeCHKMCBETw4E7Go3iKS6VHv0kKw { width:20rem;height:4rem;top:2.2083435058594rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 { display:none; }#Rp7OORTBPmgtBx3aAax0vorsxgxAXv67 > .row .container { width:20rem;height:2.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wsqKEv6kURNFDRqO5Tst3zBq9M9vG70M { width:20rem;height:8.1875rem;top:30.84245300293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #acUeTgcCvpTsk6THfwuclBrRDn3NzFWo { width:20rem;height:0;top:32.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 { display:block; }#b2p21GMEWB9WWn4Mp9oFAbzAfr9s8UO7 > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue6i2xfF8QSQsrTt68VHy2RP3JdfBwsT { width:18.125rem;height:32rem;top:37.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7BUnDu9rcztUvH0XeTF4FLFp5XogsOd { width:18.125rem;height:26rem;top:10.5rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8TbQZzPVPiODD0Cyfc0z0uR2RBXFOXv { width:20rem;height:6.8125rem;top:2.2799530029297rem;left:0rem;z-index:15002;background-color:#8adcff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E9991Txx4B2DVgmxsMtIzhdEgAIwah44 { width:20rem;height:3.5rem;top:3.76953125rem;left:0rem;font-size:1.375rem;z-index:15010;color:#4790ae;display:block; }
 }@media only screen and (max-width: 763px) { #pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo { background-color:#4790ae;background-image:none;display:block; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { background-color: transparent; background-image: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row > .video-iframe-container { display: none; }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .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); }#pwLBGbIXd2Xd7awiCNtEHPTz1vwiJiBo > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT1nV7eCu0Wfr7D3v803MMTWmpmfU7Vd { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAIDRGAhgng5kHrWVvAqzgonvpCQUkUv { width:18.125rem;height:33.25rem;top:33.125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wS2PLCVzEuR16Urgc89h2gG99ROlrR3W { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uSi69hBJePAW43kfWlx2DLBoERrwz6fR { width:20rem;height:1.75rem;top:23.255218505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bNVnOqGFthMfOig79HQnNzIZCWrelAz8 { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #GvZ6GZ4VmE5sV09MeHOPDFf7lFeW2Fmc { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #xy4eetasTOPt5TDTZ3PAHw3tK3tCnfcA { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #EeyTwyREbI2snx1emIufBeqTWh8D0R0X { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iZs1W1QIIfG0KH7QT6Hi76NsKTda0LAu { width:18.75rem;height:5.625rem;top:25.848968505859rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #baclFvxdUQgFqZut6VQnutaBB7dnTte0 { top:2.125rem;left:0rem;width:20rem;height:20rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R { background-color:#cbeffb;background-image:none;display:block; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { background-color: transparent; background-image: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container > .video-iframe-container { display: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row > .video-iframe-container { display: none; }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .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); }#xkH6PVW5wwPuEb9xfEShMiCGF4q8oO0R > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHM4hWOxnJNQ0hP1IqATh9Q53Sif3IrM { width:12.5rem;height:1.75rem;top:2.1458129882812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvbc3QcSXAFpZViKRLtTbTLOnfyHxhxo { width:5.625rem;height:2.125rem;top:5.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZVMUJo46agxJ078HpqAMFqJQd9v3qD { width:5.625rem;height:5.625rem;top:3.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpRCUvO0rp7qSbTRBDRCbgalSLgLB26 { width:5.625rem;height:5.625rem;top:3.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJiBR7iQaXccvxf1cMR61mVdQp8GgaX3 { width:5.125rem;height:5.125rem;top:7.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quW9pvBmmL0UwAZp7P4LfSnElK7LwlAA { width:5.125rem;height:5.125rem;top:7.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl { display:block; }#lks1fI0LWFBWT0u9iEE3qDCCAro2Fuvl > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCTTFmeM5bVq0Qs8Tbg5Lta76M6aOqLC { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLrkOTv8HKpvVTmB5t36THI1L2c47n2m { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57e9fc3c-f943-48f3-bde1-eb30ca19be15/19.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FdPiTTFW0hHJGEe1RTNkXifrIRwQQbNr { width:3.4375rem;height:3.75rem;top:1.4375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TFQZO3eQDexkdTa69lDTXzmgH29BKE { width:20rem;height:4.8333335rem;top:28.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0FiHuiapdhgbVPxx4WHA93FpX0Rblyv { width:16.25rem;height:0.0625rem;top:33.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHu1SzeiOrQsTlCFBoAVVCUrTD6kxp9l { width:20rem;height:1.583333375rem;top:35.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOJ5tSR7gT6KJTwTvMV25PxwJ5qWvDuh { top:6.6875rem;left:0rem;width:20rem;height:20rem;z-index:15022;overflow:hidden;display:block; }
 }