.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,225,216;--color-primary-1:248,166,139;--color-primary-2:244,106,62;--color-primary-3:255,141,7;--color-primary-4:254,140,0;--color-secondary-0:23,155,185;--color-secondary-1:32,152,161;--color-secondary-2:32,142,150;--color-secondary-3:32,115,123;--color-secondary-4:24,101,108;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/d89b5908-ab5c-4887-b6cb-55de9ca6f6ab/nowy_KV_APD2025Farmacja_D2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.adaptive-delivery-prevent-bg, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyload, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyloading { background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { background-color: transparent; background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .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); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { border-width: 0; border-radius: 0; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#AqTTTm7aBZRpi5nQTB3FUFBxoPL1N5DC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.625rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQU98TlcaRkMlZfE8EMlRLiZT9fhFyB0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.75rem;left:44.375rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9fXqNvzpmDoAIcqZ7uV06qUTvw5HIqS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.25rem;left:4.5625rem;display:block; }
#SRM2oyTNlvigHFrhgbQeqLy8rLRCayNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irKxUIDfRMcozgLLo2ODAa4Ie6UtFT3c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:18.375rem;display:block; }
#Wu35LaXNJkwsSZvcIldTaZLlNb6AKCbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAbPmTksF1EUSTlqteEUFtmNeshKpi1s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:12.8125rem;display:block; }
#sH6Ts6PoBaRwXqMcFcxaFWJbJgmDSJNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiDrte7GoyvuE9XWAD2DiGLCTKor5LsD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:24.125rem;display:block; }
#DhEHsdOh0JXrILfAZzQripOSXruOHdKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MupH1aAl6KuUJgdheL4WHTEeVrHQQ3O6 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;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:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#V3Ht1q8p7GNNSZ5mwydLqKrbCS8IbNyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3UD6qM7qAXWvpTbuT6cCW2PIv4St4Cd { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#A2JqW8MG8deLqQ3SqoqTCkOsKMAuTK3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSS2TTTLqPcZBsMpAOPd9G7ndJksx86G { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.1875rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#Za0Re1fiEdGLR5FFu0MEHIWZNLvbWTrk { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gg2f5KApaSawsvgsygetTDg81T1mXLt6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:27.5rem;display:block; }
#IENXWU1IOqtK563eJHc1GmkLwcci3iG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIUbNzslX9ogETEZliH0Z44ftvmJ6sIZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#cy0oGAGEwKgvQW3y6STTf2qgBaTHkfDc { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#PKB7zN0t4t2bvuR8mId1ZPaAQlJaDhXs { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#LtI9nv1WATPC6nTQHLK4eWqhVTXdDWPT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.9375rem;width:74.875rem;display:none; }
#zNgXhnmcTsRhpsnLTTeNOdKiWcAnpiN5 { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#Jc4nUPSB30QTqIhAHFHvFMEFxXluZk6D { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15156;line-height:1.2;letter-spacing:0;top:3.9375rem;left:68.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6B6bE6pQ4xPzFGAKQuuENtteMdLy3xM { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:1.625rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilkv8TtetoEBygg1ZpLOZgSqTEi3iVn9 { color:#d3d3d3;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:32.9375rem;left:37.5rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#sIdK9eNAfLTBfyubLgzLtoIFy7vhhzyd { position:absolute;display:block;z-index:15159;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:2.25rem;width:13.75rem;top:34rem;left:49.375rem;overflow:hidden;display:block; }
#thlvOe3XQGTDxKUKAoLhHXJDPVTKhgye { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.8125rem;left:37.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/d89b5908-ab5c-4887-b6cb-55de9ca6f6ab/nowy_KV_APD2025Farmacja_D2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.adaptive-delivery-prevent-bg, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyload, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyloading { background-image: none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row .container { border-width: 0; border-radius: 0; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#FfyCOd544CQmHq6i0TTSr9XgAq37chav { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.625rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2zdlMXAWTao53XyPULdOxxyODDclb9l { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.75rem;left:44.375rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GakhW9xJcxzPrc8uLLVNtJda2o5kKiLX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.25rem;left:4.5625rem;display:block; }
#lcLfClug3rrQTezDEoiLtxG429WRxZbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBgGPBVdHQn9EnazTBuV4TKetW8GWfrf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:18.375rem;display:block; }
#Dir3dBSn1GM5yyltAy4FwKq3rqqnzFEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5XBZPNrqE4EPaFqNwaayl4eA6H4iblS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:12.8125rem;display:block; }
#B54ewKZKcXrSLbWSGplNXX9vfNFqn7HN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6sTvt2sDGlfwRAMwq094pDAl9duC3ST { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:24.125rem;display:block; }
#hheA5AqTlUrJ0kFpz2TQPzpGxLUaZFxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtuXhH6cyMUB3Pct5QDcRR4nThWxdghM { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;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:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#xE3SiWTEg3w4UGoB9bH82U7lzN4O5s95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lx4B4DW1R8vstzQCXkGl3X8uFwJ6a7IO { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#AENqTQ4oWmPMxgQLS3iupQyaUTTLgpOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDDmus8gUSfJWW91hnAOBrThSTBLd1co { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.1875rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#i4NCh1bI5tMGQ0cPc0pQaT3Z7TpAp92s { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:28rem;left:40rem;display:block; }
#QHhmRzB1ecLokxeJsSJS84G8IVqxWK8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EytDU07R2nSm7xdE96IQSDMTpqQ1rG7v { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:28rem;left:56.875rem;display:block; }
#scIx6euFhn1PQuTWdA4PRahPhDHMbs01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWTGgzmO7SA1Fb4NCTbIRswWKNF93pmb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkoknMr6u5Zh9EiWL16vOTBz4LFqdfTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:27.5rem;display:block; }
#U1Q1FlpyIs4IxNOk9HOhOpgOAtcaf9wh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNEG26ph0l0i1uDwfPFsaKsxnO1TzWL4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#rEcpbyeLIs6QJa0M5OIT81AhRcFaG0AI { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#zTzgTql2w8JJWTpxzpl1iamkt0T3p6mX { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#PMl0B7d9LHmmIiyXs6Dr33e2Ag4acSnw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.9375rem;width:74.875rem;display:none; }
#PDUo5pFIqI7JWETEo7KsmrzoGvKge4Tf { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#aiUZ5zOsDluFVf8e0b3kf1cLuHXccuwp { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15156;line-height:1.2;letter-spacing:0;top:3.9375rem;left:68.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULiJmSDT3TeASoonC7sIlH8gntKTaLg4 { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:1.625rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exXXms3L97CtfxTIiDlCrFQFKeHARXwL { color:#d3d3d3;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:32.9375rem;left:37.5rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#g9L1XHL47qTr6EgJfuUTIfhie17qLgtT { position:absolute;display:block;z-index:15159;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:2.25rem;width:13.75rem;top:34rem;left:49.375rem;overflow:hidden;display:block; }
#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { border-width: 0; border-radius: 0; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { color:rgba(var(--color-tertiary-0),1);display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:11.2rem;font-style:normal;display:block; }
#JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:34.21875rem;left:24.8125rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:32.03125rem;left:65.625rem;overflow:hidden;display:block; }
#mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { box-sizing:content-box;height:29.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),0.8);background-image:none;top:8.75rem;left:0rem;display:block; }
#G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:23.418749809265rem;left:1.875rem;height:9.25rem;font-style:normal;display:block; }#G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi li:before{  }
#ITf6kNoOcpLE6VspPt1SdaBrqpFTyf6x { color:rgba(var(--color-tertiary-0),1);display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:34.4375rem;left:1.875rem;height:1.6rem;font-style:normal;display:block; }
#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/347bcc5a-2b96-4fb0-aad8-b02945a65fb7/tlo_farmacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh.adaptive-delivery-prevent-bg, #TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh.lazyload, #TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh.lazyloading { background-image: none; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container { background-color: transparent; background-image: none; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container > .video-iframe-container { display: none; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row > .video-iframe-container { display: none; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .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); }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container { border-width: 0; border-radius: 0; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#f2A53WrOFtE7fof5h4NGJBN7S87xUrgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9375rem;left:25rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#OkXiZrQGFIANMxRBuItk9ABxskfugs3N { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:50rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#qyzJdTnpQ8MH9rWa2Hl6r2FXAftxOZfU { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUTXNNFgbAs5fF13bbaQBaGVVTXeHQ4F { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:25.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sc2Hx6GSHohMX68G7eFQLGMByuzEPI0P { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:50rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7CeFQEUmCsHDlpnkZtspKlwRcTN22Vo { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:5.099825rem;text-align:center;text-align-last:center;display:block; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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:none; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:17.875rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:39.53125rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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:none; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:17.9375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:40.125rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { position:relative;display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { background-color: transparent; background-image: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { border-width: 0; border-radius: 0; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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:10rem;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; }#wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.1937125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZXX1xSTPMG7V6Tac9HZZDqrVl8ce23xQ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:4.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyDLxqI0vW4y0qnzqRPO0k3xAdKJJcuf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.75rem;left:0rem;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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:45.4375rem;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; }#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5625rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFhEqWOApyu41J5FhA70olorKQc2yWZm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.75rem;left:0rem;display:block; }
#xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.9375rem;left:0rem;display:block; }
#V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:31.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:28.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.8125rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:39.5625rem;left:1.8125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18rem;left:0rem;display:block; }
#ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.25rem;left:0rem;display:block; }
#a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLucleb6uihNTWH1P0ueL4zGx5XWTPMS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:34.875rem;left:1.8125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vybw60comVTrCeE9GqFrmBLTLEU0MTnT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.3125rem;left:0rem;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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:16.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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.0625rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:4.40625rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.0625rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { position:relative;display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { background-color: transparent; background-image: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { border-width: 0; border-radius: 0; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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:52.3125rem;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; }#k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { color:rgba(var(--color-tertiary-4),1);display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#ULAF69TcadhVILA3pigiDSBnKffxGT1N { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.0625rem;left:0rem;display:block; }
#hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.3125rem;left:0rem;display:block; }
#aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.5rem;left:0rem;display:block; }
#KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.8125rem;left:0rem;display:block; }
#RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.3125rem;left:1.9375rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.5625rem;left:0rem;display:block; }
#TTzeXngJVOAQow6wtPrw31yEvcytayV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#tWIA5e7nZrEq1v2KL5WtAihAZX5MR1wt { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:31.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xMz33lNOxTfO5bMTtrUPofcwhhtkiLl0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.1875rem;left:0rem;display:block; }
#kgXBIf8ksmCB8i95trGtV4inHTPWZp07 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:46.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VCukZnwmNMMwZJimcLmHdd9ZJ2LGZtFg { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:39rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgQM78XEbdoamRgGiDgHJiloKsLG1k4W { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:34.1875rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsaJ2B14qGqXdMorW4sCvD9h49kvdvLg { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.6875rem;left:0rem;display:block; }
#U3lTHz2qk9GaQKTTZG6PTgCvh3EFRPWy { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.3125rem;left:0rem;display:block; }
#BL0rT0iTTfgRHO56pcZDnIIkAawpSHcz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.8125rem;left:0rem;display:block; }
#Acv4T4JoGbG10OkhZe1KroMNkW1xtp8E { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:41.9375rem;left:1.9375rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { position:relative;display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { background-color: transparent; background-image: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { border-width: 0; border-radius: 0; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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:34.125rem;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; }#vX8szobpqaSheMJbJIZD7O7paSsIem6l { color:rgba(var(--color-tertiary-4),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.375rem;left:0rem;display:block; }
#ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.625rem;left:0rem;display:block; }
#Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18rem;left:0rem;display:block; }
#SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u001dI0TXFi7o76LnulpDnANnWHqCEcT { color:rgba(var(--color-tertiary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.1875rem;left:0rem;display:block; }
#UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U7oCVwutlyoVwXszvxE1LpTnhFgiSDaz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.9375rem;left:0rem;display:block; }
#dTyLdgJiPr3cM50vGnmbTcpVITZLbeo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.5rem;left:0rem;display:block; }
#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp { position:relative;display:block; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp { background-color: transparent; background-image: none; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row .container > .video-iframe-container { display: none; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row > .video-iframe-container { display: none; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .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); }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp { border-width: 0; border-radius: 0; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .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; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .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:34.25rem;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; }#K2WKub5WSS5C70E1ArcmXCkBqdL6e6Jr { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#MwJoBbnHTNE4o5gnm5nVkB2GBibvUhZW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.3125rem;left:0rem;display:block; }
#IBkf3IAnRqVJL8l0KWi3PEkHGzv0rA3o { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlJPz6VDcL4GP15asQh6DTihIx6IStGJ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBATEunZodQyhwMlkNxxAlMwgTQT9hT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRLZCsc90dc1r1g4LvkfxdGDLo20pgmw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z0eeIyF5VKvvJGXUrplV2OCH9sA9COos { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.5625rem;left:0rem;display:block; }
#ePEl53q6w2GCvoTU8gOkyBVdlSd7Wcwa { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.875rem;left:0rem;display:block; }
#DzKvMST8JHyWf3iHSViGbRoJA5ztw7hQ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:28.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zDTolFGSP2U5EEIX8D7epT3b8V7LSReM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#Foo5TPX3AlzNvgIB9bWRKmSGTVCgn2Fd { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGL4fQKkwtGZblPTTlwvgTmmFrMAJssT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iT68Tbuq8M2U3TwIb1ub2Ff4nkkLeeJC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.875rem;left:0rem;display:block; }
#FTaJJyQEH9CBmwc1MazIMlAhtqwcD49J { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:23.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yXGzCvcfpbIZ7ZBf2HQ0bvmcT8BtzuNk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.6875rem;left:0rem;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/750b5ae9-659d-43ca-8a83-8a139689f19a/apd_CENA_farmacja.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.adaptive-delivery-prevent-bg, #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.lazyload, #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.lazyloading { background-image: none; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD > .row .container { border-width: 0; border-radius: 0; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#fR6vmasD6XRvPQTBikc7pH0EpABTpKbK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:22.5rem;display:block; }
#Jxi1LmBDhAwTLnnuDSIuK65wNW1VRWvG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:29.375rem;display:block; }
#EGgGigz4ugdtdpTum8i6EGyvmcu1Hxrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9kgH8B0L5mJvG90eGOHAQpymOvXdFDH { color:#1c1c1c;display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:25.5rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHDIIFGrVRH1I8JTi4dQHTeE6tRsBrPT { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:23.125rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZZShnUyGLqPM8W2Vp9JfZeB23qH4tRb { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoTM0ZlB5s2iQW6wxfxEG8MrHkkiWua4 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V11izqITCiHM349Bv5Jg8KiENyIu8U86 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xcykFdE67yEdi8336uS7ziPOWX2OamGB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCR0NMOpR7LiqHfzEalsT5xTniJlG9oE { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#UAsAPwvSVrsGA3QqaZxDwZXIG0r8wApd { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#In8zabvGwktzu8k2JURqnHkP1mHD5naM { color:#1c1c1c;display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.3125rem;left:42.25rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mm4m7zeIfmx0fBzaDAvw5S0T0zJh5Ec0 { color:#1c1c1c;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.25rem;left:42.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { border-width: 0; border-radius: 0; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:none; }#sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.9504625rem;font-style:normal;display:block; }
#CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:4.125rem;left:39.6875rem; }
#MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:3.8125rem;left:42.8125rem;height:7rem;display:block; }
#VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:2.8rem;display:block; }
#ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.5rem;left:0rem; }
#mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.125rem;height:8.4rem;display:block; }
#QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.0625rem;left:0rem; }
#Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:12.5625rem;left:42.8125rem;height:5.6rem;display:block; }
#mb86bImQceket5drO63pQEXBXcIg9wtT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:12.9375rem;left:39.6875rem; }
#ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:18.724998474121rem;left:42.78125rem;height:4.55rem;display:block; }
#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ > .row .container { border-width: 0; border-radius: 0; }#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#yt4Thys9oU7dkWnJBic4U7mBSSW1hsX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.949575rem;font-style:normal;display:block; }
#HcwWnpQ5AJ2oCVc3snDiAgdyq1TQ5QiW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#HVEBNo34keK422JnErhcOdWTtGOpFWPP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#RECEVHmk6SODO3RtfJ55TrOkE9aTr6y6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:26.3125rem;left:0rem; }
#B8zx1u6zB0M8DEh7AT1hwB7xSvGFnNfx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:26rem;left:3.125rem;height:7rem;display:block; }
#TJSTlyho9TnScD4cVrtmM1AaqBpdwVwX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:4.2rem;display:block; }
#c59EqR4UodtL2xTQhZAf5w8V3ezbaRgw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.5rem;left:0rem; }
#hPJXdf1u2TeZknd97IkJpMen0buuOdRd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.125rem;height:8.4rem;display:block; }
#tnz4uM7CyROr8qVKBewKiDikCFDWl0rV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.0625rem;left:0rem; }
#c2BS72rIpqMzt7oN3uFSUSoz7vAvn8Le { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:5.6rem;display:block; }
#ScbGguweD1Ibeu62FdtZxSZtTlWCWhgw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#va8B2a7k0eu9Ekpln0emdeZqZK70RfeQ { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:9.9124984741213rem;left:42.78125rem;height:4.55rem;display:block; }
#GuDHEHrmmLrmtpEfIduQ6BJm7tfHHpae { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:16.375rem;left:42.8125rem;height:1.4rem;display:block; }
#ysIZh3BVvAHBO1hgTUZmI2AKx4CBoxZW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:16.75rem;left:39.6875rem; }
#UV7y8Cu49qiCK9OHNABxPIM1srs6ARFb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:18.606250762939rem;left:42.8125rem;height:1.4rem;display:block; }
#d4VMDXVigNhqgBoTNoZlctp8SZO6BpN1 { box-sizing:content-box;height:12.625rem;width:32.875rem;position:absolute;display:block;z-index:15136;background-color:rgba(32,115,123,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.875rem;left:42.1875rem;display:block; }
#SuLukdA1nmpn7BidlsP9L49ToLSC1qeG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:20.88125038147rem;left:42.8125rem;height:6.5375rem;display:block; }#SuLukdA1nmpn7BidlsP9L49ToLSC1qeG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SuLukdA1nmpn7BidlsP9L49ToLSC1qeG li:before{  }
#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG > .row .container { border-width: 0; border-radius: 0; }#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#Bmm4bOdralA5RwANHIbw8mm9F5XyLyEI { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#dT8tLRgONNeE4xmGczTnUa2SsJg3hxbb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#HL4wQlZZGwArAWcwDdAQc9TAQdPfDbsM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#J5QJArxWQx6vmkaoM7SDfaJ51lfPiBls { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:26.3125rem;left:0rem; }
#OI1iaHWacBknP5zbo7wX4TkMBHKmp8hL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:26rem;left:3.125rem;height:7rem;display:block; }
#KF8Rs580lbmXgJmBJ69a3MDtcQpvqCwL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#Asu0RN7H4l7l5v48ttI2biPRpLvKhQdy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:10rem;left:39.6875rem; }
#EDnZJ6QgMWc1Egyce1H2sdGEoaIcSzmq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:2.8rem;display:block; }
#RW70VIqu3mBBEEVOX8N6fFg2xgCXutHK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.5rem;left:0rem; }
#TPgV5JP4iJMBupHTsW0zvXeZpcOUtim0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.125rem;height:8.4rem;display:block; }
#ARESc1VzK79aeUiPVT2haWcqCk6AKDUa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.0625rem;left:0rem; }
#E5fMQwzHvn9pDLVKyWufGBb9aoi4lnTW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.2rem;display:block; }
#J78fll4xNhaa2RqI7UKprrVeqynsV0zt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#mxTk9ZXCu3wGDRSnOBP6V35Cd9fo4gh3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.8125rem;display:block; }
#dbqO6aK7Pz19GnCOdvsA6ogQymZG0vuA { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:24.912498474121rem;left:42.78125rem;height:4.54948125rem;display:block; }
#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container { background-color: transparent; background-image: none; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container > .video-iframe-container { display: none; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row > .video-iframe-container { display: none; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .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); }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container { border-width: 0; border-radius: 0; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#fT6e1lx9Xr8k60rOJiTB5nxdg4CTKPpD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#O3JsMriIb4zZPzhQ7BS8984IeqM6Sgul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcAGl8kTomDLyRCF93JTvvBmMOVElx2e { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K { position:relative;display:block; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K { background-color: transparent; background-image: none; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row .container > .video-iframe-container { display: none; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row > .video-iframe-container { display: none; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .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); }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K { border-width: 0; border-radius: 0; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .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; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .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.9375rem;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; }#xFX7NM7bfJQ9RS5BDNDZDcotN9Xs282N { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPUXQFJi1wRyRspGNbQTD4ik22eFVTDT { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#IQKGZGGntM5GFfs5DE6HPCOeqxyq1zUZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.75rem;top:17.874999046326rem;left:23.4375rem;overflow:hidden;display:block; }
#aruGafNHLHQetCxeSKVLCIzNWkfZQCQf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:21.1875rem;top:17.4375rem;left:0.875rem;overflow:hidden;display:block; }
#lRepV8cIZsQabFFHlxV9oqMrQorLTseS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.125rem;top:18.25rem;left:60.8125rem;overflow:hidden;display:block; }
#BzQgSwpimQ9MKeoTQK4W6Sf1sOdslae4 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.7499990463256rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ixZLWGNl7N9EvbfrLk9HxHyESJizeN0W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:17rem;top:19.395834922791rem;left:39.625rem;overflow:hidden;display:block; }
#LapZlxSeSN5FyhInxrolOWizTeuQPrrK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:12.6875rem;top:8.5624990463256rem;left:31.15625rem;overflow:hidden;display:block; }
#XdXdPst0KZClRSPzoicgStiQ28cAivTy { 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; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container { background-color: transparent; background-image: none; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container > .video-iframe-container { display: none; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row > .video-iframe-container { display: none; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .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); }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container { border-width: 0; border-radius: 0; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#Ap2ZllVPEkJs6O31DRMV0aaql0occEmu { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#dze1XbMNlW3CTRFTE2ksqubk4WSKAiCB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.8125rem;left:30.59375rem;overflow:hidden;display:block; }
#ER7OpRFRFFvO7R81eS9iRnTlP1lV9tB4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:13.375rem;left:13.9375rem;overflow:hidden;display:block; }
#rl13G5vKh2HJlfz5uFq0eUGndQVLGkaC { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oJMlXbJxZaPcJNNUfballGm0T2ozeSeg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:12.25rem;left:47.6875rem;overflow:hidden;display:block; }
#UCTkBcTEFqK2vTZrls0pdmvz1NinQtDk { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Gs9Tl0Wt6ITDBtw8xRO35bG0zL1rvKhf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.4375rem;top:3.25rem;left:56.59375rem;overflow:hidden;display:block; }
#MhXG38y4gE3wAwQ26lnms0LvBPuC8xcT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.875rem;top:2.125rem;left:11.25rem;overflow:hidden;display:block; }
#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 { 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:none; }#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 > .row .container { border-width: 0; border-radius: 0; }#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:none; }#DxhUDWVVzFvTmo6b4PvJATtfTaZwyinH { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#l2E1aQAtglKGKp3ZJelm1O8CV2rPi6Hg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.8125rem;left:30.59375rem;overflow:hidden;display:block; }
#pMSC5hA3NPJh9EC9qKJ33mg76y6M8K7I { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:13.375rem;left:13.9375rem;overflow:hidden;display:block; }
#zCe6ePmL5ta6dO58IGQL1vNB9eklKNIn { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#h4R7hhWK9TDE13QpsThHLfgr9ibrsOyC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:12.25rem;left:47.6875rem;overflow:hidden;display:block; }
#Lv0FlTi6PWVNUgu3HlUr9HDfdbmoQ6Jh { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#HXoBtRSFpPHUS1Ozk8e56Ti04lss0FPO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.625rem;top:3.375rem;left:55.78125rem;overflow:hidden;display:block; }
#kDJFIiQTclJ7hgcVl1oHvK1E17wCZAr2 { position:absolute;display:block;z-index:15023;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:3.125rem;width:15.3125rem;top:3.1875rem;left:6.8125rem;overflow:hidden;display:block; }
#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 { 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; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container { background-color: transparent; background-image: none; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container > .video-iframe-container { display: none; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row > .video-iframe-container { display: none; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .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); }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container { border-width: 0; border-radius: 0; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#Qe90i4yy895TkT7WHUTtBN6uPhMTvP9l { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#E3PBf8zRhuCGJK9LTVMPvN8acTiXZs3u { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvIWvpkPyAiWLmvzk2zVMyqHz2TvXXHT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:25rem;top:8.1875rem;left:25rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { position:relative;display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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:48.125rem;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; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:3rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.5625rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:40.3125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container { background-color: transparent; background-image: none; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container > .video-iframe-container { display: none; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row > .video-iframe-container { display: block; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .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); }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container { border-width: 0; border-radius: 0; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#d0q2XcNT3eWDcr2rd6DX5MUqzLHU2qIv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DO1hri1TTV8oF4BavWvLeSx19gJdIpFL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:18.75rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#TwvlCh6Ed4kkOLgcWJ0O9oEd9fi09Fxr { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:0rem;height:19.125rem;font-style:normal;display:block; }
#asZr1A3nNvAs2iJXDWPDXvchsewq8zTV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35rem;top:13.493751525879rem;left:40rem;display:block; }
#a67b494d4994e033a89fab39e675f584.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container { background-color: transparent; background-image: none; }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container > .video-iframe-container { display: none; }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row > .video-iframe-container { display: none; }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .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); }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container { border-width: 0; border-radius: 0; }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp { background-color:#2098a1;background-image:url("https://images.assets-landingi.com/uc/0e4c407c-5e78-4c8a-873a-8582276f1ded/nowy_KV_APD2025Farmacja_T2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.adaptive-delivery-prevent-bg, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyload, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyloading { background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { background-color: transparent; background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .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); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { border-width: 0; border-radius: 0; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { width:47.75rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AqTTTm7aBZRpi5nQTB3FUFBxoPL1N5DC { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQU98TlcaRkMlZfE8EMlRLiZT9fhFyB0 { top:35.125rem;left:8.0625rem;width:33.75rem;height:3.4125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9fXqNvzpmDoAIcqZ7uV06qUTvw5HIqS { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRM2oyTNlvigHFrhgbQeqLy8rLRCayNT { display:block; }
 }@media only screen and (max-width: 1199px) { #irKxUIDfRMcozgLLo2ODAa4Ie6UtFT3c { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu35LaXNJkwsSZvcIldTaZLlNb6AKCbW { display:block; }
 }@media only screen and (max-width: 1199px) { #QAbPmTksF1EUSTlqteEUFtmNeshKpi1s { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sH6Ts6PoBaRwXqMcFcxaFWJbJgmDSJNU { display:block; }
 }@media only screen and (max-width: 1199px) { #yiDrte7GoyvuE9XWAD2DiGLCTKor5LsD { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhEHsdOh0JXrILfAZzQripOSXruOHdKZ { display:block; }
 }@media only screen and (max-width: 1199px) { #MupH1aAl6KuUJgdheL4WHTEeVrHQQ3O6 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V3Ht1q8p7GNNSZ5mwydLqKrbCS8IbNyz { display:block; }
 }@media only screen and (max-width: 1199px) { #t3UD6qM7qAXWvpTbuT6cCW2PIv4St4Cd { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A2JqW8MG8deLqQ3SqoqTCkOsKMAuTK3b { display:block; }
 }@media only screen and (max-width: 1199px) { #nSS2TTTLqPcZBsMpAOPd9G7ndJksx86G { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Za0Re1fiEdGLR5FFu0MEHIWZNLvbWTrk { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gg2f5KApaSawsvgsygetTDg81T1mXLt6 { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IENXWU1IOqtK563eJHc1GmkLwcci3iG9 { display:block; }
 }@media only screen and (max-width: 1199px) { #OIUbNzslX9ogETEZliH0Z44ftvmJ6sIZ { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cy0oGAGEwKgvQW3y6STTf2qgBaTHkfDc { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKB7zN0t4t2bvuR8mId1ZPaAQlJaDhXs { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LtI9nv1WATPC6nTQHLK4eWqhVTXdDWPT { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zNgXhnmcTsRhpsnLTTeNOdKiWcAnpiN5 { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jc4nUPSB30QTqIhAHFHvFMEFxXluZk6D { width:6.25rem;height:2.25rem;top:23rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6B6bE6pQ4xPzFGAKQuuENtteMdLy3xM { width:6.25rem;height:2.275rem;top:20.75rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilkv8TtetoEBygg1ZpLOZgSqTEi3iVn9 { width:9.625rem;height:0.8125rem;top:24.5rem;left:2.5rem;font-size:0.625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 1199px) { #sIdK9eNAfLTBfyubLgzLtoIFy7vhhzyd { width:10.9375rem;height:1.5rem;top:25.66250038147rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thlvOe3XQGTDxKUKAoLhHXJDPVTKhgye { top:40.59375rem;left:0rem;width:47.6875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb { background-color:#2098a1;background-image:url("https://images.assets-landingi.com/uc/0e4c407c-5e78-4c8a-873a-8582276f1ded/nowy_KV_APD2025Farmacja_T2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.adaptive-delivery-prevent-bg, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyload, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyloading { background-image: none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row .container { border-width: 0; border-radius: 0; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row .container { width:47.75rem;height:46.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FfyCOd544CQmHq6i0TTSr9XgAq37chav { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2zdlMXAWTao53XyPULdOxxyODDclb9l { top:35.125rem;left:8.0625rem;width:33.75rem;height:3.4125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GakhW9xJcxzPrc8uLLVNtJda2o5kKiLX { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lcLfClug3rrQTezDEoiLtxG429WRxZbU { display:block; }
 }@media only screen and (max-width: 1199px) { #xBgGPBVdHQn9EnazTBuV4TKetW8GWfrf { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dir3dBSn1GM5yyltAy4FwKq3rqqnzFEp { display:block; }
 }@media only screen and (max-width: 1199px) { #e5XBZPNrqE4EPaFqNwaayl4eA6H4iblS { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B54ewKZKcXrSLbWSGplNXX9vfNFqn7HN { display:block; }
 }@media only screen and (max-width: 1199px) { #N6sTvt2sDGlfwRAMwq094pDAl9duC3ST { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hheA5AqTlUrJ0kFpz2TQPzpGxLUaZFxV { display:block; }
 }@media only screen and (max-width: 1199px) { #wtuXhH6cyMUB3Pct5QDcRR4nThWxdghM { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xE3SiWTEg3w4UGoB9bH82U7lzN4O5s95 { display:block; }
 }@media only screen and (max-width: 1199px) { #lx4B4DW1R8vstzQCXkGl3X8uFwJ6a7IO { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AENqTQ4oWmPMxgQLS3iupQyaUTTLgpOQ { display:block; }
 }@media only screen and (max-width: 1199px) { #XDDmus8gUSfJWW91hnAOBrThSTBLd1co { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #i4NCh1bI5tMGQ0cPc0pQaT3Z7TpAp92s { width:16.25rem;height:3.75rem;top:39.375rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHhmRzB1ecLokxeJsSJS84G8IVqxWK8a { display:block; }
 }@media only screen and (max-width: 1199px) { #EytDU07R2nSm7xdE96IQSDMTpqQ1rG7v { width:16.15rem;height:3.65rem;top:39.5rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #scIx6euFhn1PQuTWdA4PRahPhDHMbs01 { display:block; }
 }@media only screen and (max-width: 1199px) { #TWTGgzmO7SA1Fb4NCTbIRswWKNF93pmb { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BkoknMr6u5Zh9EiWL16vOTBz4LFqdfTd { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1Q1FlpyIs4IxNOk9HOhOpgOAtcaf9wh { display:block; }
 }@media only screen and (max-width: 1199px) { #UNEG26ph0l0i1uDwfPFsaKsxnO1TzWL4 { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEcpbyeLIs6QJa0M5OIT81AhRcFaG0AI { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTzgTql2w8JJWTpxzpl1iamkt0T3p6mX { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMl0B7d9LHmmIiyXs6Dr33e2Ag4acSnw { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PDUo5pFIqI7JWETEo7KsmrzoGvKge4Tf { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aiUZ5zOsDluFVf8e0b3kf1cLuHXccuwp { width:6.25rem;height:2.25rem;top:23rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULiJmSDT3TeASoonC7sIlH8gntKTaLg4 { width:6.25rem;height:2.275rem;top:20.75rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exXXms3L97CtfxTIiDlCrFQFKeHARXwL { width:9.625rem;height:0.8125rem;top:24.5rem;left:2.5rem;font-size:0.625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 1199px) { #g9L1XHL47qTr6EgJfuUTIfhie17qLgtT { width:10.9375rem;height:1.5rem;top:25.66250038147rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#208e96;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:47.75rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { top:7.8624992370606rem;left:1.25rem;width:44.875rem;height:12.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { top:32.6875rem;left:25.5625rem;width:13.125rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { width:6.5rem;height:7.4375rem;top:30.887500762939rem;left:40rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { width:47.75rem;height:29.875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi { top:22.237499237061rem;left:1.25rem;width:44.875rem;height:9.25rem;font-size:1rem;display:block; }#G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi li:before{  }
 }@media only screen and (max-width: 1199px) { #ITf6kNoOcpLE6VspPt1SdaBrqpFTyf6x { top:33.049999237061rem;left:1.25rem;width:44.875rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh { display:block; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f2A53WrOFtE7fof5h4NGJBN7S87xUrgQ { width:7.9375rem;height:4.05rem;top:1.875rem;left:19.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkXiZrQGFIANMxRBuItk9ABxskfugs3N { width:7.9375rem;height:4.05rem;top:1.875rem;left:35.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyzJdTnpQ8MH9rWa2Hl6r2FXAftxOZfU { width:7.9375rem;height:1.05625rem;top:6.0625rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUTXNNFgbAs5fF13bbaQBaGVVTXeHQ4F { width:12.6875rem;height:1.05625rem;top:6.0625rem;left:17.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sc2Hx6GSHohMX68G7eFQLGMByuzEPI0P { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:35.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7CeFQEUmCsHDlpnkZtspKlwRcTN22Vo { width:7.9375rem;height:4.05rem;top:1.875rem;left:4.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:13.75rem;height:3.125rem;top:0.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:13.75rem;height:3.125rem;top:0.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXX1xSTPMG7V6Tac9HZZDqrVl8ce23xQ { width:36.6875rem;height:2.7997125rem;top:3.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyDLxqI0vW4y0qnzqRPO0k3xAdKJJcuf { width:0.625rem;height:0.625rem;top:4.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:43.75rem;height:2.9247125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:4.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:36.6875rem;height:2.7997125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:35.8125rem;height:1.125rem;top:12.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:39.9375rem;height:2.7997125rem;top:9.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:9.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:24.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:35.8125rem;height:1.125rem;top:28.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:41.6875rem;height:4.2rem;top:24.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:35.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.7997125rem;top:35.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { width:35.8125rem;height:1.125rem;top:17.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { width:36.6875rem;height:2.7997125rem;top:14.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { width:0.625rem;height:0.625rem;top:14.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { width:0.625rem;height:0.625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { width:36.6875rem;height:2.7997125rem;top:19.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLucleb6uihNTWH1P0ueL4zGx5XWTPMS { width:36.6875rem;height:2.7997125rem;top:30.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vybw60comVTrCeE9GqFrmBLTLEU0MTnT { width:0.625rem;height:0.625rem;top:31.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:42.75rem;height:2.9247125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.7997125rem;top:4.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:5.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:47.75rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:41.8125rem;height:2.9247125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:4.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:40.1875rem;height:2.7997125rem;top:4.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:35.8125rem;height:1.125rem;top:7.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:35.8125rem;height:1.125rem;top:12.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:36.6875rem;height:2.7997125rem;top:9.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:9.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:35.8125rem;height:1.125rem;top:17.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:36.6875rem;height:2.7997125rem;top:14.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:36.6875rem;height:2.7997125rem;top:19.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { width:0.625rem;height:0.625rem;top:24.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTzeXngJVOAQow6wtPrw31yEvcytayV3 { width:36.6875rem;height:4.2rem;top:24rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWIA5e7nZrEq1v2KL5WtAihAZX5MR1wt { width:35.8125rem;height:1.125rem;top:28.250001907349rem;left:2.5000001788139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xMz33lNOxTfO5bMTtrUPofcwhhtkiLl0 { width:0.625rem;height:0.625rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgXBIf8ksmCB8i95trGtV4inHTPWZp07 { width:36.6875rem;height:2.7997125rem;top:43rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCukZnwmNMMwZJimcLmHdd9ZJ2LGZtFg { width:35.8125rem;height:1.125rem;top:36.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgQM78XEbdoamRgGiDgHJiloKsLG1k4W { width:36.6875rem;height:5.6rem;top:30.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsaJ2B14qGqXdMorW4sCvD9h49kvdvLg { width:0.625rem;height:0.625rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3lTHz2qk9GaQKTTZG6PTgCvh3EFRPWy { width:0.625rem;height:0.625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BL0rT0iTTfgRHO56pcZDnIIkAawpSHcz { width:0.625rem;height:0.625rem;top:38.375rem;left:0.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 1199px) { #Acv4T4JoGbG10OkhZe1KroMNkW1xtp8E { width:36.6875rem;height:2.7997125rem;top:38rem;left:2.5rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 1199px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:47.75rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:42.8125rem;height:2.92471875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:43.5rem;height:2.7997125rem;top:4.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:35.8125rem;height:1.125rem;top:7.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:35.8125rem;height:1.125rem;top:13.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:40rem;height:2.7997125rem;top:10.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:10.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:34.5625rem;height:1.125rem;top:21rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:43.625rem;height:4.2rem;top:16.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { width:0.625rem;height:0.625rem;top:23.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { width:36.6875rem;height:2.7997125rem;top:22.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7oCVwutlyoVwXszvxE1LpTnhFgiSDaz { width:0.625rem;height:0.625rem;top:27.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTyLdgJiPr3cM50vGnmbTcpVITZLbeo2 { width:36.6875rem;height:2.7997125rem;top:27.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp { display:block; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row .container { width:47.75rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K2WKub5WSS5C70E1ArcmXCkBqdL6e6Jr { width:40.0625rem;height:2.9247125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwJoBbnHTNE4o5gnm5nVkB2GBibvUhZW { width:0.625rem;height:0.625rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBkf3IAnRqVJL8l0KWi3PEkHGzv0rA3o { width:40.1875rem;height:2.7997125rem;top:4.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlJPz6VDcL4GP15asQh6DTihIx6IStGJ { width:35.8125rem;height:1.125rem;top:7.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBATEunZodQyhwMlkNxxAlMwgTQT9hT0 { width:35.8125rem;height:1.125rem;top:13.375rem;left:2.5000001788139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRLZCsc90dc1r1g4LvkfxdGDLo20pgmw { width:40rem;height:2.7997125rem;top:10.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0eeIyF5VKvvJGXUrplV2OCH9sA9COos { width:0.625rem;height:0.625rem;top:10.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePEl53q6w2GCvoTU8gOkyBVdlSd7Wcwa { width:0.625rem;height:0.625rem;top:25.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzKvMST8JHyWf3iHSViGbRoJA5ztw7hQ { width:36.6875rem;height:2.7997125rem;top:25.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDTolFGSP2U5EEIX8D7epT3b8V7LSReM { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Foo5TPX3AlzNvgIB9bWRKmSGTVCgn2Fd { width:35.8125rem;height:1.125rem;top:18.5625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGL4fQKkwtGZblPTTlwvgTmmFrMAJssT { width:40rem;height:2.7997125rem;top:15.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iT68Tbuq8M2U3TwIb1ub2Ff4nkkLeeJC { width:0.625rem;height:0.625rem;top:15.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTaJJyQEH9CBmwc1MazIMlAhtqwcD49J { width:40rem;height:2.7997125rem;top:20.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXGzCvcfpbIZ7ZBf2HQ0bvmcT8BtzuNk { width:0.625rem;height:0.625rem;top:20.75rem;left:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD { display:none; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fR6vmasD6XRvPQTBikc7pH0EpABTpKbK { width:22.5rem;height:18.75rem;top:12.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jxi1LmBDhAwTLnnuDSIuK65wNW1VRWvG { width:16.25rem;height:3.75rem;top:25rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGgGigz4ugdtdpTum8i6EGyvmcu1Hxrd { display:block; }
 }@media only screen and (max-width: 1199px) { #A9kgH8B0L5mJvG90eGOHAQpymOvXdFDH { width:11.875rem;height:4.875rem;top:18rem;left:14.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHDIIFGrVRH1I8JTi4dQHTeE6tRsBrPT { width:22.4375rem;height:2.6rem;top:14.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZZShnUyGLqPM8W2Vp9JfZeB23qH4tRb { width:22.4375rem;height:0.975rem;top:23.25rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xoTM0ZlB5s2iQW6wxfxEG8MrHkkiWua4 { width:22.5rem;height:0.975rem;top:29.375rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V11izqITCiHM349Bv5Jg8KiENyIu8U86 { width:47.75rem;height:4.675rem;top:2.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xcykFdE67yEdi8336uS7ziPOWX2OamGB { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCR0NMOpR7LiqHfzEalsT5xTniJlG9oE { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAsAPwvSVrsGA3QqaZxDwZXIG0r8wApd { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #In8zabvGwktzu8k2JURqnHkP1mHD5naM { width:7.4375rem;height:2.6rem;top:19.75rem;left:27.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mm4m7zeIfmx0fBzaDAvw5S0T0zJh5Ec0 { width:4.6875rem;height:0.89375rem;top:19rem;left:27.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { background-color:#2098a1;background-image:none;display:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { width:1.25rem;height:1.25rem;top:20.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:44.125rem;height:3.9375rem;top:20.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { width:42.75rem;height:5.25rem;top:13.487500190735rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { width:1.25rem;height:1.25rem;top:13.675000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:42.8125rem;height:3.9375rem;top:26.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { width:1.25rem;height:1.25rem;top:26.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:44.375rem;height:2.1rem;top:30.800003051757rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ { background-color:#2098a1;background-image:none;display:none; }#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ > .row .container { width:47.75rem;height:47.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yt4Thys9oU7dkWnJBic4U7mBSSW1hsX8 { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcwWnpQ5AJ2oCVc3snDiAgdyq1TQ5QiW { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVEBNo34keK422JnErhcOdWTtGOpFWPP { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RECEVHmk6SODO3RtfJ55TrOkE9aTr6y6 { width:1.25rem;height:1.25rem;top:20.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8zx1u6zB0M8DEh7AT1hwB7xSvGFnNfx { width:44.125rem;height:3.9375rem;top:20.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJSTlyho9TnScD4cVrtmM1AaqBpdwVwX { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c59EqR4UodtL2xTQhZAf5w8V3ezbaRgw { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hPJXdf1u2TeZknd97IkJpMen0buuOdRd { width:42.75rem;height:5.25rem;top:13.487500190735rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnz4uM7CyROr8qVKBewKiDikCFDWl0rV { width:1.25rem;height:1.25rem;top:13.675000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2BS72rIpqMzt7oN3uFSUSoz7vAvn8Le { width:42.8125rem;height:3.9375rem;top:26.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScbGguweD1Ibeu62FdtZxSZtTlWCWhgw { width:1.25rem;height:1.25rem;top:26.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #va8B2a7k0eu9Ekpln0emdeZqZK70RfeQ { width:44.375rem;height:2.1rem;top:30.800003051757rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuDHEHrmmLrmtpEfIduQ6BJm7tfHHpae { width:42.8125rem;height:1.3125rem;top:34.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ysIZh3BVvAHBO1hgTUZmI2AKx4CBoxZW { width:1.25rem;height:1.25rem;top:34.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UV7y8Cu49qiCK9OHNABxPIM1srs6ARFb { width:42.8125rem;height:1.3125rem;top:36.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4VMDXVigNhqgBoTNoZlctp8SZO6BpN1 { width:44.875rem;height:11.625rem;top:34.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuLukdA1nmpn7BidlsP9L49ToLSC1qeG { width:42.8125rem;height:6.1875rem;top:38.875rem;left:3.125rem;font-size:0.9375rem;display:block; }#SuLukdA1nmpn7BidlsP9L49ToLSC1qeG li:before{  }
 }@media only screen and (max-width: 1199px) { #TvSarqtH8UiaDeb2gG62GAffo5M6FCnG { background-color:#2098a1;background-image:none;display:none; }#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Bmm4bOdralA5RwANHIbw8mm9F5XyLyEI { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dT8tLRgONNeE4xmGczTnUa2SsJg3hxbb { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL4wQlZZGwArAWcwDdAQc9TAQdPfDbsM { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5QJArxWQx6vmkaoM7SDfaJ51lfPiBls { width:1.25rem;height:1.25rem;top:20.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OI1iaHWacBknP5zbo7wX4TkMBHKmp8hL { width:44.125rem;height:3.9375rem;top:20.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KF8Rs580lbmXgJmBJ69a3MDtcQpvqCwL { width:43.1875rem;height:1.3125rem;top:30.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Asu0RN7H4l7l5v48ttI2biPRpLvKhQdy { width:1.25rem;height:1.25rem;top:30.800000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDnZJ6QgMWc1Egyce1H2sdGEoaIcSzmq { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RW70VIqu3mBBEEVOX8N6fFg2xgCXutHK { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPgV5JP4iJMBupHTsW0zvXeZpcOUtim0 { width:42.75rem;height:5.25rem;top:13.487500190735rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARESc1VzK79aeUiPVT2haWcqCk6AKDUa { width:1.25rem;height:1.25rem;top:13.675000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5fMQwzHvn9pDLVKyWufGBb9aoi4lnTW { width:42.8125rem;height:2.625rem;top:26.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J78fll4xNhaa2RqI7UKprrVeqynsV0zt { width:1.25rem;height:1.25rem;top:26.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxTk9ZXCu3wGDRSnOBP6V35Cd9fo4gh3 { width:43.1875rem;height:9.8rem;top:32.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbqO6aK7Pz19GnCOdvsA6ogQymZG0vuA { width:44.375rem;height:2.1rem;top:43.800000190735rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf { display:block; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fT6e1lx9Xr8k60rOJiTB5nxdg4CTKPpD { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #O3JsMriIb4zZPzhQ7BS8984IeqM6Sgul { display:block; }
 }@media only screen and (max-width: 1199px) { #qcAGl8kTomDLyRCF93JTvvBmMOVElx2e { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K { display:block; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row .container { width:47.75rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xFX7NM7bfJQ9RS5BDNDZDcotN9Xs282N { top:0rem;left:0rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPUXQFJi1wRyRspGNbQTD4ik22eFVTDT { width:15.625rem;height:1.1375rem;top:10.625rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQKGZGGntM5GFfs5DE6HPCOeqxyq1zUZ { width:8.5625rem;height:3.125rem;top:12.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aruGafNHLHQetCxeSKVLCIzNWkfZQCQf { width:16.125rem;height:3.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRepV8cIZsQabFFHlxV9oqMrQorLTseS { width:7.625rem;height:2.5625rem;top:13.1875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzQgSwpimQ9MKeoTQK4W6Sf1sOdslae4 { width:15.625rem;height:1.1375rem;top:3.5208320617676rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixZLWGNl7N9EvbfrLk9HxHyESJizeN0W { width:8.5625rem;height:1.4375rem;top:13.718730926514rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LapZlxSeSN5FyhInxrolOWizTeuQPrrK { width:9.875rem;height:5.125rem;top:4.2708320617676rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdXdPst0KZClRSPzoicgStiQ28cAivTy { display:block; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ap2ZllVPEkJs6O31DRMV0aaql0occEmu { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dze1XbMNlW3CTRFTE2ksqubk4WSKAiCB { width:11.75rem;height:1.625rem;top:3.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ER7OpRFRFFvO7R81eS9iRnTlP1lV9tB4 { width:14.875rem;height:1.75rem;top:11.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rl13G5vKh2HJlfz5uFq0eUGndQVLGkaC { width:15.625rem;height:1.1375rem;top:8.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJMlXbJxZaPcJNNUfballGm0T2ozeSeg { width:7.1875rem;height:3.125rem;top:10.875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCTkBcTEFqK2vTZrls0pdmvz1NinQtDk { width:15.625rem;height:1.1375rem;top:8.3125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gs9Tl0Wt6ITDBtw8xRO35bG0zL1rvKhf { width:8.6875rem;height:2.75rem;top:2.75rem;left:35.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhXG38y4gE3wAwQ26lnms0LvBPuC8xcT { width:7.0625rem;height:4.4375rem;top:1.90625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 { display:none; }#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 > .row .container { width:47.75rem;height:17.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DxhUDWVVzFvTmo6b4PvJATtfTaZwyinH { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2E1aQAtglKGKp3ZJelm1O8CV2rPi6Hg { width:11.75rem;height:1.625rem;top:3.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMSC5hA3NPJh9EC9qKJ33mg76y6M8K7I { width:14.875rem;height:1.75rem;top:11.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCe6ePmL5ta6dO58IGQL1vNB9eklKNIn { width:15.625rem;height:1.1375rem;top:8.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4R7hhWK9TDE13QpsThHLfgr9ibrsOyC { width:7.1875rem;height:3.125rem;top:10.875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv0FlTi6PWVNUgu3HlUr9HDfdbmoQ6Jh { width:15.625rem;height:1.1375rem;top:8.3125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXoBtRSFpPHUS1Ozk8e56Ti04lss0FPO { width:8.25rem;height:2.625rem;top:2.8125rem;left:34.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDJFIiQTclJ7hgcVl1oHvK1E17wCZAr2 { width:13rem;height:2.5625rem;top:2.84375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 { display:block; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qe90i4yy895TkT7WHUTtBN6uPhMTvP9l { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3PBf8zRhuCGJK9LTVMPvN8acTiXZs3u { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvIWvpkPyAiWLmvzk2zVMyqHz2TvXXHT { width:25rem;height:11.5rem;top:7.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:2.8125rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:4.21875rem;top:16.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:14.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:5.625rem;top:23.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:21.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:7.03125rem;top:33.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:31.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:44.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:42.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ { display:block; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d0q2XcNT3eWDcr2rd6DX5MUqzLHU2qIv { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DO1hri1TTV8oF4BavWvLeSx19gJdIpFL { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwvlCh6Ed4kkOLgcWJ0O9oEd9fi09Fxr { top:12.125rem;left:0.625rem;width:46.125rem;height:12.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #asZr1A3nNvAs2iJXDWPDXvchsewq8zTV { width:29.0625rem;height:16.1875rem;top:27.1875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a67b494d4994e033a89fab39e675f584.widget-smartsection { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp { background-color:#2098a1;background-image:url("https://images.assets-landingi.com/uc/1ea1cea5-9bbd-4b6d-b565-6eef850938e6/nowy_KV_APD2025farmacja_M.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.adaptive-delivery-prevent-bg, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyload, #Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp.lazyloading { background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { background-color: transparent; background-image: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { display: none; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .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); }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qvm7HBrArrJ4Fa3Gx1rk4cOEXB90RTdp > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqTTTm7aBZRpi5nQTB3FUFBxoPL1N5DC { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQU98TlcaRkMlZfE8EMlRLiZT9fhFyB0 { width:18.75rem;height:4.3875rem;top:26.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9fXqNvzpmDoAIcqZ7uV06qUTvw5HIqS { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRM2oyTNlvigHFrhgbQeqLy8rLRCayNT { display:block; }
 }@media only screen and (max-width: 763px) { #irKxUIDfRMcozgLLo2ODAa4Ie6UtFT3c { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu35LaXNJkwsSZvcIldTaZLlNb6AKCbW { display:block; }
 }@media only screen and (max-width: 763px) { #QAbPmTksF1EUSTlqteEUFtmNeshKpi1s { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH6Ts6PoBaRwXqMcFcxaFWJbJgmDSJNU { display:block; }
 }@media only screen and (max-width: 763px) { #yiDrte7GoyvuE9XWAD2DiGLCTKor5LsD { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhEHsdOh0JXrILfAZzQripOSXruOHdKZ { display:block; }
 }@media only screen and (max-width: 763px) { #MupH1aAl6KuUJgdheL4WHTEeVrHQQ3O6 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3Ht1q8p7GNNSZ5mwydLqKrbCS8IbNyz { display:block; }
 }@media only screen and (max-width: 763px) { #t3UD6qM7qAXWvpTbuT6cCW2PIv4St4Cd { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2JqW8MG8deLqQ3SqoqTCkOsKMAuTK3b { display:block; }
 }@media only screen and (max-width: 763px) { #nSS2TTTLqPcZBsMpAOPd9G7ndJksx86G { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Za0Re1fiEdGLR5FFu0MEHIWZNLvbWTrk { width:20rem;height:1.38125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2f5KApaSawsvgsygetTDg81T1mXLt6 { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IENXWU1IOqtK563eJHc1GmkLwcci3iG9 { display:block; }
 }@media only screen and (max-width: 763px) { #OIUbNzslX9ogETEZliH0Z44ftvmJ6sIZ { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy0oGAGEwKgvQW3y6STTf2qgBaTHkfDc { width:20rem;height:33.6875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKB7zN0t4t2bvuR8mId1ZPaAQlJaDhXs { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #LtI9nv1WATPC6nTQHLK4eWqhVTXdDWPT { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zNgXhnmcTsRhpsnLTTeNOdKiWcAnpiN5 { width:2.5rem;height:2.875rem;top:32.46249961853rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc4nUPSB30QTqIhAHFHvFMEFxXluZk6D { width:5.25rem;height:2.69956875rem;top:32.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b6B6bE6pQ4xPzFGAKQuuENtteMdLy3xM { width:2.5rem;height:1.7875rem;top:33.00625038147rem;left:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkv8TtetoEBygg1ZpLOZgSqTEi3iVn9 { width:20rem;height:0.8125rem;top:41.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdK9eNAfLTBfyubLgzLtoIFy7vhhzyd { width:13.75rem;height:2.25rem;top:42.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thlvOe3XQGTDxKUKAoLhHXJDPVTKhgye { width:20rem;height:0;top:38.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb { background-color:#2098a1;background-image:url("https://images.assets-landingi.com/uc/1ea1cea5-9bbd-4b6d-b565-6eef850938e6/nowy_KV_APD2025farmacja_M.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.adaptive-delivery-prevent-bg, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyload, #kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb.lazyloading { background-image: none; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFLThM4PTumdd3GMHwcg0dJoLCTu4cyb > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FfyCOd544CQmHq6i0TTSr9XgAq37chav { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2zdlMXAWTao53XyPULdOxxyODDclb9l { width:18.75rem;height:4.3875rem;top:26.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GakhW9xJcxzPrc8uLLVNtJda2o5kKiLX { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcLfClug3rrQTezDEoiLtxG429WRxZbU { display:block; }
 }@media only screen and (max-width: 763px) { #xBgGPBVdHQn9EnazTBuV4TKetW8GWfrf { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dir3dBSn1GM5yyltAy4FwKq3rqqnzFEp { display:block; }
 }@media only screen and (max-width: 763px) { #e5XBZPNrqE4EPaFqNwaayl4eA6H4iblS { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B54ewKZKcXrSLbWSGplNXX9vfNFqn7HN { display:block; }
 }@media only screen and (max-width: 763px) { #N6sTvt2sDGlfwRAMwq094pDAl9duC3ST { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hheA5AqTlUrJ0kFpz2TQPzpGxLUaZFxV { display:block; }
 }@media only screen and (max-width: 763px) { #wtuXhH6cyMUB3Pct5QDcRR4nThWxdghM { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE3SiWTEg3w4UGoB9bH82U7lzN4O5s95 { display:block; }
 }@media only screen and (max-width: 763px) { #lx4B4DW1R8vstzQCXkGl3X8uFwJ6a7IO { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AENqTQ4oWmPMxgQLS3iupQyaUTTLgpOQ { display:block; }
 }@media only screen and (max-width: 763px) { #XDDmus8gUSfJWW91hnAOBrThSTBLd1co { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4NCh1bI5tMGQ0cPc0pQaT3Z7TpAp92s { width:16.25rem;height:3.75rem;top:36.64999961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHhmRzB1ecLokxeJsSJS84G8IVqxWK8a { display:block; }
 }@media only screen and (max-width: 763px) { #EytDU07R2nSm7xdE96IQSDMTpqQ1rG7v { width:16.25rem;height:3.75rem;top:41.25rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scIx6euFhn1PQuTWdA4PRahPhDHMbs01 { display:block; }
 }@media only screen and (max-width: 763px) { #TWTGgzmO7SA1Fb4NCTbIRswWKNF93pmb { width:20rem;height:1.38125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkoknMr6u5Zh9EiWL16vOTBz4LFqdfTd { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1Q1FlpyIs4IxNOk9HOhOpgOAtcaf9wh { display:block; }
 }@media only screen and (max-width: 763px) { #UNEG26ph0l0i1uDwfPFsaKsxnO1TzWL4 { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEcpbyeLIs6QJa0M5OIT81AhRcFaG0AI { width:20rem;height:37.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzgTql2w8JJWTpxzpl1iamkt0T3p6mX { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #PMl0B7d9LHmmIiyXs6Dr33e2Ag4acSnw { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PDUo5pFIqI7JWETEo7KsmrzoGvKge4Tf { width:2.5rem;height:2.875rem;top:32.46249961853rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiUZ5zOsDluFVf8e0b3kf1cLuHXccuwp { width:5.25rem;height:2.69956875rem;top:32.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ULiJmSDT3TeASoonC7sIlH8gntKTaLg4 { width:2.5rem;height:1.7875rem;top:33.00625038147rem;left:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exXXms3L97CtfxTIiDlCrFQFKeHARXwL { width:20rem;height:0.8125rem;top:46rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9L1XHL47qTr6EgJfuUTIfhie17qLgtT { width:13.75rem;height:2.25rem;top:46.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#208e96;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { width:20rem;height:19.5rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { width:12.8125rem;height:2.1rem;top:50.262500762939rem;left:5.53125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { width:4.875rem;height:5.625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { width:20rem;height:29.75rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi { width:20rem;height:16.25rem;top:26.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#G19Hfz1vg2LzBlmWiO5yUT5BnGm3CFdi li:before{  }
 }@media only screen and (max-width: 763px) { #ITf6kNoOcpLE6VspPt1SdaBrqpFTyf6x { width:20rem;height:1.5rem;top:44.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh { display:block; }#TTdWIHX8AHNODKLlsvvPKBgwhaZXdwXh > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2A53WrOFtE7fof5h4NGJBN7S87xUrgQ { width:6.25rem;height:2.75rem;top:1.25rem;left:6.875rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OkXiZrQGFIANMxRBuItk9ABxskfugs3N { width:6.25rem;height:2.75rem;top:1.25rem;left:13.75rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qyzJdTnpQ8MH9rWa2Hl6r2FXAftxOZfU { width:6.25rem;height:1.05625rem;top:4.2750015258789rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUTXNNFgbAs5fF13bbaQBaGVVTXeHQ4F { width:5.875rem;height:2.1125rem;top:4.25rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sc2Hx6GSHohMX68G7eFQLGMByuzEPI0P { width:5rem;height:2.1125rem;top:4.1875rem;left:14.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7CeFQEUmCsHDlpnkZtspKlwRcTN22Vo { width:6.25rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:10rem;height:3.125rem;top:0.33750152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:10rem;height:3.125rem;top:0.33750152587891rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:10rem;height:3.125rem;top:0.33749961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:10rem;height:3.125rem;top:0.39999961853027rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZXX1xSTPMG7V6Tac9HZZDqrVl8ce23xQ { width:18.4375rem;height:2.625rem;top:3.28125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WyDLxqI0vW4y0qnzqRPO0k3xAdKJJcuf { width:0.625rem;height:0.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:14.75rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:3.9375rem;top:5.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:9.4489593505863rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:18.125rem;height:1.125rem;top:17.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:18.125rem;height:5.25rem;top:12.25rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:18.4375rem;height:1.125rem;top:37.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:18.4375rem;height:6.5625rem;top:31.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.625rem;top:45.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { width:18.4375rem;height:1.125rem;top:24.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { width:16.8125rem;height:3.9375rem;top:20.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { width:0.625rem;height:0.625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { width:0.625rem;height:0.625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { width:18.4375rem;height:2.625rem;top:26.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yLucleb6uihNTWH1P0ueL4zGx5XWTPMS { width:18.4375rem;height:2.625rem;top:40.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vybw60comVTrCeE9GqFrmBLTLEU0MTnT { width:0.625rem;height:0.625rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:14.8125rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:3.9375rem;top:5.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:9.6989593505863rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:6.125rem;top:5.1677093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:12.480209350586rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:14.625rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:18.4375rem;height:3.9375rem;top:5.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:18.4375rem;height:1.125rem;top:9.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:18.4375rem;height:1.125rem;top:17rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:18.4375rem;height:3.9375rem;top:12.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:18.4375rem;height:1.125rem;top:24.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:16.375rem;height:3.9375rem;top:20rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:18.4375rem;height:2.625rem;top:27.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { width:0.625rem;height:0.625rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzeXngJVOAQow6wtPrw31yEvcytayV3 { width:18.4375rem;height:5.25rem;top:31.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tWIA5e7nZrEq1v2KL5WtAihAZX5MR1wt { width:18.4375rem;height:1.125rem;top:37.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xMz33lNOxTfO5bMTtrUPofcwhhtkiLl0 { width:0.625rem;height:0.625rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgXBIf8ksmCB8i95trGtV4inHTPWZp07 { width:18.4375rem;height:2.625rem;top:55.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VCukZnwmNMMwZJimcLmHdd9ZJ2LGZtFg { width:17.625rem;height:1.125rem;top:48.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CgQM78XEbdoamRgGiDgHJiloKsLG1k4W { width:18.1875rem;height:7.875rem;top:39.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsaJ2B14qGqXdMorW4sCvD9h49kvdvLg { width:0.625rem;height:0.625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lTHz2qk9GaQKTTZG6PTgCvh3EFRPWy { width:0.625rem;height:0.625rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0rT0iTTfgRHO56pcZDnIIkAawpSHcz { width:0.625rem;height:0.625rem;top:35.5rem;left:13.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Acv4T4JoGbG10OkhZe1KroMNkW1xtp8E { width:16.9375rem;height:2.625rem;top:51rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:15rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:18.4375rem;height:5.25rem;top:5.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:18.4375rem;height:1.125rem;top:11.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:18.4375rem;height:1.125rem;top:19.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:18.4375rem;height:5.25rem;top:14rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:22.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:18.4375rem;height:1.125rem;top:29.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:16.6875rem;height:6.5625rem;top:22.4375rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { width:0.625rem;height:0.625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { width:18.4375rem;height:2.625rem;top:32.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7oCVwutlyoVwXszvxE1LpTnhFgiSDaz { width:0.625rem;height:0.625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyLdgJiPr3cM50vGnmbTcpVITZLbeo2 { width:18.4375rem;height:2.625rem;top:36.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp { display:block; }#ut1n6uEQJONFFiF2IaF6nadvnnDJ6gvp > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2WKub5WSS5C70E1ArcmXCkBqdL6e6Jr { width:14.8125rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwJoBbnHTNE4o5gnm5nVkB2GBibvUhZW { width:0.625rem;height:0.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBkf3IAnRqVJL8l0KWi3PEkHGzv0rA3o { width:18.4375rem;height:3.9375rem;top:5.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlJPz6VDcL4GP15asQh6DTihIx6IStGJ { width:17.5625rem;height:1.125rem;top:9.76042175293rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBATEunZodQyhwMlkNxxAlMwgTQT9hT0 { width:18.4375rem;height:1.125rem;top:16.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRLZCsc90dc1r1g4LvkfxdGDLo20pgmw { width:18.4375rem;height:3.9375rem;top:12.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0eeIyF5VKvvJGXUrplV2OCH9sA9COos { width:0.625rem;height:0.625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEl53q6w2GCvoTU8gOkyBVdlSd7Wcwa { width:0.625rem;height:0.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKvMST8JHyWf3iHSViGbRoJA5ztw7hQ { width:18.4375rem;height:2.625rem;top:29.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDTolFGSP2U5EEIX8D7epT3b8V7LSReM { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Foo5TPX3AlzNvgIB9bWRKmSGTVCgn2Fd { width:18.4375rem;height:1.125rem;top:22.5625rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGL4fQKkwtGZblPTTlwvgTmmFrMAJssT { width:18.4375rem;height:2.625rem;top:19.625rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iT68Tbuq8M2U3TwIb1ub2Ff4nkkLeeJC { width:0.625rem;height:0.625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaJJyQEH9CBmwc1MazIMlAhtqwcD49J { width:18.3125rem;height:2.625rem;top:25.4375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yXGzCvcfpbIZ7ZBf2HQ0bvmcT8BtzuNk { width:0.625rem;height:0.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:2.75rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD { background-color:#2098a1;background-image:url("https://images.assets-landingi.com/uc/750b5ae9-659d-43ca-8a83-8a139689f19a/apd_CENA_farmacja.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.adaptive-delivery-prevent-bg, #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.lazyload, #PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD.lazyloading { background-image: none; }#PK5AqwO1qmwgTgZ9A6iw9sv6PVyBXKQD > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fR6vmasD6XRvPQTBikc7pH0EpABTpKbK { width:20rem;height:15.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxi1LmBDhAwTLnnuDSIuK65wNW1VRWvG { width:16.25rem;height:3.75rem;top:19.534378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EGgGigz4ugdtdpTum8i6EGyvmcu1Hxrd { display:block; }
 }@media only screen and (max-width: 763px) { #A9kgH8B0L5mJvG90eGOHAQpymOvXdFDH { width:9.875rem;height:3.9rem;top:14.011459350586rem;left:2.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHDIIFGrVRH1I8JTi4dQHTeE6tRsBrPT { width:20rem;height:2.4375rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZShnUyGLqPM8W2Vp9JfZeB23qH4tRb { width:20rem;height:0.975rem;top:17.672912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoTM0ZlB5s2iQW6wxfxEG8MrHkkiWua4 { width:20rem;height:0.89375rem;top:23.971878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V11izqITCiHM349Bv5Jg8KiENyIu8U86 { width:20rem;height:4.125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xcykFdE67yEdi8336uS7ziPOWX2OamGB { width:20rem;height:1.3rem;top:6.9437484741213rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #PCR0NMOpR7LiqHfzEalsT5xTniJlG9oE { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAsAPwvSVrsGA3QqaZxDwZXIG0r8wApd { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #In8zabvGwktzu8k2JURqnHkP1mHD5naM { width:5rem;height:2.1125rem;top:15.38125038147rem;left:12.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm4m7zeIfmx0fBzaDAvw5S0T0zJh5Ec0 { width:3.9375rem;height:0.8125rem;top:14.75rem;left:12.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { display:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:17.5rem;height:7.875rem;top:3.0874938964844rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { display:flex;width:1.25rem;height:1.25rem;top:34.712501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:17.5rem;height:11.8125rem;top:34.587501525879rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:17.5rem;height:5.25rem;top:12.674999237061rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { display:flex;width:1.25rem;height:1.25rem;top:12.737499237061rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { width:17.5rem;height:13.125rem;top:19.700000762939rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { display:flex;width:1.25rem;height:1.25rem;top:19.825000762939rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:17.5rem;height:7.875rem;top:48rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { display:flex;width:1.25rem;height:1.25rem;top:48.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:17.5rem;height:6.3rem;top:56.34375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ { display:none; }#UdI0dofkizwBq6F9KopqmNKxLsTlhWwJ > .row .container { width:20rem;height:82.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yt4Thys9oU7dkWnJBic4U7mBSSW1hsX8 { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcwWnpQ5AJ2oCVc3snDiAgdyq1TQ5QiW { width:17.5rem;height:7.875rem;top:3.0874938964844rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVEBNo34keK422JnErhcOdWTtGOpFWPP { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RECEVHmk6SODO3RtfJ55TrOkE9aTr6y6 { display:flex;width:1.25rem;height:1.25rem;top:34.712501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #B8zx1u6zB0M8DEh7AT1hwB7xSvGFnNfx { width:17.5rem;height:11.8125rem;top:34.587501525879rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #TJSTlyho9TnScD4cVrtmM1AaqBpdwVwX { width:17.5rem;height:5.25rem;top:12.674999237061rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59EqR4UodtL2xTQhZAf5w8V3ezbaRgw { display:flex;width:1.25rem;height:1.25rem;top:12.737499237061rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hPJXdf1u2TeZknd97IkJpMen0buuOdRd { width:17.5rem;height:13.125rem;top:19.700000762939rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnz4uM7CyROr8qVKBewKiDikCFDWl0rV { display:flex;width:1.25rem;height:1.25rem;top:19.825000762939rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #c2BS72rIpqMzt7oN3uFSUSoz7vAvn8Le { width:17.5rem;height:7.875rem;top:48rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #ScbGguweD1Ibeu62FdtZxSZtTlWCWhgw { display:flex;width:1.25rem;height:1.25rem;top:48.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #va8B2a7k0eu9Ekpln0emdeZqZK70RfeQ { width:17.5rem;height:6.3rem;top:56.34375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDHEHrmmLrmtpEfIduQ6BJm7tfHHpae { width:17.5rem;height:1.3125rem;top:64.393749237062rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #ysIZh3BVvAHBO1hgTUZmI2AKx4CBoxZW { display:flex;width:1.25rem;height:1.25rem;top:64.549999237062rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UV7y8Cu49qiCK9OHNABxPIM1srs6ARFb { width:17.5rem;height:2.625rem;top:66.518753051756rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #d4VMDXVigNhqgBoTNoZlctp8SZO6BpN1 { width:18.3125rem;height:17.25rem;top:63.893753051756rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuLukdA1nmpn7BidlsP9L49ToLSC1qeG { width:15.125rem;height:10.7375rem;top:69.518753051756rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }#SuLukdA1nmpn7BidlsP9L49ToLSC1qeG li:before{  }
 }@media only screen and (max-width: 763px) { #TvSarqtH8UiaDeb2gG62GAffo5M6FCnG { display:none; }#TvSarqtH8UiaDeb2gG62GAffo5M6FCnG > .row .container { width:20rem;height:88.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bmm4bOdralA5RwANHIbw8mm9F5XyLyEI { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8tLRgONNeE4xmGczTnUa2SsJg3hxbb { width:17.5rem;height:7.875rem;top:3.0874938964844rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4wQlZZGwArAWcwDdAQc9TAQdPfDbsM { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J5QJArxWQx6vmkaoM7SDfaJ51lfPiBls { display:flex;width:1.25rem;height:1.25rem;top:34.712501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OI1iaHWacBknP5zbo7wX4TkMBHKmp8hL { width:17.5rem;height:11.8125rem;top:34.587501525879rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #KF8Rs580lbmXgJmBJ69a3MDtcQpvqCwL { width:17.5rem;height:2.625rem;top:57.600006103516rem;left:2.5rem;font-size:0.9375rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #Asu0RN7H4l7l5v48ttI2biPRpLvKhQdy { display:flex;width:1.25rem;height:1.25rem;top:57.725006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EDnZJ6QgMWc1Egyce1H2sdGEoaIcSzmq { width:17.5rem;height:5.25rem;top:12.675003051757rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW70VIqu3mBBEEVOX8N6fFg2xgCXutHK { display:flex;width:1.25rem;height:1.25rem;top:12.737503051757rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TPgV5JP4iJMBupHTsW0zvXeZpcOUtim0 { width:17.5rem;height:13.125rem;top:19.699996948243rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARESc1VzK79aeUiPVT2haWcqCk6AKDUa { display:flex;width:1.25rem;height:1.25rem;top:19.824996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #E5fMQwzHvn9pDLVKyWufGBb9aoi4lnTW { width:17.5rem;height:7.875rem;top:48rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #J78fll4xNhaa2RqI7UKprrVeqynsV0zt { display:flex;width:1.25rem;height:1.25rem;top:48.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mxTk9ZXCu3wGDRSnOBP6V35Cd9fo4gh3 { width:17.5rem;height:18.375rem;top:60.65625rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #dbqO6aK7Pz19GnCOdvsA6ogQymZG0vuA { width:17.5rem;height:6.3rem;top:80.15625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf { display:block; }#Wr7OOrFvqkv3FuT4Sx63bMTtA2PDbVdf > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT6e1lx9Xr8k60rOJiTB5nxdg4CTKPpD { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #O3JsMriIb4zZPzhQ7BS8984IeqM6Sgul { display:block; }
 }@media only screen and (max-width: 763px) { #qcAGl8kTomDLyRCF93JTvvBmMOVElx2e { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K { display:block; }#nqWX5sGwg6TrGSnTwRVTSfsACkFZoT4K > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFX7NM7bfJQ9RS5BDNDZDcotN9Xs282N { width:15rem;height:4.55rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #pPUXQFJi1wRyRspGNbQTD4ik22eFVTDT { width:20rem;height:1.1375rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQKGZGGntM5GFfs5DE6HPCOeqxyq1zUZ { width:10.75rem;height:4.3125rem;top:27.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aruGafNHLHQetCxeSKVLCIzNWkfZQCQf { width:20rem;height:4.5588235294118rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRepV8cIZsQabFFHlxV9oqMrQorLTseS { width:10.5625rem;height:3.5625rem;top:39.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzQgSwpimQ9MKeoTQK4W6Sf1sOdslae4 { width:20rem;height:1.1375rem;top:8.5458326339719rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixZLWGNl7N9EvbfrLk9HxHyESJizeN0W { width:17rem;height:2.8540145985401rem;top:34.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LapZlxSeSN5FyhInxrolOWizTeuQPrrK { width:12.6875rem;height:6.5846518987342rem;top:10.745833396912rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdXdPst0KZClRSPzoicgStiQ28cAivTy { display:block; }#XdXdPst0KZClRSPzoicgStiQ28cAivTy > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap2ZllVPEkJs6O31DRMV0aaql0occEmu { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dze1XbMNlW3CTRFTE2ksqubk4WSKAiCB { width:12.0625rem;height:1.6875rem;top:10.777084350586rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER7OpRFRFFvO7R81eS9iRnTlP1lV9tB4 { width:15.6875rem;height:2rem;top:22.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl13G5vKh2HJlfz5uFq0eUGndQVLGkaC { width:20rem;height:1.1375rem;top:19.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJMlXbJxZaPcJNNUfballGm0T2ozeSeg { width:8.3125rem;height:3.75rem;top:28.6875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTkBcTEFqK2vTZrls0pdmvz1NinQtDk { width:20rem;height:1.1375rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs9Tl0Wt6ITDBtw8xRO35bG0zL1rvKhf { width:8.75rem;height:2.75rem;top:14.575000762939rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhXG38y4gE3wAwQ26lnms0LvBPuC8xcT { width:7.5rem;height:4.75rem;top:3.0583333969116rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 { display:none; }#WTnmeZTG1E5xaavR3QX0igMpiiDDLA88 > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DxhUDWVVzFvTmo6b4PvJATtfTaZwyinH { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2E1aQAtglKGKp3ZJelm1O8CV2rPi6Hg { width:12.0625rem;height:1.6875rem;top:8.2770843505863rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSC5hA3NPJh9EC9qKJ33mg76y6M8K7I { width:15.6875rem;height:2rem;top:19.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCe6ePmL5ta6dO58IGQL1vNB9eklKNIn { width:20rem;height:1.1375rem;top:17.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4R7hhWK9TDE13QpsThHLfgr9ibrsOyC { width:8.3125rem;height:3.75rem;top:26.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv0FlTi6PWVNUgu3HlUr9HDfdbmoQ6Jh { width:20rem;height:1.1375rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXoBtRSFpPHUS1Ozk8e56Ti04lss0FPO { width:8.75rem;height:2.75rem;top:11.949996948243rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDJFIiQTclJ7hgcVl1oHvK1E17wCZAr2 { width:13.4375rem;height:2.75rem;top:2.875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 { display:block; }#SHwIlkkUhHs1NXLQmkGW9qx2hfzdwCf1 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe90i4yy895TkT7WHUTtBN6uPhMTvP9l { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PBf8zRhuCGJK9LTVMPvN8acTiXZs3u { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xvIWvpkPyAiWLmvzk2zVMyqHz2TvXXHT { width:17.5rem;height:8rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:7.03125rem;top:16.462493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:1.3rem;top:14.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:14.0625rem;top:27.387496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:1.3rem;top:25.212493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:14.0625rem;top:45.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:1.38125rem;top:43.199996948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:7.03125rem;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:1.3rem;top:61.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ { display:block; }#hTWmwUSyfUKafd0AkMlxDD2L9o5CslOQ > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0q2XcNT3eWDcr2rd6DX5MUqzLHU2qIv { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO1hri1TTV8oF4BavWvLeSx19gJdIpFL { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwvlCh6Ed4kkOLgcWJ0O9oEd9fi09Fxr { width:20rem;height:23.90625rem;top:10.332275390625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asZr1A3nNvAs2iJXDWPDXvchsewq8zTV { height:11.178125rem;width:20rem;top:35.957290649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67b494d4994e033a89fab39e675f584.widget-smartsection { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #bJUBtET9EEuIB0BFfiApMRSynn0DbKeA > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }