.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:244,229,235;--color-primary-1:238,215,223;--color-primary-2:202,125,154;--color-primary-3:121,75,92;--color-primary-4:40,25,31;--color-secondary-0:219,229,240;--color-secondary-1:135,169,206;--color-secondary-2:15,83,156;--color-secondary-3:8,42,78;--color-secondary-4:2,12,23;--color-tertiary-0:255,255,255;--color-tertiary-1:125,203,237;--color-tertiary-2:39,169,225;--color-tertiary-3:15,83,156;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie { 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; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container { background-color: transparent; background-image: none; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container > .video-iframe-container { display: none; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row > .video-iframe-container { display: none; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .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); }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container { border-width: 0; border-radius: 0; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:15rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#kOfwgnEX71iqJ6w2QR7sTCpVEIwrAZzN { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:10.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#A6vhSoyrpg6hKfN1IZitzMHNOMJpTdlQ { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#DudaTvtComxZydIOyMWiO6nWUkr2dZl5 { position:absolute;display:block;z-index:15005;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.75rem;width:4.375rem;top:3.125rem;left:3.5625rem;overflow:hidden;display:block; }
#STJwWb57uUvRReTzeEuFn40TZPmoZiQ8 { box-sizing:content-box;height:6.875rem;width:6.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:4.0625rem;left:2.3125rem;display:block; }
#UmrHalWUPbTXb8N1edQkGwp5veqC5ESc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:10.6875rem;top:2.9375rem;left:47.5rem;overflow:hidden;display:block; }
#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg { position:relative;display:block; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg { background-color: transparent; background-image: none; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row .container > .video-iframe-container { display: none; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row > .video-iframe-container { display: none; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .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); }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg { border-width: 0; border-radius: 0; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .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; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;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; }#TKx2s0MwA7WuPsBLQqBEReUF7hIDc5Fq { color:rgba(var(--color-tertiary-3),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.693359375rem;left:3.28125rem;height:3.673825rem;font-style:normal;display:block; }
#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp { 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; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container { background-color: transparent; background-image: none; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container > .video-iframe-container { display: none; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row > .video-iframe-container { display: none; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .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); }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container { border-width: 0; border-radius: 0; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8294b47e-d03a-487a-8665-ae9ce15bf5b2/Uroginecologiehead12.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn.adaptive-delivery-prevent-bg, #sMbx5dIKggDy65pLCApxHlGLu3AQFVEn.lazyload, #sMbx5dIKggDy65pLCApxHlGLu3AQFVEn.lazyloading { background-image: none; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container { background-color: transparent; background-image: none; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container > .video-iframe-container { display: none; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row > .video-iframe-container { display: none; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .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); }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container { border-width: 0; border-radius: 0; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-form-header {  }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.0625rem;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; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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:0rem none rgba(var(--color-primary-2),1);border-left:0rem none rgba(var(--color-primary-2),1);border-right:0rem none rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:20.0625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1;text-align:left;text-align-last:left; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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:0rem none rgba(var(--color-primary-2),1);border-left:0rem none rgba(var(--color-primary-2),1);border-right:0rem none rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:20.0625rem;box-sizing:border-box;height:5.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1;text-align:left;text-align-last:left; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:20.0625rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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.5;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:18.8125rem;overflow:hidden;font-style:normal;float:none; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .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; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-container:first-of-type{padding-top:0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-container:last-of-type{padding-bottom:0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;position:absolute;top:5.1875rem;left:2.4375rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.0625rem;display:block;vertical-align:top; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p {display:block;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;position:absolute;top:5.1875rem;left:2.4375rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kxEf1yIxcE9fv0gtm8eTVHn1FVirNwkJ { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #zQZaySfShmnWdBhc9s1n5ookhbizpdvq { position:relative;display:none; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #l3PBJDVwMxnBarQrQfCuuf4ygE2Bs5rI { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #hKXD3UDzZtJ5eCZ2kynITUGzBvkNV9LN { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #nCZFt8iVTcb4cqmWGl3r80MVCErT7M4R { position:relative;display:none; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #PllwaTTg9AbOycMA4mOOVmUmSkBbavb0 { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #LcJuPR819h2q31DUpoJMmINksNFtc24X { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #SPRqiBFTbTMrJx3b9A3sQD6Lme74uQII { position:relative;display:none; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #ep3zITTEhNpnXAzs2Hum5haofwFWPV84 { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kx5rWLOI4uklpT5yCAIN5Xo5awFxGTNG { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #G8c6DboDwJ7p3TcXgLqeltxZJVOSRy2Q { position:relative;z-index:2; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #lfnN4Rc2cWvSNhHUZmfVVUaLz5thGKS7 { position:relative; }
#ek2FuUZdCRPcVNKqfTz6ri1SnQdPCotK { position:relative;display:block; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #btbbashgNQEbKKxd3233WNPPGcCK03ov { position:relative; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p #Jqcido3TCSSaha40XR1LWa6ix9AttuZL { position:relative; }
#WLQnZzTiKfcJeQI111WoCZb0xmWqOs97 { color:rgba(var(--color-primary-2),1);display:block;width:17.0605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2rem;left:5.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l { position:relative;display:none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l { border-width: 0; border-radius: 0; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .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; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#xrqQ8Vysqr05WzbPWlKRzuawTz7If1lf { color:rgba(var(--color-primary-2),1);display:block;width:17.0605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2rem;left:5.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT { position:relative;display:none; }#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT { border-width: 0; border-radius: 0; }#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT > .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; }#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-form-header {  }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.0625rem;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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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:0rem none rgba(var(--color-primary-2),1);border-left:0rem none rgba(var(--color-primary-2),1);border-right:0rem none rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:20.0625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1;text-align:left;text-align-last:left; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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:0rem none rgba(var(--color-primary-2),1);border-left:0rem none rgba(var(--color-primary-2),1);border-right:0rem none rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:20.0625rem;box-sizing:border-box;height:5.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1;text-align:left;text-align-last:left; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:20.0625rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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.5;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:18.8125rem;overflow:hidden;font-style:normal;float:none; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-container:first-of-type{padding-top:0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-container:last-of-type{padding-bottom:0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;position:absolute;top:5.1875rem;left:2.4375rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.0625rem;display:block;vertical-align:top; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 {display:block;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;position:absolute;top:5.1875rem;left:2.4375rem;display:none; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #SuZQKqlxewW9iuLpcTellteNwbP5mQQP { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #LaezRv2FzxVOKImSykGyMFcT4iLxNMBm { position:relative;display:none; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dx97TwbEa7ogc9GsRZiANxcVKxCXgNMt { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #VRcxB1hLHZytbq3LzTp6T2q7U4FS17rz { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #gPHxwZ4SlqgKDa6Xgtu0oDliSCuytIM6 { position:relative;display:none; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #FuD8RzZ9liSL3ym7i39x3IsMfgvQisI7 { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #DuVH7Nva6DX32PUbvQGu8gK6OUibMEfu { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #hKdWNHrePibnbyb8rsQHplLi9HBqNPGB { position:relative;display:none; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #S1FEhQAIfzpEPRFtPGxTBRWcTBvmCawC { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #HduTZdo2JgPW1w2RHAkGrhOqZ0EBm2ev { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dwPvoa1UsMegsqG3qTWTJL84TUQel3OM { position:relative;z-index:2; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #f7TLu1TIvEPU3QtFHTXfWTCmIN2JSFax { position:relative; }
#L6sUmfETdB6gAAAzVMzbN14CeRO11Pna { position:relative;display:block; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #Id2yCGKx9QuAGLbKtOeH5czFOykzCbUy { position:relative; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #waQcnn3MTIRof4QS4PhwmHIasu1Uc9OM { position:relative; }
#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN { position:relative;display:block; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN { background-color: transparent; background-image: none; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row .container > .video-iframe-container { display: none; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row > .video-iframe-container { display: none; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .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); }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN { border-width: 0; border-radius: 0; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .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; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.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; }#fHL0CxzMPkNxrkPucd86nb9BH1ayw74P { color:rgba(var(--color-tertiary-3),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#rR7gOTxS3DQKw20tmQ12RnImoDDxcCZH { position:absolute;display:block;z-index:15012;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:30rem;width:53.3125rem;top:8.57421875rem;left:3.34375rem;display:block; }
#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b8e2467-ea3d-4a89-8e89-17e503bb86cd/Uroginecologiehead2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.adaptive-delivery-prevent-bg, #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.lazyload, #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.lazyloading { background-image: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { background-color: transparent; background-image: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container > .video-iframe-container { display: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row > .video-iframe-container { display: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .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); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { border-width: 0; border-radius: 0; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { font-size:0.875rem;font-family:arial;height:98.6875rem;width:60rem;position:relative;display:block; }#NmDVpsKxVwLkERfAFO3JziTQU4xD67vF { color:rgba(var(--color-tertiary-3),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#imyRg7vbuHeiFXNWKX71gSN8csDtcEn1 { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3125rem;left:4rem;height:2.125rem;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; }
#Oah4mglTpt70KFhbwo3RRZucmEmnbThM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:10.125rem;left:4rem;height:5.09765625rem;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; }
#Z3oU3ZXD4Eqg9gwZ0d6mliNKsaO5nuRu { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:16.5625rem;left:4rem;height:6.796875rem;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; }
#F74BFaJ1ap2oBPPtsKlLwS6Tbu0whomM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:28.0625rem;left:4rem;height:5.09765625rem;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; }
#rWC5grimZgZOQxMsV6IldPJdzQc7C5nm { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:25.25rem;left:4rem;height:2.125rem;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; }
#oeiExnr2GJrSiemNAsd4VaDzIfAxbgid { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:37.875rem;left:4rem;height:3.3984375rem;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; }
#GTQxNtWEaGw1hZ36tA0UXVFTA2UWRVsU { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:35.0625rem;left:4rem;height:2.125rem;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; }
#DkMFTSfPu30gvWvL22mKV2Zga5GfoKGL { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:45.9375rem;left:4rem;height:5.09765625rem;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; }
#syQU2UvaxSOJXNIxebmG0wL35flovG3e { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:43.125rem;left:4rem;height:2.125rem;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; }
#B79FOTlLDCPJITWQFkHcPRH2CEw2i3rS { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:55.75rem;left:4rem;height:3.3984375rem;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; }
#DkfKMk85wpI4UTmxKxQFwz71xEavv08M { color:rgba(var(--color-primary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:52.9375rem;left:4rem;height:2.125rem;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; }
#AguFrPAT0EyTiNnuZI4XDFAXa5ZXxJeR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:1.3125rem;top:7.03125rem;left:1.125rem;overflow:hidden;display:block; }
#ygSCq0xzwT53dtOh5qrhPUasnrkGUbr1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:1.3125rem;top:24.96875rem;left:1.125rem;overflow:hidden;display:block; }
#nwZgo6QLbcc5kw0tokZSPxISiRU9DryH { 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:2.6875rem;width:1.3125rem;top:34.78125rem;left:1.125rem;overflow:hidden;display:block; }
#nqbRs3tclNBgIuSw54eDCJcwQb6sg6r6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:1.3125rem;top:42.84375rem;left:1.125rem;overflow:hidden;display:block; }
#p3sCHIOQ0y6aR4ryp4aVxUoEu5vWTJfM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:1.3125rem;top:52.65625rem;left:1.125rem;overflow:hidden;display:block; }
#tH09cKXTlcF2kLfe8Oodm9ZT1x9EB1px { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:63.5rem;left:0rem;height:4.25rem;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; }
#r0gaDdIOTPuTa6Fc0qM1UlIOrCuIdSlh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44.6875rem;left:20.25rem;display:none; }
#SDOKoxMtCF5qFp3WCpvngEqTcwVextoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT4JCTmqRx1ytmXvdNg0924AwbfZF3S6 { position:absolute;display:block;z-index:15011;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:71.25rem;left:0rem;display:block; }
#Kp264T6176yKl8cREqENRSnQlxWTTTea { position:absolute;display:block;z-index:15012;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:71.25rem;left:31.25rem;display:block; }
#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec { 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; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container { background-color: transparent; background-image: none; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container > .video-iframe-container { display: none; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row > .video-iframe-container { display: none; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .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); }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container { border-width: 0; border-radius: 0; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b45ae214-9601-4156-b17e-ded1b2a4e517/Uroginecologiehead3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.adaptive-delivery-prevent-bg, #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.lazyload, #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.lazyloading { background-image: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { background-color: transparent; background-image: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container > .video-iframe-container { display: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row > .video-iframe-container { display: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .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); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { border-width: 0; border-radius: 0; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h { 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; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container { background-color: transparent; background-image: none; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container > .video-iframe-container { display: none; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row > .video-iframe-container { display: none; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .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); }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container { border-width: 0; border-radius: 0; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 { position:relative;display:block; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 { background-color: transparent; background-image: none; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row .container > .video-iframe-container { display: none; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row > .video-iframe-container { display: none; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .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); }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 { border-width: 0; border-radius: 0; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .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; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NSkiM9vRNUKpL6apQ9kToHufTBapTLCn { color:rgba(var(--color-primary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d { position:relative;display:block; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d { background-color: transparent; background-image: none; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row .container > .video-iframe-container { display: none; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row > .video-iframe-container { display: none; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .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); }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d { border-width: 0; border-radius: 0; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .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; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:97.0625rem;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; }#Du5nheTTosWbDBLLN9pxSewT7mia5rhM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#ARvgr3yKwq83HnUhnsMT48sQVnRb5XVZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:15.0625rem;left:0rem;overflow:hidden;display:block; }
#EaGroOlzTcyNJKzU2TCJL6fgZS7BcihK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:9.375rem;width:9.375rem;top:15.0625rem;left:33.15625rem;overflow:hidden;display:block; }
#m8TKTEwKFAOvu4i2C29T5PKTnKoyIyeA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.625rem;height:2.0996125rem;font-style:normal;display:block; }
#wHuNiRULyCLOrdqEOTDQDPdvSd3CFqMa { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:6.0625rem;left:10.625rem;height:3.14886875rem;font-style:normal;display:block; }
#TDApk4TDGKMxilSSNSaLMLMW9bAKuMO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:16.3125rem;left:10.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JolzPTsd05nmytnl52NlJAJRh0DayHKD { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:20.125rem;left:10.625rem;height:3.14886875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbtVEpgmeJDSVTckCkwJcCfDDl6OTV9h { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:16.25rem;left:43.75rem;height:2.0996125rem;font-style:normal;display:block; }
#H7JITmLKXVU1Vh0kFJJgJ5CM0fnr12gN { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:20.125rem;left:43.75rem;height:3.1484375rem;font-style:normal;display:block; }
#fJCh67lkdlCTFH2Nehh5KzEaBhSZBXpD { box-sizing:content-box;height:0.375rem;width:15.625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.75rem;left:10.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MSi5ffO4055dDcIOWzzku80RAMqczlO0 { box-sizing:content-box;height:0.375rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:18.875rem;left:10.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QR1SqnVvpiloh2781rXaKP1sF4Z7g5D7 { box-sizing:content-box;height:0.375rem;width:15.625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:18.875rem;left:43.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mhEwtp4rXs2UNUK50MTRZBUAJPEnmuam { box-sizing:content-box;height:0.375rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.8125rem;left:43.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SifDBw2KR7qMr0pkGTBpBGZny8Qs7qDk { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:43.625rem;height:2.0996125rem;font-style:normal;display:block; }
#dQnFcIEyCerJtcXvnKBXdpTw20qu3bh2 { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.0625rem;left:43.625rem;height:3.14886875rem;font-style:normal;display:block; }
#Q4RvTmVK3ml1ScvmC6fSP0COucuhh4vL { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:29.6875rem;left:25rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8U1spJnv1KOZkkE8LZxxlBTLxe5aCU7 { color:rgba(var(--color-primary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:33.5rem;left:25rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHTWIyKhOqKIg7GTWFQx1xJgKTEdeag5 { box-sizing:content-box;height:0.375rem;width:15.625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:32.3125rem;left:25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HyNPIHh7uWLN6Q8Ih7lB2bAQS4aOiOho { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:27.6875rem;left:14.375rem;overflow:hidden;display:block; }
#Bm656FD0XzgqAofaDctOJKoynnN9v7EN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:47.6875rem;left:0rem;overflow:hidden;display:block; }
#LwcaQJMoGvBD4z3MyNKuKHQI6FQA3TQr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:47.6875rem;left:16.375rem;overflow:hidden;display:block; }
#NZBrEZU1V4ByTmRAwATGcgP9nczpsDGA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:47.6875rem;left:32.4375rem;overflow:hidden;display:block; }
#SBqpW6i2v63nzP8TMaxTTaB2b5oGASfZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:47.6875rem;left:49.1875rem;overflow:hidden;display:block; }
#vMbnFgGg2kcUc9LNv2biI35rQ2TVGMUS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:69.125rem;left:4.625rem;overflow:hidden;display:block; }
#c5iZ7fnIlgN3kbx5SJicIlk5Gl5h4Kq9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:69.125rem;left:24.75rem;overflow:hidden;display:block; }
#pc8Zr0knUsfnVquGWGJafkqveSgbWZKi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.7) ;height:9.375rem;width:9.375rem;top:69.125rem;left:45.0625rem;overflow:hidden;display:block; }
#ttO3RXzdswbwN4mu871HTGoTriLxTrCV { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:61.9375rem;left:0rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTZeavXKy2o4xqxveSSBqMH9GP3ZDTvH { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:60.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fiuCEJL9JBiyk5aQiH6JK3sXk1Hnz7QP { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14994;line-height:1.4;letter-spacing:0;top:58.625rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUND8GMPxqKwgU193TcStN60tC4ftA4z { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:61.9375rem;left:16.375rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWxxJKwuXSTEDJHdkwDwa67Spft9ZIH7 { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:60.6875rem;left:16.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bUEBP8WDB1iEcdz2WW4RecbFxowt9e9Z { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:58.625rem;left:16.375rem;height:1.5744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KnC5EMVkDqRFdRJ8dSvxceC3fAPJxoy3 { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:61.9375rem;left:32.5rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCPkX65sd8lfGfciETNGhDypIAkxvD4p { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:60.6875rem;left:32.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tItq0Rn6cotd30VutPlMMe1GpQvrp2TU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:58.625rem;left:32.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUmfZEe3gxvgTZLDcv3uKcX58TuUtrh0 { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:62.125rem;left:49.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iDLHJyeZ8ZSILQbTXGnbl3wLe94x0WqT { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:58.625rem;left:49.1875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tfT8fubW7QDqfwWkq8WtsvTfiQdM53Rg { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:63.3125rem;left:49.1875rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQmJmOUznGQUhD86tbOuJtXQccVsDWOS { color:rgba(var(--color-primary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:83.375rem;left:4.3125rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgHLNiwppndHnJgOULwPhbclSZTpUTwF { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:82.125rem;left:4.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kvENOq5TEafUKeILaLZAl53MJCAvCtBr { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:80.0625rem;left:4.25rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQvzJe6MMlk5oQxzN37wFCD7vW4ptAKR { color:rgba(var(--color-primary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:83.375rem;left:24.8125rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZl25Qm8RXrx1CTB5k0QSsgxtRCyrZ3f { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:82.125rem;left:24.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c5JC2VTKctuy4r01pW41nBDkTIVTUVxN { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:80.0625rem;left:24.75rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7Cvhv5PF6uiDDfnQDiT8eW9X7cta8ZR { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:83.375rem;left:45.125rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lDeIAnlDlW3grDmAIkX3TL0Wt9ea4bIz { box-sizing:content-box;height:0.375rem;width:7.5rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:82.125rem;left:45.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FUi1mbBOmuAgnsQGVgsGhPvw7vTLUER9 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:80.0625rem;left:45.0625rem;height:1.5744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3907uyCEPMuegG441aBuXbxIyAJnCWG { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:43rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#kTm5HXTleXfrfTqdtJxfeBTQ80Rt97TZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:89rem;left:19.6875rem;display:block; }
#v7xC3XypCDCcSNUCI6kcVerAL3F20D1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3R6BaMrZaUIv7mb3a5qub6uSlFhvnMl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44.6875rem;left:20.25rem;display:none; }
#AVabC638cRva5zdppF3OuJ2Tc3H1nrC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TILnPn6ptk2xg4lIulafBTGMfz89DJyd { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40.625rem;border-top-right-radius:40.625rem;border-bottom-left-radius:40.625rem;border-bottom-right-radius:40.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:9.375rem;width:9.375rem;top:1rem;left:33.15625rem;overflow:hidden;display:block; }
#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt { position:relative;display:none; }#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt { border-width: 0; border-radius: 0; }#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt > .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; }#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RRqfVGthn3mPnZeCVfNUKnGVdrQ3hqqA { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1.0625rem;left:2.0625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0BvA47PQ8Oo1PKhRNc2tlc6eZMOrrQC { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.28125rem;height:18.1972375rem;text-align:justify;text-align-last:initial;display:block; }
#lZJfkbK6vR28PmbfgLTspMW679I6Qo5K { color:rgba(var(--color-primary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.875rem;left:1.28125rem;height:11.69825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sFixK0FUO1dSEnsEsgQqRz1GPIl7F3DV { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.09375rem;height:19.49705rem;text-align:justify;text-align-last:initial;display:block; }
#RBtdecRveSDMeXrTDK75WFisFd9rXoXT { color:rgba(var(--color-primary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.2373046875rem;left:31.09375rem;height:10.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DzcPKtHoFgvJFsZdz85cyK6XPo9nbK4S { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pz5IMOpmWrxlGSdIzMgPWWGz8QBCFAur { box-sizing:content-box;height:0.25rem;width:7.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:9.375rem;left:1.28125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SyQTZmRuGHbc98Dby1Ulq1BtzEZlquzO { box-sizing:content-box;height:0.25rem;width:7.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:9.375rem;left:31.09375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#O29LmfTXA6g8zkGq08qlqI59BSqstaBq { position:relative;display:block; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq { background-color: transparent; background-image: none; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row .container > .video-iframe-container { display: none; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row > .video-iframe-container { display: none; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .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); }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq { border-width: 0; border-radius: 0; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .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; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#rsz2nwHDk9A1ZxGqiTNM8Z1Qrs9kBNNS { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cCqahbPKIquDeno2wTJIWlZ0AACffhas { position:absolute;display:block;z-index:15010;height:7.375rem;width:56.5625rem;top:4.25rem;left:0rem;display:block; }
#MgIpuSzU070eylNkTI3MrRSp0zraTc9w { position:relative;display:block; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w { background-color: transparent; background-image: none; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row .container > .video-iframe-container { display: none; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row > .video-iframe-container { display: none; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .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); }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w { border-width: 0; border-radius: 0; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .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; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:98.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; }#fVpsdm9edgy0RwinDBZIaIIvvS4VVCXb { color:rgba(var(--color-tertiary-3),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:0.625rem;left:0rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P15UwBTVNGsDgl41iU3vi25Utgn5dZg6 { position:absolute;display:block;z-index:15010;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:6.3125rem;left:0rem;display:block; }
#sKhkbl8uIVc4ebePQ3V7IAr4iibzApIJ { position:absolute;display:block;z-index:15011;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:6.28125rem;left:31.25rem;display:block; }
#WqcZtQkqZb0TAtKXkHX8T24cnrhTBkHu { position:absolute;display:block;z-index:15012;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:43rem;left:0rem;display:block; }
#OQx9it7Awtqqry9U0ZR7aWr6q0Sf33c0 { position:absolute;display:block;z-index:15013;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:24.624786376953rem;left:31.250003814698rem;display:block; }
#DUcSTLmEVnbAMoyEhIwvLU8fNHE240oo { position:absolute;display:block;z-index:15013;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:24.624786376953rem;left:0rem;display:block; }
#V6AfcAyQ0K0XPa0KzWCr4Gpk9QOAOW37 { position:absolute;display:block;z-index:15013;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:43rem;left:31.25rem;display:block; }
#JmLnyCFs8wKvH8R9bSNghefwsiw5ibrO { position:absolute;display:block;z-index:15014;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:61.375rem;left:0rem;display:block; }
#cva26LrZTLa8Loaxwk31AX63MAJEf5WP { position:absolute;display:block;z-index:15015;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:61.375rem;left:31.25rem;display:block; }
#gCvqT59lJqu3gGOtFtdIQBSBvl8TXSyS { position:absolute;display:block;z-index:15016;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:79.75rem;left:15.625rem;display:block; }
#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 { position:relative;display:block; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 { background-color: transparent; background-image: none; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row .container > .video-iframe-container { display: none; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row > .video-iframe-container { display: none; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .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); }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 { border-width: 0; border-radius: 0; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .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; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#Q6OVpdLROUNZF7Ky5dI3leXPBMzuiAc5 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQHiTmuXlJCyPCNqoXiJf7xQTLxgH7LP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.125rem;left:0rem; }
#JTI0JRqSu4nEsrB9pQ4G74PFeOUxeRtv { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:10.125rem;left:2.875rem;height:1.69921875rem;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; }
#BHI1ILI7S5WTbmkvznNtIgrHBsGmsW91 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:12.125rem;left:0rem;display:block; }
#HCJINWeEJa8cQXXLBkqakTdaWLSJ1JiT { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.125rem;height:1.625rem;font-style:normal;display:block; }
#FZLiaP1pTlvC6FiHextASxLwQRa0CpfV { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.875rem;height:1.2999125rem;font-style:normal;display:block; }
#AoGQF8sunB9qfh7ekhvvcsSH7MOXKMbO { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:27.25rem;left:0rem;display:block; }
#Mu5dbeoMvRD872JbomyM6Is7Sex3zUTi { color:rgba(var(--color-primary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:28rem;left:3.125rem;height:1.625rem;font-style:normal;display:block; }
#kgKZOpGFHpdDTvnfkG7sbKSqEvhJFJUT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:2.875rem;height:1.2999125rem;font-style:normal;display:block; }
#zHTxghBLuhwt03TH0LSoLn2sT7vBrhhX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.0625rem;left:0rem; }
#q5a8xvN1xbD7ciELR5e9PSf2XOS3WTCL { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:25.0625rem;left:2.875rem;height:1.69921875rem;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; }
#QGDFLwgUqTeWy6b8sArZlUV4kLC0MPe9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:20.25rem;display:block; }
#E9tDaW7STKxuI9x0iKXtPlJMG6fCKl5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeFwqQko1JwaxKS4xyQiRQbftUCQb7v7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:38.25rem;left:0rem;height:2.0244125rem;text-align:center;text-align-last:center;display:block; }
#ENQ2WmLheyBqus22BDE9QRhHV2SngoPO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44.6875rem;left:20.25rem;display:none; }
#NqShTnnXbu1Cfiec8GH2PJapPnmopk8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X51HNRunCBB3tt0sy5Tus9nk9r9c8Iri { position:absolute;display:block;z-index:15005;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:12.3125rem;width:18.75rem;top:8.318359375rem;left:38.625rem;overflow:hidden;display:block; }
#kfRlB4VfOOBmxM7EEzu4la301kKwJev3 { position:absolute;display:block;z-index:15003;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:12.3125rem;width:18.625rem;top:22.53125rem;left:38.625rem;overflow:hidden;display:block; }
#KL3THQc0mgbtaIVeM2udK2JTBWTbvrem { position:absolute;display:block;z-index:15071;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:12.9375rem;left:46.0625rem;overflow:hidden;display:block; }
#u9VNGBplbI3O3m0pvoIiGTPBRZ6zexaD { position:absolute;display:block;z-index:15072;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:27.25rem;left:46.0625rem;overflow:hidden;display:block; }
#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm { 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; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { background-color: transparent; background-image: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container > .video-iframe-container { display: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container { display: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .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); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { border-width: 0; border-radius: 0; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-3),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; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container { background-color: transparent; background-image: none; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container > .video-iframe-container { display: none; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row > .video-iframe-container { display: none; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .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); }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container { border-width: 0; border-radius: 0; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#w2lL8U9SGDxPJmWxSW44m5qusN3tAZD9 { 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:9.5rem;width:11.0625rem;top:4.625rem;left:1.125rem;overflow:hidden;display:block; }
#pcmmc3pq2sXZ2k2tyK8KeDswy6vRELfp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.2578125rem;left:46.3125rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R30raHgG8nh8CLgi15kNIlezimW3wVUi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.375rem;left:46.3125rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pArOcl0wDbCCgHLB2xTVQqsdw0eIcwWh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.375rem;left:46.3125rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZOwmqMrJJ1aARTCw1UzxGBuJAplwGfw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#J2TTZA1fgEDfQiGX7hXqibnKAW4XGULp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:10.9375rem;top:4.625rem;left:16.21875rem;overflow:hidden;display:block; }
#OuNEtXaeBJkfCUMObwy345Falo0iFOh2 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#U0B45sp4G6HZqm10tJqbqts8TdOOT6tl { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh { position:relative;display:none; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh { border-width: 0; border-radius: 0; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .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; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie { display:block; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOfwgnEX71iqJ6w2QR7sTCpVEIwrAZzN { top:4.9375rem;left:4.6875rem;width:17.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vhSoyrpg6hKfN1IZitzMHNOMJpTdlQ { top:7.5625rem;left:4.6875rem;width:18.125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DudaTvtComxZydIOyMWiO6nWUkr2dZl5 { top:3.125rem;left:0rem;width:4.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJwWb57uUvRReTzeEuFn40TZPmoZiQ8 { top:4.0625rem;left:0rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrHalWUPbTXb8N1edQkGwp5veqC5ESc { top:2.9375rem;left:37.0625rem;width:10.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdL3IIS15fNpGzVCXbcPDxaAsJywIReg { display:block; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKx2s0MwA7WuPsBLQqBEReUF7hIDc5Fq { top:1.6875rem;left:0rem;width:45.25rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp { display:block; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMbx5dIKggDy65pLCApxHlGLu3AQFVEn { display:block; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-regular-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-text { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-textarea { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-button { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p  { width:20.0625rem;height:auto;top:5.1875rem;left:0rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .radio-container { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p {display:block;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p { width:20.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kxEf1yIxcE9fv0gtm8eTVHn1FVirNwkJ {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #zQZaySfShmnWdBhc9s1n5ookhbizpdvq { display:none; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #l3PBJDVwMxnBarQrQfCuuf4ygE2Bs5rI {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #hKXD3UDzZtJ5eCZ2kynITUGzBvkNV9LN {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #nCZFt8iVTcb4cqmWGl3r80MVCErT7M4R { display:none; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #PllwaTTg9AbOycMA4mOOVmUmSkBbavb0 {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #LcJuPR819h2q31DUpoJMmINksNFtc24X {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #SPRqiBFTbTMrJx3b9A3sQD6Lme74uQII {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #ep3zITTEhNpnXAzs2Hum5haofwFWPV84 {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kx5rWLOI4uklpT5yCAIN5Xo5awFxGTNG {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #G8c6DboDwJ7p3TcXgLqeltxZJVOSRy2Q {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #lfnN4Rc2cWvSNhHUZmfVVUaLz5thGKS7 {  }
 }@media only screen and (max-width: 763px) { #ek2FuUZdCRPcVNKqfTz6ri1SnQdPCotK { display:block; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #btbbashgNQEbKKxd3233WNPPGcCK03ov {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #Jqcido3TCSSaha40XR1LWa6ix9AttuZL {  }
 }@media only screen and (max-width: 763px) { #WLQnZzTiKfcJeQI111WoCZb0xmWqOs97 { top:2rem;left:0rem;width:17rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l { display:none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xrqQ8Vysqr05WzbPWlKRzuawTz7If1lf { top:2rem;left:0rem;width:17rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT { display:none; }#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-regular-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-text { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-textarea { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-select { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-button { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3  { width:20.0625rem;height:23.875rem;top:5.1875rem;left:0rem; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .radio-container { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 {display:block;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 { width:20.0625rem;height:23.875rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #SuZQKqlxewW9iuLpcTellteNwbP5mQQP {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #LaezRv2FzxVOKImSykGyMFcT4iLxNMBm { display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dx97TwbEa7ogc9GsRZiANxcVKxCXgNMt {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #VRcxB1hLHZytbq3LzTp6T2q7U4FS17rz {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #gPHxwZ4SlqgKDa6Xgtu0oDliSCuytIM6 { display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #FuD8RzZ9liSL3ym7i39x3IsMfgvQisI7 {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #DuVH7Nva6DX32PUbvQGu8gK6OUibMEfu {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #hKdWNHrePibnbyb8rsQHplLi9HBqNPGB {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #S1FEhQAIfzpEPRFtPGxTBRWcTBvmCawC {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #HduTZdo2JgPW1w2RHAkGrhOqZ0EBm2ev {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dwPvoa1UsMegsqG3qTWTJL84TUQel3OM {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #f7TLu1TIvEPU3QtFHTXfWTCmIN2JSFax {  }
 }@media only screen and (max-width: 763px) { #L6sUmfETdB6gAAAzVMzbN14CeRO11Pna { display:block; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #Id2yCGKx9QuAGLbKtOeH5czFOykzCbUy {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #waQcnn3MTIRof4QS4PhwmHIasu1Uc9OM {  }
 }@media only screen and (max-width: 763px) { #UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN { display:block; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHL0CxzMPkNxrkPucd86nb9BH1ayw74P { top:2.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR7gOTxS3DQKw20tmQ12RnImoDDxcCZH { top:8.5625rem;left:0rem;width:47.75rem;height:26.869871043376rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp { display:block; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmDVpsKxVwLkERfAFO3JziTQU4xD67vF { top:2.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imyRg7vbuHeiFXNWKX71gSN8csDtcEn1 { top:7.3125rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oah4mglTpt70KFhbwo3RRZucmEmnbThM { top:10.125rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3oU3ZXD4Eqg9gwZ0d6mliNKsaO5nuRu { top:16.5625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74BFaJ1ap2oBPPtsKlLwS6Tbu0whomM { top:28.0625rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWC5grimZgZOQxMsV6IldPJdzQc7C5nm { top:25.25rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeiExnr2GJrSiemNAsd4VaDzIfAxbgid { top:37.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQxNtWEaGw1hZ36tA0UXVFTA2UWRVsU { top:35.0625rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMFTSfPu30gvWvL22mKV2Zga5GfoKGL { top:45.9375rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQU2UvaxSOJXNIxebmG0wL35flovG3e { top:43.125rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B79FOTlLDCPJITWQFkHcPRH2CEw2i3rS { top:55.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfKMk85wpI4UTmxKxQFwz71xEavv08M { top:52.9375rem;left:0rem;width:35.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguFrPAT0EyTiNnuZI4XDFAXa5ZXxJeR { top:7rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygSCq0xzwT53dtOh5qrhPUasnrkGUbr1 { top:24.9375rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwZgo6QLbcc5kw0tokZSPxISiRU9DryH { top:34.75rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbRs3tclNBgIuSw54eDCJcwQb6sg6r6 { top:42.8125rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3sCHIOQ0y6aR4ryp4aVxUoEu5vWTJfM { top:52.625rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH09cKXTlcF2kLfe8Oodm9ZT1x9EB1px { top:63.5rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0gaDdIOTPuTa6Fc0qM1UlIOrCuIdSlh { width:19.5rem;height:3.9375rem;top:44.6875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDOKoxMtCF5qFp3WCpvngEqTcwVextoa { display:block; }
 }@media only screen and (max-width: 763px) { #LT4JCTmqRx1ytmXvdNg0924AwbfZF3S6 { top:71.25rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp264T6176yKl8cREqENRSnQlxWTTTea { top:71.25rem;left:19rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec { display:block; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW { display:block; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h { display:block; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 { display:block; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSkiM9vRNUKpL6apQ9kToHufTBapTLCn { top:3.6875rem;left:0rem;width:36.3125rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d { display:block; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du5nheTTosWbDBLLN9pxSewT7mia5rhM { top:1rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvgr3yKwq83HnUhnsMT48sQVnRb5XVZ { top:15.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaGroOlzTcyNJKzU2TCJL6fgZS7BcihK { top:15.0625rem;left:27.03125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TKTEwKFAOvu4i2C29T5PKTnKoyIyeA { top:2.1875rem;left:4.5rem;width:14.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuNiRULyCLOrdqEOTDQDPdvSd3CFqMa { top:6.0625rem;left:4.5rem;width:15.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDApk4TDGKMxilSSNSaLMLMW9bAKuMO2 { top:16.3125rem;left:4.5rem;width:15.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JolzPTsd05nmytnl52NlJAJRh0DayHKD { top:20.125rem;left:4.5rem;width:15.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtVEpgmeJDSVTckCkwJcCfDDl6OTV9h { top:16.25rem;left:32rem;width:15.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7JITmLKXVU1Vh0kFJJgJ5CM0fnr12gN { top:20.125rem;left:32.125rem;width:15.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJCh67lkdlCTFH2Nehh5KzEaBhSZBXpD { top:4.75rem;left:4.5rem;width:15.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSi5ffO4055dDcIOWzzku80RAMqczlO0 { top:18.875rem;left:4.5rem;width:15.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR1SqnVvpiloh2781rXaKP1sF4Z7g5D7 { top:18.875rem;left:32.125rem;width:15.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEwtp4rXs2UNUK50MTRZBUAJPEnmuam { top:4.8125rem;left:32.125rem;width:15.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifDBw2KR7qMr0pkGTBpBGZny8Qs7qDk { top:2.1875rem;left:31.375rem;width:16.375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnFcIEyCerJtcXvnKBXdpTw20qu3bh2 { top:6.0625rem;left:32.125rem;width:15.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4RvTmVK3ml1ScvmC6fSP0COucuhh4vL { top:29.6875rem;left:18.875rem;width:20.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8U1spJnv1KOZkkE8LZxxlBTLxe5aCU7 { top:33.5rem;left:18.875rem;width:19rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTWIyKhOqKIg7GTWFQx1xJgKTEdeag5 { top:32.3125rem;left:18.875rem;width:15.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNPIHh7uWLN6Q8Ih7lB2bAQS4aOiOho { top:27.6875rem;left:8.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm656FD0XzgqAofaDctOJKoynnN9v7EN { top:47.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwcaQJMoGvBD4z3MyNKuKHQI6FQA3TQr { top:47.6875rem;left:10.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZBrEZU1V4ByTmRAwATGcgP9nczpsDGA { top:47.6875rem;left:26.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBqpW6i2v63nzP8TMaxTTaB2b5oGASfZ { top:47.6875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbnFgGg2kcUc9LNv2biI35rQ2TVGMUS { top:69.125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5iZ7fnIlgN3kbx5SJicIlk5Gl5h4Kq9 { top:69.125rem;left:18.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc8Zr0knUsfnVquGWGJafkqveSgbWZKi { top:69.125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttO3RXzdswbwN4mu871HTGoTriLxTrCV { top:61.9375rem;left:0rem;width:13.1875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZeavXKy2o4xqxveSSBqMH9GP3ZDTvH { top:60.6875rem;left:0rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiuCEJL9JBiyk5aQiH6JK3sXk1Hnz7QP { top:58.625rem;left:0rem;width:11.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUND8GMPxqKwgU193TcStN60tC4ftA4z { top:61.9375rem;left:10.25rem;width:9.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWxxJKwuXSTEDJHdkwDwa67Spft9ZIH7 { top:60.6875rem;left:10.25rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUEBP8WDB1iEcdz2WW4RecbFxowt9e9Z { top:58.625rem;left:10.25rem;width:9.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnC5EMVkDqRFdRJ8dSvxceC3fAPJxoy3 { top:61.9375rem;left:26.375rem;width:9.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPkX65sd8lfGfciETNGhDypIAkxvD4p { top:60.6875rem;left:26.375rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tItq0Rn6cotd30VutPlMMe1GpQvrp2TU { top:58.625rem;left:26.3125rem;width:10.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUmfZEe3gxvgTZLDcv3uKcX58TuUtrh0 { top:62.125rem;left:40.25rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDLHJyeZ8ZSILQbTXGnbl3wLe94x0WqT { top:58.625rem;left:37.125rem;width:10.625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfT8fubW7QDqfwWkq8WtsvTfiQdM53Rg { top:63.3125rem;left:38rem;width:9.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQmJmOUznGQUhD86tbOuJtXQccVsDWOS { top:83.375rem;left:0rem;width:13rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgHLNiwppndHnJgOULwPhbclSZTpUTwF { top:82.125rem;left:0rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvENOq5TEafUKeILaLZAl53MJCAvCtBr { top:80.0625rem;left:0rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQvzJe6MMlk5oQxzN37wFCD7vW4ptAKR { top:83.375rem;left:18.6875rem;width:13rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZl25Qm8RXrx1CTB5k0QSsgxtRCyrZ3f { top:82.125rem;left:18.6875rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5JC2VTKctuy4r01pW41nBDkTIVTUVxN { top:80.0625rem;left:18.625rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Cvhv5PF6uiDDfnQDiT8eW9X7cta8ZR { top:83.375rem;left:37.125rem;width:10.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDeIAnlDlW3grDmAIkX3TL0Wt9ea4bIz { top:82.125rem;left:39rem;width:7.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUi1mbBOmuAgnsQGVgsGhPvw7vTLUER9 { top:80.0625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3907uyCEPMuegG441aBuXbxIyAJnCWG { top:43rem;left:0rem;width:26.875rem;height:3.3125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTm5HXTleXfrfTqdtJxfeBTQ80Rt97TZ { width:19.5rem;height:3.9375rem;top:89rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7xC3XypCDCcSNUCI6kcVerAL3F20D1S { display:block; }
 }@media only screen and (max-width: 763px) { #K3R6BaMrZaUIv7mb3a5qub6uSlFhvnMl { width:19.5rem;height:3.9375rem;top:44.6875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVabC638cRva5zdppF3OuJ2Tc3H1nrC2 { display:block; }
 }@media only screen and (max-width: 763px) { #TILnPn6ptk2xg4lIulafBTGMfz89DJyd { top:1rem;left:27.03125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt { display:block; }#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRqfVGthn3mPnZeCVfNUKnGVdrQ3hqqA { top:1.0625rem;left:0rem;width:34.9375rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BvA47PQ8Oo1PKhRNc2tlc6eZMOrrQC { top:7.75rem;left:0rem;width:28.125rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZJfkbK6vR28PmbfgLTspMW679I6Qo5K { top:26.875rem;left:0rem;width:28.125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFixK0FUO1dSEnsEsgQqRz1GPIl7F3DV { top:7.75rem;left:19.625rem;width:28.125rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtdecRveSDMeXrTDK75WFisFd9rXoXT { top:28.1875rem;left:19.625rem;width:28.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcPKtHoFgvJFsZdz85cyK6XPo9nbK4S { display:none; }
 }@media only screen and (max-width: 763px) { #pz5IMOpmWrxlGSdIzMgPWWGz8QBCFAur { top:9.375rem;left:0rem;width:7.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQTZmRuGHbc98Dby1Ulq1BtzEZlquzO { top:9.375rem;left:24.96875rem;width:7.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O29LmfTXA6g8zkGq08qlqI59BSqstaBq { display:block; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsz2nwHDk9A1ZxGqiTNM8Z1Qrs9kBNNS { top:0rem;left:0rem;width:34.9375rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqahbPKIquDeno2wTJIWlZ0AACffhas { top:4.25rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgIpuSzU070eylNkTI3MrRSp0zraTc9w { display:block; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVpsdm9edgy0RwinDBZIaIIvvS4VVCXb { top:0.625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P15UwBTVNGsDgl41iU3vi25Utgn5dZg6 { top:6.3125rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhkbl8uIVc4ebePQ3V7IAr4iibzApIJ { top:6.25rem;left:19rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcZtQkqZb0TAtKXkHX8T24cnrhTBkHu { top:43rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQx9it7Awtqqry9U0ZR7aWr6q0Sf33c0 { top:24.5625rem;left:18.9375rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUcSTLmEVnbAMoyEhIwvLU8fNHE240oo { top:24.5625rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AfcAyQ0K0XPa0KzWCr4Gpk9QOAOW37 { top:43rem;left:19rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmLnyCFs8wKvH8R9bSNghefwsiw5ibrO { top:61.375rem;left:0rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cva26LrZTLa8Loaxwk31AX63MAJEf5WP { top:61.375rem;left:19rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvqT59lJqu3gGOtFtdIQBSBvl8TXSyS { top:79.75rem;left:9.5rem;width:28.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 { display:block; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6OVpdLROUNZF7Ky5dI3leXPBMzuiAc5 { top:2.125rem;left:0rem;width:34.9375rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHiTmuXlJCyPCNqoXiJf7xQTLxgH7LP { top:10.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTI0JRqSu4nEsrB9pQ4G74PFeOUxeRtv { top:10.125rem;left:0rem;width:16.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHI1ILI7S5WTbmkvznNtIgrHBsGmsW91 { top:12.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJINWeEJa8cQXXLBkqakTdaWLSJ1JiT { top:12.875rem;left:0rem;width:28.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLiaP1pTlvC6FiHextASxLwQRa0CpfV { top:16.5rem;left:0rem;width:19rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGQF8sunB9qfh7ekhvvcsSH7MOXKMbO { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5dbeoMvRD872JbomyM6Is7Sex3zUTi { top:28rem;left:0rem;width:30.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKZOpGFHpdDTvnfkG7sbKSqEvhJFJUT { top:30.875rem;left:0rem;width:17.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTxghBLuhwt03TH0LSoLn2sT7vBrhhX { top:25.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5a8xvN1xbD7ciELR5e9PSf2XOS3WTCL { top:25.0625rem;left:0rem;width:21.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGDFLwgUqTeWy6b8sArZlUV4kLC0MPe9 { width:19.5rem;height:3.9375rem;top:41.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9tDaW7STKxuI9x0iKXtPlJMG6fCKl5t { display:block; }
 }@media only screen and (max-width: 763px) { #UeFwqQko1JwaxKS4xyQiRQbftUCQb7v7 { top:38.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENQ2WmLheyBqus22BDE9QRhHV2SngoPO { width:19.5rem;height:3.9375rem;top:44.6875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqShTnnXbu1Cfiec8GH2PJapPnmopk8v { display:block; }
 }@media only screen and (max-width: 763px) { #X51HNRunCBB3tt0sy5Tus9nk9r9c8Iri { top:8.3125rem;left:28.75rem;width:18.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRlB4VfOOBmxM7EEzu4la301kKwJev3 { top:22.5rem;left:28.75rem;width:18.625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL3THQc0mgbtaIVeM2udK2JTBWTbvrem { top:12.9375rem;left:39.9375rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9VNGBplbI3O3m0pvoIiGTPBRZ6zexaD { top:27.25rem;left:39.9375rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm { display:block; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZamCUaQeXShINnvQUHPct3hOpuNTJKC { display:block; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2lL8U9SGDxPJmWxSW44m5qusN3tAZD9 { top:4.625rem;left:0rem;width:11.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmmc3pq2sXZ2k2tyK8KeDswy6vRELfp { top:10.25rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30raHgG8nh8CLgi15kNIlezimW3wVUi { top:8.375rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pArOcl0wDbCCgHLB2xTVQqsdw0eIcwWh { top:12.375rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOwmqMrJJ1aARTCw1UzxGBuJAplwGfw1 { top:15.125rem;left:9.75rem;width:28.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TTZA1fgEDfQiGX7hXqibnKAW4XGULp { top:4.625rem;left:10.09375rem;width:10.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNEtXaeBJkfCUMObwy345Falo0iFOh2 { display:none; }
 }@media only screen and (max-width: 763px) { #U0B45sp4G6HZqm10tJqbqts8TdOOT6tl { display:none; }
 }@media only screen and (max-width: 763px) { #QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh { display:none; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie { display:block; }#ciKgTcz0C2DSzQ8l8yM3IyBU9TN7v6Ie > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.6621125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOfwgnEX71iqJ6w2QR7sTCpVEIwrAZzN { width:11.9375rem;height:2.03125rem;top:12.1875rem;left:4.0625rem;font-size:1.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #A6vhSoyrpg6hKfN1IZitzMHNOMJpTdlQ { width:18.625rem;height:1.9121125rem;top:14.75rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DudaTvtComxZydIOyMWiO6nWUkr2dZl5 { width:3.75rem;height:7.5rem;top:2.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJwWb57uUvRReTzeEuFn40TZPmoZiQ8 { width:5.9375rem;height:5.9375rem;top:3.09375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrHalWUPbTXb8N1edQkGwp5veqC5ESc { width:8.9375rem;height:7.625rem;top:2.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdL3IIS15fNpGzVCXbcPDxaAsJywIReg { display:block; }#mdL3IIS15fNpGzVCXbcPDxaAsJywIReg > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKx2s0MwA7WuPsBLQqBEReUF7hIDc5Fq { width:18rem;height:7.871125rem;top:1.5625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp { display:block; }#m2pcJgDpu9e6lnzOkngWB8VB6oU519Vp > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMbx5dIKggDy65pLCApxHlGLu3AQFVEn { display:none; }#sMbx5dIKggDy65pLCApxHlGLu3AQFVEn > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p  { width:17.5rem;height:23.875rem;top:4.25rem;left:0rem; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yn6o018cBO7PWLT9IrriRfdldFq5ac6p {display:block;}#yn6o018cBO7PWLT9IrriRfdldFq5ac6p { width:17.5rem;height:23.875rem;top:4.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kxEf1yIxcE9fv0gtm8eTVHn1FVirNwkJ {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #zQZaySfShmnWdBhc9s1n5ookhbizpdvq { display:none; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #l3PBJDVwMxnBarQrQfCuuf4ygE2Bs5rI {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #hKXD3UDzZtJ5eCZ2kynITUGzBvkNV9LN {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #nCZFt8iVTcb4cqmWGl3r80MVCErT7M4R { display:none; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #PllwaTTg9AbOycMA4mOOVmUmSkBbavb0 {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #LcJuPR819h2q31DUpoJMmINksNFtc24X {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #SPRqiBFTbTMrJx3b9A3sQD6Lme74uQII {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #ep3zITTEhNpnXAzs2Hum5haofwFWPV84 {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #kx5rWLOI4uklpT5yCAIN5Xo5awFxGTNG {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #G8c6DboDwJ7p3TcXgLqeltxZJVOSRy2Q {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #lfnN4Rc2cWvSNhHUZmfVVUaLz5thGKS7 {  }
 }@media only screen and (max-width: 763px) { #ek2FuUZdCRPcVNKqfTz6ri1SnQdPCotK { display:block; }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #btbbashgNQEbKKxd3233WNPPGcCK03ov {  }
 }@media only screen and (max-width: 763px) { #yn6o018cBO7PWLT9IrriRfdldFq5ac6p #Jqcido3TCSSaha40XR1LWa6ix9AttuZL {  }
 }@media only screen and (max-width: 763px) { #WLQnZzTiKfcJeQI111WoCZb0xmWqOs97 { width:17rem;height:0;top:1.25rem;left:1.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b5e0317-9220-4c76-841a-6d2cce9cdd72/Uroginecologieheadmobile.png");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:block; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l.adaptive-delivery-prevent-bg, #Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l.lazyload, #Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l.lazyloading { background-image: none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container { background-color: transparent; background-image: none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container > .video-iframe-container { display: none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row > .video-iframe-container { display: none; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .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); }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container { border-width: 0; border-radius: 0; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ner6u3zmJuBTtMI2i5DBDgwTUvnaqz6l > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrqQ8Vysqr05WzbPWlKRzuawTz7If1lf { width:14.875rem;height:1.7871125rem;top:14.3369140625rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT { display:block; }#xO8Fy3NRXgiThAita90v2p1aP8Wfr0IT > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .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; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3  { width:17.5rem;height:auto;top:1rem;left:0rem;z-index:15007;box-shadow: 0.1875rem 0.1875rem 0.625rem #ca7d9a ; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 {display:block;}#IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 { width:17.5rem;height:auto;top:1rem;left:0rem;z-index:15007;box-shadow: 0.1875rem 0.1875rem 0.625rem #ca7d9a ; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #SuZQKqlxewW9iuLpcTellteNwbP5mQQP {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #LaezRv2FzxVOKImSykGyMFcT4iLxNMBm { display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dx97TwbEa7ogc9GsRZiANxcVKxCXgNMt {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #VRcxB1hLHZytbq3LzTp6T2q7U4FS17rz {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #gPHxwZ4SlqgKDa6Xgtu0oDliSCuytIM6 { display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #FuD8RzZ9liSL3ym7i39x3IsMfgvQisI7 {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #DuVH7Nva6DX32PUbvQGu8gK6OUibMEfu {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #hKdWNHrePibnbyb8rsQHplLi9HBqNPGB { display:none; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #S1FEhQAIfzpEPRFtPGxTBRWcTBvmCawC {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #HduTZdo2JgPW1w2RHAkGrhOqZ0EBm2ev {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #dwPvoa1UsMegsqG3qTWTJL84TUQel3OM {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #f7TLu1TIvEPU3QtFHTXfWTCmIN2JSFax {  }
 }@media only screen and (max-width: 763px) { #L6sUmfETdB6gAAAzVMzbN14CeRO11Pna { display:block; }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #Id2yCGKx9QuAGLbKtOeH5czFOykzCbUy {  }
 }@media only screen and (max-width: 763px) { #IUhUrbtTzbWumG8miTVOWhb1AnOnWTv3 #waQcnn3MTIRof4QS4PhwmHIasu1Uc9OM {  }
 }@media only screen and (max-width: 763px) { #UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN { display:block; }#UhsRzea2vCDb8ZpgQtVitcUpUVWNsxaN > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHL0CxzMPkNxrkPucd86nb9BH1ayw74P { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rR7gOTxS3DQKw20tmQ12RnImoDDxcCZH { height:11.254396248534rem;width:20rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5c4e838-425e-404a-b2e2-02e7638f6a6f/Uroginecologiehead1mobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.adaptive-delivery-prevent-bg, #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.lazyload, #aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp.lazyloading { background-image: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { background-color: transparent; background-image: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container > .video-iframe-container { display: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row > .video-iframe-container { display: none; }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .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); }#aqnhFx8croKcSD3Tbba1Rs0f27cHIzOp > .row .container { width:20rem;height:166.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmDVpsKxVwLkERfAFO3JziTQU4xD67vF { width:19.5rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imyRg7vbuHeiFXNWKX71gSN8csDtcEn1 { width:16.3125rem;height:4.25rem;top:6.875rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oah4mglTpt70KFhbwo3RRZucmEmnbThM { width:19.375rem;height:11.8945rem;top:12.0625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3oU3ZXD4Eqg9gwZ0d6mliNKsaO5nuRu { width:19.375rem;height:15.293rem;top:24.6875rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F74BFaJ1ap2oBPPtsKlLwS6Tbu0whomM { width:19.375rem;height:11.8945rem;top:46.6875rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWC5grimZgZOQxMsV6IldPJdzQc7C5nm { width:13.9375rem;height:2.125rem;top:43.625rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oeiExnr2GJrSiemNAsd4VaDzIfAxbgid { width:19.375rem;height:10.1953125rem;top:65.3125rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTQxNtWEaGw1hZ36tA0UXVFTA2UWRVsU { width:16.4375rem;height:2.125rem;top:62.1875rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DkMFTSfPu30gvWvL22mKV2Zga5GfoKGL { width:19.375rem;height:10.1953125rem;top:82.1875rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #syQU2UvaxSOJXNIxebmG0wL35flovG3e { width:16.875rem;height:2.125rem;top:79.125rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B79FOTlLDCPJITWQFkHcPRH2CEw2i3rS { width:19.375rem;height:6.796875rem;top:102.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DkfKMk85wpI4UTmxKxQFwz71xEavv08M { width:16.6875rem;height:6.375rem;top:96.0224609375rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AguFrPAT0EyTiNnuZI4XDFAXa5ZXxJeR { width:1.5rem;height:3.125rem;top:7.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygSCq0xzwT53dtOh5qrhPUasnrkGUbr1 { width:1.5rem;height:3.125rem;top:43.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwZgo6QLbcc5kw0tokZSPxISiRU9DryH { width:1.5rem;height:3.125rem;top:61.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbRs3tclNBgIuSw54eDCJcwQb6sg6r6 { width:1.5rem;height:3.125rem;top:78.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3sCHIOQ0y6aR4ryp4aVxUoEu5vWTJfM { width:1.5rem;height:3.125rem;top:96.0224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH09cKXTlcF2kLfe8Oodm9ZT1x9EB1px { width:20rem;height:11.472625rem;top:120.859375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0gaDdIOTPuTa6Fc0qM1UlIOrCuIdSlh { width:18.5625rem;height:3.9375rem;top:113.1875rem;left:0.71875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #SDOKoxMtCF5qFp3WCpvngEqTcwVextoa { display:block; }
 }@media only screen and (max-width: 763px) { #LT4JCTmqRx1ytmXvdNg0924AwbfZF3S6 { height:11.260869565218rem;width:20rem;top:134.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp264T6176yKl8cREqENRSnQlxWTTTea { height:11.260869565218rem;width:20rem;top:148.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec { display:block; }#vqn1zwWwkQ8hdWMCgWeehTKRF4kO31ec > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b45ae214-9601-4156-b17e-ded1b2a4e517/Uroginecologiehead3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.adaptive-delivery-prevent-bg, #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.lazyload, #c4RnlMtZt6AfXKqv2Q993msCPLUcSktW.lazyloading { background-image: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { background-color: transparent; background-image: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container > .video-iframe-container { display: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row > .video-iframe-container { display: none; }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .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); }#c4RnlMtZt6AfXKqv2Q993msCPLUcSktW > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h { display:block; }#X9Cd1luJvvX4o1WmFGKxIl7NAOJS8h4h > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 { display:block; }#UT8M6TlSWF5WM55anWmehUGa8qOz6nn5 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSkiM9vRNUKpL6apQ9kToHufTBapTLCn { width:18.375rem;height:4.375rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d { display:block; }#NWTLVLwW0gNgORn5J0yHI9Zk1XZ4VR9d > .row .container { width:20rem;height:198.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du5nheTTosWbDBLLN9pxSewT7mia5rhM { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvgr3yKwq83HnUhnsMT48sQVnRb5XVZ { width:9.375rem;height:9.375rem;top:29.75rem;left:0rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #EaGroOlzTcyNJKzU2TCJL6fgZS7BcihK { width:9.375rem;height:9.375rem;top:44.5625rem;left:0rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #m8TKTEwKFAOvu4i2C29T5PKTnKoyIyeA { width:6.875rem;height:3.5rem;top:4.3125rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wHuNiRULyCLOrdqEOTDQDPdvSd3CFqMa { width:18.5625rem;height:1.3997375rem;top:10rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TDApk4TDGKMxilSSNSaLMLMW9bAKuMO2 { width:8.5rem;height:3.5rem;top:34.1875rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #JolzPTsd05nmytnl52NlJAJRh0DayHKD { width:16.9375rem;height:1.3997375rem;top:24.875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #IbtVEpgmeJDSVTckCkwJcCfDDl6OTV9h { width:7.875rem;height:3.5rem;top:49rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7JITmLKXVU1Vh0kFJJgJ5CM0fnr12gN { width:16.6875rem;height:1.3997375rem;top:39.75rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #fJCh67lkdlCTFH2Nehh5KzEaBhSZBXpD { width:10.5rem;height:0.375rem;top:8.5rem;left:9.5rem;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MSi5ffO4055dDcIOWzzku80RAMqczlO0 { width:10.5rem;height:0.375rem;top:23.3125rem;left:9.5rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #QR1SqnVvpiloh2781rXaKP1sF4Z7g5D7 { width:10.5rem;height:0.375rem;top:67.875rem;left:9.5rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEwtp4rXs2UNUK50MTRZBUAJPEnmuam { width:10.5rem;height:0.375rem;top:38.1875rem;left:9.5rem;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #SifDBw2KR7qMr0pkGTBpBGZny8Qs7qDk { width:8.6875rem;height:3.5rem;top:19.25rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dQnFcIEyCerJtcXvnKBXdpTw20qu3bh2 { width:17.9375rem;height:1.3997375rem;top:54.5625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #Q4RvTmVK3ml1ScvmC6fSP0COucuhh4vL { width:8.625rem;height:3.5rem;top:63.8125rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8U1spJnv1KOZkkE8LZxxlBTLxe5aCU7 { width:17.625rem;height:1.3997375rem;top:69.4375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHTWIyKhOqKIg7GTWFQx1xJgKTEdeag5 { width:10.5rem;height:0.375rem;top:53.0625rem;left:9.5rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNPIHh7uWLN6Q8Ih7lB2bAQS4aOiOho { width:9.375rem;height:9.375rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm656FD0XzgqAofaDctOJKoynnN9v7EN { width:9.375rem;height:9.375rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwcaQJMoGvBD4z3MyNKuKHQI6FQA3TQr { width:9.375rem;height:9.375rem;top:99.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZBrEZU1V4ByTmRAwATGcgP9nczpsDGA { width:9.375rem;height:9.375rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBqpW6i2v63nzP8TMaxTTaB2b5oGASfZ { width:9.375rem;height:9.375rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbnFgGg2kcUc9LNv2biI35rQ2TVGMUS { width:9.375rem;height:9.375rem;top:143.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5iZ7fnIlgN3kbx5SJicIlk5Gl5h4Kq9 { width:9.375rem;height:9.375rem;top:158.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc8Zr0knUsfnVquGWGJafkqveSgbWZKi { width:9.375rem;height:9.375rem;top:173.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttO3RXzdswbwN4mu871HTGoTriLxTrCV { width:16.9375rem;height:4.19824375rem;top:90.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #QTZeavXKy2o4xqxveSSBqMH9GP3ZDTvH { width:10.5rem;height:0.375rem;top:89.4375rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fiuCEJL9JBiyk5aQiH6JK3sXk1Hnz7QP { width:8.25rem;height:3.5rem;top:85.375rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #SUND8GMPxqKwgU193TcStN60tC4ftA4z { width:14.6875rem;height:1.3997375rem;top:109.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #iWxxJKwuXSTEDJHdkwDwa67Spft9ZIH7 { width:10.5rem;height:0.375rem;top:107.6875rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bUEBP8WDB1iEcdz2WW4RecbFxowt9e9Z { width:6.3125rem;height:3.5rem;top:103.625rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #KnC5EMVkDqRFdRJ8dSvxceC3fAPJxoy3 { width:15.5625rem;height:1.3997375rem;top:124rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gCPkX65sd8lfGfciETNGhDypIAkxvD4p { width:10.5rem;height:0.375rem;top:122.5rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #tItq0Rn6cotd30VutPlMMe1GpQvrp2TU { width:7.1875rem;height:3.5rem;top:118.4375rem;left:10.625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #eUmfZEe3gxvgTZLDcv3uKcX58TuUtrh0 { width:10.5rem;height:0.375rem;top:137.3125rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iDLHJyeZ8ZSILQbTXGnbl3wLe94x0WqT { width:9.25rem;height:5.25rem;top:131.625rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #tfT8fubW7QDqfwWkq8WtsvTfiQdM53Rg { width:14.75rem;height:1.3997375rem;top:138.8125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #iQmJmOUznGQUhD86tbOuJtXQccVsDWOS { width:13rem;height:1.3997375rem;top:153.5rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JgHLNiwppndHnJgOULwPhbclSZTpUTwF { width:10.5rem;height:0.375rem;top:151.9375rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kvENOq5TEafUKeILaLZAl53MJCAvCtBr { width:9.25rem;height:3.5rem;top:147.8125rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #MQvzJe6MMlk5oQxzN37wFCD7vW4ptAKR { width:13rem;height:1.3997375rem;top:168.3125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #tZl25Qm8RXrx1CTB5k0QSsgxtRCyrZ3f { width:10.5rem;height:0.375rem;top:166.6875rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #c5JC2VTKctuy4r01pW41nBDkTIVTUVxN { width:8.8125rem;height:3.5rem;top:162.75rem;left:10.75rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Cvhv5PF6uiDDfnQDiT8eW9X7cta8ZR { width:10.625rem;height:1.3997375rem;top:183.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #lDeIAnlDlW3grDmAIkX3TL0Wt9ea4bIz { width:10.5rem;height:0.375rem;top:181.625rem;left:9.375rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #FUi1mbBOmuAgnsQGVgsGhPvw7vTLUER9 { width:8.625rem;height:1.5744375rem;top:179.5rem;left:10.75rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #Z3907uyCEPMuegG441aBuXbxIyAJnCWG { width:18.375rem;height:2.1875rem;top:76.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kTm5HXTleXfrfTqdtJxfeBTQ80Rt97TZ { width:19.5rem;height:3.9375rem;top:89rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7xC3XypCDCcSNUCI6kcVerAL3F20D1S { display:block; }
 }@media only screen and (max-width: 763px) { #K3R6BaMrZaUIv7mb3a5qub6uSlFhvnMl { width:18.5625rem;height:3.9375rem;top:187.8125rem;left:0.71875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AVabC638cRva5zdppF3OuJ2Tc3H1nrC2 { display:block; }
 }@media only screen and (max-width: 763px) { #TILnPn6ptk2xg4lIulafBTGMfz89DJyd { width:9.375rem;height:9.375rem;top:14.375rem;left:0rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt { display:none; }#Bk5IEO6ihv55dWKdPKlCwhzLG8D0zfdt > .row .container { width:20rem;height:101.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RRqfVGthn3mPnZeCVfNUKnGVdrQ3hqqA { width:19.3125rem;height:2.1875rem;top:0rem;left:0.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D0BvA47PQ8Oo1PKhRNc2tlc6eZMOrrQC { width:20rem;height:24.6963rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZJfkbK6vR28PmbfgLTspMW679I6Qo5K { width:20rem;height:16.8974375rem;top:30.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFixK0FUO1dSEnsEsgQqRz1GPIl7F3DV { width:20rem;height:27.295925rem;top:55.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtdecRveSDMeXrTDK75WFisFd9rXoXT { width:20rem;height:12.9980625rem;top:83.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcPKtHoFgvJFsZdz85cyK6XPo9nbK4S { top:50.8125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15012;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;display:block; }
 }@media only screen and (max-width: 763px) { #pz5IMOpmWrxlGSdIzMgPWWGz8QBCFAur { width:7.5rem;height:0.25rem;top:56.935546875rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #SyQTZmRuGHbc98Dby1Ulq1BtzEZlquzO { width:7.5rem;height:0.25rem;top:5.998046875rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #O29LmfTXA6g8zkGq08qlqI59BSqstaBq { display:block; }#O29LmfTXA6g8zkGq08qlqI59BSqstaBq > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsz2nwHDk9A1ZxGqiTNM8Z1Qrs9kBNNS { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cCqahbPKIquDeno2wTJIWlZ0AACffhas { width:20rem;height:7.375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgIpuSzU070eylNkTI3MrRSp0zraTc9w { display:block; }#MgIpuSzU070eylNkTI3MrRSp0zraTc9w > .row .container { width:20rem;height:130.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVpsdm9edgy0RwinDBZIaIIvvS4VVCXb { width:19.3125rem;height:4.375rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P15UwBTVNGsDgl41iU3vi25Utgn5dZg6 { height:11.2216875rem;width:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhkbl8uIVc4ebePQ3V7IAr4iibzApIJ { height:11.2216875rem;width:20rem;top:19.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcZtQkqZb0TAtKXkHX8T24cnrhTBkHu { height:11.2216875rem;width:20rem;top:60.318572998047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQx9it7Awtqqry9U0ZR7aWr6q0Sf33c0 { height:11.25rem;width:20rem;top:46.914733886719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUcSTLmEVnbAMoyEhIwvLU8fNHE240oo { height:11.25rem;width:20rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AfcAyQ0K0XPa0KzWCr4Gpk9QOAOW37 { height:11.260869565218rem;width:20rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmLnyCFs8wKvH8R9bSNghefwsiw5ibrO { height:11.260869565218rem;width:20rem;top:87.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cva26LrZTLa8Loaxwk31AX63MAJEf5WP { height:11.260869565218rem;width:20rem;top:100.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvqT59lJqu3gGOtFtdIQBSBvl8TXSyS { height:11.260869565218rem;width:20rem;top:114.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 { display:block; }#Bu09LsTPSTuVQ7XHk5XGgCocPdOLodK2 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6OVpdLROUNZF7Ky5dI3leXPBMzuiAc5 { width:19.25rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQHiTmuXlJCyPCNqoXiJf7xQTLxgH7LP { display:flex;width:1.6875rem;height:1.6875rem;top:5.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JTI0JRqSu4nEsrB9pQ4G74PFeOUxeRtv { width:16.4375rem;height:1.69921875rem;top:5.0625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHI1ILI7S5WTbmkvznNtIgrHBsGmsW91 { width:3.125rem;height:3.125rem;top:7.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJINWeEJa8cQXXLBkqakTdaWLSJ1JiT { width:16.5625rem;height:2.923825rem;top:8.3125rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZLiaP1pTlvC6FiHextASxLwQRa0CpfV { width:17.5625rem;height:1.2999125rem;top:11.8125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoGQF8sunB9qfh7ekhvvcsSH7MOXKMbO { width:3.125rem;height:3.125rem;top:36.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5dbeoMvRD872JbomyM6Is7Sex3zUTi { width:16.75rem;height:2.923825rem;top:37.3125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKZOpGFHpdDTvnfkG7sbKSqEvhJFJUT { width:17.875rem;height:1.2999125rem;top:40.625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zHTxghBLuhwt03TH0LSoLn2sT7vBrhhX { display:flex;width:1.6875rem;height:1.6875rem;top:32.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #q5a8xvN1xbD7ciELR5e9PSf2XOS3WTCL { width:16.75rem;height:3.3984375rem;top:32.125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QGDFLwgUqTeWy6b8sArZlUV4kLC0MPe9 { width:18.5625rem;height:3.9375rem;top:71.9130859375rem;left:0.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9tDaW7STKxuI9x0iKXtPlJMG6fCKl5t { display:block; }
 }@media only screen and (max-width: 763px) { #UeFwqQko1JwaxKS4xyQiRQbftUCQb7v7 { width:20rem;height:4.04948125rem;top:59.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENQ2WmLheyBqus22BDE9QRhHV2SngoPO { width:18.5625rem;height:3.9375rem;top:65.125rem;left:0.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NqShTnnXbu1Cfiec8GH2PJapPnmopk8v { display:block; }
 }@media only screen and (max-width: 763px) { #X51HNRunCBB3tt0sy5Tus9nk9r9c8Iri { width:18.75rem;height:12.3125rem;top:14.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRlB4VfOOBmxM7EEzu4la301kKwJev3 { width:18.625rem;height:12.3125rem;top:42.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL3THQc0mgbtaIVeM2udK2JTBWTbvrem { width:3.4375rem;height:2.0625rem;top:18.6875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9VNGBplbI3O3m0pvoIiGTPBRZ6zexaD { width:3.4375rem;height:2.0625rem;top:47.6875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm { background-color:#ca7d9a;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; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { background-color: transparent; background-image: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container > .video-iframe-container { display: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container { display: none; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .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); }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { border-width: 0; border-radius: 0; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTm1Jlynqfsy2UelPDGnNmP7PCduVHFm > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZamCUaQeXShINnvQUHPct3hOpuNTJKC { display:block; }#eZamCUaQeXShINnvQUHPct3hOpuNTJKC > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2lL8U9SGDxPJmWxSW44m5qusN3tAZD9 { width:8.75rem;height:7.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmmc3pq2sXZ2k2tyK8KeDswy6vRELfp { width:8.8125rem;height:0.9746125rem;top:12.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R30raHgG8nh8CLgi15kNIlezimW3wVUi { width:4.3125rem;height:0.9746125rem;top:12.125rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pArOcl0wDbCCgHLB2xTVQqsdw0eIcwWh { width:8.4375rem;height:0.9746125rem;top:12.125rem;left:11.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZOwmqMrJJ1aARTCw1UzxGBuJAplwGfw1 { width:12.375rem;height:1.7871125rem;top:14.9375rem;left:3.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2TTZA1fgEDfQiGX7hXqibnKAW4XGULp { width:8.75rem;height:5.3125rem;top:1.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNEtXaeBJkfCUMObwy345Falo0iFOh2 { top:12.1123046875rem;left:7.9375rem;width:0.3125rem;height:1rem;z-index:15023;background-color:#ca7d9a;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0B45sp4G6HZqm10tJqbqts8TdOOT6tl { top:12.1123046875rem;left:13.15625rem;width:0.3125rem;height:1rem;z-index:15024;background-color:#ca7d9a;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh { 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; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container { background-color: transparent; background-image: none; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container > .video-iframe-container { display: none; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row > .video-iframe-container { display: none; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .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); }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container { border-width: 0; border-radius: 0; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaWLdL2T6ClRSavkCBKeTvdTehnTmQyh > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }