.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:247,236,240;--color-primary-1:229,190,205;--color-primary-2:202,125,154;--color-primary-3:101,63,77;--color-primary-4:30,19,23;--color-secondary-0:224,234,243;--color-secondary-1:163,193,220;--color-secondary-2:102,152,197;--color-secondary-3:25,171,181;--color-secondary-4:0,83,159;--color-tertiary-0:219,229,240;--color-tertiary-1:135,169,206;--color-tertiary-2:15,83,156;--color-tertiary-3:8,42,78;--color-tertiary-4:2,12,23;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc782385-eb57-4fff-86fb-6695eea235fe/headmammotop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:32.8125rem;top:8.0498046875rem;left:27.25rem;overflow:hidden;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-form-header { font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:rgba(var(--color-primary-2),1);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:first-of-type{padding-top:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:last-of-type{padding-bottom:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:20.849609375rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:20.849609375rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #SQH6pMUtRGgG8JzXkKANcG3CubxziHMC { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #PH4EfMNvT70qurdUyqdD2Q6DpI3Q3xr8 { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #klo00em5DnGTe7pgfZsVwnepwkPUwOb5 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK { position:relative;z-index:2; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n { position:relative; }
#VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.4375rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { box-sizing:content-box;height:45rem;width:19.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.375rem;left:1.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { 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:7.8125rem;width:12.9375rem;top:8.8125rem;left:4.46875rem;overflow:hidden;display:block; }
#rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { 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:5.8125rem;width:19.25rem;top:23.6875rem;left:27rem;overflow:hidden;display:block; }
#EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:20.849609375rem;left:27.25rem;height:1.7871125rem;font-style:italic;display:block; }
#lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.685548782349rem;left:48.748920440674rem;display:block; }
#UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scAvRfeznfDtnH3Nca4reoflB0EKcgMG { position:absolute;display:block;z-index:15073;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.74956875rem;width:2.74956875rem;top:31.5rem;left:27.25rem;overflow:hidden;display:block; }
#wBL73oLIHN7c3mZUitwOlQUo1xSzzgkh { color:#ffffff;display:block;width:10.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.875rem;left:31.375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { position:relative;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:22.566192626953rem;display:block; }
#SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:35.690105438233rem;display:block; }
#qVeG856dS7izURiMffp7KvBQsPap0udm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdXiDDGT9qhTmBIIP7E5VP0f5J4XRRui { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#yryoX0b6O2v6V91IOeq80LAUGlNBHJb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { background-color:rgba(var(--color-secondary-4),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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.1553821563721rem;left:22.566192626953rem;display:block; }
#nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { background-color:rgba(var(--color-secondary-4),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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.1553821563721rem;left:48.748920440674rem;display:block; }
#dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:22rem;display:none; }
#stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Saga4TsZtIeomUXHllwaXTypKMFbJ2Tq { background-color:rgba(var(--color-secondary-4),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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:48.5625rem;display:none; }
#KllInyU9PRZGhxOsdyfvkFU3cgwHfqvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpIklcygS3syO2dTh8IM2TwKpiHpuKZC { background-color:rgba(var(--color-secondary-4),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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.1553821563721rem;left:35.690105438233rem;display:block; }
#vAwJ3PADAClZ5PQeIl2hvKTpDMQwmTyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUDuvtx5boVvVPHKp8yyvsLo4UK9WPm5 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3120625rem;height:2.68663125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:1.435546875rem;display:block; }
#JIk9DzL8QPiwikdRbUp0U9GH6noIAGyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { position:relative;display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { background-color: transparent; background-image: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .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); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { border-width: 0; border-radius: 0; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { position:absolute;display:block;z-index:15002;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { position:absolute;display:block;z-index:15003;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:7.75rem;left:0rem;display:block; }
#O447VfRmPQqfsC93vElX8rA6optIOdCR { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:18.8125rem;left:2.1875rem;height:10rem;font-style:normal;display:block; }
#N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { position:absolute;display:block;z-index:15021;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.5rem;left:0rem;display:block; }
#NbkEOEL2R5DVOIzGtrl1nvbF3hJsrcCO { position:absolute;display:block;z-index:15022;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21.4375rem;left:0rem;display:block; }
#wHL28VAmyTA9n5rJtUDDLnsMhn4JP0ib { position:absolute;display:block;z-index:15023;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.40625rem;left:0rem;display:block; }
#kSWv2ZDQouxtLW79KbWWEJqk8QcqsWVm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:32.6875rem;height:2.2744125rem;font-style:normal;display:block; }
#lmn3zKVRT6rMn7RKfz5zDLWxubEIJa5b { position:absolute;display:block;z-index:15005;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:19.0625rem;left:31.875rem;display:block; }
#Tq6D4wJBx2MRti9sAdA0nsiQgiIzqfEt { position:absolute;display:block;z-index:15027;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.375rem;left:31.875rem;display:block; }
#HmKCUK5u03vQDByU3uuH1xWPoVuXGw0v { position:absolute;display:block;z-index:15028;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.3125rem;left:31.875rem;display:block; }
#M8yWKSFk5bVUTSWgWintCoxcktNDkWgd { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:22.75rem;left:34.1875rem;height:4rem;font-style:normal;display:block; }
#MsyLnci2y4kumNaJ36GiISNrT2Mu3uRT { position:absolute;display:block;z-index:15029;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:27.4375rem;left:0rem;display:block; }
#RRTNhDcXhHlEpF5eXLgAOvl6CPAUnUvr { position:absolute;display:block;z-index:15030;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.375rem;left:0rem;display:block; }
#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM { position:relative;display:block; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM { background-color: transparent; background-image: none; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row .container > .video-iframe-container { display: none; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row > .video-iframe-container { display: none; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .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); }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM { border-width: 0; border-radius: 0; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .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; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ruvim4G4wvEcVCV6xxhZz5tnNDz2HVTt { color:rgba(var(--color-tertiary-2),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#Wi8W39IVVaLy6Gqb6Oe2F4T6a8ukdsOy { position:absolute;display:block;z-index:15004;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#RFKTbxeDdH6xRt6OzwMu1APh55L2OCH9 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.125rem;height:3.25rem;font-style:normal;display:block; }
#yQJ3azhhAUHeiPxvEoMbErZOVZO6ES9i { position:absolute;display:block;z-index:15012;height:7.375rem;width:60rem;top:12.875rem;left:0rem;display:block; }
#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r { position:relative;display:block; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r { background-color: transparent; background-image: none; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row .container > .video-iframe-container { display: none; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row > .video-iframe-container { display: none; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .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); }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r { border-width: 0; border-radius: 0; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .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; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kS2OoJb7AXHiDoisTOnqhPHRwoksqoFl { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#xSuEdg2z118KhhN545XrNUQXCBiTnDrr { position:relative;display:block; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr { background-color: transparent; background-image: none; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row .container > .video-iframe-container { display: none; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row > .video-iframe-container { display: none; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .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); }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr { border-width: 0; border-radius: 0; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .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; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:154.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:134.375rem;left:1.25rem;height:9.84375rem;font-style:normal;display:block; }
#TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { box-sizing:content-box;height:15.5rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(141deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(141deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(141deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(141deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:132.25rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:145.8125rem;left:38.9375rem;display:block; }
#rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVpaCw2NBUqtcwJOSMIeoBu0IebwpmZm { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#HH2twBq7G7IX6f7CSfozp7ZC1qiJHT6a { position:absolute;display:block;z-index:15004;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.6875rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#BIfBxWtDeevHwrUVIZvp5rs2rhM3Tf66 { position:absolute;display:block;z-index:15003;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:17.875rem;left:12rem;display:block; }
#IAGf1x17GdvVoUITa0BbzLLUdgsPUQU8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.0609817504881rem;left:3.75rem;height:1.7871125rem;font-style:normal;display:block; }
#oaprfmJFrL92mgf0XcT8TTqEvp5bk9d5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:11.3125rem;left:33.4375rem;overflow:hidden;display:block; }
#ASdRffU1BVvTHqzWx012gEL729t8LeA0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:11.25rem;left:1.0625rem;overflow:hidden;display:block; }
#e9oyCxLzqD8bzyoU7NyUFtkRRqHZP2sK { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:64.0625rem;left:33.4375rem;overflow:hidden;display:block; }
#ZyuWg3VEvmT6wThw6ZZ0rD16TUTmtJkv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:91.5rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#mNsJTJrbRl8Ru5F0CVsAZMKapTNZSzLI { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:41.125rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#XHL4SAvFDapHARATP82VZgQN3A9TwfrI { position:absolute;display:block;z-index:15006;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:43rem;left:12rem;display:block; }
#sTw83EhbtGxhyxiADW4VwI8chJOu0o9e { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:60.8125rem;left:36.125rem;height:1.7871125rem;font-style:normal;display:block; }
#u0GHpulo47G8sOhIvtuAmM92WbVeqfHp { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:14993;line-height:1.5;letter-spacing:0;top:68.8125rem;left:44.375rem;height:1.40625rem;font-style:normal;display:block; }
#KNWiqRSlz9RTeka4SQp3Tx5mhmPkCaw5 { position:absolute;display:block;z-index:14992;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:70.6875rem;left:44.375rem;display:block; }
#ePvD6hvzSngn0LvZurUoARThMMKdlNUr { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:66.5rem;left:44.375rem;height:1.7871125rem;font-style:normal;display:block; }
#K0VDDDXlUiKQ7upnyIKo9ttnTHNlqdvs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.0625rem;left:36.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#wtWug1iHW7VWD2QR2VJDuSg5UBcV2zMi { position:absolute;display:block;z-index:15009;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:17.9375rem;left:44.375rem;display:block; }
#wwv5L4Mi24yHQLCXgCZ1JXlkBPcmq3MI { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:16.0625rem;left:44.375rem;height:1.40625rem;font-style:normal;display:block; }
#SD348VBbPNZh2gfXxHHT9Af2sUc9TPLy { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:44.375rem;height:1.7871125rem;font-style:normal;display:block; }
#KSrvGpPECu55olM4LzRv9ceyM9grFnnx { position:absolute;display:block;z-index:15012;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:30.5rem;left:44.375rem;display:block; }
#ezrGLCzKT8dVxyVKyIcMe43wdaJmZ8qf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:28.625rem;left:44.375rem;height:1.40625rem;font-style:normal;display:block; }
#tyVdlsNOL2IDZ1fXoOP0MrIRQd45w5qQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.3125rem;left:44.375rem;height:1.7871125rem;font-style:normal;display:block; }
#hP8KZizsqnTxKgB2UnxovXiVkRQp4KqS { position:absolute;display:block;z-index:15015;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:55.5625rem;left:44.4375rem;display:block; }
#Le7X7cTtsPciQPPTxIuMo1ScL8CbRpoZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:53.6875rem;left:44.4375rem;height:1.40625rem;font-style:normal;display:block; }
#n4nblXvTKVPF1Ndr3MopP1LEOqOCzpCP { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:51.375rem;left:44.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#N7N0WeDgPhx2K54LVp8St7fN54slMsOJ { position:absolute;display:block;z-index:15018;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:43rem;left:44.4375rem;display:block; }
#zGMSMKtKqoT4F50puCqOcdTUfUeB9TBg { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:41.125rem;left:44.4375rem;height:1.40625rem;font-style:normal;display:block; }
#g8K6dXdqgBmDTlXvrOTbZTNGgnMya79x { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:38.8125rem;left:44.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#hmv2VZ4TOKhndfH5xHxDX6tsR5K4IbHd { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:76.5rem;left:36.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#ZwrT0fH4HTh53QZEXcrnG8VUeN6yfnhL { position:absolute;display:block;z-index:15009;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:86.5rem;left:44.375rem;display:block; }
#hRoGGDv8Qd3qv8Kd1z227M73fVOMf8J9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:84.625rem;left:44.375rem;height:1.40625rem;font-style:normal;display:block; }
#Tg8rZgx4tS4CA7hU1uh6TIoCOS53ZktE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:82.3125rem;left:44.375rem;height:1.7871125rem;font-style:normal;display:block; }
#iPWWDVUASb7pw4fs0rxwqbulCHb3uuCk { position:absolute;display:block;z-index:15014;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:101.8750038147rem;left:44.374568939209rem;display:block; }
#UWGRuXthUCuMASsESG7tZQqN8L2ZFHf8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:100.0000038147rem;left:44.374568939209rem;height:1.40625rem;font-style:normal;display:block; }
#UeIuCqdhvZ1sA8IJZpJes4kTv129BCXU { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:97.686637878419rem;left:44.374568939209rem;height:1.7871125rem;font-style:normal;display:block; }
#EGAgENh3sFOTxR6dWaQuMedcnwbRNDXq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:91.99978637695rem;left:36.186634063721rem;height:1.7871125rem;font-style:normal;display:block; }
#O4B3NX9eBcFZAAnHnMxpdH10Nzk82TyC { position:absolute;display:block;z-index:15017;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:114.24913787842rem;left:44.374568939209rem;display:block; }
#SVyMIEAg3xIFk4Q4CN5f6hPvy4Wv4byK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:112.37413787842rem;left:44.374568939209rem;height:1.40625rem;font-style:normal;display:block; }
#fOfNJAAeGaXJzGPaz1To9nfPx5rQCgJC { color:rgba(var(--color-tertiary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:110.06185531616rem;left:44.374568939209rem;height:1.7871125rem;font-style:normal;display:block; }
#kHIDNOHdFDWSOnHAwCyGWOFABBEUfGoS { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:114.0625rem;left:3.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#TTWzTpQzoHAEObX9357qanuchHMtBIZT { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:119.75rem;left:12.0625rem;height:1.7871125rem;font-style:normal;display:block; }
#QL9HJk2A3F2pM4RWpsNlJTCwLZ4tkk7k { color:rgba(var(--color-tertiary-2),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:122.0625rem;left:12.0625rem;height:1.40625rem;font-style:normal;display:block; }
#eNTVyQb6O9PuDGMscoUlu3I7SvfsX8lS { position:absolute;display:block;z-index:15019;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:123.9375rem;left:12.0625rem;display:block; }
#uMhnGnyq8OfNFKDhq0QNEMu8F1HHin1S { 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:9.25rem;width:9.3125rem;top:36.375rem;left:1.0625rem;overflow:hidden;display:block; }
#m4KFbe2bQ4qnWB1ihX1WInNuVKCbVgQF { position:absolute;display:block;z-index:15034;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.8125rem;width:2.8125rem;top:7.548828125rem;left:0rem;overflow:hidden;display:block; }
#gnC19Lr4uV9tdZkkTTPSohZz2303m2Gv { position:absolute;display:block;z-index:14995;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.8125rem;width:2.8125rem;top:60.3125rem;left:32.375rem;overflow:hidden;display:block; }
#VnGMPChq2JFt47hiaCrXqIHu1oNW8ZoN { position:absolute;display:block;z-index:15036;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:2.75rem;top:7.5625rem;left:32.375rem;overflow:hidden;display:block; }
#prPctdFBuoZ9aZXSWGuV5eseNA8U95ef { position:absolute;display:block;z-index:15036;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.8125rem;width:2.8125rem;top:76.0625rem;left:32.375rem;overflow:hidden;display:block; }
#l05lF7G0gRTnFWtA7aBoGbJRVWGcOi4a { position:absolute;display:block;z-index:15037;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.8125rem;width:2.8125rem;top:91.499568939206rem;left:32.374782562256rem;overflow:hidden;display:block; }
#n3HJwDMwwlQSNGUw0mbQOrvsM9yuOSg4 { position:absolute;display:block;z-index:15038;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.8125rem;width:2.8125rem;top:113.5rem;left:0rem;overflow:hidden;display:block; }
#eaTB5bQ0x3k0ktyOJv4PZw4O9zd9hIWb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:23.8125rem;left:33.4375rem;overflow:hidden;display:block; }
#a5ZXCtRq6H1QhEu2Q8tf7B3LMe1R4ufh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:36.375rem;left:33.4375rem;overflow:hidden;display:block; }
#VAMBQBiUfPeTTInqULSxZz8fA34f3hBn { 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:9.3125rem;width:9.3125rem;top:48.8125rem;left:33.4375rem;overflow:hidden;display:block; }
#CEEfTWZJeJwKA2l3CketBfOm9Vut7XKM { 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:9.3125rem;width:9.375rem;top:79.875rem;left:33.4375rem;overflow:hidden;display:block; }
#NlLbgTfBIoXdnmQIJkQLh9T4SXvLewxo { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:95.3125038147rem;left:33.437068939209rem;overflow:hidden;display:block; }
#IOsWlkTrdqwuheUzaQQdRBNqoaJNvZiO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:107.68663787842rem;left:33.437068939209rem;overflow:hidden;display:block; }
#Sr6BhAWwOWfsuQED7WrFlTbW6fxXo6Ps { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:117.3125rem;left:1.0625rem;overflow:hidden;display:block; }
#S94iSOh9EZEsXFLC1TgJU8Qr81zBPTkR { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.25rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#NyyEvZSfeZnmCV6O6bTdlasPS7Om1fMC { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:28.5625rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#PWD4RyVrTKprlGlKgpeOEwqgaGIsKRhv { position:absolute;display:block;z-index:15007;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:30.4375rem;left:12rem;display:block; }
#Ed9LtmcIp6zv7bzmI5sOxPlwD0uCUGPd { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:23.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#TG7C4J4srLEtdwIlA56rB2t78Cc20gyn { position:absolute;display:block;z-index:15010;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:97.4375rem;left:12rem;display:block; }
#saI2Tm7UGMfdJ8WlOWVJHt9WEbazrb4u { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:14998;line-height:1.5;letter-spacing:0;top:94rem;left:12rem;height:2.8125rem;font-style:normal;display:block; }
#QD8uOqJ6EFycV51d8Liu6zb5qiR5fPkk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:38.8125rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#cFIBodJ8oskJyRGI2vzDDkQ3wG5rRSKU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:89.5rem;left:1.0625rem;overflow:hidden;display:block; }
#cwuhpJ7UglfbhVonHyaI1IqeiWyfOkGt { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:86.125rem;left:3.75rem;height:1.7871125rem;font-style:normal;display:block; }
#MHTUft7diPTorxTPRAqGy99bLlQxEGqZ { position:absolute;display:block;z-index:15036;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.8125rem;width:2.8125rem;top:85.625rem;left:0rem;overflow:hidden;display:block; }
#LDpovWRxMlHmx1rEZ4kVWtWuzFJsKVw9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:103.6875rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#ednT51bW54DeOl4IO8yswT0hn64h63W2 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:106.1875rem;left:12rem;height:2.8125rem;font-style:normal;display:block; }
#vHy2cRqFwZixkphA8A6Dy2zFkL4gXb4n { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:101.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#oOzkFNqqQM86pwGwMDqPIN62DrQfRHED { position:absolute;display:block;z-index:15014;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:109.625rem;left:12rem;display:block; }
#i8i0T33g3Z1ocWan8d4WOhyxcuHIu1Qs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:66rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#mkB9ixp5zkfvqsUL9TZSTTvOrko7luqt { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:63.6875rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#qTeGVH6p0Zq5NJJNaa00QG5V7p0airAt { position:absolute;display:block;z-index:15010;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:67.875rem;left:12rem;display:block; }
#m7BSEw0MMplW3POXTiwwzqyiVT5qQyrE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:61.25rem;left:1.0625rem;overflow:hidden;display:block; }
#RJ6ZL5hEd9ep58bkcZNd9Lp2H1a3GQx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:78.4375rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#HFA7gaH8d9cBrpICa1UqEPavx4EDsKcX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:76.125rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#upGq2ESS5xIa34ZuWN5bgnWBvOztb3pE { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:73.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#cW0levtDxsN33B2pn7SGtf0X8zEdtyEi { position:absolute;display:block;z-index:15014;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:80.3125rem;left:12rem;display:block; }
#w6sm06xvW0LvLGXamLNDCqhXRNkvnlFt { color:rgba(var(--color-tertiary-2),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:51.3125rem;left:12rem;height:1.7871125rem;font-style:normal;display:block; }
#OzKZ0TDhEm3UFEZywTJZcvs72REeWFN8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:53.625rem;left:12rem;height:1.40625rem;font-style:normal;display:block; }
#f3idx9rzxNhgh1D6M5VxK81q1HOlLFF1 { position:absolute;display:block;z-index:15018;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:55.5rem;left:12rem;display:block; }
#l8qa5cR3kTkFOT4rJxXwKFwDNOSPXvAW { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:48.875rem;left:1.0625rem;overflow:hidden;display:block; }
#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { border-width: 0; border-radius: 0; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/992e308d-636a-49a1-a0cc-c075a8473d20/DAVINCI_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.adaptive-delivery-prevent-bg, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyload, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyloading { background-image: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { border-width: 0; border-radius: 0; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:60rem;position:relative;display:none; }#isZfQqUfkelURt8lERp33mbZpqObU6IZ { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.25rem;left:25rem;height:7.875rem;font-style:normal;display:block; }
#vDMJixcStQBS4iN7o1F89ins5OLPRmNo { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:18.4375rem;font-style:normal;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:47.625rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
#cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.125rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.65);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:59.375rem;width:29.8125rem;top:0rem;left:21.4375rem;display:block; }
#Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.75rem;left:25rem;height:2.34375rem;font-style:italic;display:block; }
#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { position:relative;display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .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; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:none; }
#XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
#ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
#Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { border-width: 0; border-radius: 0; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { position:relative;display:none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { border-width: 0; border-radius: 0; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .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; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container { background-color: transparent; background-image: none; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container > .video-iframe-container { display: none; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row > .video-iframe-container { display: none; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .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); }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container { border-width: 0; border-radius: 0; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74512abd-b2f2-4ea6-b8d9-7815561f59cf/mamograf1.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF.adaptive-delivery-prevent-bg, #kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF.lazyload, #kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF.lazyloading { background-image: none; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container { background-color: transparent; background-image: none; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.28); }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container > .video-iframe-container { display: none; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.28); }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row > .video-iframe-container { display: none; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .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); }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container { border-width: 0; border-radius: 0; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF::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; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#blEFTwGAdrALrRPLv8Fl6NT8pPQqkV2I { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.25rem;height:2.4375rem;font-style:normal;display:block; }
#vBSsguLCalha2w9UxhWM7BvlwDLKK70s { position:absolute;display:block;z-index:15006;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.125rem;left:2.25rem;display:block; }
#mBIhEOOkrZC3k1WbsTOTk6LrXL4mqCeU { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.0625rem;height:4.548825rem;font-style:normal;display:block; }
#ukDeapf7ou5z0k2K4XFnx6UDa0H9fGyA { position:absolute;display:block;z-index:15007;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:8.875rem;left:2.25rem;display:block; }
#cBAT0Z3hJBcLMtitC5t3EwoHNPohzbcz { color:rgba(var(--color-primary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.3125rem;height:6rem;font-style:normal;display:block; }
#KDfstgNMnJaWgG25NUSBsSR38MfFkIGC { position:absolute;display:block;z-index:15029;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21rem;left:3.125rem;display:block; }
#TR91IBRBqyQ6EXl5V6u1NKhf2vBila9B { position:absolute;display:block;z-index:15028;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.0625rem;left:3.125rem;display:block; }
#Tl5nKXqcibIMb5nFik3Kf75pTECDbl8A { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.75rem;left:3.125rem;height:1.875rem;font-style:normal;display:block; }
#iEQ9Kg1pzzres4s9KxQPqmz67t4RddIz { color:rgba(var(--color-tertiary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:25.5625rem;left:3rem;height:1.875rem;font-style:normal;display:block; }
#WNLtT8CwwXOpxyM69V2rUkFL1RLThbgT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:28.1875rem;left:3rem;height:3.75rem;font-style:normal;display:block; }
#QTFXkFK1wd9QK09pWx23fGzycHgx2HHZ { position:absolute;display:block;z-index:15008;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:15.75rem;left:2.25rem;display:block; }
#BiNyA5ZDk62wtKP5dwUSnoe1Ow21d1Nf { position:absolute;display:block;z-index:15009;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:25.5625rem;left:2.25rem;display:block; }
#cUbvA9rFEdw30gXsKSb7FQ5M8ltf3JeR { position:absolute;display:block;z-index:15010;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:28.1875rem;left:2.25rem;display:block; }
#X46pLezb0zzz8umsAcmllQp7k1VXJQgL { box-sizing:content-box;height:55.625rem;width:29.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);background-image:none;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sX0wKB62VzlWAXukuEEgEiutkwVr7gIp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),0.61) ;height:19.249125rem;width:28.8748125rem;top:33.748916625976rem;left:3.062068939209rem;overflow:hidden;display:block; }
#KhM8arZopid43T95QBT5ePFRE94cSraI { position:relative;display:none; }#KhM8arZopid43T95QBT5ePFRE94cSraI { border-width: 0; border-radius: 0; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .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; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PCxr8HqSLaJ0IzMEp54knSRu23bCZm0w { color:rgba(var(--color-tertiary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:28.1875rem;left:3rem;height:3.75rem;font-style:normal;display:none; }
#FggmoWtDFa0rnzqlq93DKKd6IkzXqnZ0 { color:rgba(var(--color-primary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.3125rem;height:6rem;font-style:normal;display:none; }
#QOhytNCOdRNduezammr1R5BWiQ0oBFl4 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:25.5625rem;left:3rem;height:1.875rem;font-style:normal;display:none; }
#l5BO89V8LfHLIBVW6n98DgOD8aMHg3Qd { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.75rem;left:3.125rem;height:1.875rem;font-style:normal;display:none; }
#wbSuHp2T0IRqOAqWTH4oBlkOqfhsKQlx { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.25rem;height:2.4375rem;font-style:normal;display:none; }
#sMmpRqT573U1DTk7NE0r30W7lZgV4F9B { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.0625rem;height:4.548825rem;font-style:normal;display:none; }
#Ky6WUPPZC09dBpkQD9nM2crXBMUylcJF { position:absolute;display:block;z-index:15006;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.125rem;left:2.25rem;display:none; }
#nAdyl6PhTHw4FiPT1zzGNbTV1l4nM2MU { position:absolute;display:block;z-index:15029;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21rem;left:3.125rem;display:none; }
#OtItBWT7RwOefpVV9XGTnxH77B8EL3Tc { position:absolute;display:block;z-index:15028;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.0625rem;left:3.125rem;display:none; }
#Ut2d8SAKkEiQkT10QTckWvkcS3xBR4J9 { position:absolute;display:block;z-index:15007;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:8.875rem;left:2.25rem;display:none; }
#MsWLl2fzCNJimSHvRHwBuqErBZa29tN6 { position:absolute;display:block;z-index:15008;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:15.75rem;left:2.25rem;display:none; }
#BHbqdguJmtTSwnkz93KXvRrQGslOeHce { position:absolute;display:block;z-index:15009;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:25.5625rem;left:2.25rem;display:none; }
#wiXpKydbwPpJqhE61frNPRqMPFwrytHm { position:absolute;display:block;z-index:15010;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:28.1875rem;left:2.25rem;display:none; }
#ElmbFc4s5S7Zq4NIcNDQ8k5qTG7Ox0W4 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.25rem;width:28.875rem;top:33.1875rem;left:3.0625rem;overflow:hidden;display:none; }
#XT2f29LZDmITx2N2TOMTVxf0KocMpbro { box-sizing:content-box;height:54.0625rem;width:29.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.7);background-image:none;top:0rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container { background-color: transparent; background-image: none; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container > .video-iframe-container { display: none; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row > .video-iframe-container { display: none; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .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); }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container { border-width: 0; border-radius: 0; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc { position:relative;display:block; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc { background-color: transparent; background-image: none; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row .container > .video-iframe-container { display: none; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row > .video-iframe-container { display: none; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .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); }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc { border-width: 0; border-radius: 0; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .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; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { position:relative;display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { background-color: transparent; background-image: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .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); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { border-width: 0; border-radius: 0; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .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; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { 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:8.8125rem;width:8.8125rem;top:7.5rem;left:3.125rem;overflow:hidden;display:block; }
#z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.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:18.0625rem;left:22.6875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { color:rgba(var(--color-primary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.6875rem;left:2.4375rem;height:4.21875rem;font-style:normal;overflow:hidden;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
#ksOnD4laXKBvz829z5FUaPQI09DMiBRe { position:absolute;display:block;z-index:15030;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:8.8125rem;width:8.8125rem;top:7.5rem;left:24rem;overflow:hidden;display:block; }
#JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { position:absolute;display:block;z-index:15031;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:8.8125rem;width:8.8125rem;top:7.5rem;left:43.5625rem;overflow:hidden;display:block; }
#xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { position:absolute;display:block;z-index:15032;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:8.8125rem;width:8.8125rem;top:28.875rem;left:7.3125rem;overflow:hidden;display:block; }
#oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;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:2.4375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;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.0625rem;left:42.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;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.25rem;left:17.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { color:rgba(var(--color-primary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:20.625rem;left:22.6875rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:20.6875rem;left:42.5rem;height:1.40625rem;font-style:normal;overflow:hidden;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
#F3chnoq14KHuZI3HEHWTtchmHX6MAykS { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:33.75rem;left:17.8125rem;height:1.40625rem;font-style:normal;overflow:hidden;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
#GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { position:absolute;display:block;z-index:15004;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.25rem;left:0rem;height:0;font-style:normal;display:none; }
#B4uos4XBDpUxnwivd54fXkbWuVRbsnsX { position:absolute;display:block;z-index:15030;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:8.8125rem;width:8.8125rem;top:28.875rem;left:35.0625rem;overflow:hidden;display:block; }
#kQeDsPGnel77aUT3oTcuzI1q9EKcw5sX { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31.3125rem;left:45.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzr85JRZxrL2rc6lKpydyzuegdtpXUTA { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:33.875rem;left:45.375rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#xzr85JRZxrL2rc6lKpydyzuegdtpXUTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xzr85JRZxrL2rc6lKpydyzuegdtpXUTA li:before{  }
#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { position:relative;display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { background-color: transparent; background-image: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .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); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { border-width: 0; border-radius: 0; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .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; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { color:rgba(var(--color-tertiary-2),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { position:absolute;display:block;z-index:15006;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoZRH3xVho2k0vxBpPqPTMklikwhsslG { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.5rem;left:1.1875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QS8eaVl13uThq1aVwTiUywbDu178EQN1 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.5625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:20.375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:31.1875rem;left:1.1875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.25rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:29.0625rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IsJtrmMRgwhFqid3hL1G5POhps8FfFBr { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:39.875rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDP4AdeRJJBxsl6C6P4zUA6ADobE2NLb { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.9375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#wzH03Xd8nfDLwlxieJTEik0StW0568Qe { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:37.75rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXsauXrhwuTkhJpCyzoQKAS9NxCLJP0J { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:49.9375rem;left:1.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#emmoOJC1Mvdeq9iKiTKW2r6DvXFzTfGK { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:47.8125rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbLQVGED5KCADTpr4ZpEdD2l173fKpH5 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:48rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK { position:relative;display:block; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK { background-color: transparent; background-image: none; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row .container > .video-iframe-container { display: none; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row > .video-iframe-container { display: none; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .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); }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK { border-width: 0; border-radius: 0; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .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; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iAhBiM17hFsc63BePOGTa3UhxhMiPFf6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:34.6875rem;left:0rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTgeH7eqmrsB2WhMUZZCwKdtFmL9iXsA { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:28.125rem;left:1.1875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmHvoFNXRe8lH9FWIGWOmOhd0N6iU3mt { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:26rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cSrVPEDpxWKmMtT4k1S2v542QIa2RfTT { color:rgba(var(--color-tertiary-2),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:12.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKc7S0sHfkpccOa6svrW2L778brIAuGH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nUTM53OJrQ1eRKTFtpKo8Ei1PCtXEvGu { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EGZqSNo6eV8Qkk5xh8Tms4A6HZZTVtLp { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.1875rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uJt9AhQOJeRcZ3OORQ9PrmOa9izvr0a8 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#vsTQK0ZTiTXtimEl1JMLCpPz7G1Kxg4i { position:absolute;display:block;z-index:15017;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s { position:relative;display:block; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s { background-color: transparent; background-image: none; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row .container > .video-iframe-container { display: none; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row > .video-iframe-container { display: none; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .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); }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s { border-width: 0; border-radius: 0; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .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; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nLFfW92TPplNyf38gHxg644mz0dxHlSv { position:absolute;display:block;z-index:15013;height:5.125rem;width:60rem;top:1.1875rem;left:0rem;display:block; }
#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container { background-color: transparent; background-image: none; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container > .video-iframe-container { display: none; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row > .video-iframe-container { display: none; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .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); }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container { border-width: 0; border-radius: 0; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.adaptive-delivery-prevent-bg, #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.lazyload, #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.lazyloading { background-image: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { background-color: transparent; background-image: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.4); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container > .video-iframe-container { display: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.4); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row > .video-iframe-container { display: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .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); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { border-width: 0; border-radius: 0; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47::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; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#tCe1GN8hb9X5yzA5egKLMn30lhzTDByM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.4375rem;top:21.5625rem;left:0rem;overflow:hidden;display:block; }
#UiSvZuHnHxZsy5wdiy7VyzglnGNiAurT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13.625rem;top:22.375rem;left:23.1875rem;overflow:hidden;display:block; }
#TfdbUKlJz2nZWR2utTFqVX1bqJBI0f3V { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.9375rem;top:22rem;left:47.0625rem;overflow:hidden;display:block; }
#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU { 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; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container { background-color: transparent; background-image: none; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container > .video-iframe-container { display: none; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row > .video-iframe-container { display: none; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .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); }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container { border-width: 0; border-radius: 0; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z { position:relative;display:block; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z { background-color: transparent; background-image: none; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row .container > .video-iframe-container { display: none; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row > .video-iframe-container { display: none; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .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); }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z { border-width: 0; border-radius: 0; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .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; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l3OwMtl1V7TBMywLGbehIadrautya00L { position:relative;display:block; }#l3OwMtl1V7TBMywLGbehIadrautya00L { background-color: transparent; background-image: none; }#l3OwMtl1V7TBMywLGbehIadrautya00L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row .container > .video-iframe-container { display: none; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row > .video-iframe-container { display: none; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .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); }#l3OwMtl1V7TBMywLGbehIadrautya00L { border-width: 0; border-radius: 0; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .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; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucXxgF2zwsU0t9ECaJLaMyGeAh1ohvKE { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#Ocx4UyHFMb2vT4Z9qagUE9iRTQL9dleA { position:absolute;display:block;z-index:15008;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.3125rem;left:0rem;display:block; }
#MEGk1CJc0GMw18Te3QoJ6qi2W4RoQZ7u { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:16.1875rem;width:28.75rem;top:9.8125rem;left:0rem;display:block; }
#dXwIo1NxS6UALTJyxXTBTavTHX4LUc0b { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:16.1875rem;width:28.75rem;top:9.8125rem;left:31.25rem;display:block; }
#MnE6cVZkDVgNfWQ4HDGVwQDDn7Don6hg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:16.1875rem;width:28.75rem;top:34.75rem;left:31.25rem;display:block; }
#GAWVxMfAgo87gx9JwU5KRyCG7WbXHkWT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:16.1875rem;width:28.75rem;top:34.75rem;left:0rem;display:block; }
#J6L1ofbzJg0yM9ZXF89HbuRkNy9zJeVu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:16.1875rem;width:28.75rem;top:59.6875rem;left:15.625rem;display:block; }
#vsy512218ICQvRIwkTzNQgNzs8V4WUok { box-sizing:content-box;height:4.375rem;width:28.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:26rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),1) ;display:block; }
#ffk1thCwmO0ExMC2EeKV276oXzymEZ6p { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.724140167236rem;left:1.25rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zly3giMPME1EUGeAmTOrehhyyDqTwB9S { box-sizing:content-box;height:4.375rem;width:28.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:26rem;left:31.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),1) ;display:block; }
#pzVkR9OosemeICwTWy1dOskicrDi2F7K { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.75rem;left:32.5rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKCTyxPLstPRH1oZQTKzvSqLClFqFGyu { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:51.6875rem;left:1.25rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZqO4pDPlf3lwmHNF4hMuIptDNtmd1IS { box-sizing:content-box;height:4.375rem;width:28.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),1) ;display:block; }
#irnaWdGTU6qJsXCXXKZJaXA3QPv8IMGs { box-sizing:content-box;height:4.375rem;width:28.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.9375rem;left:31.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),1) ;display:block; }
#NuoTCgqctzcIcxbViXoE2T56Z3Kq3JBf { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:51.6875rem;left:32.5rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSeIZ9FbfiPNTW8F5fysHGWgJWen97EU { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:76.625rem;left:16.875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTUW82JfLZArobJT9l3Cpd2AzsZ5N4JZ { box-sizing:content-box;height:4.375rem;width:28.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:75.875rem;left:15.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(var(--color-primary-2),1) ;display:block; }
#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { border-width: 0; border-radius: 0; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0530d29d-b87f-4711-b793-b37423219f8b/45_Urologie_R62_6306_EDIT_web.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { border-width: 0; border-radius: 0; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:none; }#sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13rem;top:15.0625rem;left:43.875rem;overflow:hidden;display:block; }
#oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13.625rem;top:15.625rem;left:22.5625rem;overflow:hidden;display:block; }
#TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:10.625rem;top:13.0625rem;left:3rem;overflow:hidden;display:block; }
#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { border-width: 0; border-radius: 0; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { position:relative;display:none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { border-width: 0; border-radius: 0; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .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; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:8.25rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.75rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:16.25rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOA90AAUFdwhAhz0c79yI90eoeczyhwW { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:13.75rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { box-sizing:content-box;height:13.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:6.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { position:relative;display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { background-color: transparent; background-image: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .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); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { border-width: 0; border-radius: 0; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .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; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { color:rgba(var(--color-tertiary-2),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { position:absolute;display:block;z-index:15008;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.1875rem;left:0rem;display:block; }
#Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { position:absolute;display:block;z-index:15011;height:7.375rem;width:60rem;top:5.4375rem;left:0rem;display:block; }
#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { position:relative;display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { background-color: transparent; background-image: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { border-width: 0; border-radius: 0; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.875rem;left:9.75rem;display:block; }
#grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueRZZeEwBUhNsQcRJJTGGXoDTQ62VGic { position:absolute;display:block;z-index:15075;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:1.875rem;top:3.6875rem;left:34.75rem;overflow:hidden;display:block; }
#XT4hptUdfOqLQiMRO5pepyJnRBNlcNVA { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.875rem;left:32.75rem;display:block; }
#TyIflDaNUk4RvnPtwPr3Osc9qaxwHlAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container { background-color: transparent; background-image: none; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container > .video-iframe-container { display: none; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row > .video-iframe-container { display: none; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .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); }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container { border-width: 0; border-radius: 0; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#UsvHrOSFIHI05BhLWAAH1r92miPCzqsA { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:15.625rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#XCf7q4d9qSy3UoqQCGwTpXCEQRTmOx7K { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:8.75rem;left:20.375rem;display:block; }
#ZcVGysmQG8QtPCrPtcnZuZgm4xhzzUJ3 { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.375rem;height:2.2745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Unae7Ch9UBsxl69h2ydQBqBIgu5ibxQw { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.4375rem;left:20.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gt2eoh6OgufEyyR6X12mEEvRhctfV46l { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.3125rem;height:1.462675rem;font-style:normal;display:block; }
#PT3BEroOT8smmwihd0wXZXgEtcwxPCTC { color:#ffffff;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:12rem;left:23.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#FbyXsEVV1KCaoTobzJO8TbV4TyLMTJfi { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26rem;left:5.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkFpRI653ilpp0r2tAeQIJlbTbOINkZI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:26rem;left:23.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmbUuCbtT4U6g2cu0HxWMmB0EAA7enpB { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:26.1875rem;left:21.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#EOkBJb0lHLiLUVH1kNiHmx1dzxUq8Cwt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CToiBi9H9RmbWmHyAHNWpDlHvWLVFeUa { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:26.1875rem;left:39.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#tUaQdg9Q9pR48Xhq6arN9wWJsJfi9N1E { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:28.875rem;left:15.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmlXhdcSedoJPEHIACLsBMUWNqADUt1E { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:16.875rem;left:20.375rem;height:1.462675rem;font-style:normal;display:block; }
#qzTwcor3GwKsh019xQo7Du3GWSKGg5TW { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.0625rem;left:20.4375rem;height:3.41015625rem;font-style:normal;display:block; }
#GCVvDTGS97G09v3JCft7543MPL86vRPT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:15.625rem;top:16.455081939698rem;left:0rem;overflow:hidden;display:block; }
#dSgOCfDHGHTom8TEa4px8vBD7LHxe3bc { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.8125rem;height:2.2734375rem;font-style:normal;display:block; }
#JXxr8mzrg6JrADSLR7ZCEFe1PokVOT1g { position:absolute;display:block;z-index:15066;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:2.75rem;top:18.4609375rem;left:44.25rem;overflow:hidden;display:block; }
#T7vNmmZE4yKbmK6GyV6mfZn137KIfIRS { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#e5rHwEHyN6pu7rkwdIuRoul2N0bQOgCa { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#FUfaIXAIaJsk7luK7KluUyLOLQ4daUgd { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#lPfNRXkHh6MWnH0d4I9PGomO8Zm1Bvy0 { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#WiJBfiGNm9BKFAtsbD15LVu2svJfNsmv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:11.5rem;width:17.5rem;top:3rem;left:42.5rem;overflow:hidden;display:block; }
#pPoTwrt6bi89DShQDFJE1x32Z1qPaEJP { position:absolute;display:block;z-index:15069;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.375rem;width:3.875rem;top:7.6875rem;left:49.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { top:8rem;left:14.9375rem;width:32.8125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:19.375rem;height:23.6875rem;top:20.8125rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:19.375rem;height:23.6875rem;top:20.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #SQH6pMUtRGgG8JzXkKANcG3CubxziHMC {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #PH4EfMNvT70qurdUyqdD2Q6DpI3Q3xr8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #klo00em5DnGTe7pgfZsVwnepwkPUwOb5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { top:18.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { top:5.375rem;left:0rem;width:19.25rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { top:8.8125rem;left:0rem;width:12.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { top:23.6875rem;left:20.875rem;width:19.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { top:20.8125rem;left:15rem;width:32.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:11.25rem;height:2.5rem;top:47.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #scAvRfeznfDtnH3Nca4reoflB0EKcgMG { top:31.5rem;left:21.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBL73oLIHN7c3mZUitwOlQUo1xSzzgkh { top:31.875rem;left:25.25rem;width:10.4375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:11.25rem;height:2.5rem;top:0rem;left:16.441192626953rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:11.25rem;height:2.5rem;top:0rem;left:29.565105438233rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #AdXiDDGT9qhTmBIIP7E5VP0f5J4XRRui { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yryoX0b6O2v6V91IOeq80LAUGlNBHJb1 { display:block; }
 }@media only screen and (max-width: 763px) { #xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { width:11.25rem;height:2.5rem;top:3.125rem;left:16.441192626953rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5rem;top:3.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:8.8125rem;height:2.5625rem;top:0rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #Saga4TsZtIeomUXHllwaXTypKMFbJ2Tq { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KllInyU9PRZGhxOsdyfvkFU3cgwHfqvE { display:block; }
 }@media only screen and (max-width: 763px) { #wpIklcygS3syO2dTh8IM2TwKpiHpuKZC { width:11.25rem;height:2.5rem;top:3.125rem;left:29.565105438233rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAwJ3PADAClZ5PQeIl2hvKTpDMQwmTyX { display:block; }
 }@media only screen and (max-width: 763px) { #HUDuvtx5boVvVPHKp8yyvsLo4UK9WPm5 { width:19.25rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIk9DzL8QPiwikdRbUp0U9GH6noIAGyW { display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { top:2.25rem;left:0rem;width:17.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { top:7.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { top:7.75rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O447VfRmPQqfsC93vElX8rA6optIOdCR { top:11.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { top:18.8125rem;left:0rem;width:23.5rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { top:19.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkEOEL2R5DVOIzGtrl1nvbF3hJsrcCO { top:21.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHL28VAmyTA9n5rJtUDDLnsMhn4JP0ib { top:23.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSWv2ZDQouxtLW79KbWWEJqk8QcqsWVm { top:18.8125rem;left:26.5625rem;width:18.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmn3zKVRT6rMn7RKfz5zDLWxubEIJa5b { top:19.0625rem;left:25.75rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6D4wJBx2MRti9sAdA0nsiQgiIzqfEt { top:25.375rem;left:25.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmKCUK5u03vQDByU3uuH1xWPoVuXGw0v { top:23.3125rem;left:25.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8yWKSFk5bVUTSWgWintCoxcktNDkWgd { top:22.75rem;left:28.0625rem;width:14.125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsyLnci2y4kumNaJ36GiISNrT2Mu3uRT { top:27.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRTNhDcXhHlEpF5eXLgAOvl6CPAUnUvr { top:25.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM { display:block; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruvim4G4wvEcVCV6xxhZz5tnNDz2HVTt { top:2.25rem;left:0rem;width:46.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8W39IVVaLy6Gqb6Oe2F4T6a8ukdsOy { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKTbxeDdH6xRt6OzwMu1APh55L2OCH9 { top:7.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQJ3azhhAUHeiPxvEoMbErZOVZO6ES9i { top:12.875rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r { display:block; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2OoJb7AXHiDoisTOnqhPHRwoksqoFl { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuEdg2z118KhhN545XrNUQXCBiTnDrr { display:block; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { top:134.375rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { top:132.25rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:17.4375rem;height:3.375rem;top:145.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #PVpaCw2NBUqtcwJOSMIeoBu0IebwpmZm { top:2.25rem;left:0rem;width:17.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2twBq7G7IX6f7CSfozp7ZC1qiJHT6a { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { top:13.6875rem;left:5.875rem;width:17.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { top:16rem;left:5.875rem;width:14rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIfBxWtDeevHwrUVIZvp5rs2rhM3Tf66 { top:17.875rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGf1x17GdvVoUITa0BbzLLUdgsPUQU8 { top:8rem;left:0rem;width:11.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaprfmJFrL92mgf0XcT8TTqEvp5bk9d5 { top:11.3125rem;left:27.3125rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASdRffU1BVvTHqzWx012gEL729t8LeA0 { top:11.25rem;left:0rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oyCxLzqD8bzyoU7NyUFtkRRqHZP2sK { top:64.0625rem;left:27.3125rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyuWg3VEvmT6wThw6ZZ0rD16TUTmtJkv { top:91.5rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNsJTJrbRl8Ru5F0CVsAZMKapTNZSzLI { top:41.125rem;left:5.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHL4SAvFDapHARATP82VZgQN3A9TwfrI { top:43rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw83EhbtGxhyxiADW4VwI8chJOu0o9e { top:60.8125rem;left:30rem;width:14.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0GHpulo47G8sOhIvtuAmM92WbVeqfHp { top:68.8125rem;left:33.8125rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNWiqRSlz9RTeka4SQp3Tx5mhmPkCaw5 { top:70.6875rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvD6hvzSngn0LvZurUoARThMMKdlNUr { top:66.5rem;left:32.75rem;width:15rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0VDDDXlUiKQ7upnyIKo9ttnTHNlqdvs { top:8.0625rem;left:30.1875rem;width:8.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtWug1iHW7VWD2QR2VJDuSg5UBcV2zMi { top:17.9375rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwv5L4Mi24yHQLCXgCZ1JXlkBPcmq3MI { top:16.0625rem;left:33.125rem;width:14.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD348VBbPNZh2gfXxHHT9Af2sUc9TPLy { top:13.75rem;left:33.8125rem;width:13.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrvGpPECu55olM4LzRv9ceyM9grFnnx { top:30.5rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrGLCzKT8dVxyVKyIcMe43wdaJmZ8qf { top:28.625rem;left:32.0625rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyVdlsNOL2IDZ1fXoOP0MrIRQd45w5qQ { top:26.3125rem;left:32.3125rem;width:15.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8KZizsqnTxKgB2UnxovXiVkRQp4KqS { top:55.5625rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le7X7cTtsPciQPPTxIuMo1ScL8CbRpoZ { top:53.6875rem;left:32.3125rem;width:15.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4nblXvTKVPF1Ndr3MopP1LEOqOCzpCP { top:51.375rem;left:32.3125rem;width:15.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7N0WeDgPhx2K54LVp8St7fN54slMsOJ { top:43rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGMSMKtKqoT4F50puCqOcdTUfUeB9TBg { top:41.125rem;left:32.1875rem;width:15.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8K6dXdqgBmDTlXvrOTbZTNGgnMya79x { top:38.8125rem;left:33.625rem;width:14.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmv2VZ4TOKhndfH5xHxDX6tsR5K4IbHd { top:76.5rem;left:30.1875rem;width:13.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwrT0fH4HTh53QZEXcrnG8VUeN6yfnhL { top:86.5rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRoGGDv8Qd3qv8Kd1z227M73fVOMf8J9 { top:84.625rem;left:32.75rem;width:15rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8rZgx4tS4CA7hU1uh6TIoCOS53ZktE { top:82.3125rem;left:34.1875rem;width:13.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPWWDVUASb7pw4fs0rxwqbulCHb3uuCk { top:101.875rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGRuXthUCuMASsESG7tZQqN8L2ZFHf8 { top:100rem;left:33rem;width:14.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIuCqdhvZ1sA8IJZpJes4kTv129BCXU { top:97.625rem;left:34.1875rem;width:13.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGAgENh3sFOTxR6dWaQuMedcnwbRNDXq { top:91.9375rem;left:30.061634063721rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4B3NX9eBcFZAAnHnMxpdH10Nzk82TyC { top:114.1875rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVyMIEAg3xIFk4Q4CN5f6hPvy4Wv4byK { top:112.3125rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOfNJAAeGaXJzGPaz1To9nfPx5rQCgJC { top:110rem;left:38.1875rem;width:9.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHIDNOHdFDWSOnHAwCyGWOFABBEUfGoS { top:114.0625rem;left:0rem;width:7.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWzTpQzoHAEObX9357qanuchHMtBIZT { top:119.75rem;left:5.9375rem;width:13.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL9HJk2A3F2pM4RWpsNlJTCwLZ4tkk7k { top:122.0625rem;left:5.9375rem;width:7.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTVyQb6O9PuDGMscoUlu3I7SvfsX8lS { top:123.9375rem;left:5.9375rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMhnGnyq8OfNFKDhq0QNEMu8F1HHin1S { top:36.375rem;left:0rem;width:9.25rem;height:9.18748196224rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4KFbe2bQ4qnWB1ihX1WInNuVKCbVgQF { top:7.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnC19Lr4uV9tdZkkTTPSohZz2303m2Gv { top:60.3125rem;left:26.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnGMPChq2JFt47hiaCrXqIHu1oNW8ZoN { top:7.5625rem;left:26.25rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPctdFBuoZ9aZXSWGuV5eseNA8U95ef { top:76.0625rem;left:26.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05lF7G0gRTnFWtA7aBoGbJRVWGcOi4a { top:91.4375rem;left:26.249782562256rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HJwDMwwlQSNGUw0mbQOrvsM9yuOSg4 { top:113.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTB5bQ0x3k0ktyOJv4PZw4O9zd9hIWb { top:23.8125rem;left:27.3125rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZXCtRq6H1QhEu2Q8tf7B3LMe1R4ufh { top:36.375rem;left:27.3125rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAMBQBiUfPeTTInqULSxZz8fA34f3hBn { top:48.8125rem;left:27.3125rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEfTWZJeJwKA2l3CketBfOm9Vut7XKM { top:79.875rem;left:27.3125rem;width:9.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLbgTfBIoXdnmQIJkQLh9T4SXvLewxo { top:95.3125rem;left:27.312068939209rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsWlkTrdqwuheUzaQQdRBNqoaJNvZiO { top:107.625rem;left:27.312068939209rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6BhAWwOWfsuQED7WrFlTbW6fxXo6Ps { top:117.3125rem;left:0rem;width:9.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94iSOh9EZEsXFLC1TgJU8Qr81zBPTkR { top:26.25rem;left:5.875rem;width:11.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyyEvZSfeZnmCV6O6bTdlasPS7Om1fMC { top:28.5625rem;left:5.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWD4RyVrTKprlGlKgpeOEwqgaGIsKRhv { top:30.4375rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9LtmcIp6zv7bzmI5sOxPlwD0uCUGPd { top:23.8125rem;left:0rem;width:9.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7C4J4srLEtdwIlA56rB2t78Cc20gyn { top:97.4375rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saI2Tm7UGMfdJ8WlOWVJHt9WEbazrb4u { top:94rem;left:5.875rem;width:15.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8uOqJ6EFycV51d8Liu6zb5qiR5fPkk { top:38.8125rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFIBodJ8oskJyRGI2vzDDkQ3wG5rRSKU { top:89.5rem;left:0rem;width:9.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwuhpJ7UglfbhVonHyaI1IqeiWyfOkGt { top:86.125rem;left:0rem;width:22.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHTUft7diPTorxTPRAqGy99bLlQxEGqZ { top:85.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDpovWRxMlHmx1rEZ4kVWtWuzFJsKVw9 { top:103.6875rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednT51bW54DeOl4IO8yswT0hn64h63W2 { top:106.1875rem;left:5.875rem;width:15.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHy2cRqFwZixkphA8A6Dy2zFkL4gXb4n { top:101.6875rem;left:0rem;width:9.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOzkFNqqQM86pwGwMDqPIN62DrQfRHED { top:109.625rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i0T33g3Z1ocWan8d4WOhyxcuHIu1Qs { top:66rem;left:5.875rem;width:15.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkB9ixp5zkfvqsUL9TZSTTvOrko7luqt { top:63.6875rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeGVH6p0Zq5NJJNaa00QG5V7p0airAt { top:67.875rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7BSEw0MMplW3POXTiwwzqyiVT5qQyrE { top:61.25rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6ZL5hEd9ep58bkcZNd9Lp2H1a3GQx4 { top:78.4375rem;left:5.875rem;width:15.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFA7gaH8d9cBrpICa1UqEPavx4EDsKcX { top:76.125rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upGq2ESS5xIa34ZuWN5bgnWBvOztb3pE { top:73.6875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW0levtDxsN33B2pn7SGtf0X8zEdtyEi { top:80.3125rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6sm06xvW0LvLGXamLNDCqhXRNkvnlFt { top:51.3125rem;left:5.875rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzKZ0TDhEm3UFEZywTJZcvs72REeWFN8 { top:53.625rem;left:5.875rem;width:15.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3idx9rzxNhgh1D6M5VxK81q1HOlLFF1 { top:55.5rem;left:5.875rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8qa5cR3kTkFOT4rJxXwKFwDNOSPXvAW { top:48.875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:block; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { top:3.25rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { top:22.1875rem;left:18.875rem;width:23.625rem;height:;font-size:1.0625rem;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { top:47.625rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:1.0625rem;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { top:44.125rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { top:0rem;left:15.3125rem;width:29.8125rem;height:59.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { top:11.75rem;left:18.875rem;width:23.625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { top:29.75rem;left:0rem;width:16.875rem;height:;font-size:0.875rem;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:0.875rem;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { top:23.1875rem;left:0rem;width:11.625rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv { display:block; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF { display:block; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blEFTwGAdrALrRPLv8Fl6NT8pPQqkV2I { top:3.125rem;left:0rem;width:19.1875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSsguLCalha2w9UxhWM7BvlwDLKK70s { top:2.125rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBIhEOOkrZC3k1WbsTOTk6LrXL4mqCeU { top:8.625rem;left:0rem;width:22.25rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDeapf7ou5z0k2K4XFnx6UDa0H9fGyA { top:8.875rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBAT0Z3hJBcLMtitC5t3EwoHNPohzbcz { top:18.375rem;left:0rem;width:21.8125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfstgNMnJaWgG25NUSBsSR38MfFkIGC { top:21rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91IBRBqyQ6EXl5V6u1NKhf2vBila9B { top:19.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5nKXqcibIMb5nFik3Kf75pTECDbl8A { top:15.75rem;left:0rem;width:20.3125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQ9Kg1pzzres4s9KxQPqmz67t4RddIz { top:25.5625rem;left:0rem;width:24.375rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLtT8CwwXOpxyM69V2rUkFL1RLThbgT { top:28.1875rem;left:0rem;width:24.25rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFXkFK1wd9QK09pWx23fGzycHgx2HHZ { top:15.75rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiNyA5ZDk62wtKP5dwUSnoe1Ow21d1Nf { top:25.5625rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbvA9rFEdw30gXsKSb7FQ5M8ltf3JeR { top:28.1875rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46pLezb0zzz8umsAcmllQp7k1VXJQgL { top:0rem;left:0rem;width:29.125rem;height:55.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX0wKB62VzlWAXukuEEgEiutkwVr7gIp { top:33.6875rem;left:0rem;width:28.8125rem;height:19.207584951851rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhM8arZopid43T95QBT5ePFRE94cSraI { display:none; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PCxr8HqSLaJ0IzMEp54knSRu23bCZm0w { top:28.1875rem;left:0rem;width:24.25rem;height:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FggmoWtDFa0rnzqlq93DKKd6IkzXqnZ0 { top:18.375rem;left:0rem;width:21.8125rem;height:6rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOhytNCOdRNduezammr1R5BWiQ0oBFl4 { top:25.5625rem;left:0rem;width:24.375rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5BO89V8LfHLIBVW6n98DgOD8aMHg3Qd { top:15.75rem;left:0rem;width:20.3125rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbSuHp2T0IRqOAqWTH4oBlkOqfhsKQlx { top:3.125rem;left:0rem;width:19.1875rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMmpRqT573U1DTk7NE0r30W7lZgV4F9B { top:8.625rem;left:0rem;width:22.25rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ky6WUPPZC09dBpkQD9nM2crXBMUylcJF { top:2.125rem;left:0rem;width:13.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAdyl6PhTHw4FiPT1zzGNbTV1l4nM2MU { top:21rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtItBWT7RwOefpVV9XGTnxH77B8EL3Tc { top:19.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut2d8SAKkEiQkT10QTckWvkcS3xBR4J9 { top:8.875rem;left:0rem;width:0.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsWLl2fzCNJimSHvRHwBuqErBZa29tN6 { top:15.75rem;left:0rem;width:0.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHbqdguJmtTSwnkz93KXvRrQGslOeHce { top:25.5625rem;left:0rem;width:0.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiXpKydbwPpJqhE61frNPRqMPFwrytHm { top:28.1875rem;left:0rem;width:0.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElmbFc4s5S7Zq4NIcNDQ8k5qTG7Ox0W4 { top:33.1875rem;left:0rem;width:28.875rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT2f29LZDmITx2N2TOMTVxf0KocMpbro { top:0rem;left:0rem;width:29.125rem;height:54.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm { display:block; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc { display:block; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { top:2.25rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { top:7.5rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { top:18.0625rem;left:16.5625rem;width:12.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { top:20.6875rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { top:7.5rem;left:17.875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { top:7.5rem;left:37.4375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { top:28.875rem;left:1.1875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { top:18.125rem;left:0rem;width:10.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { top:18.0625rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { top:31.25rem;left:11.6875rem;width:13.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { top:20.625rem;left:16.5625rem;width:14.6875rem;height:2.8125rem;font-size:0.875rem;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { top:20.6875rem;left:30.25rem;width:17.5rem;height:1.375rem;font-size:0.875rem;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { top:33.75rem;left:11.6875rem;width:12.625rem;height:1.375rem;font-size:0.875rem;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { top:42.25rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4uos4XBDpUxnwivd54fXkbWuVRbsnsX { top:28.875rem;left:28.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQeDsPGnel77aUT3oTcuzI1q9EKcw5sX { top:31.3125rem;left:36.8125rem;width:10.9375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzr85JRZxrL2rc6lKpydyzuegdtpXUTA { top:33.875rem;left:33.125rem;width:14.625rem;height:2.8125rem;font-size:0.875rem;display:block; }#xzr85JRZxrL2rc6lKpydyzuegdtpXUTA li:before{  }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { top:7.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { top:7.4375rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { top:9.5625rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { top:22.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { top:20.5625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { top:20.375rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { top:31.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { top:29.25rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { top:29.0625rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsJtrmMRgwhFqid3hL1G5POhps8FfFBr { top:39.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDP4AdeRJJBxsl6C6P4zUA6ADobE2NLb { top:37.9375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzH03Xd8nfDLwlxieJTEik0StW0568Qe { top:37.75rem;left:0rem;width:43.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsauXrhwuTkhJpCyzoQKAS9NxCLJP0J { top:49.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emmoOJC1Mvdeq9iKiTKW2r6DvXFzTfGK { top:47.8125rem;left:0rem;width:43.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbLQVGED5KCADTpr4ZpEdD2l173fKpH5 { top:48rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK { display:block; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAhBiM17hFsc63BePOGTa3UhxhMiPFf6 { top:34.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgeH7eqmrsB2WhMUZZCwKdtFmL9iXsA { top:28.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmHvoFNXRe8lH9FWIGWOmOhd0N6iU3mt { top:26rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrVPEDpxWKmMtT4k1S2v542QIa2RfTT { top:9.5625rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKc7S0sHfkpccOa6svrW2L778brIAuGH { top:7.4375rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTM53OJrQ1eRKTFtpKo8Ei1PCtXEvGu { top:7.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZqSNo6eV8Qkk5xh8Tms4A6HZZTVtLp { top:26.1875rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJt9AhQOJeRcZ3OORQ9PrmOa9izvr0a8 { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTQK0ZTiTXtimEl1JMLCpPz7G1Kxg4i { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcN3IIgEew1mx7iu8EIX58HND1Ms68s { display:block; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLFfW92TPplNyf38gHxg644mz0dxHlSv { top:1.1875rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O { display:block; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 { display:block; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCe1GN8hb9X5yzA5egKLMn30lhzTDByM { top:21.5625rem;left:0rem;width:9.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiSvZuHnHxZsy5wdiy7VyzglnGNiAurT { top:22.375rem;left:17.0625rem;width:13.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfdbUKlJz2nZWR2utTFqVX1bqJBI0f3V { top:22rem;left:34.8125rem;width:12.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU { display:block; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlU3THoMrILq4NtdBw4yf2ADpON23d6Z { display:block; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3OwMtl1V7TBMywLGbehIadrautya00L { display:block; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucXxgF2zwsU0t9ECaJLaMyGeAh1ohvKE { top:2.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocx4UyHFMb2vT4Z9qagUE9iRTQL9dleA { top:1.3125rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEGk1CJc0GMw18Te3QoJ6qi2W4RoQZ7u { top:9.8125rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwIo1NxS6UALTJyxXTBTavTHX4LUc0b { top:9.8125rem;left:19rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnE6cVZkDVgNfWQ4HDGVwQDDn7Don6hg { top:34.75rem;left:19rem;width:28.75rem;height:16.1870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWVxMfAgo87gx9JwU5KRyCG7WbXHkWT { top:34.75rem;left:0rem;width:28.75rem;height:16.1870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6L1ofbzJg0yM9ZXF89HbuRkNy9zJeVu { top:59.6875rem;left:9.5rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsy512218ICQvRIwkTzNQgNzs8V4WUok { top:26rem;left:0rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffk1thCwmO0ExMC2EeKV276oXzymEZ6p { top:26.6875rem;left:0rem;width:26.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zly3giMPME1EUGeAmTOrehhyyDqTwB9S { top:26rem;left:19rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVkR9OosemeICwTWy1dOskicrDi2F7K { top:26.6875rem;left:21.5rem;width:26.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKCTyxPLstPRH1oZQTKzvSqLClFqFGyu { top:51.625rem;left:0rem;width:26.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZqO4pDPlf3lwmHNF4hMuIptDNtmd1IS { top:50.9375rem;left:0rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irnaWdGTU6qJsXCXXKZJaXA3QPv8IMGs { top:50.9375rem;left:19rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuoTCgqctzcIcxbViXoE2T56Z3Kq3JBf { top:51.625rem;left:21.5rem;width:26.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeIZ9FbfiPNTW8F5fysHGWgJWen97EU { top:76.5625rem;left:10.750003814698rem;width:26.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUW82JfLZArobJT9l3Cpd2AzsZ5N4JZ { top:75.875rem;left:9.5rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:block; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { top:15.0625rem;left:34.5625rem;width:13rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { top:15.625rem;left:16.4375rem;width:13.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { top:13.0625rem;left:0rem;width:10.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { top:2.25rem;left:0rem;width:42.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { top:8.25rem;left:0rem;width:28.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { top:10.75rem;left:0rem;width:35.625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { top:16.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { top:13.75rem;left:0rem;width:32.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { top:6.5rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { top:2.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { top:1.1875rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { top:5.4375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:2.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #ueRZZeEwBUhNsQcRJJTGGXoDTQ62VGic { top:3.6875rem;left:28.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4hptUdfOqLQiMRO5pepyJnRBNlcNVA { width:17.5rem;height:3.4375rem;top:2.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyIflDaNUk4RvnPtwPr3Osc9qaxwHlAh { display:block; }
 }@media only screen and (max-width: 763px) { #D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 { display:block; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsvHrOSFIHI05BhLWAAH1r92miPCzqsA { top:4.0625rem;left:0rem;width:15.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCf7q4d9qSy3UoqQCGwTpXCEQRTmOx7K { top:8.75rem;left:14.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVGysmQG8QtPCrPtcnZuZgm4xhzzUJ3 { top:3.1875rem;left:14.25rem;width:8.6875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unae7Ch9UBsxl69h2ydQBqBIgu5ibxQw { top:6.4375rem;left:14.3125rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt2eoh6OgufEyyR6X12mEEvRhctfV46l { top:9.25rem;left:17.1875rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3BEroOT8smmwihd0wXZXgEtcwxPCTC { top:12rem;left:17.3125rem;width:16rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyXsEVV1KCaoTobzJO8TbV4TyLMTJfi { top:26rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFpRI653ilpp0r2tAeQIJlbTbOINkZI { top:26rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmbUuCbtT4U6g2cu0HxWMmB0EAA7enpB { top:26.1875rem;left:15.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOkBJb0lHLiLUVH1kNiHmx1dzxUq8Cwt { top:26rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CToiBi9H9RmbWmHyAHNWpDlHvWLVFeUa { top:26.1875rem;left:33.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUaQdg9Q9pR48Xhq6arN9wWJsJfi9N1E { top:28.875rem;left:9.75rem;width:28.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmlXhdcSedoJPEHIACLsBMUWNqADUt1E { top:16.875rem;left:14.25rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTwcor3GwKsh019xQo7Du3GWSKGg5TW { top:19.0625rem;left:14.3125rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCVvDTGS97G09v3JCft7543MPL86vRPT { top:16.4375rem;left:0rem;width:15.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgOCfDHGHTom8TEa4px8vBD7LHxe3bc { top:19.0625rem;left:25.6875rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXxr8mzrg6JrADSLR7ZCEFe1PokVOT1g { top:18.4375rem;left:38.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vNmmZE4yKbmK6GyV6mfZn137KIfIRS { top:18.25rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rHwEHyN6pu7rkwdIuRoul2N0bQOgCa { top:19.9375rem;left:40.1875rem;width:7.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUfaIXAIaJsk7luK7KluUyLOLQ4daUgd { top:18.25rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfNRXkHh6MWnH0d4I9PGomO8Zm1Bvy0 { top:19.9375rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiJBfiGNm9BKFAtsbD15LVu2svJfNsmv { top:3rem;left:30.25rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPoTwrt6bi89DShQDFJE1x32Z1qPaEJP { top:7.6875rem;left:43.1875rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f9c95ae-36fa-4bb2-9913-1acffbefad35/headmammotopmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { width:20rem;height:7.125rem;top:3.9306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:17.5rem;height:auto;top:33.9375rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:17.5rem;height:auto;top:33.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #SQH6pMUtRGgG8JzXkKANcG3CubxziHMC {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #PH4EfMNvT70qurdUyqdD2Q6DpI3Q3xr8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #klo00em5DnGTe7pgfZsVwnepwkPUwOb5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { width:12.5rem;height:1.2999125rem;top:30.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { width:19.25rem;height:56.6875rem;top:18.8125rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { width:12.9375rem;height:7.8125rem;top:21.375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { width:16.3125rem;height:4.9375rem;top:67.9375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { width:20rem;height:1.875rem;top:12.1875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:11.25rem;height:2.5rem;top:47.625rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #scAvRfeznfDtnH3Nca4reoflB0EKcgMG { width:2.0625rem;height:2.0625rem;top:62.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBL73oLIHN7c3mZUitwOlQUo1xSzzgkh { width:10.4375rem;height:2.03125rem;top:62.8125rem;left:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color:#0f539c;background-image:none;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; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:20rem;height:2.5625rem;top:6.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:20rem;height:2.5625rem;top:10.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #AdXiDDGT9qhTmBIIP7E5VP0f5J4XRRui { width:20rem;height:2.5625rem;top:15.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yryoX0b6O2v6V91IOeq80LAUGlNBHJb1 { display:block; }
 }@media only screen and (max-width: 763px) { #xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { width:20rem;height:2.5625rem;top:19.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:19.98611125rem;height:2.54796125rem;top:28.498265266419rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { width:11.25rem;height:2.5rem;top:3.125rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5rem;top:3.125rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:20rem;height:2.5625rem;top:6.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #Saga4TsZtIeomUXHllwaXTypKMFbJ2Tq { width:20rem;height:2.5625rem;top:10.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KllInyU9PRZGhxOsdyfvkFU3cgwHfqvE { display:block; }
 }@media only screen and (max-width: 763px) { #wpIklcygS3syO2dTh8IM2TwKpiHpuKZC { width:20rem;height:2.5rem;top:24.193795204163rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAwJ3PADAClZ5PQeIl2hvKTpDMQwmTyX { display:block; }
 }@media only screen and (max-width: 763px) { #HUDuvtx5boVvVPHKp8yyvsLo4UK9WPm5 { width:20rem;height:2.5625rem;top:1.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JIk9DzL8QPiwikdRbUp0U9GH6noIAGyW { display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { width:18.375rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { width:18.8125rem;height:4.875rem;top:5.375rem;left:1.25rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { width:0.3125rem;height:1.875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O447VfRmPQqfsC93vElX8rA6optIOdCR { width:20rem;height:9.5625rem;top:12.3125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { width:18.1875rem;height:10.09278125rem;top:23.25rem;left:1.8125rem;font-size:1.0625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { width:0.9375rem;height:0.9375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkEOEL2R5DVOIzGtrl1nvbF3hJsrcCO { width:0.9375rem;height:0.9375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHL28VAmyTA9n5rJtUDDLnsMhn4JP0ib { width:0.9375rem;height:0.9375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSWv2ZDQouxtLW79KbWWEJqk8QcqsWVm { width:18.375rem;height:1.625rem;top:35.875rem;left:0.8125rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #lmn3zKVRT6rMn7RKfz5zDLWxubEIJa5b { width:0.25rem;height:1.875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6D4wJBx2MRti9sAdA0nsiQgiIzqfEt { width:0.9375rem;height:0.9375rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmKCUK5u03vQDByU3uuH1xWPoVuXGw0v { width:0.9375rem;height:0.9375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8yWKSFk5bVUTSWgWintCoxcktNDkWgd { width:14.125rem;height:4.0371125rem;top:38.8994140625rem;left:1.8125rem;font-size:1.0625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #MsyLnci2y4kumNaJ36GiISNrT2Mu3uRT { width:0.9375rem;height:0.9375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRTNhDcXhHlEpF5eXLgAOvl6CPAUnUvr { width:0.9375rem;height:0.9375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM { display:block; }#i8gBORvyF7AEq9RoFHDuqFxLVA1y1GLM > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruvim4G4wvEcVCV6xxhZz5tnNDz2HVTt { width:20rem;height:3.57421875rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8W39IVVaLy6Gqb6Oe2F4T6a8ukdsOy { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKTbxeDdH6xRt6OzwMu1APh55L2OCH9 { width:20rem;height:11.375rem;top:9.375rem;left:0rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #yQJ3azhhAUHeiPxvEoMbErZOVZO6ES9i { width:20rem;height:7.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r { display:block; }#Vf5KVHwl13KfpiR5dgbtoQPpW3hJNd8r > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2OoJb7AXHiDoisTOnqhPHRwoksqoFl { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #xSuEdg2z118KhhN545XrNUQXCBiTnDrr { display:block; }#xSuEdg2z118KhhN545XrNUQXCBiTnDrr > .row .container { width:20rem;height:387.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { width:17.8125rem;height:31.875rem;top:344.0625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { width:20rem;height:36.75rem;top:342.3125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:15.8125rem;height:3.4375rem;top:377.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #PVpaCw2NBUqtcwJOSMIeoBu0IebwpmZm { width:17.4375rem;height:1.7871125rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2twBq7G7IX6f7CSfozp7ZC1qiJHT6a { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { width:17.4375rem;height:1.625rem;top:20.8125rem;left:1.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { width:14.75rem;height:1.40625rem;top:59.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIfBxWtDeevHwrUVIZvp5rs2rhM3Tf66 { width:13.75rem;height:0.3125rem;top:58.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGf1x17GdvVoUITa0BbzLLUdgsPUQU8 { width:11.1875rem;height:1.625rem;top:7.3491744995119rem;left:3.7500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oaprfmJFrL92mgf0XcT8TTqEvp5bk9d5 { width:9.375rem;height:9.375rem;top:186.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASdRffU1BVvTHqzWx012gEL729t8LeA0 { width:9.375rem;height:9.3125rem;top:10.849609375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oyCxLzqD8bzyoU7NyUFtkRRqHZP2sK { width:9.3125rem;height:9.3125rem;top:164.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyuWg3VEvmT6wThw6ZZ0rD16TUTmtJkv { width:17.374125rem;height:1.625rem;top:132.875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #mNsJTJrbRl8Ru5F0CVsAZMKapTNZSzLI { width:14rem;height:1.40625rem;top:23.6875rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHL4SAvFDapHARATP82VZgQN3A9TwfrI { width:13.75rem;height:0.3125rem;top:23.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw83EhbtGxhyxiADW4VwI8chJOu0o9e { width:14.5rem;height:1.625rem;top:161.25rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0GHpulo47G8sOhIvtuAmM92WbVeqfHp { width:14rem;height:1.40625rem;top:177.5625rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNWiqRSlz9RTeka4SQp3Tx5mhmPkCaw5 { width:13.75rem;height:0.3125rem;top:176.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvD6hvzSngn0LvZurUoARThMMKdlNUr { width:17.375rem;height:1.625rem;top:174.6875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0VDDDXlUiKQ7upnyIKo9ttnTHNlqdvs { width:8.8125rem;height:1.625rem;top:182.625rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtWug1iHW7VWD2QR2VJDuSg5UBcV2zMi { width:13.75rem;height:0.3125rem;top:198.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwv5L4Mi24yHQLCXgCZ1JXlkBPcmq3MI { width:14.625rem;height:1.40625rem;top:199rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SD348VBbPNZh2gfXxHHT9Af2sUc9TPLy { width:17.375rem;height:1.625rem;top:196.125rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSrvGpPECu55olM4LzRv9ceyM9grFnnx { width:13.75rem;height:0.3125rem;top:251.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrGLCzKT8dVxyVKyIcMe43wdaJmZ8qf { width:15.6875rem;height:1.40625rem;top:216.625rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyVdlsNOL2IDZ1fXoOP0MrIRQd45w5qQ { width:15.8125rem;height:1.625rem;top:213.8125rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hP8KZizsqnTxKgB2UnxovXiVkRQp4KqS { width:13.75rem;height:0.3125rem;top:272.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le7X7cTtsPciQPPTxIuMo1ScL8CbRpoZ { width:15.6875rem;height:1.40625rem;top:251.875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4nblXvTKVPF1Ndr3MopP1LEOqOCzpCP { width:15.4375rem;height:1.625rem;top:231.4375rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7N0WeDgPhx2K54LVp8St7fN54slMsOJ { width:13.75rem;height:0.3125rem;top:216rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGMSMKtKqoT4F50puCqOcdTUfUeB9TBg { width:15.6875rem;height:1.40625rem;top:234.1875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8K6dXdqgBmDTlXvrOTbZTNGgnMya79x { width:14.125rem;height:1.625rem;top:249.0625rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmv2VZ4TOKhndfH5xHxDX6tsR5K4IbHd { width:13.6875rem;height:1.625rem;top:257.375rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwrT0fH4HTh53QZEXcrnG8VUeN6yfnhL { width:13.75rem;height:0.3125rem;top:233.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRoGGDv8Qd3qv8Kd1z227M73fVOMf8J9 { width:15rem;height:1.40625rem;top:273.5625rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8rZgx4tS4CA7hU1uh6TIoCOS53ZktE { width:13.625rem;height:1.625rem;top:270.75rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPWWDVUASb7pw4fs0rxwqbulCHb3uuCk { width:13.75rem;height:0.3125rem;top:294.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGRuXthUCuMASsESG7tZQqN8L2ZFHf8 { width:14.1875rem;height:1.40625rem;top:295.25rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeIuCqdhvZ1sA8IJZpJes4kTv129BCXU { width:13.625rem;height:1.625rem;top:292.375rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGAgENh3sFOTxR6dWaQuMedcnwbRNDXq { width:7.25rem;height:1.625rem;top:279rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4B3NX9eBcFZAAnHnMxpdH10Nzk82TyC { width:13.75rem;height:0.3125rem;top:334rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVyMIEAg3xIFk4Q4CN5f6hPvy4Wv4byK { width:15.375rem;height:1.40625rem;top:312.875rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOfNJAAeGaXJzGPaz1To9nfPx5rQCgJC { width:13.625rem;height:1.625rem;top:310rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHIDNOHdFDWSOnHAwCyGWOFABBEUfGoS { width:7.125rem;height:1.625rem;top:318.3125rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTWzTpQzoHAEObX9357qanuchHMtBIZT { width:13.625rem;height:1.625rem;top:331.75rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QL9HJk2A3F2pM4RWpsNlJTCwLZ4tkk7k { width:8rem;height:1.40625rem;top:334.625rem;left:6rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNTVyQb6O9PuDGMscoUlu3I7SvfsX8lS { width:13.75rem;height:0.3125rem;top:312.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMhnGnyq8OfNFKDhq0QNEMu8F1HHin1S { width:9.3125rem;height:9.25rem;top:46.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4KFbe2bQ4qnWB1ihX1WInNuVKCbVgQF { width:2.8125rem;height:2.8125rem;top:6.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnC19Lr4uV9tdZkkTTPSohZz2303m2Gv { width:2.8125rem;height:2.8125rem;top:160.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnGMPChq2JFt47hiaCrXqIHu1oNW8ZoN { width:2.75rem;height:2.75rem;top:182.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPctdFBuoZ9aZXSWGuV5eseNA8U95ef { width:2.8125rem;height:2.8125rem;top:256.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05lF7G0gRTnFWtA7aBoGbJRVWGcOi4a { width:2.8125rem;height:2.8125rem;top:278.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HJwDMwwlQSNGUw0mbQOrvsM9yuOSg4 { width:2.8125rem;height:2.8125rem;top:317.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTB5bQ0x3k0ktyOJv4PZw4O9zd9hIWb { width:9.3125rem;height:9.3125rem;top:203.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZXCtRq6H1QhEu2Q8tf7B3LMe1R4ufh { width:9.375rem;height:9.375rem;top:239rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAMBQBiUfPeTTInqULSxZz8fA34f3hBn { width:9.3125rem;height:9.3125rem;top:221.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEfTWZJeJwKA2l3CketBfOm9Vut7XKM { width:9.3125rem;height:9.25rem;top:260.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLbgTfBIoXdnmQIJkQLh9T4SXvLewxo { width:9.25rem;height:9.25rem;top:282.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsWlkTrdqwuheUzaQQdRBNqoaJNvZiO { width:9.25rem;height:9.25rem;top:300.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6BhAWwOWfsuQED7WrFlTbW6fxXo6Ps { width:9.375rem;height:9.3125rem;top:321.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94iSOh9EZEsXFLC1TgJU8Qr81zBPTkR { width:11.625rem;height:1.625rem;top:38.75rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyyEvZSfeZnmCV6O6bTdlasPS7Om1fMC { width:14rem;height:1.40625rem;top:41.5625rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWD4RyVrTKprlGlKgpeOEwqgaGIsKRhv { width:13.75rem;height:0.3125rem;top:40.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9LtmcIp6zv7bzmI5sOxPlwD0uCUGPd { width:9.375rem;height:9.3125rem;top:28.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7C4J4srLEtdwIlA56rB2t78Cc20gyn { width:13.75rem;height:0.3125rem;top:135.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saI2Tm7UGMfdJ8WlOWVJHt9WEbazrb4u { width:15.9375rem;height:2.8125rem;top:135.6875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QD8uOqJ6EFycV51d8Liu6zb5qiR5fPkk { width:15.999375rem;height:1.625rem;top:56.311851501465rem;left:1.9997830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cFIBodJ8oskJyRGI2vzDDkQ3wG5rRSKU { width:9.3125rem;height:9.3125rem;top:122.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwuhpJ7UglfbhVonHyaI1IqeiWyfOkGt { width:14.874125rem;height:3.25rem;top:117.40018463135rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MHTUft7diPTorxTPRAqGy99bLlQxEGqZ { width:2.8125rem;height:2.8125rem;top:117.40018081665rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDpovWRxMlHmx1rEZ4kVWtWuzFJsKVw9 { width:15.9375rem;height:1.625rem;top:151.875rem;left:2.0312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ednT51bW54DeOl4IO8yswT0hn64h63W2 { width:15.9375rem;height:2.8125rem;top:154.75rem;left:2.0312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHy2cRqFwZixkphA8A6Dy2zFkL4gXb4n { width:9.375rem;height:9.3120625rem;top:141.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOzkFNqqQM86pwGwMDqPIN62DrQfRHED { width:13.75rem;height:0.3125rem;top:154.125rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i0T33g3Z1ocWan8d4WOhyxcuHIu1Qs { width:15.1248125rem;height:1.40625rem;top:95.252822875975rem;left:2.4370661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkB9ixp5zkfvqsUL9TZSTTvOrko7luqt { width:15.9375rem;height:1.625rem;top:92.371963500975rem;left:2.0312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #qTeGVH6p0Zq5NJJNaa00QG5V7p0airAt { width:13.75rem;height:0.3125rem;top:94.628257751462rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7BSEw0MMplW3POXTiwwzqyiVT5qQyrE { width:9.25rem;height:9.25rem;top:82.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6ZL5hEd9ep58bkcZNd9Lp2H1a3GQx4 { width:15.1248125rem;height:1.40625rem;top:112.87001228332rem;left:2.4370661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFA7gaH8d9cBrpICa1UqEPavx4EDsKcX { width:15.9375rem;height:1.625rem;top:109.99674987793rem;left:2.0312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #upGq2ESS5xIa34ZuWN5bgnWBvOztb3pE { width:9.25rem;height:9.25rem;top:99.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW0levtDxsN33B2pn7SGtf0X8zEdtyEi { width:13.75rem;height:0.3125rem;top:112.2460899353rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6sm06xvW0LvLGXamLNDCqhXRNkvnlFt { width:15.9375rem;height:1.625rem;top:74.0625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #OzKZ0TDhEm3UFEZywTJZcvs72REeWFN8 { width:15.1248125rem;height:1.40625rem;top:76.875rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3idx9rzxNhgh1D6M5VxK81q1HOlLFF1 { width:13.75rem;height:0.3125rem;top:76.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8qa5cR3kTkFOT4rJxXwKFwDNOSPXvAW { width:9.1875rem;height:9.1875rem;top:63.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { width:20rem;height:6rem;top:8.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { width:20rem;height:1.875rem;top:20.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { width:20rem;height:20.03125rem;top:23.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { width:20rem;height:7.3125rem;top:39.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { width:20rem;height:3.75rem;top:36.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { width:20rem;height:52.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { width:20rem;height:2.34375rem;top:55rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { background-color:#081023;background-image:url("https://images.assets-landingi.com/uc/28338dba-7733-4fe6-9618-ca90e22c2baf/davincimob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.adaptive-delivery-prevent-bg, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyload, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyloading { background-image: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:20rem;height:61.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { width:16.6875rem;height:4.125rem;top:18.1875rem;left:1.65625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { width:11.625rem;height:3.1875rem;top:26rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { width:16.875rem;height:16.625rem;top:29.75rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { width:12.6875rem;height:3.1875rem;top:48.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { width:17.375rem;height:6.1875rem;top:52.75rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { width:14.9375rem;height:1.59375rem;top:23rem;left:1.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv { display:block; }#xMNdD9ONORR5MZTOdkZ30gCG0LdNUXWv > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF { display:none; }#kMVi7FaPRbOMayCJJbC7NIZltcnvLBwF > .row .container { width:20rem;height:98.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #blEFTwGAdrALrRPLv8Fl6NT8pPQqkV2I { width:20rem;height:1.7871125rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBSsguLCalha2w9UxhWM7BvlwDLKK70s { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBIhEOOkrZC3k1WbsTOTk6LrXL4mqCeU { width:19.375rem;height:3.25rem;top:5.6875rem;left:0.6875rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ukDeapf7ou5z0k2K4XFnx6UDa0H9fGyA { width:0.25rem;height:1.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBAT0Z3hJBcLMtitC5t3EwoHNPohzbcz { width:17.3125rem;height:6.375rem;top:13.25rem;left:1.8125rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #KDfstgNMnJaWgG25NUSBsSR38MfFkIGC { width:0.9375rem;height:0.9375rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91IBRBqyQ6EXl5V6u1NKhf2vBila9B { width:0.9375rem;height:0.9375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5nKXqcibIMb5nFik3Kf75pTECDbl8A { width:16.9375rem;height:1.59375rem;top:10.9375rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iEQ9Kg1pzzres4s9KxQPqmz67t4RddIz { width:19.3125rem;height:1.59375rem;top:22.125rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WNLtT8CwwXOpxyM69V2rUkFL1RLThbgT { width:18.4375rem;height:3.1875rem;top:26.25rem;left:0.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QTFXkFK1wd9QK09pWx23fGzycHgx2HHZ { width:0.25rem;height:1.875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiNyA5ZDk62wtKP5dwUSnoe1Ow21d1Nf { width:0.25rem;height:1.875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbvA9rFEdw30gXsKSb7FQ5M8ltf3JeR { width:0.25rem;height:1.875rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46pLezb0zzz8umsAcmllQp7k1VXJQgL { width:20rem;height:54.0625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX0wKB62VzlWAXukuEEgEiutkwVr7gIp { width:19.75rem;height:13.1875rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhM8arZopid43T95QBT5ePFRE94cSraI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f440d7de-5364-470a-96be-a870c75b95b3/mamograf.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhM8arZopid43T95QBT5ePFRE94cSraI.adaptive-delivery-prevent-bg, #KhM8arZopid43T95QBT5ePFRE94cSraI.lazyload, #KhM8arZopid43T95QBT5ePFRE94cSraI.lazyloading { background-image: none; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container { background-color: transparent; background-image: none; }#KhM8arZopid43T95QBT5ePFRE94cSraI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,125,154,0.28); }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container > .video-iframe-container { display: none; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,125,154,0.28); }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row > .video-iframe-container { display: none; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .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); }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container { border-width: 0; border-radius: 0; }#KhM8arZopid43T95QBT5ePFRE94cSraI::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; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhM8arZopid43T95QBT5ePFRE94cSraI > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCxr8HqSLaJ0IzMEp54knSRu23bCZm0w { width:17.9375rem;height:3.1875rem;top:28.3125rem;left:1.875rem;font-size:1.0625rem;line-height:1.5;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #FggmoWtDFa0rnzqlq93DKKd6IkzXqnZ0 { width:15.5625rem;height:6.375rem;top:18.5rem;left:4.1875rem;font-size:1.0625rem;line-height:2;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #QOhytNCOdRNduezammr1R5BWiQ0oBFl4 { width:17.9375rem;height:1.59375rem;top:25.6875rem;left:1.875rem;font-size:1.0625rem;line-height:1.5;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #l5BO89V8LfHLIBVW6n98DgOD8aMHg3Qd { width:16.9375rem;height:1.59375rem;top:15.875rem;left:2rem;font-size:1.0625rem;line-height:1.5;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wbSuHp2T0IRqOAqWTH4oBlkOqfhsKQlx { width:16.4375rem;height:1.7871125rem;top:4.9375rem;left:1.125rem;font-size:1.375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #sMmpRqT573U1DTk7NE0r30W7lZgV4F9B { width:17.25rem;height:3.25rem;top:8.75rem;left:1.9375rem;font-size:1.25rem;color:#0f539c;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6WUPPZC09dBpkQD9nM2crXBMUylcJF { width:13.75rem;height:0.3125rem;top:3.9375rem;left:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nAdyl6PhTHw4FiPT1zzGNbTV1l4nM2MU { width:0.9375rem;height:0.9375rem;top:21.249350547791rem;left:1.9997830986977rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #OtItBWT7RwOefpVV9XGTnxH77B8EL3Tc { width:0.9375rem;height:0.9375rem;top:19.187500953674rem;left:1.9997830986977rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2d8SAKkEiQkT10QTckWvkcS3xBR4J9 { width:0.25rem;height:1.875rem;top:8.6875rem;left:1.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MsWLl2fzCNJimSHvRHwBuqErBZa29tN6 { width:0.25rem;height:1.875rem;top:15.5625rem;left:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BHbqdguJmtTSwnkz93KXvRrQGslOeHce { width:0.25rem;height:1.875rem;top:25.375rem;left:1.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wiXpKydbwPpJqhE61frNPRqMPFwrytHm { width:0.25rem;height:1.875rem;top:28rem;left:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ElmbFc4s5S7Zq4NIcNDQ8k5qTG7Ox0W4 { width:20rem;height:13.2498125rem;top:33.810765743256rem;left:0rem;z-index:15031;overflow:hidden;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2f29LZDmITx2N2TOMTVxf0KocMpbro { width:20rem;height:39.4375rem;top:1.875rem;left:0rem;z-index:15004;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm { display:block; }#qqEhEdc9WggP2Ep0giwteLO3b4TrDXzm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc { display:block; }#pzm1Q3xzxgnkr81rPd5BLZtvHpkvnIrc > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { width:20rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { width:7.3125rem;height:7.3125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { width:11.6875rem;height:1.3808625rem;top:20.625rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { width:11.375rem;height:5.25rem;top:10.818359375rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { width:7.3125rem;height:7.3125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { width:7.3125rem;height:7.3125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { width:7.5rem;height:7.5rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { width:10.25rem;height:1.3808625rem;top:9.125rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { width:11.5625rem;height:2.76171875rem;top:31.4375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { width:9.0625rem;height:2.76171875rem;top:43.9375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { width:11rem;height:3.9375rem;top:22.3125rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { width:10.125rem;height:2.625rem;top:34.5rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { width:10.9375rem;height:1.3125rem;top:47rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { width:20rem;height:1.7871125rem;top:64.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4uos4XBDpUxnwivd54fXkbWuVRbsnsX { width:7.3125rem;height:7.3125rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQeDsPGnel77aUT3oTcuzI1q9EKcw5sX { width:9.8125rem;height:1.3808625rem;top:54.375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzr85JRZxrL2rc6lKpydyzuegdtpXUTA { width:11.3125rem;height:3.9375rem;top:56.0625rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#xzr85JRZxrL2rc6lKpydyzuegdtpXUTA li:before{  }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:20rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { width:20rem;height:5.361325rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { width:0.3125rem;height:1.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { width:16.625rem;height:1.625rem;top:9.4375rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { width:20rem;height:22.75rem;top:11.5625rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { width:20rem;height:10.5rem;top:41.9375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { width:0.3125rem;height:1.5625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { width:16.125rem;height:3.25rem;top:38.0625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { width:20rem;height:10.5rem;top:58.375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { width:0.3125rem;height:1.5625rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { width:15.375rem;height:1.625rem;top:56.1875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IsJtrmMRgwhFqid3hL1G5POhps8FfFBr { width:20rem;height:12.25rem;top:78.125rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MDP4AdeRJJBxsl6C6P4zUA6ADobE2NLb { width:0.3125rem;height:1.5625rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzH03Xd8nfDLwlxieJTEik0StW0568Qe { width:17.9375rem;height:4.875rem;top:72.625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXsauXrhwuTkhJpCyzoQKAS9NxCLJP0J { width:20rem;height:15.75rem;top:96.375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #emmoOJC1Mvdeq9iKiTKW2r6DvXFzTfGK { width:18.9375rem;height:1.625rem;top:94.125rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MbLQVGED5KCADTpr4ZpEdD2l173fKpH5 { width:0.3125rem;height:1.5625rem;top:94.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK { display:block; }#wFZ78HWWMmxiy4TSOlBdVHN79Heh94xK > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAhBiM17hFsc63BePOGTa3UhxhMiPFf6 { width:20rem;height:14rem;top:59.1875rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #yTgeH7eqmrsB2WhMUZZCwKdtFmL9iXsA { width:20rem;height:7rem;top:49.6875rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QmHvoFNXRe8lH9FWIGWOmOhd0N6iU3mt { width:12.125rem;height:1.625rem;top:47.4375rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cSrVPEDpxWKmMtT4k1S2v542QIa2RfTT { width:20rem;height:33.25rem;top:10.4375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #WKc7S0sHfkpccOa6svrW2L778brIAuGH { width:16.5625rem;height:1.625rem;top:8.1875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nUTM53OJrQ1eRKTFtpKo8Ei1PCtXEvGu { width:0.3125rem;height:1.5625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZqSNo6eV8Qkk5xh8Tms4A6HZZTVtLp { width:0.3125rem;height:1.5625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJt9AhQOJeRcZ3OORQ9PrmOa9izvr0a8 { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTQK0ZTiTXtimEl1JMLCpPz7G1Kxg4i { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcN3IIgEew1mx7iu8EIX58HND1Ms68s { display:block; }#lKcN3IIgEew1mx7iu8EIX58HND1Ms68s > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLFfW92TPplNyf38gHxg644mz0dxHlSv { width:20rem;height:7.375rem;top:1.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O { display:block; }#yBGI2QdMI9LVOLe3PhdWTCwhH3Umf65O > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.adaptive-delivery-prevent-bg, #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.lazyload, #xlkbSkxAFrU9Ot6titaTPy8KTmExMn47.lazyloading { background-image: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { background-color: transparent; background-image: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,83,156,0.4); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container > .video-iframe-container { display: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,83,156,0.4); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row > .video-iframe-container { display: none; }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .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); }#xlkbSkxAFrU9Ot6titaTPy8KTmExMn47 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCe1GN8hb9X5yzA5egKLMn30lhzTDByM { width:3.75rem;height:2.1875rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiSvZuHnHxZsy5wdiy7VyzglnGNiAurT { width:8.0625rem;height:2.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfdbUKlJz2nZWR2utTFqVX1bqJBI0f3V { width:8.3125rem;height:2.8125rem;top:8.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU { display:block; }#UXXvw4iaw5ESxMTHGxK2b36NMsiDBDdU > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlU3THoMrILq4NtdBw4yf2ADpON23d6Z { display:block; }#xlU3THoMrILq4NtdBw4yf2ADpON23d6Z > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3OwMtl1V7TBMywLGbehIadrautya00L { display:block; }#l3OwMtl1V7TBMywLGbehIadrautya00L > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucXxgF2zwsU0t9ECaJLaMyGeAh1ohvKE { width:20rem;height:7.1484375rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocx4UyHFMb2vT4Z9qagUE9iRTQL9dleA { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEGk1CJc0GMw18Te3QoJ6qi2W4RoQZ7u { height:11.25rem;width:20rem;top:11.2109375rem;left:0rem;box-shadow: 0.1875rem 0.1875rem 0.625rem #ca7d9a ;display:block; }
 }@media only screen and (max-width: 763px) { #dXwIo1NxS6UALTJyxXTBTavTHX4LUc0b { height:11.25rem;width:20rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnE6cVZkDVgNfWQ4HDGVwQDDn7Don6hg { height:11.25rem;width:20rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWVxMfAgo87gx9JwU5KRyCG7WbXHkWT { height:11.25rem;width:20rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6L1ofbzJg0yM9ZXF89HbuRkNy9zJeVu { height:11.25rem;width:20rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsy512218ICQvRIwkTzNQgNzs8V4WUok { width:20rem;height:3.4375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffk1thCwmO0ExMC2EeKV276oXzymEZ6p { width:18.75rem;height:2.2734375rem;top:23rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zly3giMPME1EUGeAmTOrehhyyDqTwB9S { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVkR9OosemeICwTWy1dOskicrDi2F7K { width:18.75rem;height:2.2734375rem;top:40.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKCTyxPLstPRH1oZQTKzvSqLClFqFGyu { width:18.75rem;height:2.2734375rem;top:58.4375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZqO4pDPlf3lwmHNF4hMuIptDNtmd1IS { width:20rem;height:3.4375rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irnaWdGTU6qJsXCXXKZJaXA3QPv8IMGs { width:20rem;height:3.4375rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuoTCgqctzcIcxbViXoE2T56Z3Kq3JBf { width:18.75rem;height:2.2734375rem;top:76.0625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zSeIZ9FbfiPNTW8F5fysHGWgJWen97EU { width:18.75rem;height:2.2734375rem;top:93.75rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xTUW82JfLZArobJT9l3Cpd2AzsZ5N4JZ { width:20rem;height:3.4375rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0530d29d-b87f-4711-b793-b37423219f8b/45_Urologie_R62_6306_EDIT_web.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { border-width: 0; border-radius: 0; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { width:8.3125rem;height:2.875rem;top:18.3125rem;left:11.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { width:10.25rem;height:2.875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { width:6.125rem;height:3.5625rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { width:16.375rem;height:2.125rem;top:13.1875rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { width:16.6875rem;height:6.375rem;top:15.75rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { width:18.5rem;height:6.375rem;top:29.5rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { width:17.3125rem;height:4.25rem;top:24.4375rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { width:20rem;height:30.875rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { width:20rem;height:7.375rem;top:7.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:8.75rem;height:2.5rem;top:3.0625rem;left:0rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #ueRZZeEwBUhNsQcRJJTGGXoDTQ62VGic { width:0.9375rem;height:0.9375rem;top:3.78125rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4hptUdfOqLQiMRO5pepyJnRBNlcNVA { width:8.75rem;height:2.5rem;top:3.0625rem;left:11.25rem;z-index:15015;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #ca7d9a, #0f539c);background-image: -moz-linear-gradient(79deg, #ca7d9a, #0f539c);background-image: -ms-linear-gradient(79deg, #ca7d9a, #0f539c);background-image: -o-linear-gradient(79deg, #ca7d9a, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7d9a', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7d9a', endColorstr='#0f539c' );";background-image: linear-gradient(79deg, #ca7d9a, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TyIflDaNUk4RvnPtwPr3Osc9qaxwHlAh { display:block; }
 }@media only screen and (max-width: 763px) { #D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 { display:block; }#D3d6Tg3RAgqJ4gTPbZXVWVLU0k4aR6G8 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsvHrOSFIHI05BhLWAAH1r92miPCzqsA { width:6.312125rem;height:3.75rem;top:3.1871452331543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCf7q4d9qSy3UoqQCGwTpXCEQRTmOx7K { width:1.875rem;height:1.875rem;top:2.8968391418457rem;left:7.9999995827675rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVGysmQG8QtPCrPtcnZuZgm4xhzzUJ3 { width:5.0625rem;height:1.29980625rem;top:3.1875rem;left:10.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Unae7Ch9UBsxl69h2ydQBqBIgu5ibxQw { width:11.5625rem;height:0.1875rem;top:5.3258171081543rem;left:8.4366117119788rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt2eoh6OgufEyyR6X12mEEvRhctfV46l { width:10.3125rem;height:1.13671875rem;top:6.0625rem;left:8.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PT3BEroOT8smmwihd0wXZXgEtcwxPCTC { width:11.375rem;height:2.111325rem;top:7.81960105896rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FbyXsEVV1KCaoTobzJO8TbV4TyLMTJfi { width:7.125rem;height:0.89355625rem;top:37.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkFpRI653ilpp0r2tAeQIJlbTbOINkZI { width:3.1875rem;height:0.89355625rem;top:37.8125rem;left:8.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmbUuCbtT4U6g2cu0HxWMmB0EAA7enpB { top:37.875rem;left:7.6875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOkBJb0lHLiLUVH1kNiHmx1dzxUq8Cwt { width:5.6875rem;height:0.89355625rem;top:37.8125rem;left:14.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CToiBi9H9RmbWmHyAHNWpDlHvWLVFeUa { top:37.875rem;left:12.1875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUaQdg9Q9pR48Xhq6arN9wWJsJfi9N1E { width:11.3125rem;height:1.625rem;top:39.8125rem;left:4.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmlXhdcSedoJPEHIACLsBMUWNqADUt1E { width:6.75rem;height:1.13671875rem;top:25.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qzTwcor3GwKsh019xQo7Du3GWSKGg5TW { width:9.6875rem;height:2.111325rem;top:27.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GCVvDTGS97G09v3JCft7543MPL86vRPT { width:6.3125rem;height:2rem;top:7.8615055084231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgOCfDHGHTom8TEa4px8vBD7LHxe3bc { width:9.125rem;height:2.111325rem;top:27.811611890793rem;left:10.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JXxr8mzrg6JrADSLR7ZCEFe1PokVOT1g { width:1.5625rem;height:1.5625rem;top:31.124821662903rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vNmmZE4yKbmK6GyV6mfZn137KIfIRS { width:4.31196875rem;height:1.13671875rem;top:31.337002754211rem;left:5.1180749535561rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e5rHwEHyN6pu7rkwdIuRoul2N0bQOgCa { width:5.875rem;height:1.13671875rem;top:31.3125rem;left:12.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FUfaIXAIaJsk7luK7KluUyLOLQ4daUgd { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lPfNRXkHh6MWnH0d4I9PGomO8Zm1Bvy0 { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:9.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WiJBfiGNm9BKFAtsbD15LVu2svJfNsmv { width:20rem;height:13.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPoTwrt6bi89DShQDFJE1x32Z1qPaEJP { width:3.4375rem;height:2.0625rem;top:17.5rem;left:8.28125rem;display:block; }
 }