.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,228,239;--color-primary-1:128,164,203;--color-primary-2:0,73,150;--color-primary-3:0,37,75;--color-primary-4:0,11,23;--color-secondary-0:253,239,217;--color-secondary-1:249,201,130;--color-secondary-2:243,146,4;--color-secondary-3:122,73,2;--color-secondary-4:36,22,1;--color-tertiary-0:255,255,255;--color-tertiary-1:179,226,247;--color-tertiary-2:0,159,227;--color-tertiary-3:0,80,114;--color-tertiary-4:0,16,23;--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: 1199px) {
    html {
        width: 1200px;
    }
}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 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container { background-color: transparent; background-image: none; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container > .video-iframe-container { display: none; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row > .video-iframe-container { display: none; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .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); }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container { border-width: 0; border-radius: 0; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Xktg9TN4T8xXHSEWJxDrf7xW5H4MZTSa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:10.625rem;top:1.5625rem;left:1.53125rem;overflow:hidden;display:block; }
#waJ90fzHnBszHi2nURBWeSzBTJ0dOP5E { background-color:#ea580c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:58.46875rem;display:block; }
#eFoAoqhEKTocZ3ybXIypwnDTNEhKFBWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 { position:relative;display:block; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 { background-color: transparent; background-image: none; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row .container > .video-iframe-container { display: none; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row > .video-iframe-container { display: none; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .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); }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 { border-width: 0; border-radius: 0; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .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; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d9cc43a4-5493-4a3a-a83c-6bd38dd2dba0/20251012_MEDICOVER_KLINIKA1251235PMkopiaprawdziwapielgniarkagood.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; } #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN *:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="text"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="email"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="tel"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN textarea:focus-visible { outline:0.125rem solid rgba(100,100,100,1);; } #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KsTKicZR81g8LJsHTiE7P0TzSSnWb6RO { box-sizing:content-box;height:42.0625rem;width:27.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:43.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(0,0,0,0.1) ;display:block; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-form-header {  }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:22.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:22.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:22.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .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; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ea580c;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:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.3125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.6875rem 1.875rem rgba(234,88,12,0.2) ; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 [class*="-text"]:-moz-placeholder { color:#434343;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 [class*="-text"]::-moz-placeholder { color:#434343;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 [class*="-text"]:-ms-input-placeholder { color:#434343;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 [class*="-text"]::-webkit-input-placeholder { color:#434343;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .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:var(--paragraphs-font-family);line-height:1.4;font-size:0.75rem;font-weight:400;color:#4d4d4d;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .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; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.6875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-container:first-of-type{padding-top:0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-container:last-of-type{padding-bottom:0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:45.0625rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.3125rem;display:block;vertical-align:top; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 {display:block;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:45.0625rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #xMMenc1b7sR0Pvbd5XPHMcHAvpkqsvbp { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JU0GzHXXI8Z9RkPvbJo0WImWKCG0hy81 { position:relative;display:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #UrzcRHlOznL9PoFUE8MMtuJ4BI8s3bln { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #LDosPnNbsuVbzAxeedLy1L7tFtUwpfeK { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #oTooZZtz3vZRg2T77rcEkgyi8FiiPniT { position:relative;display:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mXlvMPQH2o8IMBlQPvr2pvehNQPooO54 { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #IZIflHKefvPZEgm0XhVbhvlpaGFG2QSl { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #RnynMgBypTUTKaQKRJJtAf0SDEWTIV8X { position:relative;display:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #cZB9iPD9BXZV8IgmUVeis09w261fvToy { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #T5PqUGRSdzrLtz2DibfolIiQ6H7WEpBh { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mkI7Xv8wA4NgF2qN4WhWEQKfAZPlgQAw { position:relative;display:none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #hkoELZFTB3V2f4SUPtq711lAiQzFSemZ { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 .container-column{width:33%;;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #E9VbWcR8zp1VWcPlt3LPCQLqStZvXFBz { position:relative;display:block; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #td0zbNf4R69JZ5ZmEmVuJyoVt21GOZtC { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XJ2NUEciyrPrAUZaRJguTRoOP49LWXkF { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #alOABh0awrN5fI7BvHKteOgw287uPf6z { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #ICdsKQDh1pv1TGvUaXdiy2zavO1gR1JW { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JRTHy4DH34rrtPPqf6xePqzIRCtv7NFx { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #WOVioemz0nnBVRG2ZkfzhBOLsLQ8NwdX { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vA1UkIkK4GN5PyVrndhrDWbnumd5mAR7 { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #AEusunNAcGOGieK1Xpl2Mg9L2ZVlQ9g1 { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #grmITvKpZM3i3RgqvUUDQH0h8qBMeKFd { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #TAH6F8gusn1vnhsgssFo2vXPLK4he1Ds { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #wElCiUAbkmTSdL7yCRMTnlHl0hGgDfCm { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JxSUDd4ldo5gQykVrMVdIp0kM8zUcW3T { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #c54SeF5OP2l9zJci9v6grFIBwgykQap7 { position:relative;z-index:2; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #Hk7Bd8H27hSk0GWpp0kvIKC3Dwq02DqF { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XqpPRBti6RmKofOsnIJoV8GDwQ2S31r8 { position:relative;display:block;z-index:15000; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #qpIAFX5ErKs6TaMbsM9NEUFKEdA2mgeZ { position:relative;display:block;z-index:15000; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #n6QmvZDoXdvDbuEPBWkkmJ3bmdk8zIUz { position:relative; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #R0nR9Qm3Ob5zakQyptizKV2utZD2yivM { position:relative; }
#GQ2WC3zATn4EB2B9qvOcnRRLyuwQF95Q { color:#1b2a5e;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:46.4375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.8759765625rem;left:46.40625rem;height:;display:block; }#TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0fc51726cba1f198ff0d898d7812fb03919b7d01.svg); }
#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(33,187,239,0.09);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; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container { background-color: transparent; background-image: none; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container > .video-iframe-container { display: none; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row > .video-iframe-container { display: none; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .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); }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container { border-width: 0; border-radius: 0; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#Zr2sTpKhOPIv1740yg7q6Z5lASxdwrkE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:5.9375rem;left:4.4375rem;height:3rem;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; }
#qrVLSvTULM30fs5zAzqGlsTmpaTHms7P { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.5625rem;left:47.875rem;height:4.5rem;display:block; }
#Sxxnih6thwNFPeyDKMUdfy1bzzoNkFQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:18.25rem;left:43.5625rem; }
#G59bSmRLxWFuTp1LUmQK3T9pwTrW4MuI { box-sizing:content-box;height:7.1875rem;width:22.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem -0.375rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:41.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aZsHeiSUwKI2fqo83yPazO1k98twFG8B { box-sizing:content-box;height:14.625rem;width:22.875rem;position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9a861bb8-1581-4a00-8572-a9ba88377c98/20251012_MEDICOVER_KLINIKA1415V0recepcjonistkaipacjentkaaktorki.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:45.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#aZsHeiSUwKI2fqo83yPazO1k98twFG8B.adaptive-delivery-prevent-bg, #aZsHeiSUwKI2fqo83yPazO1k98twFG8B.lazyload, #aZsHeiSUwKI2fqo83yPazO1k98twFG8B.lazyloading { background-image: none; }
#yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.6875rem;left:5.5rem;height:8.75rem;display:block; }#yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk li:before{  }
#IGIpW3ICkUEXUUQzkV0w5lRXzHgVkkhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:19.125rem;left:4.4375rem;height:1.5rem;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; }
#loANvECwiXsVA5RTngkhCR99IZTMBl2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.09);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; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container { background-color: transparent; background-image: none; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container > .video-iframe-container { display: none; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row > .video-iframe-container { display: none; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .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); }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container { border-width: 0; border-radius: 0; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#WV30eRlPTfRcwWxygGeTG1x1DLdRyFni { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:18.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#umuB5S1im760T2d7bG5mlrZlR27cRTJg { position:relative;display:block; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg { background-color: transparent; background-image: none; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row .container > .video-iframe-container { display: none; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row > .video-iframe-container { display: none; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .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); }#umuB5S1im760T2d7bG5mlrZlR27cRTJg { border-width: 0; border-radius: 0; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .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; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .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:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GSV7TQLhdtdfP2ysCdQRyRqez1VLPfFU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:9.125rem;left:4.0625rem;height:1.6875rem;font-style:normal;display:block; }
#sh0VbRSyniAB1Co2qOmTtC2u0arTfKzo { color:#1c2d35;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.75rem;left:4.0625rem;height:7.5rem;display:block; }
#xEWwqKSVGwONBnDTirXUoiT6Srno0M80 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:9.125rem;left:41.5625rem;height:1.6875rem;font-style:normal;display:block; }
#UzPyXT1vrKiWirRg9fFEvNuwCToRRrT6 { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.6875rem;left:41.5625rem;height:6rem;display:block; }
#gIpmTfGFkd7xxBl9H06dKbchNFnOiFPI { box-sizing:content-box;height:20.625rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:38.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rBllJmTKX7vqtL9uT7Iq0FZSBXiXFJkt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.1875rem;left:41.5625rem; }
#JD5GLyty14U9oi0SvEB1AhgfVaSSoeaK { box-sizing:content-box;height:20.625rem;width:35.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:0.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SruFpnsRxD0c2AicuQNCuetbTCK5kmX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.34375rem;left:4.0625rem; }
#XhplqOKGIJnboORd0680QNqoGs31tLd0 { position:relative;display:block; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 { background-color: transparent; background-image: none; }#XhplqOKGIJnboORd0680QNqoGs31tLd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row .container > .video-iframe-container { display: none; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row > .video-iframe-container { display: none; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .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); }#XhplqOKGIJnboORd0680QNqoGs31tLd0 { border-width: 0; border-radius: 0; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .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; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E17v69WnMSFCgciCg1L5xavWMxR5I0BX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5rem;left:4.0625rem;height:1.6875rem;font-style:normal;display:block; }
#K3fh4HEBKMS2pH9iPcz6bi5onXcK4VVK { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:4.0625rem;height:7.5rem;display:block; }
#TKTfhX0AfkrCdnZnFDBmw1p88iI5rRhS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5rem;left:41.5625rem;height:1.6875rem;font-style:normal;display:block; }
#w6bRI8UGlImc2xRrQTPoRhSeQ9STzopu { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.0625rem;left:41.5625rem;height:6rem;display:block; }
#Qev8AiZ8UTkr1f6P56TsgzewJamgJAJL { box-sizing:content-box;height:21.9375rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:38.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#XwewKf8rfm4mLdKl6Moa1qpiA90NL5HH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.78125rem;left:41.5625rem; }
#HfNm6dQT4OSFrgGJ4Iog1OimqfFmq8vi { box-sizing:content-box;height:21.9375rem;width:35.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:0.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vBzGQiU99tqyRkwTc9rwzoIdIQtyvsdV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:4.0625rem; }
#QghFbVxlBLsxiJeXrAXpppUkF0ndXZzu { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.875rem;left:41.625rem;height:2.625rem;display:block; }
#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 { position:relative;display:block; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 { background-color: transparent; background-image: none; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row .container > .video-iframe-container { display: none; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row > .video-iframe-container { display: none; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .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); }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 { border-width: 0; border-radius: 0; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .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; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .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:25.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y20C5EoPf1xmvvHBcFl0Pen9SkDUarFO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.625rem;left:4.0625rem;height:1.6875rem;font-style:normal;display:block; }
#VttdzieZW2cgRZpdTA8gzhGCxddXzBff { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.25rem;left:4.0625rem;height:7.5rem;display:block; }
#eudUnzFWl0bwtBH9HHXVDqP7NHE5InSx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.625rem;left:41.5625rem;height:1.6875rem;font-style:normal;display:block; }
#M0f4exXswRqvXAiQI8V1idmNG7nq4aqJ { color:#1c2d35;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.1875rem;left:41.5625rem;height:4.5rem;display:block; }
#b0U1VXWI5dmrPGRuvNJMDpNJFKaBqsrX { box-sizing:content-box;height:20.625rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:38.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HkkJItmSzbmg6GEZ7OO1S8TLdVLTPyIK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.6875rem;left:41.5625rem; }
#w61pOHFzpiiWPGgXTe2OOO2URDkuaFk8 { box-sizing:content-box;height:20.625rem;width:35.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:0.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BWSAlxfLfRMZ9gJ80noV0LtxJGC3lFWd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.6875rem;left:4.0625rem; }
#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv { 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; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container { background-color: transparent; background-image: none; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container > .video-iframe-container { display: none; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row > .video-iframe-container { display: none; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .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); }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container { border-width: 0; border-radius: 0; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#B7IRh71ec5g5VJNyEFaP0cR4D6dGkFhx { color:rgba(var(--color-primary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:3.75rem;left:13rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3SZblCUVN85WI0urdcSlihH4DdG6nrL { background-color:#ea580c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.6875rem 1.875rem rgba(234,88,12,0.2) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.875rem;left:29.8125rem;display:block; }
#Cz9euNDQlLBRTSifhtFEToD35JUxnIGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMA49tCNXmwXx4g2ViVKI28fId6fAbnZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH { position:relative;display:block; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH { background-color: transparent; background-image: none; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row .container > .video-iframe-container { display: none; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row > .video-iframe-container { display: none; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .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); }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH { border-width: 0; border-radius: 0; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .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; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D1Cra0gbLsmn40xTOyQfqSCdtQIKzuzs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.21875rem;left:1.65625rem;display:block; }
#tSP2uQQtd5CwDHb269MNQNEZD7Q64FXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkbS9MDuhMf5Mn3qJW7AnLPTDRZqse8n { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:13.59375rem;display:block; }
#auT20mgO6gBDMP3vvE0RFkCVesXND924 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fB6QDqVWWVaT8vHkFZkrZr6KEAil9Tp5 { color:#949494;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:60.71875rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 { display:block; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xktg9TN4T8xXHSEWJxDrf7xW5H4MZTSa { top:1.5625rem;left:0rem;width:10.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJ90fzHnBszHi2nURBWeSzBTJ0dOP5E { width:14.75rem;height:3.125rem;top:0.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFoAoqhEKTocZ3ybXIypwnDTNEhKFBWC { display:block; }
 }@media only screen and (max-width: 763px) { #LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 { display:block; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTKicZR81g8LJsHTiE7P0TzSSnWb6RO { top:1.3125rem;left:20.1875rem;width:27.5625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-regular-label { width:22.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-textarea { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-button { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9  { width:22.3125rem;height:auto;top:12.875rem;left:22.9375rem; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .radio-container { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 {display:block;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 { width:22.3125rem;height:auto;top:12.875rem;left:22.9375rem; }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #xMMenc1b7sR0Pvbd5XPHMcHAvpkqsvbp {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JU0GzHXXI8Z9RkPvbJo0WImWKCG0hy81 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #UrzcRHlOznL9PoFUE8MMtuJ4BI8s3bln {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #LDosPnNbsuVbzAxeedLy1L7tFtUwpfeK {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #oTooZZtz3vZRg2T77rcEkgyi8FiiPniT {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mXlvMPQH2o8IMBlQPvr2pvehNQPooO54 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #IZIflHKefvPZEgm0XhVbhvlpaGFG2QSl {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #RnynMgBypTUTKaQKRJJtAf0SDEWTIV8X {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #cZB9iPD9BXZV8IgmUVeis09w261fvToy {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #T5PqUGRSdzrLtz2DibfolIiQ6H7WEpBh {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mkI7Xv8wA4NgF2qN4WhWEQKfAZPlgQAw {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #hkoELZFTB3V2f4SUPtq711lAiQzFSemZ {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 {  }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #E9VbWcR8zp1VWcPlt3LPCQLqStZvXFBz {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #td0zbNf4R69JZ5ZmEmVuJyoVt21GOZtC {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XJ2NUEciyrPrAUZaRJguTRoOP49LWXkF {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #alOABh0awrN5fI7BvHKteOgw287uPf6z {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #ICdsKQDh1pv1TGvUaXdiy2zavO1gR1JW {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JRTHy4DH34rrtPPqf6xePqzIRCtv7NFx {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #WOVioemz0nnBVRG2ZkfzhBOLsLQ8NwdX {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vA1UkIkK4GN5PyVrndhrDWbnumd5mAR7 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #AEusunNAcGOGieK1Xpl2Mg9L2ZVlQ9g1 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #grmITvKpZM3i3RgqvUUDQH0h8qBMeKFd {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #TAH6F8gusn1vnhsgssFo2vXPLK4he1Ds {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #wElCiUAbkmTSdL7yCRMTnlHl0hGgDfCm {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JxSUDd4ldo5gQykVrMVdIp0kM8zUcW3T {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #c54SeF5OP2l9zJci9v6grFIBwgykQap7 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #Hk7Bd8H27hSk0GWpp0kvIKC3Dwq02DqF {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XqpPRBti6RmKofOsnIJoV8GDwQ2S31r8 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #qpIAFX5ErKs6TaMbsM9NEUFKEdA2mgeZ {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #n6QmvZDoXdvDbuEPBWkkmJ3bmdk8zIUz {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #R0nR9Qm3Ob5zakQyptizKV2utZD2yivM {  }
 }@media only screen and (max-width: 763px) { #GQ2WC3zATn4EB2B9qvOcnRRLyuwQF95Q { top:3.4375rem;left:26.75rem;width:21rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c { top:5.875rem;left:25.625rem;width:22.125rem;height:;font-size:0.875rem;display:block; }#TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0fc51726cba1f198ff0d898d7812fb03919b7d01.svg); }
 }@media only screen and (max-width: 763px) { #zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c { display:block; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr2sTpKhOPIv1740yg7q6Z5lASxdwrkE { top:5.9375rem;left:0rem;width:27.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVLSvTULM30fs5zAzqGlsTmpaTHms7P { top:17.5625rem;left:27.375rem;width:15.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxxnih6thwNFPeyDKMUdfy1bzzoNkFQX { top:18.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59bSmRLxWFuTp1LUmQK3T9pwTrW4MuI { top:16.3125rem;left:19.875rem;width:22.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZsHeiSUwKI2fqo83yPazO1k98twFG8B { top:3.875rem;left:21.75rem;width:22.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk { top:9.6875rem;left:0rem;width:27.5625rem;height:8.75rem;font-size:1rem;display:block; }#yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk li:before{  }
 }@media only screen and (max-width: 763px) { #IGIpW3ICkUEXUUQzkV0w5lRXzHgVkkhJ { top:19.125rem;left:0rem;width:27.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loANvECwiXsVA5RTngkhCR99IZTMBl2N { display:block; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV30eRlPTfRcwWxygGeTG1x1DLdRyFni { top:5.125rem;left:0rem;width:37.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umuB5S1im760T2d7bG5mlrZlR27cRTJg { display:block; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSV7TQLhdtdfP2ysCdQRyRqez1VLPfFU { top:9.125rem;left:0rem;width:16.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh0VbRSyniAB1Co2qOmTtC2u0arTfKzo { top:11.75rem;left:0rem;width:29.8125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWwqKSVGwONBnDTirXUoiT6Srno0M80 { top:9.125rem;left:22.875rem;width:24.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzPyXT1vrKiWirRg9fFEvNuwCToRRrT6 { top:11.6875rem;left:18.5rem;width:29.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIpmTfGFkd7xxBl9H06dKbchNFnOiFPI { top:1.875rem;left:11.9375rem;width:35.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBllJmTKX7vqtL9uT7Iq0FZSBXiXFJkt { top:4.1875rem;left:23.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5GLyty14U9oi0SvEB1AhgfVaSSoeaK { top:1.875rem;left:0rem;width:35.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SruFpnsRxD0c2AicuQNCuetbTCK5kmX8 { top:4.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhplqOKGIJnboORd0680QNqoGs31tLd0 { display:block; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E17v69WnMSFCgciCg1L5xavWMxR5I0BX { top:8.5rem;left:0rem;width:23.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fh4HEBKMS2pH9iPcz6bi5onXcK4VVK { top:11.125rem;left:0rem;width:29.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTfhX0AfkrCdnZnFDBmw1p88iI5rRhS { top:8.5rem;left:22.875rem;width:24.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bRI8UGlImc2xRrQTPoRhSeQ9STzopu { top:11.0625rem;left:18.5rem;width:29.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qev8AiZ8UTkr1f6P56TsgzewJamgJAJL { top:1.25rem;left:11.9375rem;width:35.8125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwewKf8rfm4mLdKl6Moa1qpiA90NL5HH { top:3.75rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfNm6dQT4OSFrgGJ4Iog1OimqfFmq8vi { top:1.25rem;left:0rem;width:35.8125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzGQiU99tqyRkwTc9rwzoIdIQtyvsdV { top:3.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QghFbVxlBLsxiJeXrAXpppUkF0ndXZzu { top:17.875rem;left:18.5rem;width:29.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 { display:block; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y20C5EoPf1xmvvHBcFl0Pen9SkDUarFO { top:8.625rem;left:0rem;width:23.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VttdzieZW2cgRZpdTA8gzhGCxddXzBff { top:11.25rem;left:0rem;width:29.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudUnzFWl0bwtBH9HHXVDqP7NHE5InSx { top:8.625rem;left:22.875rem;width:24.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0f4exXswRqvXAiQI8V1idmNG7nq4aqJ { top:11.1875rem;left:18.5rem;width:29.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0U1VXWI5dmrPGRuvNJMDpNJFKaBqsrX { top:1.375rem;left:11.9375rem;width:35.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkkJItmSzbmg6GEZ7OO1S8TLdVLTPyIK { top:3.6875rem;left:23.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w61pOHFzpiiWPGgXTe2OOO2URDkuaFk8 { top:1.375rem;left:0rem;width:35.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWSAlxfLfRMZ9gJ80noV0LtxJGC3lFWd { top:3.6875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv { display:block; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7IRh71ec5g5VJNyEFaP0cR4D6dGkFhx { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3SZblCUVN85WI0urdcSlihH4DdG6nrL { width:15.375rem;height:3.4375rem;top:10.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz9euNDQlLBRTSifhtFEToD35JUxnIGt { display:block; }
 }@media only screen and (max-width: 763px) { #NMA49tCNXmwXx4g2ViVKI28fId6fAbnZ { top:7.0625rem;left:2.875rem;width:42rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH { display:block; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1Cra0gbLsmn40xTOyQfqSCdtQIKzuzs { width:10.3125rem;height:2.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSP2uQQtd5CwDHb269MNQNEZD7Q64FXd { display:block; }
 }@media only screen and (max-width: 763px) { #TkbS9MDuhMf5Mn3qJW7AnLPTDRZqse8n { width:10.3125rem;height:2.125rem;top:1.1875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auT20mgO6gBDMP3vvE0RFkCVesXND924 { display:block; }
 }@media only screen and (max-width: 763px) { #fB6QDqVWWVaT8vHkFZkrZr6KEAil9Tp5 { top:1.625rem;left:34.375rem;width:13.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dIDalUUW6fvRgfAQDMGohB8iZ6XQkUy1 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xktg9TN4T8xXHSEWJxDrf7xW5H4MZTSa { width:8.125rem;height:1.4375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJ90fzHnBszHi2nURBWeSzBTJ0dOP5E { width:11.25rem;height:2.5rem;top:0.75rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFoAoqhEKTocZ3ybXIypwnDTNEhKFBWC { display:block; }
 }@media only screen and (max-width: 763px) { #LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 { display:block; }#LufKLPyTEGiuL8bSJ5d9srHB9qBaQwJ1 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ade23ec-3ec5-401b-9a72-a0615859695a/20251012_MEDICOVER_KLINIKA1251235PMkopiaprawdziwapielgniarkamobile1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTKicZR81g8LJsHTiE7P0TzSSnWb6RO { width:20rem;height:42.8125rem;top:15.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 4.375rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9  { width:17.5rem;height:auto;top:27.9716796875rem;left:0rem;box-shadow: none; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 {display:block;}#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 { width:17.5rem;height:auto;top:27.9716796875rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #xMMenc1b7sR0Pvbd5XPHMcHAvpkqsvbp {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JU0GzHXXI8Z9RkPvbJo0WImWKCG0hy81 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #UrzcRHlOznL9PoFUE8MMtuJ4BI8s3bln {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #LDosPnNbsuVbzAxeedLy1L7tFtUwpfeK {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #oTooZZtz3vZRg2T77rcEkgyi8FiiPniT {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mXlvMPQH2o8IMBlQPvr2pvehNQPooO54 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #IZIflHKefvPZEgm0XhVbhvlpaGFG2QSl {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #RnynMgBypTUTKaQKRJJtAf0SDEWTIV8X {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #cZB9iPD9BXZV8IgmUVeis09w261fvToy {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #T5PqUGRSdzrLtz2DibfolIiQ6H7WEpBh {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #mkI7Xv8wA4NgF2qN4WhWEQKfAZPlgQAw {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #hkoELZFTB3V2f4SUPtq711lAiQzFSemZ {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 {  }
#hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vZ2Q1BmPCTxIxPoH3gtTSUPrQx8d3OP8 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #E9VbWcR8zp1VWcPlt3LPCQLqStZvXFBz {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #td0zbNf4R69JZ5ZmEmVuJyoVt21GOZtC {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XJ2NUEciyrPrAUZaRJguTRoOP49LWXkF {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #alOABh0awrN5fI7BvHKteOgw287uPf6z {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #ICdsKQDh1pv1TGvUaXdiy2zavO1gR1JW {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JRTHy4DH34rrtPPqf6xePqzIRCtv7NFx {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #WOVioemz0nnBVRG2ZkfzhBOLsLQ8NwdX {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #vA1UkIkK4GN5PyVrndhrDWbnumd5mAR7 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #AEusunNAcGOGieK1Xpl2Mg9L2ZVlQ9g1 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #grmITvKpZM3i3RgqvUUDQH0h8qBMeKFd {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #TAH6F8gusn1vnhsgssFo2vXPLK4he1Ds {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #wElCiUAbkmTSdL7yCRMTnlHl0hGgDfCm {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #JxSUDd4ldo5gQykVrMVdIp0kM8zUcW3T {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #c54SeF5OP2l9zJci9v6grFIBwgykQap7 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #Hk7Bd8H27hSk0GWpp0kvIKC3Dwq02DqF {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #XqpPRBti6RmKofOsnIJoV8GDwQ2S31r8 {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #qpIAFX5ErKs6TaMbsM9NEUFKEdA2mgeZ {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #n6QmvZDoXdvDbuEPBWkkmJ3bmdk8zIUz {  }
 }@media only screen and (max-width: 763px) { #hN2BnMT6Pbo45AIssrLn13DmEF18eEt9 #R0nR9Qm3Ob5zakQyptizKV2utZD2yivM {  }
 }@media only screen and (max-width: 763px) { #GQ2WC3zATn4EB2B9qvOcnRRLyuwQF95Q { width:16.75rem;height:1.4619125rem;top:17.0625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c { width:17.1875rem;height:8.597625rem;top:19.375rem;left:1.40625rem;font-size:0.875rem;display:block; }#TFCTbM8zFPhTHkw46T7ZN5AJBxbSZf0c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0fc51726cba1f198ff0d898d7812fb03919b7d01.svg); }
 }@media only screen and (max-width: 763px) { #zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c { display:block; }#zmGfRpQPuzsv8O6Hk1B6kxTp0ObMlT5c > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr2sTpKhOPIv1740yg7q6Z5lASxdwrkE { width:20rem;height:3rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVLSvTULM30fs5zAzqGlsTmpaTHms7P { width:14.4375rem;height:4.5rem;top:38.125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxxnih6thwNFPeyDKMUdfy1bzzoNkFQX { display:flex;width:2.6875rem;height:2.6875rem;top:34.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #G59bSmRLxWFuTp1LUmQK3T9pwTrW4MuI { width:17.5625rem;height:11rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZsHeiSUwKI2fqo83yPazO1k98twFG8B { width:20rem;height:14.625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk { width:20rem;height:10.25rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }#yw2W72ggrtNmI4eoTBUKBo41bKQAdiQk li:before{  }
 }@media only screen and (max-width: 763px) { #IGIpW3ICkUEXUUQzkV0w5lRXzHgVkkhJ { width:20rem;height:1.5rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loANvECwiXsVA5RTngkhCR99IZTMBl2N { display:block; }#loANvECwiXsVA5RTngkhCR99IZTMBl2N > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV30eRlPTfRcwWxygGeTG1x1DLdRyFni { width:20rem;height:3.8984375rem;top:3.01953125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umuB5S1im760T2d7bG5mlrZlR27cRTJg { display:block; }#umuB5S1im760T2d7bG5mlrZlR27cRTJg > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSV7TQLhdtdfP2ysCdQRyRqez1VLPfFU { width:16.5625rem;height:1.6875rem;top:7.75rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh0VbRSyniAB1Co2qOmTtC2u0arTfKzo { width:16.25rem;height:15rem;top:10.375rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWwqKSVGwONBnDTirXUoiT6Srno0M80 { width:17.8125rem;height:3.375rem;top:35.0625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzPyXT1vrKiWirRg9fFEvNuwCToRRrT6 { width:16.4375rem;height:10.5rem;top:39.375rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIpmTfGFkd7xxBl9H06dKbchNFnOiFPI { width:20rem;height:23.625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBllJmTKX7vqtL9uT7Iq0FZSBXiXFJkt { display:flex;width:3rem;height:3rem;top:31.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #JD5GLyty14U9oi0SvEB1AhgfVaSSoeaK { width:20rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SruFpnsRxD0c2AicuQNCuetbTCK5kmX8 { display:flex;width:2.8125rem;height:2.8125rem;top:3.5625rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #XhplqOKGIJnboORd0680QNqoGs31tLd0 { display:block; }#XhplqOKGIJnboORd0680QNqoGs31tLd0 > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E17v69WnMSFCgciCg1L5xavWMxR5I0BX { width:17.0625rem;height:1.6875rem;top:6.8125rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fh4HEBKMS2pH9iPcz6bi5onXcK4VVK { width:16.25rem;height:13.5rem;top:9.1875rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTfhX0AfkrCdnZnFDBmw1p88iI5rRhS { width:17.8125rem;height:1.6875rem;top:33.0625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bRI8UGlImc2xRrQTPoRhSeQ9STzopu { width:16.4375rem;height:12rem;top:35.5625rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qev8AiZ8UTkr1f6P56TsgzewJamgJAJL { width:20rem;height:29.5rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwewKf8rfm4mLdKl6Moa1qpiA90NL5HH { display:flex;width:3rem;height:3rem;top:29.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #HfNm6dQT4OSFrgGJ4Iog1OimqfFmq8vi { width:20rem;height:25.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzGQiU99tqyRkwTc9rwzoIdIQtyvsdV { display:flex;width:3.1875rem;height:3.1875rem;top:2.75rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #QghFbVxlBLsxiJeXrAXpppUkF0ndXZzu { width:16.6875rem;height:5.25rem;top:48.4375rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 { display:block; }#McSMv4tGJxCANeaePsADUzMhVQ1fNEW7 > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y20C5EoPf1xmvvHBcFl0Pen9SkDUarFO { width:16.5625rem;height:1.6875rem;top:6.5625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VttdzieZW2cgRZpdTA8gzhGCxddXzBff { width:16.25rem;height:13.5rem;top:9.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudUnzFWl0bwtBH9HHXVDqP7NHE5InSx { width:17.8125rem;height:1.6875rem;top:32.5rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0f4exXswRqvXAiQI8V1idmNG7nq4aqJ { width:16.4375rem;height:7.5rem;top:35.0625rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0U1VXWI5dmrPGRuvNJMDpNJFKaBqsrX { width:20rem;height:19rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkkJItmSzbmg6GEZ7OO1S8TLdVLTPyIK { display:flex;width:2.875rem;height:2.875rem;top:28.8125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #w61pOHFzpiiWPGgXTe2OOO2URDkuaFk8 { width:20rem;height:24.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWSAlxfLfRMZ9gJ80noV0LtxJGC3lFWd { display:flex;width:2.75rem;height:2.75rem;top:2.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv { display:block; }#BgII9pVTa0VZDPreDnFuFNdOCfKEgAUv > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7IRh71ec5g5VJNyEFaP0cR4D6dGkFhx { width:20rem;height:3.8984375rem;top:1.9375rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3SZblCUVN85WI0urdcSlihH4DdG6nrL { width:17.6875rem;height:3.4375rem;top:12.375rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz9euNDQlLBRTSifhtFEToD35JUxnIGt { display:block; }
 }@media only screen and (max-width: 763px) { #NMA49tCNXmwXx4g2ViVKI28fId6fAbnZ { width:20rem;height:3.8994125rem;top:6.6015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH { display:block; }#AWwGXBEdmBHo9M5MCHJNxsU7ZZrNTFfH > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1Cra0gbLsmn40xTOyQfqSCdtQIKzuzs { width:10.3125rem;height:2.125rem;top:1.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSP2uQQtd5CwDHb269MNQNEZD7Q64FXd { display:block; }
 }@media only screen and (max-width: 763px) { #TkbS9MDuhMf5Mn3qJW7AnLPTDRZqse8n { width:10.3125rem;height:2.125rem;top:4.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auT20mgO6gBDMP3vvE0RFkCVesXND924 { display:block; }
 }@media only screen and (max-width: 763px) { #fB6QDqVWWVaT8vHkFZkrZr6KEAil9Tp5 { width:13.375rem;height:1.29980625rem;top:8rem;left:3.3125rem;font-size:1rem;display:block; }
 }