.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:249,219,230;--color-primary-1:238,148,179;--color-primary-2:226,77,129;--color-primary-3:219,32,97;--color-primary-4:176,15,135;--color-secondary-0:224,242,217;--color-secondary-1:153,212,128;--color-secondary-2:51,169,0;--color-secondary-3:26,85,0;--color-secondary-4:8,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:206,198,198;--color-tertiary-2:174,160,160;--color-tertiary-3:104,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);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); }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(14,136,229,0.08);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; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container { background-color: transparent; background-image: none; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container > .video-iframe-container { display: none; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row > .video-iframe-container { display: none; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .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); }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container { border-width: 0; border-radius: 0; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#I039c1buWLkwxsHA35IOAZeXUlhs9GDh { 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:2.93728125rem;width:11.1870625rem;top:0.56206601858139rem;left:0.56966400146484rem;overflow:hidden;display:block; }
#nVrTqyulzgepdnhEhw17FOadHDBr04F8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:0.83203125rem;left:15.1826171875rem;height:2.39800625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9AaGiD0OFF6FQ6bON9EAcQZ3mD9bLOu { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3744375rem;height:2.2497125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.9056713581085rem;left:46.059030532837rem;display:block; }
#feU8MkowgtvJkpPcN4DCr9BzsuCJsgXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW { position:relative;z-index:auto;display:block; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW { background-color: transparent; background-image: none; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container > .video-iframe-container { display: none; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row > .video-iframe-container { display: none; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .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); }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW { border-width: 0; border-radius: 0; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#avqlAdZHUU1KGduLCSJSlNC4znENTOl7 { 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:4.375rem;width:12.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#H7BddngPrA0kPO8TCIXBfTFBSlHChz81 { z-index:15004;top:0.40625rem;left:45.718750953674rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NsoaTBTbeNEHu6t24znk0s9ykR17R4Q2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URfWUSztqVEpan3abMGZq9infJoabipP { background-color:rgba(var(--color-tertiary-0),1);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:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5rem;left:13.875rem;display:block; }
#vUTz8TT7c0Q7CTz4fsIPcmIHc9un2lWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TV7eGvhiocIOGxolicvDDxA3pu7vlFEn { background-color:rgba(var(--color-tertiary-0),1);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:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5rem;left:22.40625rem;display:block; }
#xUWvuuvZmBpTKQHoZZDuycbcJimwwlIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMkCoaEZ3ROv71Ck6OPvdoZiP0AyiAht { background-color:rgba(var(--color-tertiary-0),1);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:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:35.21875rem;display:block; }
#Z33n4ydv7O9P5LaqrgT6xTPTTX652vx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kok98InvuHEGR4AtlDP3eo8HThgV5R0U { background-color:rgba(var(--color-tertiary-0),1);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:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:29.65625rem;display:block; }
#maDagFRTXK4m2xT7XTXSPVS3bCfZO2rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d420226e-ee82-4f9c-b271-eb5b4ffb2181/Szpital_2023_blefaroplastyka_banerLP_v02A_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.adaptive-delivery-prevent-bg, #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.lazyload, #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.lazyloading { background-image: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { background-color: transparent; background-image: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container > .video-iframe-container { display: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row > .video-iframe-container { display: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .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); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { border-width: 0; border-radius: 0; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp { position:relative;display:block; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp { background-color: transparent; background-image: none; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container > .video-iframe-container { display: none; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row > .video-iframe-container { display: none; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .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); }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp { border-width: 0; border-radius: 0; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.125rem;left:3.375rem;height:5.01301875rem;display:block; }#y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S li:before{  }
#OWzDlVPKPhsNsgTil4LLN2NwwoCsw6TH { color:rgba(var(--color-tertiary-4),1);display:block;width:45.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:5.5625rem;left:3.375rem;height:5.4003875rem;font-style:normal;display:block; }
#Udz5FgwbCNd9VNERhdpuR0kcdUnJ196x { color:rgba(var(--color-primary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:3.375rem;height:2.4375rem;font-style:normal;display:block; }
#DwTldfChpaSeq4ZHCTiMHzVFRNoGkQFN { color:rgba(var(--color-primary-4),1);display:block;width:45.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.375rem;height:2.4375rem;font-style:normal;display:block; }
#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP { position:relative;display:block; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP { background-color: transparent; background-image: none; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container > .video-iframe-container { display: none; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row > .video-iframe-container { display: none; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .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); }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP { border-width: 0; border-radius: 0; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-form-header {  }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:49.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.8125rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-button { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:49.8125rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:48.5625rem;overflow:hidden;font-style:normal;float:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-container:first-of-type{padding-top:0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-container:last-of-type{padding-bottom:0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.8424491882324rem;top:18.90234375rem;z-index:15017;position:absolute; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.8125rem;display:block;vertical-align:top; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM {display:block;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.8424491882324rem;top:18.90234375rem;z-index:15017;position:absolute; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HsOG7OhgubX18kUCC4wpxwpOJKIMqzFl { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #x5r2oRSQTgGs8nboJ6gvcOFDwhwX7dKb { position:relative;display:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kp9wWMMt1PKKM7AshoSOZa4EaATtGwqI { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TZ0iVFBcFT0o7sAJT6UwUIqEp1LXyr1b { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HhFzayidTi96WaWFTBnXSJuXOOX6322T { position:relative;display:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #flcRS4a3HcqaDu4lvcOzHpynrcuMtiBV { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #a9L1GVI7nfm7Og3xb8XhktNpF34STy6k { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #oiqwbz0Efe0LrL48Jvgvn19zkHvNIKrX { position:relative;display:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QZmaAdi1TvufRWml7X2UquaJy4TXK5OD { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TB5taWupGNRxOyOrKTDAmsCZtf3ABzom { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #wnERRIm41O67vfQmEEAkhJbDBQ9kJyTd { position:relative;display:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hkJG6aaq3NGqUB2XMVaNZqtFsiOpVAfR { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QxMMAwsabBbNv88KKiZ082PN7iNnrbXS { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #tgPUdUEETG8ykTfXxR62k69nX5q9cWe6 { position:relative;display:none; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #gtGxCfyrQzt6I2gpfb7nH1aAelLqugdE { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hrosZKAoIXQ43pX3DusuB0O19lavLLeh { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #bEtdy7G4kLk7MGmXwZW9daPTGQiMeA5Z { position:relative;z-index:2; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EGrdtq1r6QspZAONwMh4uaCFfuqlNMwt { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #rdqtDB9KZgdv9N3yiTH95wFNd2dbrT1N { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kbNtStQZTm4L6ITSGzuBZ3tcwF37BcSd { position:relative;z-index:2; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #klcNVyHWXKiUqMqWTkGT9DT3CQFbznKl { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #Et8idg5gnl5C1y6noayRcmHgT7T1hmTw { position:relative;z-index:15000; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #xk1c9Z3nUpx7V0ihaF74JQxS9c0CX6FB { position:relative;z-index:15000; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #fHSSIITMlIWn0tEbJRrhTbF8bCfhXOKf { position:relative; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EqxSgOuMm76BtlHhmVwX8NettInLKVql { position:relative; }
#eA6ZNqZNWFfww7vq6TdmATJS6aFG0VDH { color:#0f2c03;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947998046875rem;left:15.9375rem;height:5.6857625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MgpawxQnXKXEv2KNNGqOITlrdqSM2vpK { z-index:15005;top:10.322265625rem;left:19.593505859375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.8745125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vk9WXDsITrm4oKIKVcSTJE453tK85oQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVkNe8ZH3RknQ4DqAP0Dx21TuQlg0UHX { color:rgba(var(--color-tertiary-2),1);display:block;width:26.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0400390625rem;left:15.467529296875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container { background-color: transparent; background-image: none; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container > .video-iframe-container { display: none; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row > .video-iframe-container { display: none; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .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); }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container { border-width: 0; border-radius: 0; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1ac2f4d-0b19-478b-b86c-5b1a37136da1/240223_SESJABIZNES_0732.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;box-shadow: none;height:28.75rem;width:23.5rem;top:10.15625rem;left:1.25rem;display:block; }#ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5.adaptive-delivery-prevent-bg, #ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5.lazyload, #ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5.lazyloading { background-image: none; }
#ogzWWtzFHc3y6iXBtWJALSBG75u94weK { color:rgba(var(--color-primary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LErvgZ7aJ6D5R4Qob8N628IRJ8NPX20s { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:28.8125rem;height:21.1165375rem;text-align:left;text-align-last:left;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; }
#lBW1pZ8bVgCCRlcVsKr0mSsUQpBxTzR6 { color:#0f2c03;display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.65625rem;height:8.52864375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy { position:relative;display:block; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy { background-color: transparent; background-image: none; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container > .video-iframe-container { display: none; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row > .video-iframe-container { display: none; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .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); }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy { border-width: 0; border-radius: 0; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.21875rem;height:9.37175rem;display:block; }#NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 li:before{  }
#sDnuoxeZbPoiFNThEroT3U3LIn7f4k78 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.21875rem;left:3.15625rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#RxeBJd2lbOyF2LbPn02qcKW0EVZR4h6g { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV { position:relative;display:block; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV { background-color: transparent; background-image: none; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container > .video-iframe-container { display: none; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row > .video-iframe-container { display: none; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .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); }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV { border-width: 0; border-radius: 0; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VDTXzssawce15KkafIRd6zsePNz10XHJ { color:rgba(var(--color-primary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.109375rem;left:1.46875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 { position:relative;display:block; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 { background-color: transparent; background-image: none; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container > .video-iframe-container { display: none; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row > .video-iframe-container { display: none; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .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); }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 { border-width: 0; border-radius: 0; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G7vIGEUDzs7RdeXqCogcLqEizSN4ppUR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84375rem;left:3.09375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xRbHrgkeHQT1ehlow6edTS0vEaOT99KW { 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:15010;opacity:1;top:0rem;left:50.15625rem; }
#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 { position:relative;display:block; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 { background-color: transparent; background-image: none; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container > .video-iframe-container { display: none; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row > .video-iframe-container { display: none; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .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); }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 { border-width: 0; border-radius: 0; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ckJ0HQx6mZhQ32z4gAlzLrA1wtfDFuVi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4366326332093rem;left:3.1546583175659rem;height:6.497375rem;text-align:left;text-align-last:left;display:block; }
#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE { position:relative;display:block; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE { background-color: transparent; background-image: none; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container > .video-iframe-container { display: none; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row > .video-iframe-container { display: none; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .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); }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE { border-width: 0; border-radius: 0; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXWncPxMKyeVQNQZvt3Mz4y1RqtJJvkB { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.03125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kfh0ySR1U4TWqBHBzZ4d37KQlS2HPpKP { 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:15011;opacity:1;top:0rem;left:50.15625rem; }
#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 { position:relative;display:block; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 { background-color: transparent; background-image: none; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container > .video-iframe-container { display: none; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row > .video-iframe-container { display: none; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .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); }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 { border-width: 0; border-radius: 0; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JwCqh8ZvQCPDgNEmVNX27c9lWdAB3iuP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.62571907043456rem;left:2.8421583175659rem;height:8.12175rem;text-align:left;text-align-last:left;display:block; }
#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq { position:relative;display:block; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq { background-color: transparent; background-image: none; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container > .video-iframe-container { display: none; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row > .video-iframe-container { display: none; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .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); }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq { border-width: 0; border-radius: 0; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#maq0GJpK2Rx5kdQWCuovO8lcm3pzvOVR { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8125rem;left:2.96875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJF5Pk05xegXVMIIUsLrLpnC2ZSxZerU { 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:15012;opacity:1;top:0rem;left:50.21875rem; }
#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 { position:relative;display:block; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 { background-color: transparent; background-image: none; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container > .video-iframe-container { display: none; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row > .video-iframe-container { display: none; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .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); }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 { border-width: 0; border-radius: 0; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N8lQ20BdwLVRiZuvPIuC9V2HhGUw1rhS { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.81163024902344rem;left:2.7799482345581rem;height:6.497375rem;text-align:left;text-align-last:left;display:block; }
#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK { position:relative;display:block; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK { background-color: transparent; background-image: none; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container > .video-iframe-container { display: none; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row > .video-iframe-container { display: none; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .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); }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK { border-width: 0; border-radius: 0; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M9CFNLrMr74rCxNano1OGpylt8ns8FJB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.96875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x5VWfP3RzK6zQJ9yUu6E0OT9RScsXAVQ { 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:15013;opacity:1;top:0rem;left:50.15625rem; }
#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma { position:relative;display:block; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma { background-color: transparent; background-image: none; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container > .video-iframe-container { display: none; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row > .video-iframe-container { display: none; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .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); }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma { border-width: 0; border-radius: 0; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gNJ5aT79iPNaqSMLwNUGFEUsnDpmQHr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3433151245118rem;left:2.4363422393799rem;height:4.87305rem;text-align:left;text-align-last:left;display:block; }
#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF { position:relative;display:block; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF { background-color: transparent; background-image: none; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container > .video-iframe-container { display: none; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row > .video-iframe-container { display: none; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .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); }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF { border-width: 0; border-radius: 0; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MxyUJFcoGVoQFwX0Qq508FmKGMVxouAc { color:rgba(var(--color-primary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.21875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLqzuztQKKbcdwKl0THw1oTfp3OnLFCS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.1875rem;left:25.5625rem;height:1.625rem;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;font-style:normal;display:block; }
#ERI426J0btaFlD4XzvWqi8TFchEaDIAz { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:3.65625rem;height:14.6191rem;text-align:left;text-align-last:left;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; }
#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 { position:relative;display:block; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 { background-color: transparent; background-image: none; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container > .video-iframe-container { display: none; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row > .video-iframe-container { display: none; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .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); }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 { border-width: 0; border-radius: 0; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:212.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yCTgXMSImCn7GTNfoXgEe9R5mOzoHc6y { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRb2J2aoiC2WcnxC4hVAkwubmFzOUs0u { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.0625rem;height:14.61915rem;text-align:left;text-align-last:left;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; }
#pks5TqnLLoQxXfH3Tkal4dH2FTzhfNa5 { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FC4Of8TmNAtT2hTFKAV8elyTLXaApX23 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.625rem;left:2.75rem;height:14.61915rem;text-align:left;text-align-last:left;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; }
#dduseg0lviRSHyuFEeWVZDQ6Stl619ut { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXCNsclH6TVzQlLyuK78hPXtTg6F1hM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.0625rem;height:27.613925rem;text-align:left;text-align-last:left;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; }
#xssUqR04e8wRdNqTrMkNDEk5bkGGgg75 { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:76.125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7nq5UTlxEw5T6KopXdiWZTJrpoHMo2U { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:80.875rem;left:3.0625rem;height:12.9947875rem;text-align:left;text-align-last:left;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; }
#I5KBwXkKBs6ffS7fcpqqHIytPOpadIVJ { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:93.875rem;left:0.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpG12T07yLTBFs2G0k9hGed1BXTMH7Fm { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:97.625rem;left:3.0625rem;height:12.9948125rem;text-align:left;text-align-last:left;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; }
#OXFEneyynrK0XwFkmUenqVww0wVpe2Pq { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:112.75rem;left:0.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyM6krVnJ2likbTe9kPAmMcWdl4ELWRu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:117.25rem;left:3.65625rem;height:69.847025rem;text-align:left;text-align-last:left;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; }
#TfeytMI1y47n3WmU7ZExJdU1fsnwd5vT { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:189.125rem;left:0.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CV2wSSzKTOEDvTgUl5TGwF0JFdh3Toeq { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:192.625rem;left:3.0625rem;height:9.746125rem;text-align:left;text-align-last:left;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; }
#Qh0FklTplIPeFsy8NFs3UnLecuwTSnz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:204.125rem;left:3.0625rem;height:7.15278125rem;text-align:left;text-align-last:left;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; }
#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(14,136,229,0.08);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; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container { background-color: transparent; background-image: none; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container > .video-iframe-container { display: none; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row > .video-iframe-container { display: none; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .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); }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container { border-width: 0; border-radius: 0; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#fdU6wJMEiK7Z7a8LT1CMiBNy8WgsOrlS { 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:2.37413125rem;width:9.561625rem;top:3.1879348754883rem;left:0rem;overflow:hidden;display:block; }
#OZbeEmfbTaTiaVfHDae9D1EXALLAGsVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:3.5494785308838rem;left:9.560546875rem;height:1.69921875rem;font-style:normal;display:block; }
#FSsL3U3UxtiIFWqwmeSCBs0T745eysA8 { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.4580078125rem;left:9.560546875rem;display:block; }
#Pp3ig0yGGZcTynrX76f7iAU49HwmBv8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTKRLNyKh72FWBb4ulQhqulcxwwPWm0P { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:7.1728515625rem;left:2.431640625rem;height:5.09765625rem;font-style:normal;display:block; }
#AKZJdbQZ8Akvu09ut5qPOukFN2oLrn4a { position:absolute;display:block;z-index:15023;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:17.6875rem;width:29.625rem;top:0rem;left:30.375001907349rem;overflow:hidden;display:block; }
#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu { position:relative;display:block; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu { background-color: transparent; background-image: none; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container > .video-iframe-container { display: none; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row > .video-iframe-container { display: none; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .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); }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu { border-width: 0; border-radius: 0; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L2LTI5rSkeVVgRpwTzLAEsLPhteeiDyR { color:rgba(var(--color-primary-4),1);display:block;width:58.061375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.76749801635744rem;left:0.96788120269775rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBJrsTKFOp48EvOeWhQRFuNDEwm6mZZ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.436375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8100433349609rem;left:7.8117771148681rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87603177-6421-4375-bba5-cc5d3ad5e8e6/Szpital_LP_Operacje_brzucha_mapka_z_punktorem.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.adaptive-delivery-prevent-bg, #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.lazyload, #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.lazyloading { background-image: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { background-color: transparent; background-image: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container > .video-iframe-container { display: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container { display: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .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); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { border-width: 0; border-radius: 0; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#xGaUFs4WLFSkqzaQeSCyn7vdvK472znd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:23.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#l6Rg4P8EPGqSQlhsW6aaaF4Sc7qIkeMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container { background-color: transparent; background-image: none; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container > .video-iframe-container { display: none; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row > .video-iframe-container { display: none; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .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); }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container { border-width: 0; border-radius: 0; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#vQcOD4ekAcnUxeb9nl1HTCRGF0AwbHL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.056640625rem;left:32.187500953674rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuBdmLuZd20wqISv3igf44WvNFAdkgBl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.45703125rem;left:17.000000953674rem;height:8.398425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmE5ZlwAoDKS5iwogw72z6DSs1cW4pxy { 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:4.5rem;width:13rem;top:3.40625rem;left:1.767578125rem;overflow:hidden;display:block; }
#FuuCwKIABbEe2dk50BI0IMKgdtTkPmXv { z-index:15004;top:2.869140625rem;left:17.3125rem;background-color:rgba(var(--color-secondary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fCBa54onPwUMcCJnvorszE0WBxoPKvTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8teEJqn0BdSXmCRnXGCCCelV2VaD7Kw { background-color:rgba(var(--color-secondary-2),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.6875rem;left:49.96875rem;display:block; }
#NgqrwGTUManBX5BWBwiMuBsiunlqMo5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8EQ94vJCcmXowy4ueeGMwGOaZPh4KTm { background-color:rgba(var(--color-secondary-2),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.880859375rem;left:47.1875rem;display:block; }
#X4S3CsA5Dx0Bu9U5xvs2gUH2HlzJdcS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx { display:block; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I039c1buWLkwxsHA35IOAZeXUlhs9GDh { top:0.5rem;left:0rem;width:11.125rem;height:2.9209860860481rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVrTqyulzgepdnhEhw17FOadHDBr04F8 { top:0.8125rem;left:9.0576171875rem;width:27.375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AaGiD0OFF6FQ6bON9EAcQZ3mD9bLOu { width:11.3125rem;height:2.1875rem;top:0.875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feU8MkowgtvJkpPcN4DCr9BzsuCJsgXu { display:block; }
 }@media only screen and (max-width: 763px) { #agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW { display:block; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avqlAdZHUU1KGduLCSJSlNC4znENTOl7 { top:0rem;left:0rem;width:12.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7BddngPrA0kPO8TCIXBfTFBSlHChz81 { top:0.375rem;left:33.875rem;width:13.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsoaTBTbeNEHu6t24znk0s9ykR17R4Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #URfWUSztqVEpan3abMGZq9infJoabipP { width:10.5rem;height:3.4375rem;top:0.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTz8TT7c0Q7CTz4fsIPcmIHc9un2lWT { display:block; }
 }@media only screen and (max-width: 763px) { #TV7eGvhiocIOGxolicvDDxA3pu7vlFEn { width:7.9375rem;height:3.4375rem;top:0.5rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUWvuuvZmBpTKQHoZZDuycbcJimwwlIe { display:block; }
 }@media only screen and (max-width: 763px) { #NMkCoaEZ3ROv71Ck6OPvdoZiP0AyiAht { width:10.5rem;height:3.4375rem;top:0.5rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33n4ydv7O9P5LaqrgT6xTPTTX652vx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Kok98InvuHEGR4AtlDP3eo8HThgV5R0U { width:7.0625rem;height:3.4375rem;top:0.5rem;left:23.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDagFRTXK4m2xT7XTXSPVS3bCfZO2rh { display:block; }
 }@media only screen and (max-width: 763px) { #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ { display:block; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp { display:block; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S { top:15.125rem;left:0rem;width:25rem;height:5rem;font-size:1.125rem;display:block; }#y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S li:before{  }
 }@media only screen and (max-width: 763px) { #OWzDlVPKPhsNsgTil4LLN2NwwoCsw6TH { top:5.5625rem;left:0rem;width:45.1875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udz5FgwbCNd9VNERhdpuR0kcdUnJ196x { top:11.9375rem;left:0rem;width:35.3125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTldfChpaSeq4ZHCTiMHzVFRNoGkQFN { top:3.125rem;left:0rem;width:45.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP { display:block; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM  { width:45.25rem;height:auto;top:18.875rem;left:0rem; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM {display:block;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM { width:45.25rem;height:auto;top:18.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HsOG7OhgubX18kUCC4wpxwpOJKIMqzFl {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #x5r2oRSQTgGs8nboJ6gvcOFDwhwX7dKb { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kp9wWMMt1PKKM7AshoSOZa4EaATtGwqI {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TZ0iVFBcFT0o7sAJT6UwUIqEp1LXyr1b {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HhFzayidTi96WaWFTBnXSJuXOOX6322T { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #flcRS4a3HcqaDu4lvcOzHpynrcuMtiBV {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #a9L1GVI7nfm7Og3xb8XhktNpF34STy6k {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #oiqwbz0Efe0LrL48Jvgvn19zkHvNIKrX { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QZmaAdi1TvufRWml7X2UquaJy4TXK5OD {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TB5taWupGNRxOyOrKTDAmsCZtf3ABzom {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #wnERRIm41O67vfQmEEAkhJbDBQ9kJyTd { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hkJG6aaq3NGqUB2XMVaNZqtFsiOpVAfR {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QxMMAwsabBbNv88KKiZ082PN7iNnrbXS {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #tgPUdUEETG8ykTfXxR62k69nX5q9cWe6 { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #gtGxCfyrQzt6I2gpfb7nH1aAelLqugdE {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hrosZKAoIXQ43pX3DusuB0O19lavLLeh {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #bEtdy7G4kLk7MGmXwZW9daPTGQiMeA5Z { z-index:2; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EGrdtq1r6QspZAONwMh4uaCFfuqlNMwt {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #rdqtDB9KZgdv9N3yiTH95wFNd2dbrT1N {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kbNtStQZTm4L6ITSGzuBZ3tcwF37BcSd { z-index:2; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #klcNVyHWXKiUqMqWTkGT9DT3CQFbznKl {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #Et8idg5gnl5C1y6noayRcmHgT7T1hmTw { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #xk1c9Z3nUpx7V0ihaF74JQxS9c0CX6FB { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #fHSSIITMlIWn0tEbJRrhTbF8bCfhXOKf {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EqxSgOuMm76BtlHhmVwX8NettInLKVql {  }
 }@media only screen and (max-width: 763px) { #eA6ZNqZNWFfww7vq6TdmATJS6aFG0VDH { top:2.9375rem;left:9.8125rem;width:28.125rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpawxQnXKXEv2KNNGqOITlrdqSM2vpK { top:10.3125rem;left:13.468505859375rem;width:18.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk9WXDsITrm4oKIKVcSTJE453tK85oQV { display:block; }
 }@media only screen and (max-width: 763px) { #uVkNe8ZH3RknQ4DqAP0Dx21TuQlg0UHX { top:16rem;left:9.342529296875rem;width:26.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 { display:block; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5 { top:10.125rem;left:0rem;width:23.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzWWtzFHc3y6iXBtWJALSBG75u94weK { top:10.875rem;left:12.4375rem;width:35.3125rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LErvgZ7aJ6D5R4Qob8N628IRJ8NPX20s { top:15.5625rem;left:21.5rem;width:26.25rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBW1pZ8bVgCCRlcVsKr0mSsUQpBxTzR6 { top:1.6875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy { display:block; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 { top:7.5rem;left:0rem;width:38.875rem;height:9.375rem;font-size:1.125rem;display:block; }#NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 li:before{  }
 }@media only screen and (max-width: 763px) { #sDnuoxeZbPoiFNThEroT3U3LIn7f4k78 { top:5.1875rem;left:0rem;width:36.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeBJd2lbOyF2LbPn02qcKW0EVZR4h6g { top:1.375rem;left:0rem;width:15rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV { display:block; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDTXzssawce15KkafIRd6zsePNz10XHJ { top:1.0625rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 { display:block; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7vIGEUDzs7RdeXqCogcLqEizSN4ppUR { top:0.8125rem;left:0rem;width:30.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRbHrgkeHQT1ehlow6edTS0vEaOT99KW { top:0rem;left:44.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 { display:block; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckJ0HQx6mZhQ32z4gAlzLrA1wtfDFuVi { top:1.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8LSh6al2xppM1B5lQw7GhByFdss0cE { display:block; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXWncPxMKyeVQNQZvt3Mz4y1RqtJJvkB { top:0.875rem;left:0rem;width:41.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfh0ySR1U4TWqBHBzZ4d37KQlS2HPpKP { top:0rem;left:44.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 { display:block; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwCqh8ZvQCPDgNEmVNX27c9lWdAB3iuP { top:0.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsBXaWJZsM823sKfKdTItQXHBrT3QWaq { display:block; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maq0GJpK2Rx5kdQWCuovO8lcm3pzvOVR { top:0.8125rem;left:0rem;width:43.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJF5Pk05xegXVMIIUsLrLpnC2ZSxZerU { top:0rem;left:44.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 { display:block; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8lQ20BdwLVRiZuvPIuC9V2HhGUw1rhS { top:0.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK { display:block; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9CFNLrMr74rCxNano1OGpylt8ns8FJB { top:0.875rem;left:0rem;width:36.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VWfP3RzK6zQJ9yUu6E0OT9RScsXAVQ { top:0rem;left:44.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmirDBQsQWhGKL68VIpk9RNdV1XM3xma { display:block; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNJ5aT79iPNaqSMLwNUGFEUsnDpmQHr6 { top:1.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF { display:block; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxyUJFcoGVoQFwX0Qq508FmKGMVxouAc { top:3.8125rem;left:2.09375rem;width:43.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLqzuztQKKbcdwKl0THw1oTfp3OnLFCS { top:29.1875rem;left:19.4375rem;width:8.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERI426J0btaFlD4XzvWqi8TFchEaDIAz { top:11.0625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 { display:block; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCTgXMSImCn7GTNfoXgEe9R5mOzoHc6y { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRb2J2aoiC2WcnxC4hVAkwubmFzOUs0u { top:7.3125rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pks5TqnLLoQxXfH3Tkal4dH2FTzhfNa5 { top:23.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC4Of8TmNAtT2hTFKAV8elyTLXaApX23 { top:28.625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dduseg0lviRSHyuFEeWVZDQ6Stl619ut { top:44rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCNsclH6TVzQlLyuK78hPXtTg6F1hM5 { top:48.5rem;left:0rem;width:47.75rem;height:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssUqR04e8wRdNqTrMkNDEk5bkGGgg75 { top:76.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7nq5UTlxEw5T6KopXdiWZTJrpoHMo2U { top:80.875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5KBwXkKBs6ffS7fcpqqHIytPOpadIVJ { top:93.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpG12T07yLTBFs2G0k9hGed1BXTMH7Fm { top:97.625rem;left:0rem;width:47.75rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFEneyynrK0XwFkmUenqVww0wVpe2Pq { top:112.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyM6krVnJ2likbTe9kPAmMcWdl4ELWRu { top:117.25rem;left:0rem;width:47.75rem;height:69.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfeytMI1y47n3WmU7ZExJdU1fsnwd5vT { top:189.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV2wSSzKTOEDvTgUl5TGwF0JFdh3Toeq { top:192.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0FklTplIPeFsy8NFs3UnLecuwTSnz6 { top:204.125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft { display:block; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdU6wJMEiK7Z7a8LT1CMiBNy8WgsOrlS { top:3.1875rem;left:0rem;width:9.5rem;height:2.3588298929314rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbeEmfbTaTiaVfHDae9D1EXALLAGsVZ { top:3.5rem;left:3.435546875rem;width:20.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSsL3U3UxtiIFWqwmeSCBs0T745eysA8 { width:11.5rem;height:2.25rem;top:13.4375rem;left:3.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp3ig0yGGZcTynrX76f7iAU49HwmBv8V { display:block; }
 }@media only screen and (max-width: 763px) { #OTKRLNyKh72FWBb4ulQhqulcxwwPWm0P { top:7.125rem;left:0rem;width:22.5rem;height:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZJdbQZ8Akvu09ut5qPOukFN2oLrn4a { top:0rem;left:18.125rem;width:29.625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu { display:block; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2LTI5rSkeVVgRpwTzLAEsLPhteeiDyR { top:0.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJrsTKFOp48EvOeWhQRFuNDEwm6mZZ4 { top:3.75rem;left:1.6867771148682rem;width:42.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO { display:block; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGaUFs4WLFSkqzaQeSCyn7vdvK472znd { width:46.75rem;height:23.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Rg4P8EPGqSQlhsW6aaaF4Sc7qIkeMy { display:block; }
 }@media only screen and (max-width: 763px) { #QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt { display:block; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQcOD4ekAcnUxeb9nl1HTCRGF0AwbHL9 { top:3rem;left:26.062500953674rem;width:14.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuBdmLuZd20wqISv3igf44WvNFAdkgBl { top:1.4375rem;left:10.875000953674rem;width:12.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmE5ZlwAoDKS5iwogw72z6DSs1cW4pxy { top:3.375rem;left:0rem;width:13rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuuCwKIABbEe2dk50BI0IMKgdtTkPmXv { top:2.8125rem;left:11.1875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCBa54onPwUMcCJnvorszE0WBxoPKvTg { display:block; }
 }@media only screen and (max-width: 763px) { #C8teEJqn0BdSXmCRnXGCCCelV2VaD7Kw { width:7.25rem;height:1.9375rem;top:4.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqrwGTUManBX5BWBwiMuBsiunlqMo5q { display:block; }
 }@media only screen and (max-width: 763px) { #y8EQ94vJCcmXowy4ueeGMwGOaZPh4KTm { width:12.8125rem;height:1.4375rem;top:6.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S3CsA5Dx0Bu9U5xvs2gUH2HlzJdcS0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx { display:block; }#wRMI9k53WpkkMi3Io61xl3LZkL5Au7vx > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I039c1buWLkwxsHA35IOAZeXUlhs9GDh { width:9.249875rem;height:2.31191875rem;top:1.248553276062rem;left:5.3732640743256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVrTqyulzgepdnhEhw17FOadHDBr04F8 { width:17.3119375rem;height:3.59765625rem;top:3.5590279102326rem;left:1.3433160781861rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AaGiD0OFF6FQ6bON9EAcQZ3mD9bLOu { width:11.4365rem;height:2.186525rem;top:7.9443359375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feU8MkowgtvJkpPcN4DCr9BzsuCJsgXu { display:block; }
 }@media only screen and (max-width: 763px) { #agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW { position:relative;z-index:auto;display:block; }#agIbuE9Tag8kqBwFpbCfZvTZy09UHIvW > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avqlAdZHUU1KGduLCSJSlNC4znENTOl7 { width:11.75rem;height:4rem;top:0.65625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7BddngPrA0kPO8TCIXBfTFBSlHChz81 { top:5.8420143127441rem;left:3.9048035144806rem;width:12.18675rem;height:3.62485625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsoaTBTbeNEHu6t24znk0s9ykR17R4Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #URfWUSztqVEpan3abMGZq9infJoabipP { width:5.186525rem;height:1.186525rem;top:4.65625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTz8TT7c0Q7CTz4fsIPcmIHc9un2lWT { display:block; }
 }@media only screen and (max-width: 763px) { #TV7eGvhiocIOGxolicvDDxA3pu7vlFEn { width:5.499025rem;height:1.186525rem;top:4.65625rem;left:5.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUWvuuvZmBpTKQHoZZDuycbcJimwwlIe { display:block; }
 }@media only screen and (max-width: 763px) { #NMkCoaEZ3ROv71Ck6OPvdoZiP0AyiAht { width:5.186525rem;height:1.311525rem;top:4.65625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33n4ydv7O9P5LaqrgT6xTPTTX652vx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Kok98InvuHEGR4AtlDP3eo8HThgV5R0U { width:4.125rem;height:2.5rem;top:3.9990234375rem;left:10.435546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDagFRTXK4m2xT7XTXSPVS3bCfZO2rh { display:block; }
 }@media only screen and (max-width: 763px) { #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39b0a194-7443-4039-9135-ec170cb9cb36/Szpital_2023_blefaroplastyka_banerLP_mobilne_1056x549_v02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.adaptive-delivery-prevent-bg, #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.lazyload, #yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ.lazyloading { background-image: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { background-color: transparent; background-image: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container > .video-iframe-container { display: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row > .video-iframe-container { display: none; }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .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); }#yEBW6NcTcQuBNfsXnI5hNzBviyXA5MiQ > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp { display:block; }#zkbFdPfclKtBzfJwSV3IJwlSu4RvcQSp > .row .container { width:20rem;height:31.00390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S { width:19.0625rem;height:6.472625rem;top:24.56640625rem;left:0.9375rem;font-size:1.125rem;display:block; }#y4Xr0R54k2nW4TPPQTIIqKULKsSwN88S li:before{  }
 }@media only screen and (max-width: 763px) { #OWzDlVPKPhsNsgTil4LLN2NwwoCsw6TH { width:17.125rem;height:12.598625rem;top:8.21875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udz5FgwbCNd9VNERhdpuR0kcdUnJ196x { width:18rem;height:2.4375rem;top:21.56640625rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTldfChpaSeq4ZHCTiMHzVFRNoGkQFN { width:18.1875rem;height:7.3125rem;top:0rem;left:0.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP { display:block; }#kS7qqR0cVZvbsrU8cHnSwWTzCn0m19mP > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM  { width:17.5rem;height:auto;top:15.5966796875rem;left:0rem; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM {display:block;}#Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM { width:17.5rem;height:auto;top:15.5966796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HsOG7OhgubX18kUCC4wpxwpOJKIMqzFl {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #x5r2oRSQTgGs8nboJ6gvcOFDwhwX7dKb { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kp9wWMMt1PKKM7AshoSOZa4EaATtGwqI {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TZ0iVFBcFT0o7sAJT6UwUIqEp1LXyr1b {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #HhFzayidTi96WaWFTBnXSJuXOOX6322T { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #flcRS4a3HcqaDu4lvcOzHpynrcuMtiBV {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #a9L1GVI7nfm7Og3xb8XhktNpF34STy6k {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #oiqwbz0Efe0LrL48Jvgvn19zkHvNIKrX { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QZmaAdi1TvufRWml7X2UquaJy4TXK5OD {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #TB5taWupGNRxOyOrKTDAmsCZtf3ABzom {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #wnERRIm41O67vfQmEEAkhJbDBQ9kJyTd { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hkJG6aaq3NGqUB2XMVaNZqtFsiOpVAfR {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #QxMMAwsabBbNv88KKiZ082PN7iNnrbXS {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #tgPUdUEETG8ykTfXxR62k69nX5q9cWe6 { display:block; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #gtGxCfyrQzt6I2gpfb7nH1aAelLqugdE {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #hrosZKAoIXQ43pX3DusuB0O19lavLLeh {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #bEtdy7G4kLk7MGmXwZW9daPTGQiMeA5Z { z-index:2; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EGrdtq1r6QspZAONwMh4uaCFfuqlNMwt {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #rdqtDB9KZgdv9N3yiTH95wFNd2dbrT1N {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #kbNtStQZTm4L6ITSGzuBZ3tcwF37BcSd { z-index:2; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #klcNVyHWXKiUqMqWTkGT9DT3CQFbznKl {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #Et8idg5gnl5C1y6noayRcmHgT7T1hmTw { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #xk1c9Z3nUpx7V0ihaF74JQxS9c0CX6FB { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #fHSSIITMlIWn0tEbJRrhTbF8bCfhXOKf {  }
 }@media only screen and (max-width: 763px) { #Iv1luBMrvXh8yLp6NQJwB1u1tiNIyEAM #EqxSgOuMm76BtlHhmVwX8NettInLKVql {  }
 }@media only screen and (max-width: 763px) { #eA6ZNqZNWFfww7vq6TdmATJS6aFG0VDH { width:20rem;height:6.3369375rem;top:0.7890625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpawxQnXKXEv2KNNGqOITlrdqSM2vpK { top:10.88671875rem;left:2.125rem;width:15.75rem;height:3.625rem;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vk9WXDsITrm4oKIKVcSTJE453tK85oQV { display:block; }
 }@media only screen and (max-width: 763px) { #uVkNe8ZH3RknQ4DqAP0Dx21TuQlg0UHX { width:19.9980625rem;height:2.5996125rem;top:7.1259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 { display:block; }#t10wrGd6c22ghuNE0UnQEssnqp1gR1u7 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXI1nqaDh3v4aI8ucHPVl5N9lTvRTtO5 { width:19.5625rem;height:19.5625rem;top:7.9791667461394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzWWtzFHc3y6iXBtWJALSBG75u94weK { width:19.9980625rem;height:5.0371125rem;top:28.17578125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LErvgZ7aJ6D5R4Qob8N628IRJ8NPX20s { width:18.0625rem;height:24.8525375rem;top:33.1513671875rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBW1pZ8bVgCCRlcVsKr0mSsUQpBxTzR6 { width:19.99925rem;height:8.125rem;top:0.838397026062rem;left:0.0014467239379883rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy { display:block; }#ehbzs1K2gBEFUBbrK6TlhqWhITACqvuy > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 { width:17.625rem;height:15.869125rem;top:9.44921875rem;left:0rem;font-size:1.125rem;display:block; }#NtGKHg3KaVz2kCyiInXWaBag5JyNbuT5 li:before{  }
 }@media only screen and (max-width: 763px) { #sDnuoxeZbPoiFNThEroT3U3LIn7f4k78 { width:18.375rem;height:2.92448125rem;top:5.07421875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeBJd2lbOyF2LbPn02qcKW0EVZR4h6g { width:12.1875rem;height:2.599825rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV { display:block; }#nA9uhXrq8rRoo9zHPNgRlvLOcPPWL3sV > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDTXzssawce15KkafIRd6zsePNz10XHJ { width:19.99925rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 { display:block; }#fNJgBLP7ThXRBUXiGdzfWW3ktnQbTce9 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7vIGEUDzs7RdeXqCogcLqEizSN4ppUR { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRbHrgkeHQT1ehlow6edTS0vEaOT99KW { display:flex;width:3.125rem;height:3.125rem;top:0.5rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 { display:block; }#dpEfTcTZ6uzC8ffRLisRw49P3rwkNdJ8 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckJ0HQx6mZhQ32z4gAlzLrA1wtfDFuVi { width:19.125rem;height:14.619125rem;top:1.25rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8LSh6al2xppM1B5lQw7GhByFdss0cE { display:block; }#eZ8LSh6al2xppM1B5lQw7GhByFdss0cE > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXWncPxMKyeVQNQZvt3Mz4y1RqtJJvkB { width:16rem;height:4.875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfh0ySR1U4TWqBHBzZ4d37KQlS2HPpKP { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 { display:block; }#lnbAqTSFeza3gvPKbR67MXrw7qhDZG54 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwCqh8ZvQCPDgNEmVNX27c9lWdAB3iuP { width:18.0625rem;height:20.4668125rem;top:1.25rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsBXaWJZsM823sKfKdTItQXHBrT3QWaq { display:block; }#RsBXaWJZsM823sKfKdTItQXHBrT3QWaq > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maq0GJpK2Rx5kdQWCuovO8lcm3pzvOVR { width:15.6875rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJF5Pk05xegXVMIIUsLrLpnC2ZSxZerU { display:flex;width:3.125rem;height:3.125rem;top:1rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 { display:block; }#Qq8uaC6IgLyTcXNTip04zyWWgvepIWa4 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8lQ20BdwLVRiZuvPIuC9V2HhGUw1rhS { width:18.375rem;height:14.619125rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK { display:block; }#bPO6xMdz52XdeMeSPwisPN9ABi8tdzBK > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9CFNLrMr74rCxNano1OGpylt8ns8FJB { width:15.375rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VWfP3RzK6zQJ9yUu6E0OT9RScsXAVQ { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #bmirDBQsQWhGKL68VIpk9RNdV1XM3xma { display:block; }#bmirDBQsQWhGKL68VIpk9RNdV1XM3xma > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNJ5aT79iPNaqSMLwNUGFEUsnDpmQHr6 { width:18.75rem;height:8.7715rem;top:0.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF { display:block; }#seIzOnCiStnyctqHxvHp5Q4cwO0f9hKF > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxyUJFcoGVoQFwX0Qq508FmKGMVxouAc { width:14rem;height:10.3984375rem;top:1.625rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLqzuztQKKbcdwKl0THw1oTfp3OnLFCS { width:8.875rem;height:1.4619125rem;top:45.6484375rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERI426J0btaFlD4XzvWqi8TFchEaDIAz { width:18.375rem;height:30.700225rem;top:13.44921875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 { display:block; }#rbbsDlSeT8ZTJxzMaJVB8IdefbFshkd9 > .row .container { width:20rem;height:377.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCTgXMSImCn7GTNfoXgEe9R5mOzoHc6y { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRb2J2aoiC2WcnxC4hVAkwubmFzOUs0u { width:19.0625rem;height:32.1621rem;top:7.69921875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pks5TqnLLoQxXfH3Tkal4dH2FTzhfNa5 { width:20rem;height:5.19921875rem;top:39.64940625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC4Of8TmNAtT2hTFKAV8elyTLXaApX23 { width:19.3125rem;height:19.0048875rem;top:46.098625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dduseg0lviRSHyuFEeWVZDQ6Stl619ut { width:20rem;height:7.7988125rem;top:66.3535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXCNsclH6TVzQlLyuK78hPXtTg6F1hM5 { width:19.25rem;height:46.7812125rem;top:75.401375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssUqR04e8wRdNqTrMkNDEk5bkGGgg75 { width:20rem;height:5.19921875rem;top:120.5078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7nq5UTlxEw5T6KopXdiWZTJrpoHMo2U { width:19.3125rem;height:26.314475rem;top:126.95703125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5KBwXkKBs6ffS7fcpqqHIytPOpadIVJ { width:20rem;height:5.19921875rem;top:153.05859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpG12T07yLTBFs2G0k9hGed1BXTMH7Fm { width:19rem;height:32.162125rem;top:159.5078125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFEneyynrK0XwFkmUenqVww0wVpe2Pq { width:20rem;height:7.7988125rem;top:192.619140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyM6krVnJ2likbTe9kPAmMcWdl4ELWRu { width:19.5rem;height:131.57215rem;top:201.23046875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfeytMI1y47n3WmU7ZExJdU1fsnwd5vT { width:20rem;height:2.5996125rem;top:335.08984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CV2wSSzKTOEDvTgUl5TGwF0JFdh3Toeq { width:19.4375rem;height:21.9286875rem;top:339.564453125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0FklTplIPeFsy8NFs3UnLecuwTSnz6 { width:20rem;height:14.296875rem;top:362.40625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft { display:block; }#TdDG0tqLu4tgL6ZkwUdTDoy8TviCuxft > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdU6wJMEiK7Z7a8LT1CMiBNy8WgsOrlS { width:9.4994375rem;height:2.35821875rem;top:0.85647773742675rem;left:5.2495663166046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbeEmfbTaTiaVfHDae9D1EXALLAGsVZ { width:19.9985625rem;height:1.69994375rem;top:3.1691265106201rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSsL3U3UxtiIFWqwmeSCBs0T745eysA8 { width:8.3125rem;height:2.25rem;top:12.59548664093rem;left:0.7494213581085rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp3ig0yGGZcTynrX76f7iAU49HwmBv8V { display:block; }
 }@media only screen and (max-width: 763px) { #OTKRLNyKh72FWBb4ulQhqulcxwwPWm0P { width:16.999rem;height:6.796875rem;top:4.8681640625rem;left:1.4990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZJdbQZ8Akvu09ut5qPOukFN2oLrn4a { width:20rem;height:12.041rem;top:15.900391101837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu { display:block; }#Bek1xmasnI4JEgBEFv6ETVXABLSHdcWu > .row .container { width:20rem;height:13.43359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2LTI5rSkeVVgRpwTzLAEsLPhteeiDyR { width:19.99925rem;height:4.875rem;top:0.74870255589487rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBJrsTKFOp48EvOeWhQRFuNDEwm6mZZ4 { width:19.99925rem;height:7.3125rem;top:6.1212406158447rem;left:0.00072336196899413rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87603177-6421-4375-bba5-cc5d3ad5e8e6/Szpital_LP_Operacje_brzucha_mapka_z_punktorem.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.adaptive-delivery-prevent-bg, #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.lazyload, #urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO.lazyloading { background-image: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { background-color: transparent; background-image: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container > .video-iframe-container { display: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container { display: none; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .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); }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { border-width: 0; border-radius: 0; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urfH7FixGbhqUoNn8ZSuyHzAyzzvTnCO > .row .container { width:20rem;height:14.1259765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGaUFs4WLFSkqzaQeSCyn7vdvK472znd { width:20rem;height:14.1875rem;top:-0.061920166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Rg4P8EPGqSQlhsW6aaaF4Sc7qIkeMy { display:block; }
 }@media only screen and (max-width: 763px) { #QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt { display:block; }#QTn2oqVMNngXZw1ZzQDb3laTNRTtpVxt > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQcOD4ekAcnUxeb9nl1HTCRGF0AwbHL9 { width:14.8125rem;height:5.199225rem;top:15.349609851837rem;left:2.5937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuBdmLuZd20wqISv3igf44WvNFAdkgBl { width:12.5rem;height:8.396475rem;top:5.1028647422791rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmE5ZlwAoDKS5iwogw72z6DSs1cW4pxy { width:10.875rem;height:3.8125rem;top:1.33203125rem;left:4.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuuCwKIABbEe2dk50BI0IMKgdtTkPmXv { top:6.5078125rem;left:4.0625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCBa54onPwUMcCJnvorszE0WBxoPKvTg { display:block; }
 }@media only screen and (max-width: 763px) { #C8teEJqn0BdSXmCRnXGCCCelV2VaD7Kw { width:7.25rem;height:1.9375rem;top:21.798828125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqrwGTUManBX5BWBwiMuBsiunlqMo5q { display:block; }
 }@media only screen and (max-width: 763px) { #y8EQ94vJCcmXowy4ueeGMwGOaZPh4KTm { width:12.8125rem;height:1.4375rem;top:24.298829078674rem;left:3.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S3CsA5Dx0Bu9U5xvs2gUH2HlzJdcS0 { display:block; }
 }