.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:226,230,235;--color-primary-1:169,180,196;--color-primary-2:112,130,157;--color-primary-3:79,102,148;--color-primary-4:17,47,91;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:250,239,239;--color-tertiary-2:239,231,231;--color-tertiary-3:5,4,4;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { 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/df877466-6852-41c5-beff-44a90e04b6c4/landingpageneurologyheader.jpg");background-position:top center !important;background-repeat: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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.1875rem;width:60rem;position:relative;display:block; }#skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.375rem;top:0.875rem;left:29.562501907349rem;overflow:hidden;display:block; }
#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.22) ;height:25.8125rem;width:19.5rem;top:27.279687643051rem;left:4.6156253814697rem;display:block; }
#hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { color:rgba(var(--color-primary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.02968788147rem;left:4.6789054870606rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-form-header { font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #a3afc8;border-left:0.0625rem solid #a3afc8;border-right:0.0625rem solid #a3afc8;border-bottom:0.0625rem solid #a3afc8;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:17.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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.625rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-moz-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:28.965625762939rem;left:4.6760406494141rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:28.965625762939rem;left:4.6760406494141rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF { position:relative; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #yT0QK7zZzd9FTbASSieK5qgTxirRKMTT { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Svizv1PonDmvCpkW2yWTSouXcHOOLqML { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #MQ4l8p568BpcUIUiQk39SkMyI5RseGnF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT { position:relative; }
#a1JA1ZisFEK5pxei2Ely6tvTMvT3SKof { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.4375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kcg4BXMnfrUnlqmTR3Egnkz0tJPllSgL { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:8.53125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KGNk1KuEXlcgPA8rzTv1zs6WfsD0Hh6L { 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:31.375rem;width:60rem;display:none; }
#rTnkV3C8TZgDhMdF4DT4Lr8TvnyHGdNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6rem;left:13.96249961853rem;height:1.7068125rem;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; }
#wMe25khSytHo4vBon8u7ITSBZZd8rdlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16rem;left:0.80312538146975rem;height:7.313375rem;text-align:center;text-align-last:center;display:block; }
#hE4GDARgvWSf7eJsW8ZF1br6QGbKH1nb { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
#DCyipvsh8lwEt60rSTys6JT1ag66EX7r { position:relative;display:block; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r { background-color: transparent; background-image: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container > .video-iframe-container { display: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row > .video-iframe-container { display: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .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); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r { border-width: 0; border-radius: 0; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .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; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .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:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f5980;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; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { background-color: transparent; background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .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); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { border-width: 0; border-radius: 0; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:97.0625rem;width:60rem;position:relative;display:block; }#mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0617189407349rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.685331463814rem;left:6.0286445617676rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:22.4375rem;left:1.9375rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:29.560550689698rem;left:29.966361999512rem;display:block; }
#HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:29.5625rem;left:0rem;display:block; }
#vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:5.1247825622559rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:41.999572753906rem;left:2.7180976867676rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:41.999572753906rem;left:32.5rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:36.687282562256rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:22.375rem;left:31.8125rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.754779815674rem;left:36.687282562256rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.6875rem;left:43.468751907349rem;overflow:hidden;display:block; }
#FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:14rem;left:29.96875rem;display:block; }
#kPsxULXShaWfnNpOEOhgxL2N463MIVeK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.6875rem;left:43.375rem;display:block; }
#ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.5625rem;left:12.5rem;overflow:hidden;display:block; }
#i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.5625rem;left:12.4375rem;display:block; }
#d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:31.905469894409rem;left:43.500001907349rem;overflow:hidden;display:block; }
#CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:43.062068939209rem;display:block; }
#inDH4uviKHD0apADShuIrWnuEP85qeOR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:31.874786376953rem;left:12.5rem;overflow:hidden;display:block; }
#TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:12.437065124512rem;display:block; }
#BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:60rem;top:49.873701095581rem;left:0rem;display:block; }
#W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:45.186418533325rem;left:29.966361999512rem;display:block; }
#QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.061257125rem;top:60.694442749024rem;left:29.968532562256rem;display:block; }
#naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:62.1875rem;left:32.5rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:58.75rem;left:36.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:52.0625rem;left:43.125rem;overflow:hidden;display:block; }
#gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:52.0625rem;left:43.0625rem;display:block; }
#TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:62.9492225647rem;left:1.9368515014649rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:58.934465408325rem;left:6.0275611877441rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXwxAyOeASVXB6iad05x2mPzLquITVTq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:52rem;left:12.5rem;overflow:hidden;display:block; }
#ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:52rem;left:12.4375rem;display:block; }
#d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:87.256954193113rem;left:31.756942749024rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:83.819453716275rem;left:35.944225311279rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:77.131085217rem;left:42.381942749024rem;overflow:hidden;display:block; }
#E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:77.131085217rem;left:42.319011688233rem;display:block; }
#G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:75.7348343277rem;left:29.972003936767rem;display:block; }
#voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:87.256945927625rem;left:1.7784271240234rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:60rem;top:74.942499995231rem;left:-0.74305725097656rem;display:block; }
#CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:83.8183631897rem;left:4.2165794372559rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:77.0625rem;left:12.5rem;overflow:hidden;display:block; }
#uMbDSGufHyEc797rdNF3TH6907Mu0eph { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:77.0625rem;left:12.4375rem;display:block; }
#gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:80.249570608138rem;left:29.966361999512rem;display:block; }
#EwiMzwe5P2Gq3hzvQEhnQP9Bblyx3hpc { color:rgba(var(--color-tertiary-1),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:5.23046875rem;left:6.0625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FEQDG0mrwNqVVmTBnuyTqJL4EVuoBCPH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:153rem;left:10.6875rem;display:none; }
#z6pxCvbBdDXD2ceITaLNIDWCHz3rG2Qv { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { position:relative;display:block; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { background-color: transparent; background-image: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container > .video-iframe-container { display: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row > .video-iframe-container { display: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .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); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { border-width: 0; border-radius: 0; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .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; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .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:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ca4ced7-7572-48cc-92ab-74c64bb3cce0/landingpageEEGDeviceheader2.jpg");background-position:bottom right !important;background-repeat: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; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.adaptive-delivery-prevent-bg, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyload, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyloading { background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:37.5625rem;width:60rem;position:relative;display:block; }#K8RSaayhsKwnvR2xewTPCUwB9ta7GXFt { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62891292572019rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CCFBTHKzmIUDiBq3otVprSa9n7FQ6MSp { color:rgba(var(--color-tertiary-1),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.2218751907349rem;left:6.0625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KViQ7MBlhGGyxTsBzDM0kxWxRGsaLfq4 { box-sizing:content-box;height:11.0625rem;width:26rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.375rem;left:33rem;box-shadow: none;display:block; }
#Kfe03eQQFvTTrgBhdCh8B4AkssqLGrEo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:41.6875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bEbWEvl55vUVD90KAqQAmyXUsd0GQXJO { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:32.875rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SclgvRH517itnR1DILQZeamRulOcCgW4 { box-sizing:content-box;height:11.0625rem;width:26.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.375rem;left:3.8125rem;box-shadow: none;display:block; }
#iWb1IStqRZSiabOFe65fxGH8wE9SWR4K { color:rgba(var(--color-primary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:11.5625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WIwAHpBeiMOTJWRlV742NHTJp5lTs4vb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:4.0625rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvEvCHG4egqnDfJLru3UWTFG27mWKI2z { box-sizing:content-box;height:11.8125rem;width:26.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23.75rem;left:15.4375rem;display:block; }
#kHb85nvJdrqaSXhc8TQEVtXcBE1eIkpx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:23.5625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKGP9UACTZWcK7Z5W2HFNkBCfhbCwu7L { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.3125rem;left:16.125rem;height:7.313375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvGsV3xyPTEXwz0nkHn2lUIIxLU08e0L { 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:31.375rem;width:60rem;display:none; }
#UiUUV1nXgHiLpt2zTpEWUoAHxVtenmZc { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { position:relative;display:block; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { background-color: transparent; background-image: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container > .video-iframe-container { display: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row > .video-iframe-container { display: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .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); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { border-width: 0; border-radius: 0; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .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; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .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:0.9375rem;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; }#KerUXHb3lOPCx523sgBymui2T058mzC8 { 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/15dd8122-d2d6-4c30-935a-9b92e36b0c4e/landingpageneorologydoctorkidheader2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KerUXHb3lOPCx523sgBymui2T058mzC8.adaptive-delivery-prevent-bg, #KerUXHb3lOPCx523sgBymui2T058mzC8.lazyload, #KerUXHb3lOPCx523sgBymui2T058mzC8.lazyloading { background-image: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { background-color: transparent; background-image: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container > .video-iframe-container { display: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row > .video-iframe-container { display: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .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); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { border-width: 0; border-radius: 0; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#ypaOEGsTwwnB9zxEqBkUhc9l4eVsbUEK { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7531251907349rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gy7w10eGFptrMcAq9DgDH9e4TPqiX1dM { color:rgba(var(--color-tertiary-1),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:5.186719417572rem;left:6.0625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8PnCQc3FbXCKAuop5M1bzgiDpcHGD7n { 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:31.375rem;width:60rem;display:none; }
#D3kReaTkGcTSRz3ebgyx7ZUvpmz9F6eu { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { position:relative;display:block; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { background-color: transparent; background-image: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container > .video-iframe-container { display: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row > .video-iframe-container { display: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .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); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { border-width: 0; border-radius: 0; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .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; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .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:0.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:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { border-width: 0; border-radius: 0; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.0625rem;width:60rem;position:relative;display:block; }#r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0999999046326rem;left:16.406251907349rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.625000953674rem;left:30.062501907349rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:11.231249809265rem;left:53.937498092651rem;display:block; }
#MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125000953674rem;left:30.062501907349rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#CLISERclSbGMt0gbquGuzDtTFdHqkB3o { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.248436927796rem;left:30.062501907349rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.435938835144rem;left:30.062501907349rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#TRuCNgoLURKNk5bmgZtqTd4Z3IKzS90X { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.435156822204rem;left:30.062501907349rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#lMUh2qJgGouvo63Tl01JaIQ0ebQiuuff { color:rgba(var(--color-tertiary-1),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:3.9937505722046rem;left:7.41015625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DabVHWeDzhLvpqAm0LgtvPlbSWnrmDni { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:14.293749809265rem;left:53.937498092651rem;display:block; }
#SRzcWVQldP0VH6MlXAZ9EJesAIdxmapv { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:17.400000572204rem;left:53.937498092651rem;display:block; }
#z3VurLUEM3MMoC6gX58N3keanCTz7DiI { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:20.523438453674rem;left:53.937498092651rem;display:block; }
#tuKcWziZR9WCMAuGKOvTaCkuFBGIlTQT { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:23.710938453674rem;left:53.937498092651rem;display:block; }
#riCOQHHbyxcuvhNfU6rCnNgiARFthGsE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:4.07421875rem;left:16.89999961853rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TUvJlVRlgkX6FpCFNTxGtLCbUl7PuiNm { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
#y8zhxU3UUdtChlekD06cJplfcoyt3VAw { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.4250001907349rem;left:24.437501907349rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:9.375rem;height:4.0625rem;top:0.875rem;left:23.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.5rem;height:25.8125rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:1.6875rem;top:28rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:28.9375rem;left:0rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:28.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #yT0QK7zZzd9FTbASSieK5qgTxirRKMTT {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Svizv1PonDmvCpkW2yWTSouXcHOOLqML { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #MQ4l8p568BpcUIUiQk39SkMyI5RseGnF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #a1JA1ZisFEK5pxei2Ely6tvTMvT3SKof { top:12.5rem;left:0rem;width:24rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg4BXMnfrUnlqmTR3Egnkz0tJPllSgL { top:15.875rem;left:0rem;width:29.5625rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNk1KuEXlcgPA8rzTv1zs6WfsD0Hh6L { width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTnkV3C8TZgDhMdF4DT4Lr8TvnyHGdNZ { top:6rem;left:4.5625rem;width:43.1875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMe25khSytHo4vBon8u7ITSBZZd8rdlZ { top:16rem;left:0rem;width:27.125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE4GDARgvWSf7eJsW8ZF1br6QGbKH1nb { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyipvsh8lwEt60rSTys6JT1ag66EX7r { display:block; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:47.75rem;height:;top:1rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { top:13.6875rem;left:37.25rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { top:13.5625rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { top:31.8125rem;left:36.937068939209rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { top:31.8125rem;left:6.3120651245119rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:47.75rem;height:0;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { top:52.0625rem;left:36.9375rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { top:52rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { top:77.75rem;left:36.819011688233rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:47.75rem;height:0;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMbDSGufHyEc797rdNF3TH6907Mu0eph { top:77.0625rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwiMzwe5P2Gq3hzvQEhnQP9Bblyx3hpc { top:5.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEQDG0mrwNqVVmTBnuyTqJL4EVuoBCPH { top:153rem;left:4.5874999761581rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6pxCvbBdDXD2ceITaLNIDWCHz3rG2Qv { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { display:block; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8RSaayhsKwnvR2xewTPCUwB9ta7GXFt { width:47.75rem;height:2.3125rem;top:0.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCFBTHKzmIUDiBq3otVprSa9n7FQ6MSp { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KViQ7MBlhGGyxTsBzDM0kxWxRGsaLfq4 { top:10.375rem;left:21.75rem;width:26rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe03eQQFvTTrgBhdCh8B4AkssqLGrEo { width:9.75rem;height:1.4375rem;top:11.3125rem;left:35.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEbWEvl55vUVD90KAqQAmyXUsd0GQXJO { width:25.8125rem;height:4.375rem;top:15rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SclgvRH517itnR1DILQZeamRulOcCgW4 { top:10.375rem;left:0rem;width:26.1875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWb1IStqRZSiabOFe65fxGH8wE9SWR4K { width:9.75rem;height:1.4375rem;top:11.25rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIwAHpBeiMOTJWRlV742NHTJp5lTs4vb { width:25.8125rem;height:5.8125rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvEvCHG4egqnDfJLru3UWTFG27mWKI2z { top:23.75rem;left:9.3125rem;width:26.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHb85nvJdrqaSXhc8TQEVtXcBE1eIkpx { width:9.75rem;height:1.4375rem;top:24.625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKGP9UACTZWcK7Z5W2HFNkBCfhbCwu7L { width:25.8125rem;height:7.3125rem;top:27.3125rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvGsV3xyPTEXwz0nkHn2lUIIxLU08e0L { width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiUUV1nXgHiLpt2zTpEWUoAHxVtenmZc { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { display:block; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KerUXHb3lOPCx523sgBymui2T058mzC8 { display:block; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypaOEGsTwwnB9zxEqBkUhc9l4eVsbUEK { width:47.75rem;height:2.3125rem;top:1.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7w10eGFptrMcAq9DgDH9e4TPqiX1dM { top:5.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PnCQc3FbXCKAuop5M1bzgiDpcHGD7n { width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3kReaTkGcTSRz3ebgyx7ZUvpmz9F6eu { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { display:block; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:27.1875rem;height:1.9375rem;top:1.0625rem;left:10.281251907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:23.1875rem;height:2.25rem;top:11.625rem;left:23.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { top:11.1875rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:23.1875rem;height:2.25rem;top:15.125rem;left:23.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:23.1875rem;height:2.25rem;top:18.1875rem;left:23.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:23.1875rem;height:2.25rem;top:21.375rem;left:23.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuCNgoLURKNk5bmgZtqTd4Z3IKzS90X { width:23.1875rem;height:2.25rem;top:24.375rem;left:23.937501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMUh2qJgGouvo63Tl01JaIQ0ebQiuuff { top:3.9375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DabVHWeDzhLvpqAm0LgtvPlbSWnrmDni { top:14.25rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzcWVQldP0VH6MlXAZ9EJesAIdxmapv { top:17.375rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VurLUEM3MMoC6gX58N3keanCTz7DiI { top:20.5rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuKcWziZR9WCMAuGKOvTaCkuFBGIlTQT { top:23.6875rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riCOQHHbyxcuvhNfU6rCnNgiARFthGsE { top:4.0625rem;left:10.77499961853rem;width:29.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvJlVRlgkX6FpCFNTxGtLCbUl7PuiNm { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8zhxU3UUdtChlekD06cJplfcoyt3VAw { top:5.375rem;left:18.312501907349rem;width:16.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eae0e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:#3f5980;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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:7.3125rem;height:3.125rem;top:0.625rem;left:6.9687498807906rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.4375rem;height:26.9375rem;top:26.375rem;left:0.28125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:2.4375rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;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:right;text-align-last:right;vertical-align:top;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:28.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:28.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #yT0QK7zZzd9FTbASSieK5qgTxirRKMTT {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Svizv1PonDmvCpkW2yWTSouXcHOOLqML { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #MQ4l8p568BpcUIUiQk39SkMyI5RseGnF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #a1JA1ZisFEK5pxei2Ely6tvTMvT3SKof { width:9.3125rem;height:4.14375rem;top:12.430468559265rem;left:1.0000001192093rem;font-size:1.0625rem;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) { #Kcg4BXMnfrUnlqmTR3Egnkz0tJPllSgL { width:20rem;height:5.6875rem;top:19.79296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNk1KuEXlcgPA8rzTv1zs6WfsD0Hh6L { top:9.16796875rem;left:-0.087500035762788rem;width:20rem;height:10.1875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTnkV3C8TZgDhMdF4DT4Lr8TvnyHGdNZ { width:20rem;height:2.275rem;top:5.5054688453674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMe25khSytHo4vBon8u7ITSBZZd8rdlZ { width:20rem;height:auto;top:16rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE4GDARgvWSf7eJsW8ZF1br6QGbKH1nb { width:13.4375rem;height:0.0625rem;top:4.2179718017578rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyipvsh8lwEt60rSTys6JT1ag66EX7r { display:block; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r { background-color: transparent; background-image: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container > .video-iframe-container { display: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row > .video-iframe-container { display: none; }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .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); }#DCyipvsh8lwEt60rSTys6JT1ag66EX7r > .row .container { width:20rem;height:0.6875rem;background-color:#eae0e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:20rem;height:157.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:19.25rem;height:4.6rem;top:0.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:16.4991875rem;height:1.625rem;top:29.4375rem;left:1.7492188215256rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:18.75rem;height:5.95rem;top:32.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:18.75rem;height:1.625rem;top:65.675001144406rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:18.75rem;height:4.4625rem;top:68.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:18.75rem;height:4.4625rem;top:83.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:18.75rem;height:1.625rem;top:81.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:18.75rem;height:5.95rem;top:50.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:9.18675rem;height:1.625rem;top:47.75rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:5.0625rem;height:5.0625rem;top:41.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:15.625rem;top:14rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { width:5.9375rem;height:5.75rem;top:40.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:5.8125rem;height:5.8125rem;top:22.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { width:5.9375rem;height:5.75rem;top:22.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:5.75rem;height:5.75rem;top:75.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { width:5.9375rem;height:5.75rem;top:75.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:5.6875rem;height:5.6875rem;top:59.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { width:5.9375rem;height:5.75rem;top:59.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:20rem;height:0;top:49.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0;height:15.625rem;top:45.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0;height:15.625rem;top:60.25rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:20rem;height:7.4375rem;top:116.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:18.75rem;height:1.625rem;top:113.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:5.6875rem;height:5.6875rem;top:107.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { width:5.9375rem;height:5.75rem;top:107.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:20rem;height:5.95rem;top:100.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:18.75rem;height:1.625rem;top:97.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:5.625rem;height:5.625rem;top:90.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { width:5.9375rem;height:5.75rem;top:90.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:20rem;height:4.4625rem;top:149.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:18.75rem;height:1.625rem;top:146.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:5.625rem;height:5.625rem;top:140.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { width:5.9375rem;height:5.75rem;top:140.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { width:0;height:15.625rem;top:75.6875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { width:20rem;height:4.4625rem;top:133.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:20rem;height:0;top:75.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { width:20rem;height:1.625rem;top:131.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { width:5.625rem;height:5.625rem;top:124.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMbDSGufHyEc797rdNF3TH6907Mu0eph { width:5.9375rem;height:5.75rem;top:124.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { width:0;height:15.625rem;top:80.1875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwiMzwe5P2Gq3hzvQEhnQP9Bblyx3hpc { width:20rem;height:11.94375rem;top:7.85000038147rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEQDG0mrwNqVVmTBnuyTqJL4EVuoBCPH { top:149.9375rem;left:0rem;width:20rem;height:5.2rem;z-index:15035;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z6pxCvbBdDXD2ceITaLNIDWCHz3rG2Qv { width:13.4375rem;height:0.0625rem;top:6.4375rem;left:3.5249999761581rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { display:block; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn { background-color: transparent; background-image: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container > .video-iframe-container { display: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row > .video-iframe-container { display: none; }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .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); }#iSIthgaKvyTeWgl9RZWEhNxJ2w26CFQn > .row .container { width:20rem;height:0.6875rem;background-color:#eae0e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { background-color:#3f5980;background-image:none;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8RSaayhsKwnvR2xewTPCUwB9ta7GXFt { width:20rem;height:4.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.6;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) { #CCFBTHKzmIUDiBq3otVprSa9n7FQ6MSp { width:9.3125rem;height:4.875rem;top:9.0500030517575rem;left:0.625rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KViQ7MBlhGGyxTsBzDM0kxWxRGsaLfq4 { width:20rem;height:11.0625rem;top:31.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe03eQQFvTTrgBhdCh8B4AkssqLGrEo { width:9.75rem;height:1.8rem;top:32.22500038147rem;left:5.1249998807907rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;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) { #bEbWEvl55vUVD90KAqQAmyXUsd0GQXJO { width:20rem;height:7.2rem;top:34.53750038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SclgvRH517itnR1DILQZeamRulOcCgW4 { width:20rem;height:11.0625rem;top:19.462500095367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWb1IStqRZSiabOFe65fxGH8wE9SWR4K { width:9.75rem;height:1.8rem;top:19.462500572204rem;left:5.1249998807907rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;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) { #WIwAHpBeiMOTJWRlV742NHTJp5lTs4vb { width:20rem;height:6.4rem;top:21.793750762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hvEvCHG4egqnDfJLru3UWTFG27mWKI2z { width:20rem;height:11.8125rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHb85nvJdrqaSXhc8TQEVtXcBE1eIkpx { width:9.75rem;height:1.8rem;top:43.8125rem;left:5.1249998807907rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;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) { #QKGP9UACTZWcK7Z5W2HFNkBCfhbCwu7L { width:20rem;height:7.5rem;top:45.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QvGsV3xyPTEXwz0nkHn2lUIIxLU08e0L { top:7.0374984741213rem;left:0rem;width:20rem;height:10.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UiUUV1nXgHiLpt2zTpEWUoAHxVtenmZc { width:13.4375rem;height:0.0625rem;top:5.875rem;left:3.2749999761581rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { display:block; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 { background-color: transparent; background-image: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container > .video-iframe-container { display: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row > .video-iframe-container { display: none; }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .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); }#eB7wgyyTnQ9Cue9i4wW1X6TvRnqo6kx1 > .row .container { width:20rem;height:0.9375rem;background-color:#eae0e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KerUXHb3lOPCx523sgBymui2T058mzC8 { background-color:#3f5980;background-image:none;display:block; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { background-color: transparent; background-image: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container > .video-iframe-container { display: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row > .video-iframe-container { display: none; }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .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); }#KerUXHb3lOPCx523sgBymui2T058mzC8 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypaOEGsTwwnB9zxEqBkUhc9l4eVsbUEK { width:20rem;height:1.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;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) { #gy7w10eGFptrMcAq9DgDH9e4TPqiX1dM { width:9.8125rem;height:5.6875rem;top:6.4875183105469rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T8PnCQc3FbXCKAuop5M1bzgiDpcHGD7n { top:4.15625rem;left:0rem;width:20rem;height:10.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D3kReaTkGcTSRz3ebgyx7ZUvpmz9F6eu { width:13.4375rem;height:0.0625rem;top:3.25rem;left:3.4624999761581rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { display:block; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 { background-color: transparent; background-image: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container > .video-iframe-container { display: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row > .video-iframe-container { display: none; }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .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); }#JHAqVZi6esFgt0Ctd7cW6Kbi03WRnF84 > .row .container { width:20rem;height:0.75rem;background-color:#eae0e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { background-color:#3f5980;background-image:none;display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:20rem;height:4.0625rem;top:0.75001239776613rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;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) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:17rem;height:3.9rem;top:17.5625rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { width:2.375rem;height:2.375rem;top:18.325000524521rem;left:17.625000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:16.125rem;height:3.9rem;top:24.125rem;left:1.625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:17.5625rem;height:3.9rem;top:30.625rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:17.75rem;height:3.9rem;top:36.375rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuCNgoLURKNk5bmgZtqTd4Z3IKzS90X { width:17.9375rem;height:3.4125rem;top:41.937500953674rem;left:0rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMUh2qJgGouvo63Tl01JaIQ0ebQiuuff { width:20rem;height:5.2rem;top:6.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DabVHWeDzhLvpqAm0LgtvPlbSWnrmDni { width:2.25rem;height:2.375rem;top:24.887500762939rem;left:17.750000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzcWVQldP0VH6MlXAZ9EJesAIdxmapv { width:2.3125rem;height:2.4375rem;top:31.356251716614rem;left:17.687500357628rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VurLUEM3MMoC6gX58N3keanCTz7DiI { width:2.375rem;height:2.5rem;top:37.074999809265rem;left:17.625000357628rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuKcWziZR9WCMAuGKOvTaCkuFBGIlTQT { width:2.125rem;height:2.25rem;top:42.518750190735rem;left:17.875000357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riCOQHHbyxcuvhNfU6rCnNgiARFthGsE { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUvJlVRlgkX6FpCFNTxGtLCbUl7PuiNm { width:13.4375rem;height:0.0625rem;top:5.8125rem;left:3.2124999761581rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #y8zhxU3UUdtChlekD06cJplfcoyt3VAw { width:13.4375rem;height:0.0625rem;top:14.9375rem;left:3.5249999761581rem;z-index:15041;display:block; }
 }